Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 31, 2023
1 parent 5cff0c4 commit cdfb4c4
Show file tree
Hide file tree
Showing 11 changed files with 6,096 additions and 1,570 deletions.
439 changes: 246 additions & 193 deletions codegen/sdk-codegen/aws-models/amplifyuibuilder.json

Large diffs are not rendered by default.

1,541 changes: 1,290 additions & 251 deletions codegen/sdk-codegen/aws-models/auto-scaling.json

Large diffs are not rendered by default.

1,980 changes: 1,713 additions & 267 deletions codegen/sdk-codegen/aws-models/cleanrooms.json

Large diffs are not rendered by default.

381 changes: 261 additions & 120 deletions codegen/sdk-codegen/aws-models/codestar-connections.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions codegen/sdk-codegen/aws-models/drs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7943,6 +7943,10 @@
{
"name": "BASIC",
"value": "BASIC"
},
{
"name": "IN_AWS",
"value": "IN_AWS"
}
]
}
Expand Down
689 changes: 497 additions & 192 deletions codegen/sdk-codegen/aws-models/inspector2.json

Large diffs are not rendered by default.

2,196 changes: 1,783 additions & 413 deletions codegen/sdk-codegen/aws-models/lookoutequipment.json

Large diffs are not rendered by default.

220 changes: 136 additions & 84 deletions codegen/sdk-codegen/aws-models/omics.json

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions codegen/sdk-codegen/aws-models/rds.json
Original file line number Diff line number Diff line change
Expand Up @@ -3882,6 +3882,12 @@
"traits": {
"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>"
}
},
"EnableLocalWriteForwarding": {
"target": "com.amazonaws.rds#BooleanOptional",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -6122,6 +6128,12 @@
"traits": {
"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>"
}
},
"LocalWriteForwardingStatus": {
"target": "com.amazonaws.rds#LocalWriteForwardingStatus",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -7213,6 +7225,12 @@
"traits": {
"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>"
}
},
"SupportsLocalWriteForwarding": {
"target": "com.amazonaws.rds#BooleanOptional",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -15520,6 +15538,41 @@
"smithy.api#documentation": "<p></p>"
}
},
"com.amazonaws.rds#LocalWriteForwardingStatus": {
"type": "enum",
"members": {
"ENABLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "enabled"
}
},
"DISABLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "disabled"
}
},
"ENABLING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "enabling"
}
},
"DISABLING": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "disabling"
}
},
"REQUESTED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "requested"
}
}
}
},
"com.amazonaws.rds#LogTypeList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -16199,6 +16252,12 @@
"smithy.api#default": false,
"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>"
}
},
"EnableLocalWriteForwarding": {
"target": "com.amazonaws.rds#BooleanOptional",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -23545,6 +23604,12 @@
"traits": {
"smithy.api#documentation": "<p>A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>"
}
},
"SupportsLocalWriteForwarding": {
"target": "com.amazonaws.rds#BooleanOptional",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down
24 changes: 21 additions & 3 deletions codegen/sdk-codegen/aws-models/route-53.json
Original file line number Diff line number Diff line change
Expand Up @@ -2718,6 +2718,12 @@
"traits": {
"smithy.api#enumValue": "ap-southeast-4"
}
},
"il_central_1": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "il-central-1"
}
}
},
"traits": {
Expand Down Expand Up @@ -3480,7 +3486,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/2013-04-01/trafficpolicyinstance",
Expand Down Expand Up @@ -5980,7 +5986,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "GET",
"uri": "/2013-04-01/trafficpolicyinstance/{Id}",
Expand Down Expand Up @@ -9950,6 +9956,12 @@
"traits": {
"smithy.api#enumValue": "ap-southeast-4"
}
},
"il_central_1": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "il-central-1"
}
}
},
"traits": {
Expand Down Expand Up @@ -11231,7 +11243,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/2013-04-01/trafficpolicyinstance/{Id}",
Expand Down Expand Up @@ -11561,6 +11573,12 @@
"traits": {
"smithy.api#enumValue": "ap-southeast-4"
}
},
"il_central_1": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "il-central-1"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit cdfb4c4

Please sign in to comment.