|
1821 | 1821 | "recordingMode": {
|
1822 | 1822 | "target": "com.amazonaws.configservice#RecordingMode",
|
1823 | 1823 | "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>" |
1825 | 1825 | }
|
1826 | 1826 | }
|
1827 | 1827 | },
|
|
10732 | 10732 | }
|
10733 | 10733 | },
|
10734 | 10734 | "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>" |
10736 | 10736 | }
|
10737 | 10737 | },
|
10738 | 10738 | "com.amazonaws.configservice#RecordingModeOverride": {
|
|
10754 | 10754 | "recordingFrequency": {
|
10755 | 10755 | "target": "com.amazonaws.configservice#RecordingFrequency",
|
10756 | 10756 | "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>", |
10758 | 10758 | "smithy.api#required": {}
|
10759 | 10759 | }
|
10760 | 10760 | }
|
|
10944 | 10944 | "RetryAttemptSeconds": {
|
10945 | 10945 | "target": "com.amazonaws.configservice#AutoRemediationAttemptSeconds",
|
10946 | 10946 | "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>" |
10948 | 10948 | }
|
10949 | 10949 | },
|
10950 | 10950 | "Arn": {
|
@@ -14013,6 +14013,114 @@
|
14013 | 14013 | "traits": {
|
14014 | 14014 | "smithy.api#enumValue": "AWS::ResourceExplorer2::Index"
|
14015 | 14015 | }
|
| 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 | + } |
14016 | 14124 | }
|
14017 | 14125 | }
|
14018 | 14126 | },
|
|
0 commit comments