Skip to content

Commit cdfb4c4

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 5cff0c4 commit cdfb4c4

11 files changed

+6096
-1570
lines changed

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

+246-193
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/auto-scaling.json

+1,290-251
Large diffs are not rendered by default.

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

+1,713-267
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/codestar-connections.json

+261-120
Large diffs are not rendered by default.

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

+4
Original file line numberDiff line numberDiff line change
@@ -7943,6 +7943,10 @@
79437943
{
79447944
"name": "BASIC",
79457945
"value": "BASIC"
7946+
},
7947+
{
7948+
"name": "IN_AWS",
7949+
"value": "IN_AWS"
79467950
}
79477951
]
79487952
}

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

+497-192
Large diffs are not rendered by default.

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

+1,783-413
Large diffs are not rendered by default.

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

+136-84
Large diffs are not rendered by default.

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

+65
Original file line numberDiff line numberDiff line change
@@ -3882,6 +3882,12 @@
38823882
"traits": {
38833883
"smithy.api#documentation": "<p>The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and \n managed in Amazon Web Services Secrets Manager.</p>\n <p>This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets \n Manager for the DB cluster.</p>\n <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.\n To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>\n <p>If you don't specify <code>MasterUserSecretKmsKeyId</code>, then the <code>aws/secretsmanager</code> \n KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't \n use the <code>aws/secretsmanager</code> KMS key to encrypt the secret, and you must use a customer \n managed KMS key.</p>\n <p>There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account\n has a different default KMS key for each Amazon Web Services Region.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
38843884
}
3885+
},
3886+
"EnableLocalWriteForwarding": {
3887+
"target": "com.amazonaws.rds#BooleanOptional",
3888+
"traits": {
3889+
"smithy.api#documentation": "<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By\n default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>"
3890+
}
38853891
}
38863892
},
38873893
"traits": {
@@ -6122,6 +6128,12 @@
61226128
"traits": {
61236129
"smithy.api#documentation": "<p>The next time you can modify the DB cluster to use the <code>aurora-iopt1</code> storage type.</p>\n <p>This setting is only for Aurora DB clusters.</p>"
61246130
}
6131+
},
6132+
"LocalWriteForwardingStatus": {
6133+
"target": "com.amazonaws.rds#LocalWriteForwardingStatus",
6134+
"traits": {
6135+
"smithy.api#documentation": "<p>Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process \n of enabling it.</p>"
6136+
}
61256137
}
61266138
},
61276139
"traits": {
@@ -7213,6 +7225,12 @@
72137225
"traits": {
72147226
"smithy.api#documentation": "<p>A list of the supported CA certificate identifiers.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB \n instance</a> in the <i>Amazon RDS User Guide</i> and \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\">\n Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora \n User Guide</i>.</p>"
72157227
}
7228+
},
7229+
"SupportsLocalWriteForwarding": {
7230+
"target": "com.amazonaws.rds#BooleanOptional",
7231+
"traits": {
7232+
"smithy.api#documentation": "<p>A value that indicates whether the DB engine version supports forwarding write operations from reader DB instances \n to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>"
7233+
}
72167234
}
72177235
},
72187236
"traits": {
@@ -15520,6 +15538,41 @@
1552015538
"smithy.api#documentation": "<p></p>"
1552115539
}
1552215540
},
15541+
"com.amazonaws.rds#LocalWriteForwardingStatus": {
15542+
"type": "enum",
15543+
"members": {
15544+
"ENABLED": {
15545+
"target": "smithy.api#Unit",
15546+
"traits": {
15547+
"smithy.api#enumValue": "enabled"
15548+
}
15549+
},
15550+
"DISABLED": {
15551+
"target": "smithy.api#Unit",
15552+
"traits": {
15553+
"smithy.api#enumValue": "disabled"
15554+
}
15555+
},
15556+
"ENABLING": {
15557+
"target": "smithy.api#Unit",
15558+
"traits": {
15559+
"smithy.api#enumValue": "enabling"
15560+
}
15561+
},
15562+
"DISABLING": {
15563+
"target": "smithy.api#Unit",
15564+
"traits": {
15565+
"smithy.api#enumValue": "disabling"
15566+
}
15567+
},
15568+
"REQUESTED": {
15569+
"target": "smithy.api#Unit",
15570+
"traits": {
15571+
"smithy.api#enumValue": "requested"
15572+
}
15573+
}
15574+
}
15575+
},
1552315576
"com.amazonaws.rds#LogTypeList": {
1552415577
"type": "list",
1552515578
"member": {
@@ -16199,6 +16252,12 @@
1619916252
"smithy.api#default": false,
1620016253
"smithy.api#documentation": "<p>Specifies whether engine mode changes from <code>serverless</code> to <code>provisioned</code> \n are allowed.</p>\n <p>Valid for Cluster Type: Aurora Serverless v1 DB clusters only</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>You must allow engine mode changes when specifying a different value for the <code>EngineMode</code> parameter\n from the DB cluster's current engine mode.</p>\n </li>\n </ul>"
1620116254
}
16255+
},
16256+
"EnableLocalWriteForwarding": {
16257+
"target": "com.amazonaws.rds#BooleanOptional",
16258+
"traits": {
16259+
"smithy.api#documentation": "<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By\n default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>"
16260+
}
1620216261
}
1620316262
},
1620416263
"traits": {
@@ -23545,6 +23604,12 @@
2354523604
"traits": {
2354623605
"smithy.api#documentation": "<p>A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>"
2354723606
}
23607+
},
23608+
"SupportsLocalWriteForwarding": {
23609+
"target": "com.amazonaws.rds#BooleanOptional",
23610+
"traits": {
23611+
"smithy.api#documentation": "<p>A value that indicates whether the target engine version supports forwarding write operations from reader DB instances \n to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>"
23612+
}
2354823613
}
2354923614
},
2355023615
"traits": {

codegen/sdk-codegen/aws-models/route-53.json

+21-3
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,12 @@
27182718
"traits": {
27192719
"smithy.api#enumValue": "ap-southeast-4"
27202720
}
2721+
},
2722+
"il_central_1": {
2723+
"target": "smithy.api#Unit",
2724+
"traits": {
2725+
"smithy.api#enumValue": "il-central-1"
2726+
}
27212727
}
27222728
},
27232729
"traits": {
@@ -3480,7 +3486,7 @@
34803486
}
34813487
],
34823488
"traits": {
3483-
"smithy.api#documentation": "<p>Creates resource record sets in a specified hosted zone based on the settings in a\n\t\t\tspecified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>\n\t\t\tassociates the resource record sets with a specified domain name (such as example.com)\n\t\t\tor subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for\n\t\t\tthe domain or subdomain name by using the resource record sets that\n\t\t\t\t<code>CreateTrafficPolicyInstance</code> created.</p>\n <note>\n <p>After you submit an <code>CreateTrafficPolicyInstance</code> request, there's a\n\t\t\t\tbrief delay while Amazon Route 53 creates the resource record sets that are\n\t\t\t\tspecified in the traffic policy definition. \n\t\t\t\tUse <code>GetTrafficPolicyInstance</code> with the <code>id</code> of new traffic policy instance to confirm that the <code>CreateTrafficPolicyInstance</code>\n\t\t\t\trequest completed successfully. For more information, see the\n\t\t\t\t<code>State</code> response element.</p>\n </note>",
3489+
"smithy.api#documentation": "<p>Creates resource record sets in a specified hosted zone based on the settings in a\n\t\t\tspecified traffic policy version. In addition, <code>CreateTrafficPolicyInstance</code>\n\t\t\tassociates the resource record sets with a specified domain name (such as example.com)\n\t\t\tor subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for\n\t\t\tthe domain or subdomain name by using the resource record sets that\n\t\t\t\t<code>CreateTrafficPolicyInstance</code> created.</p>",
34843490
"smithy.api#http": {
34853491
"method": "POST",
34863492
"uri": "/2013-04-01/trafficpolicyinstance",
@@ -5980,7 +5986,7 @@
59805986
}
59815987
],
59825988
"traits": {
5983-
"smithy.api#documentation": "<p>Gets information about a specified traffic policy instance.</p>\n <note>\n <p>\n\t\t\t\tUse <code>GetTrafficPolicyInstance</code> with the <code>id</code> of new traffic policy instance to confirm that the \n\t\t\t\t<code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request completed successfully. \n\t\t\t\tFor more information, see the <code>State</code> response\n\t\t\t\telement.</p>\n </note>\n <note>\n <p>In the Route 53 console, traffic policy instances are known as policy\n\t\t\t\trecords.</p>\n </note>",
5989+
"smithy.api#documentation": "<p>Gets information about a specified traffic policy instance.</p>\n <note>\n <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an\n\t\t\t\t\t<code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while\n\t\t\t\tAmazon Route 53 creates the resource record sets that are specified in the traffic\n\t\t\t\tpolicy definition. For more information, see the <code>State</code> response\n\t\t\t\telement.</p>\n </note>\n <note>\n <p>In the Route 53 console, traffic policy instances are known as policy\n\t\t\t\trecords.</p>\n </note>",
59845990
"smithy.api#http": {
59855991
"method": "GET",
59865992
"uri": "/2013-04-01/trafficpolicyinstance/{Id}",
@@ -9950,6 +9956,12 @@
99509956
"traits": {
99519957
"smithy.api#enumValue": "ap-southeast-4"
99529958
}
9959+
},
9960+
"il_central_1": {
9961+
"target": "smithy.api#Unit",
9962+
"traits": {
9963+
"smithy.api#enumValue": "il-central-1"
9964+
}
99539965
}
99549966
},
99559967
"traits": {
@@ -11231,7 +11243,7 @@
1123111243
}
1123211244
],
1123311245
"traits": {
11234-
"smithy.api#documentation": "<note>\n <p>After you submit a <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Route 53 creates the resource record sets \n\t\t\tthat are specified in the traffic policy definition. Use <code>GetTrafficPolicyInstance</code> with the <code>id</code> of updated traffic policy instance confirm \n\t\t\tthat the \n\t\t\t<code>UpdateTrafficPolicyInstance</code> request completed successfully. For more information, see the <code>State</code> response element.</p>\n </note>\n <p>Updates the resource record sets in a specified hosted zone that were created based on\n\t\t\tthe settings in a specified traffic policy version.</p>\n <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS\n\t\t\tqueries for the root resource record set name (such as example.com) while it replaces\n\t\t\tone group of resource record sets with another. Route 53 performs the following\n\t\t\toperations:</p>\n <ol>\n <li>\n <p>Route 53 creates a new group of resource record sets based on the specified\n\t\t\t\t\ttraffic policy. This is true regardless of how significant the differences are\n\t\t\t\t\tbetween the existing resource record sets and the new resource record sets.\n\t\t\t\t</p>\n </li>\n <li>\n <p>When all of the new resource record sets have been created, Route 53 starts to\n\t\t\t\t\trespond to DNS queries for the root resource record set name (such as\n\t\t\t\t\texample.com) by using the new resource record sets.</p>\n </li>\n <li>\n <p>Route 53 deletes the old group of resource record sets that are associated\n\t\t\t\t\twith the root resource record set name.</p>\n </li>\n </ol>",
11246+
"smithy.api#documentation": "<p>Updates the resource record sets in a specified hosted zone that were created based on\n\t\t\tthe settings in a specified traffic policy version.</p>\n <p>When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS\n\t\t\tqueries for the root resource record set name (such as example.com) while it replaces\n\t\t\tone group of resource record sets with another. Route 53 performs the following\n\t\t\toperations:</p>\n <ol>\n <li>\n <p>Route 53 creates a new group of resource record sets based on the specified\n\t\t\t\t\ttraffic policy. This is true regardless of how significant the differences are\n\t\t\t\t\tbetween the existing resource record sets and the new resource record sets.\n\t\t\t\t</p>\n </li>\n <li>\n <p>When all of the new resource record sets have been created, Route 53 starts to\n\t\t\t\t\trespond to DNS queries for the root resource record set name (such as\n\t\t\t\t\texample.com) by using the new resource record sets.</p>\n </li>\n <li>\n <p>Route 53 deletes the old group of resource record sets that are associated\n\t\t\t\t\twith the root resource record set name.</p>\n </li>\n </ol>",
1123511247
"smithy.api#http": {
1123611248
"method": "POST",
1123711249
"uri": "/2013-04-01/trafficpolicyinstance/{Id}",
@@ -11561,6 +11573,12 @@
1156111573
"traits": {
1156211574
"smithy.api#enumValue": "ap-southeast-4"
1156311575
}
11576+
},
11577+
"il_central_1": {
11578+
"target": "smithy.api#Unit",
11579+
"traits": {
11580+
"smithy.api#enumValue": "il-central-1"
11581+
}
1156411582
}
1156511583
},
1156611584
"traits": {

0 commit comments

Comments
 (0)