Skip to content

Commit 3b39078

Browse files
authored
chore: Bump models in prep for release 0.21.0 (#1064)
1 parent d08625c commit 3b39078

18 files changed

+4019
-727
lines changed

codegen/sdk-codegen/aws-models/batch.2016-08-10.json

Lines changed: 36 additions & 10 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cloudwatch-logs.2014-03-28.json

Lines changed: 49 additions & 14 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cognito-identity-provider.2016-04-18.json

Lines changed: 638 additions & 281 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/comprehendmedical.2018-10-30.json

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/connect.2017-08-08.json

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/database-migration-service.2016-01-01.json

Lines changed: 1357 additions & 61 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/ec2.2016-11-15.json

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51447,13 +51447,13 @@
5144751447
"aws.protocols#ec2QueryName": "Configured",
5144851448
"smithy.api#clientOptional": {},
5144951449
"smithy.api#default": false,
51450-
"smithy.api#documentation": "<p>If this parameter is set to <code>true</code>, your instance is enabled for\n hibernation; otherwise, it is not enabled for hibernation.</p>",
51450+
"smithy.api#documentation": "<p>If <code>true</code>, your instance is enabled for hibernation; otherwise, it is not\n enabled for hibernation.</p>",
5145151451
"smithy.api#xmlName": "configured"
5145251452
}
5145351453
}
5145451454
},
5145551455
"traits": {
51456-
"smithy.api#documentation": "<p>Indicates whether your instance is configured for hibernation. This parameter is valid\n only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>"
51456+
"smithy.api#documentation": "<p>Indicates whether your instance is configured for hibernation. This parameter is valid\n only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>"
5145751457
}
5145851458
},
5145951459
"com.amazonaws.ec2#HibernationOptionsRequest": {
@@ -51464,12 +51464,12 @@
5146451464
"traits": {
5146551465
"smithy.api#clientOptional": {},
5146651466
"smithy.api#default": false,
51467-
"smithy.api#documentation": "<p>If you set this parameter to <code>true</code>, your instance is enabled for\n hibernation.</p>\n <p>Default: <code>false</code>\n </p>"
51467+
"smithy.api#documentation": "<p>Set to <code>true</code> to enable your instance for hibernation.</p>\n <p>Default: <code>false</code>\n </p>"
5146851468
}
5146951469
}
5147051470
},
5147151471
"traits": {
51472-
"smithy.api#documentation": "<p>Indicates whether your instance is configured for hibernation. This parameter is valid\n only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>"
51472+
"smithy.api#documentation": "<p>Indicates whether your instance is configured for hibernation. This parameter is valid\n only if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>"
5147351473
}
5147451474
},
5147551475
"com.amazonaws.ec2#HistoryRecord": {
@@ -61765,6 +61765,14 @@
6176561765
"smithy.api#documentation": "<p>The supported boot modes. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the\n <i>Amazon EC2 User Guide</i>.</p>",
6176661766
"smithy.api#xmlName": "supportedBootModes"
6176761767
}
61768+
},
61769+
"NitroEnclavesSupport": {
61770+
"target": "com.amazonaws.ec2#NitroEnclavesSupport",
61771+
"traits": {
61772+
"aws.protocols#ec2QueryName": "NitroEnclavesSupport",
61773+
"smithy.api#documentation": "<p>Indicates whether Nitro Enclaves is supported.</p>",
61774+
"smithy.api#xmlName": "nitroEnclavesSupport"
61775+
}
6176861776
}
6176961777
},
6177061778
"traits": {
@@ -76466,6 +76474,23 @@
7646676474
"com.amazonaws.ec2#NextToken": {
7646776475
"type": "string"
7646876476
},
76477+
"com.amazonaws.ec2#NitroEnclavesSupport": {
76478+
"type": "enum",
76479+
"members": {
76480+
"UNSUPPORTED": {
76481+
"target": "smithy.api#Unit",
76482+
"traits": {
76483+
"smithy.api#enumValue": "unsupported"
76484+
}
76485+
},
76486+
"SUPPORTED": {
76487+
"target": "smithy.api#Unit",
76488+
"traits": {
76489+
"smithy.api#enumValue": "supported"
76490+
}
76491+
}
76492+
}
76493+
},
7646976494
"com.amazonaws.ec2#OccurrenceDayRequestSet": {
7647076495
"type": "list",
7647176496
"member": {
@@ -77940,7 +77965,7 @@
7794077965
"com.amazonaws.ec2#PlacementGroupArn": {
7794177966
"type": "string",
7794277967
"traits": {
77943-
"smithy.api#pattern": "^arn:aws([a-z-]+)?:ec2:[a-z\\d-]+:\\d{12}:placement-group/([^\\s].+[^\\s]){1,255}$"
77968+
"smithy.api#pattern": "^arn:aws([a-z-]+)?:ec2:[a-z\\d-]+:\\d{12}:placement-group/^.{1,255}$"
7794477969
}
7794577970
},
7794677971
"com.amazonaws.ec2#PlacementGroupId": {
@@ -86391,7 +86416,7 @@
8639186416
"HibernationOptions": {
8639286417
"target": "com.amazonaws.ec2#HibernationOptionsRequest",
8639386418
"traits": {
86394-
"smithy.api#documentation": "<p>Indicates whether an instance is enabled for hibernation. For more information, see\n <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate\n your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>\n <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same\n instance.</p>"
86419+
"smithy.api#documentation": "<p>Indicates whether an instance is enabled for hibernation. This parameter is valid only\n if the instance meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>\n <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same\n instance.</p>"
8639586420
}
8639686421
},
8639786422
"LicenseSpecifications": {
@@ -86410,7 +86435,7 @@
8641086435
"EnclaveOptions": {
8641186436
"target": "com.amazonaws.ec2#EnclaveOptionsRequest",
8641286437
"traits": {
86413-
"smithy.api#documentation": "<p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For\n more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html\"> What is Amazon Web Services Nitro\n Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User\n Guide</i>.</p>\n <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same\n instance.</p>"
86438+
"smithy.api#documentation": "<p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For\n more information, see <a href=\"https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html\">What is Amazon Web Services Nitro\n Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User\n Guide</i>.</p>\n <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same\n instance.</p>"
8641486439
}
8641586440
},
8641686441
"PrivateDnsNameOptions": {
@@ -91223,7 +91248,7 @@
9122391248
"target": "com.amazonaws.ec2#StopInstancesResult"
9122491249
},
9122591250
"traits": {
91226-
"smithy.api#documentation": "<p>Stops an Amazon EBS-backed instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html\">Stop and start\n your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>\n <p>You can use the Stop action to hibernate an instance if the instance is <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#enabling-hibernation\">enabled for\n hibernation</a> and it meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>\n <p>We don't charge usage for a stopped instance, or data transfer fees; however, your\n root partition Amazon EBS volume remains and continues to persist your data, and you are\n charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2\n charges a one-minute minimum for instance usage, and thereafter charges per second for\n instance usage.</p>\n <p>You can't stop or hibernate instance store-backed instances. You can't use the Stop\n action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate\n Spot Instances when they are interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances\">Hibernating interrupted Spot Instances</a> in the\n <i>Amazon EC2 User Guide</i>.</p>\n <p>When you stop or hibernate an instance, we shut it down. You can restart your instance\n at any time. Before stopping or hibernating an instance, make sure it is in a state from\n which it can be restarted. Stopping an instance does not preserve data stored in RAM,\n but hibernating an instance does preserve data stored in RAM. If an instance cannot\n hibernate successfully, a normal shutdown occurs.</p>\n <p>Stopping and hibernating an instance is different to rebooting or terminating it. For\n example, when you stop or hibernate an instance, the root device and any other devices\n attached to the instance persist. When you terminate an instance, the root device and\n any other devices attached during the instance launch are automatically deleted. For\n more information about the differences between rebooting, stopping, hibernating, and\n terminating instances, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a>\n in the <i>Amazon EC2 User Guide</i>.</p>\n <p>When you stop an instance, we attempt to shut it down forcibly after a short while. If\n your instance appears stuck in the stopping state after a period of time, there may be\n an issue with the underlying host computer. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html\">Troubleshoot\n stopping your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>"
91251+
"smithy.api#documentation": "<p>Stops an Amazon EBS-backed instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html\">Stop and start\n your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>\n <p>You can use the Stop action to hibernate an instance if the instance is <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html\">enabled for\n hibernation</a> and it meets the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html\">hibernation\n prerequisites</a>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html\">Hibernate your instance</a> in the\n <i>Amazon EC2 User Guide</i>.</p>\n <p>We don't charge usage for a stopped instance, or data transfer fees; however, your\n root partition Amazon EBS volume remains and continues to persist your data, and you are\n charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2\n charges a one-minute minimum for instance usage, and thereafter charges per second for\n instance usage.</p>\n <p>You can't stop or hibernate instance store-backed instances. You can't use the Stop\n action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate\n Spot Instances when they are interrupted. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances\">Hibernating interrupted Spot Instances</a> in the\n <i>Amazon EC2 User Guide</i>.</p>\n <p>When you stop or hibernate an instance, we shut it down. You can restart your instance\n at any time. Before stopping or hibernating an instance, make sure it is in a state from\n which it can be restarted. Stopping an instance does not preserve data stored in RAM,\n but hibernating an instance does preserve data stored in RAM. If an instance cannot\n hibernate successfully, a normal shutdown occurs.</p>\n <p>Stopping and hibernating an instance is different to rebooting or terminating it. For\n example, when you stop or hibernate an instance, the root device and any other devices\n attached to the instance persist. When you terminate an instance, the root device and\n any other devices attached during the instance launch are automatically deleted. For\n more information about the differences between rebooting, stopping, hibernating, and\n terminating instances, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html\">Instance lifecycle</a>\n in the <i>Amazon EC2 User Guide</i>.</p>\n <p>When you stop an instance, we attempt to shut it down forcibly after a short while. If\n your instance appears stuck in the stopping state after a period of time, there may be\n an issue with the underlying host computer. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html\">Troubleshoot\n stopping your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>"
9122791252
}
9122891253
},
9122991254
"com.amazonaws.ec2#StopInstancesRequest": {
@@ -92595,7 +92620,7 @@
9259592620
}
9259692621
},
9259792622
"ConnectionId": {
92598-
"target": "com.amazonaws.ec2#VpnConnectionId",
92623+
"target": "com.amazonaws.ec2#String",
9259992624
"traits": {
9260092625
"smithy.api#documentation": "<p>The ID of the client connection to be terminated.</p>"
9260192626
}

codegen/sdk-codegen/aws-models/glue.2017-03-31.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9120,6 +9120,12 @@
91209120
"traits": {
91219121
"smithy.api#documentation": "<p>The ID of the transaction.</p>"
91229122
}
9123+
},
9124+
"OpenTableFormatInput": {
9125+
"target": "com.amazonaws.glue#OpenTableFormatInput",
9126+
"traits": {
9127+
"smithy.api#documentation": "<p>Specifies an <code>OpenTableFormatInput</code> structure when creating an open format table.</p>"
9128+
}
91239129
}
91249130
},
91259131
"traits": {
@@ -19764,6 +19770,27 @@
1976419770
}
1976519771
}
1976619772
},
19773+
"com.amazonaws.glue#IcebergInput": {
19774+
"type": "structure",
19775+
"members": {
19776+
"MetadataOperation": {
19777+
"target": "com.amazonaws.glue#MetadataOperation",
19778+
"traits": {
19779+
"smithy.api#documentation": "<p>A required metadata operation. Can only be set to <code>CREATE</code>.</p>",
19780+
"smithy.api#required": {}
19781+
}
19782+
},
19783+
"Version": {
19784+
"target": "com.amazonaws.glue#VersionString",
19785+
"traits": {
19786+
"smithy.api#documentation": "<p>The table version for the Iceberg table. Defaults to 2.</p>"
19787+
}
19788+
}
19789+
},
19790+
"traits": {
19791+
"smithy.api#documentation": "<p>A structure that defines an Apache Iceberg metadata table to create in the catalog.</p>"
19792+
}
19793+
},
1976719794
"com.amazonaws.glue#IcebergTarget": {
1976819795
"type": "structure",
1976919796
"members": {
@@ -23862,6 +23889,17 @@
2386223889
"target": "com.amazonaws.glue#MetadataKeyValuePair"
2386323890
}
2386423891
},
23892+
"com.amazonaws.glue#MetadataOperation": {
23893+
"type": "enum",
23894+
"members": {
23895+
"CREATE": {
23896+
"target": "smithy.api#Unit",
23897+
"traits": {
23898+
"smithy.api#enumValue": "CREATE"
23899+
}
23900+
}
23901+
}
23902+
},
2386523903
"com.amazonaws.glue#MetadataValueString": {
2386623904
"type": "string",
2386723905
"traits": {
@@ -24301,6 +24339,20 @@
2430124339
}
2430224340
}
2430324341
},
24342+
"com.amazonaws.glue#OpenTableFormatInput": {
24343+
"type": "structure",
24344+
"members": {
24345+
"IcebergInput": {
24346+
"target": "com.amazonaws.glue#IcebergInput",
24347+
"traits": {
24348+
"smithy.api#documentation": "<p>Specifies an <code>IcebergInput</code> structure that defines an Apache Iceberg metadata table.</p>"
24349+
}
24350+
}
24351+
},
24352+
"traits": {
24353+
"smithy.api#documentation": "<p>A structure representing an open format table.</p>"
24354+
}
24355+
},
2430424356
"com.amazonaws.glue#OperationTimeoutException": {
2430524357
"type": "structure",
2430624358
"members": {

0 commit comments

Comments
 (0)