Skip to content

Commit 64f4092

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 46dd23d commit 64f4092

File tree

4 files changed

+262
-67
lines changed

4 files changed

+262
-67
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8299,7 +8299,7 @@
82998299
}
83008300
],
83018301
"traits": {
8302-
"smithy.api#documentation": "<p>Creates and updates the configuration aggregator with the\n\t\t\tselected source accounts and regions. The source account can be\n\t\t\tindividual account(s) or an organization.</p>\n\t\t\n\t\t <p>\n <code>accountIds</code> that are passed will be replaced with existing accounts.\n\t\t\tIf you want to add additional accounts into the aggregator, call <code>DescribeAggregator</code> to get the previous accounts and then append new ones.</p>\n\t\t <note>\n\t\t\t <p>Config should be enabled in source accounts and regions\n\t\t\t\tyou want to aggregate.</p>\n\t\t\t\n\t\t\t <p>If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. \n\t\t\t\tIf the caller is a management account, Config calls <code>EnableAwsServiceAccess</code> API to enable integration between Config and Organizations.\n\t\t\t\tIf the caller is a registered delegated administrator, Config calls <code>ListDelegatedAdministrators</code> API to verify whether the caller is a valid delegated administrator.</p>\n\t\t\t <p>To register a delegated administrator, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli\">Register a Delegated Administrator</a> in the Config developer guide. </p>\n\t\t </note>"
8302+
"smithy.api#documentation": "<p>Creates and updates the configuration aggregator with the\n\t\t\tselected source accounts and regions. The source account can be\n\t\t\tindividual account(s) or an organization.</p>\n\t\t\n\t\t <p>\n <code>accountIds</code> that are passed will be replaced with existing accounts.\n\t\t\tIf you want to add additional accounts into the aggregator, call <code>DescribeConfigurationAggregators</code> to get the previous accounts and then append new ones.</p>\n\t\t <note>\n\t\t\t <p>Config should be enabled in source accounts and regions\n\t\t\t\tyou want to aggregate.</p>\n\t\t\t\n\t\t\t <p>If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. \n\t\t\t\tIf the caller is a management account, Config calls <code>EnableAwsServiceAccess</code> API to enable integration between Config and Organizations.\n\t\t\t\tIf the caller is a registered delegated administrator, Config calls <code>ListDelegatedAdministrators</code> API to verify whether the caller is a valid delegated administrator.</p>\n\t\t\t <p>To register a delegated administrator, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli\">Register a Delegated Administrator</a> in the Config developer guide. </p>\n\t\t </note>"
83038303
}
83048304
},
83058305
"com.amazonaws.configservice#PutConfigurationAggregatorRequest": {
@@ -8429,7 +8429,7 @@
84298429
"TemplateBody": {
84308430
"target": "com.amazonaws.configservice#TemplateBody",
84318431
"traits": {
8432-
"smithy.api#documentation": "<p>A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>\n\t\t <note>\n <p>You can only use a YAML template with one resource type, that is, config rule and a remediation action. </p>\n </note>"
8432+
"smithy.api#documentation": "<p>A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>\n\t\t <note>\n <p>You can only use a YAML template with two resource types: config rule (<code>AWS::Config::ConfigRule</code>) and a remediation action (<code>AWS::Config::RemediationConfiguration</code>).</p>\n </note>"
84338433
}
84348434
},
84358435
"DeliveryS3Bucket": {
@@ -10343,6 +10343,14 @@
1034310343
{
1034410344
"value": "AWS::CodeDeploy::DeploymentGroup",
1034510345
"name": "CodeDeployDeploymentGroup"
10346+
},
10347+
{
10348+
"value": "AWS::EC2::LaunchTemplate",
10349+
"name": "LaunchTemplate"
10350+
},
10351+
{
10352+
"value": "AWS::ECR::PublicRepository",
10353+
"name": "ECRPublicRepository"
1034610354
}
1034710355
]
1034810356
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
"CacheParameterGroupFamily": {
982982
"target": "com.amazonaws.elasticache#String",
983983
"traits": {
984-
"smithy.api#documentation": "<p>The name of the cache parameter group family associated with this cache engine.</p>\n <p>Valid values are: \n <code>memcached1.4</code> | \n <code>memcached1.5</code> | \n <code>memcached1.6</code> | \n <code>redis2.6</code> | \n <code>redis2.8</code> |\n <code>redis3.2</code> |\n <code>redis4.0</code> |\n <code>redis5.0</code> | \n <code>redis6.0</code> | \n <code>redis6.2</code>\n </p>"
984+
"smithy.api#documentation": "<p>The name of the cache parameter group family associated with this cache engine.</p>\n <p>Valid values are: \n <code>memcached1.4</code> | \n <code>memcached1.5</code> | \n <code>memcached1.6</code> | \n <code>redis2.6</code> | \n <code>redis2.8</code> |\n <code>redis3.2</code> |\n <code>redis4.0</code> |\n <code>redis5.0</code> | \n <code>redis6.x</code> \n </p>"
985985
}
986986
},
987987
"CacheEngineDescription": {
@@ -5256,7 +5256,7 @@
52565256
"CacheParameterGroupFamily": {
52575257
"target": "com.amazonaws.elasticache#String",
52585258
"traits": {
5259-
"smithy.api#documentation": "<p>Specifies the name of the cache parameter group family to which the engine default parameters apply.</p>\n <p>Valid values are: \n <code>memcached1.4</code> | \n <code>memcached1.5</code> | \n <code>memcached1.6</code> | \n <code>redis2.6</code> | \n <code>redis2.8</code> |\n <code>redis3.2</code> |\n <code>redis4.0</code> |\n <code>redis5.0</code> | \n <code>redis6.0</code> | \n <code>redis6.2</code>\n </p>"
5259+
"smithy.api#documentation": "<p>Specifies the name of the cache parameter group family to which the engine default parameters apply.</p>\n <p>Valid values are: \n <code>memcached1.4</code> | \n <code>memcached1.5</code> | \n <code>memcached1.6</code> | \n <code>redis2.6</code> | \n <code>redis2.8</code> |\n <code>redis3.2</code> |\n <code>redis4.0</code> |\n <code>redis5.0</code> | \n <code>redis6.0</code> | \n <code>redis6.x</code>\n </p>"
52605260
}
52615261
},
52625262
"Marker": {

0 commit comments

Comments
 (0)