Skip to content

Commit 00e57bb

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 73e1a99 commit 00e57bb

8 files changed

+1254
-186
lines changed

codegen/sdk-codegen/aws-models/config-service.json

+112-4
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@
18211821
"recordingMode": {
18221822
"target": "com.amazonaws.configservice#RecordingMode",
18231823
"traits": {
1824-
"smithy.api#documentation": "<p>Specifies the default recording frequency that Config uses to record configuration changes.\n\t\t\t\n\t\t\tConfig supports <i>Continuous recording</i> and <i>Daily recording</i>.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you record configuration data once every 24 hours, only if a change has occurred.</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>\n <p>You can also override the recording frequency for specific resource types.</p>"
1824+
"smithy.api#documentation": "<p>Specifies the default recording frequency that Config uses to record configuration changes.\n\t\t\t\n\t\t\tConfig supports <i>Continuous recording</i> and <i>Daily recording</i>.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.\n\t\t\t</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>\n <p>You can also override the recording frequency for specific resource types.</p>"
18251825
}
18261826
}
18271827
},
@@ -10732,7 +10732,7 @@
1073210732
}
1073310733
},
1073410734
"traits": {
10735-
"smithy.api#documentation": "<p>Specifies the default recording frequency that Config uses to record configuration changes.\n\t\t\t\n\t\t\tConfig supports <i>Continuous recording</i> and <i>Daily recording</i>.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you record configuration data once every 24 hours, only if a change has occurred.</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>\n <p>You can also override the recording frequency for specific resource types.</p>"
10735+
"smithy.api#documentation": "<p>Specifies the default recording frequency that Config uses to record configuration changes.\n\t\t\t\n\t\t\tConfig supports <i>Continuous recording</i> and <i>Daily recording</i>.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.\n\t\t\t</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>\n <p>You can also override the recording frequency for specific resource types.</p>"
1073610736
}
1073710737
},
1073810738
"com.amazonaws.configservice#RecordingModeOverride": {
@@ -10754,7 +10754,7 @@
1075410754
"recordingFrequency": {
1075510755
"target": "com.amazonaws.configservice#RecordingFrequency",
1075610756
"traits": {
10757-
"smithy.api#documentation": "<p>The recording frequency that will be applied to all the resource types specified in the override.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you record configuration data once every 24 hours, only if a change has occurred.</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>",
10757+
"smithy.api#documentation": "<p>The recording frequency that will be applied to all the resource types specified in the override.</p>\n <ul>\n <li>\n <p>Continuous recording allows you to record configuration changes continuously whenever a change occurs.</p>\n </li>\n <li>\n <p>Daily recording allows you to receive a configuration item (CI) representing the most recent state of your resources over the last 24-hour period, only if it’s different from the previous CI recorded.\n\t\t\t</p>\n </li>\n </ul>\n <note>\n <p>Firewall Manager depends on continuous recording to monitor your resources. If you are using Firewall Manager,\n\t\t\tit is recommended that you set the recording frequency to Continuous.</p>\n </note>",
1075810758
"smithy.api#required": {}
1075910759
}
1076010760
}
@@ -10944,7 +10944,7 @@
1094410944
"RetryAttemptSeconds": {
1094510945
"target": "com.amazonaws.configservice#AutoRemediationAttemptSeconds",
1094610946
"traits": {
10947-
"smithy.api#documentation": "<p>Maximum time in seconds that Config runs auto-remediation. If you do not select a number, the default is 60 seconds. </p>\n <p>For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, \n\t\tConfig will run auto-remediations 5 times within 50 seconds before throwing an exception.</p>"
10947+
"smithy.api#documentation": "<p>Time window to determine whether or not to add a remediation exception to prevent infinite remediation attempts.\n\t\t\tIf <code>MaximumAutomaticAttempts</code> remediation attempts have been made under <code>RetryAttemptSeconds</code>, a remediation exception will be added to the resource.\n\t\t\tIf you do not select a number, the default is 60 seconds.\n\t\t</p>\n <p>For example, if you specify <code>RetryAttemptSeconds</code> as 50 seconds and <code>MaximumAutomaticAttempts</code> as 5, \n\t\t\tConfig will run auto-remediations 5 times within 50 seconds before adding a remediation exception to the resource.</p>"
1094810948
}
1094910949
},
1095010950
"Arn": {
@@ -14013,6 +14013,114 @@
1401314013
"traits": {
1401414014
"smithy.api#enumValue": "AWS::ResourceExplorer2::Index"
1401514015
}
14016+
},
14017+
"AppStreamFleet": {
14018+
"target": "smithy.api#Unit",
14019+
"traits": {
14020+
"smithy.api#enumValue": "AWS::AppStream::Fleet"
14021+
}
14022+
},
14023+
"CognitoUserPool": {
14024+
"target": "smithy.api#Unit",
14025+
"traits": {
14026+
"smithy.api#enumValue": "AWS::Cognito::UserPool"
14027+
}
14028+
},
14029+
"CognitoUserPoolClient": {
14030+
"target": "smithy.api#Unit",
14031+
"traits": {
14032+
"smithy.api#enumValue": "AWS::Cognito::UserPoolClient"
14033+
}
14034+
},
14035+
"CognitoUserPoolGroup": {
14036+
"target": "smithy.api#Unit",
14037+
"traits": {
14038+
"smithy.api#enumValue": "AWS::Cognito::UserPoolGroup"
14039+
}
14040+
},
14041+
"EC2NetworkInsightsAccessScope": {
14042+
"target": "smithy.api#Unit",
14043+
"traits": {
14044+
"smithy.api#enumValue": "AWS::EC2::NetworkInsightsAccessScope"
14045+
}
14046+
},
14047+
"EC2NetworkInsightsAnalysis": {
14048+
"target": "smithy.api#Unit",
14049+
"traits": {
14050+
"smithy.api#enumValue": "AWS::EC2::NetworkInsightsAnalysis"
14051+
}
14052+
},
14053+
"GrafanaWorkspace": {
14054+
"target": "smithy.api#Unit",
14055+
"traits": {
14056+
"smithy.api#enumValue": "AWS::Grafana::Workspace"
14057+
}
14058+
},
14059+
"GroundStationDataflowEndpointGroup": {
14060+
"target": "smithy.api#Unit",
14061+
"traits": {
14062+
"smithy.api#enumValue": "AWS::GroundStation::DataflowEndpointGroup"
14063+
}
14064+
},
14065+
"ImageBuilderImageRecipe": {
14066+
"target": "smithy.api#Unit",
14067+
"traits": {
14068+
"smithy.api#enumValue": "AWS::ImageBuilder::ImageRecipe"
14069+
}
14070+
},
14071+
"KMSAlias": {
14072+
"target": "smithy.api#Unit",
14073+
"traits": {
14074+
"smithy.api#enumValue": "AWS::KMS::Alias"
14075+
}
14076+
},
14077+
"M2Environment": {
14078+
"target": "smithy.api#Unit",
14079+
"traits": {
14080+
"smithy.api#enumValue": "AWS::M2::Environment"
14081+
}
14082+
},
14083+
"QuickSightDataSource": {
14084+
"target": "smithy.api#Unit",
14085+
"traits": {
14086+
"smithy.api#enumValue": "AWS::QuickSight::DataSource"
14087+
}
14088+
},
14089+
"QuickSightTemplate": {
14090+
"target": "smithy.api#Unit",
14091+
"traits": {
14092+
"smithy.api#enumValue": "AWS::QuickSight::Template"
14093+
}
14094+
},
14095+
"QuickSightTheme": {
14096+
"target": "smithy.api#Unit",
14097+
"traits": {
14098+
"smithy.api#enumValue": "AWS::QuickSight::Theme"
14099+
}
14100+
},
14101+
"RDSOptionGroup": {
14102+
"target": "smithy.api#Unit",
14103+
"traits": {
14104+
"smithy.api#enumValue": "AWS::RDS::OptionGroup"
14105+
}
14106+
},
14107+
"RedshiftEndpointAccess": {
14108+
"target": "smithy.api#Unit",
14109+
"traits": {
14110+
"smithy.api#enumValue": "AWS::Redshift::EndpointAccess"
14111+
}
14112+
},
14113+
"Route53ResolverFirewallRuleGroup": {
14114+
"target": "smithy.api#Unit",
14115+
"traits": {
14116+
"smithy.api#enumValue": "AWS::Route53Resolver::FirewallRuleGroup"
14117+
}
14118+
},
14119+
"SSMDocument": {
14120+
"target": "smithy.api#Unit",
14121+
"traits": {
14122+
"smithy.api#enumValue": "AWS::SSM::Document"
14123+
}
1401614124
}
1401714125
}
1401814126
},

codegen/sdk-codegen/aws-models/docdb.json

+12
Original file line numberDiff line numberDiff line change
@@ -3553,6 +3553,18 @@
35533553
"traits": {
35543554
"smithy.api#documentation": "<p>The details of the DB instance's server certificate.</p>"
35553555
}
3556+
},
3557+
"PerformanceInsightsEnabled": {
3558+
"target": "com.amazonaws.docdb#BooleanOptional",
3559+
"traits": {
3560+
"smithy.api#documentation": "<p>Set to <code>true</code> if Amazon RDS Performance Insights is enabled for the DB instance, and otherwise <code>false</code>.</p>"
3561+
}
3562+
},
3563+
"PerformanceInsightsKMSKeyId": {
3564+
"target": "com.amazonaws.docdb#String",
3565+
"traits": {
3566+
"smithy.api#documentation": "<p>The KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.</p>"
3567+
}
35563568
}
35573569
},
35583570
"traits": {

0 commit comments

Comments
 (0)