Skip to content

Commit

Permalink
chore: Bump models in prep for release 0.21.0 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Jul 13, 2023
1 parent d08625c commit 3b39078
Show file tree
Hide file tree
Showing 18 changed files with 4,019 additions and 727 deletions.
46 changes: 36 additions & 10 deletions codegen/sdk-codegen/aws-models/batch.2016-08-10.json

Large diffs are not rendered by default.

63 changes: 49 additions & 14 deletions codegen/sdk-codegen/aws-models/cloudwatch-logs.2014-03-28.json

Large diffs are not rendered by default.

919 changes: 638 additions & 281 deletions codegen/sdk-codegen/aws-models/cognito-identity-provider.2016-04-18.json

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions codegen/sdk-codegen/aws-models/comprehendmedical.2018-10-30.json

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions codegen/sdk-codegen/aws-models/connect.2017-08-08.json

Large diffs are not rendered by default.

1,418 changes: 1,357 additions & 61 deletions codegen/sdk-codegen/aws-models/database-migration-service.2016-01-01.json

Large diffs are not rendered by default.

43 changes: 34 additions & 9 deletions codegen/sdk-codegen/aws-models/ec2.2016-11-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -51447,13 +51447,13 @@
"aws.protocols#ec2QueryName": "Configured",
"smithy.api#clientOptional": {},
"smithy.api#default": false,
"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>",
"smithy.api#documentation": "<p>If <code>true</code>, your instance is enabled for hibernation; otherwise, it is not\n enabled for hibernation.</p>",
"smithy.api#xmlName": "configured"
}
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.ec2#HibernationOptionsRequest": {
Expand All @@ -51464,12 +51464,12 @@
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#default": false,
"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>"
"smithy.api#documentation": "<p>Set to <code>true</code> to enable your instance for hibernation.</p>\n <p>Default: <code>false</code>\n </p>"
}
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.ec2#HistoryRecord": {
Expand Down Expand Up @@ -61765,6 +61765,14 @@
"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>",
"smithy.api#xmlName": "supportedBootModes"
}
},
"NitroEnclavesSupport": {
"target": "com.amazonaws.ec2#NitroEnclavesSupport",
"traits": {
"aws.protocols#ec2QueryName": "NitroEnclavesSupport",
"smithy.api#documentation": "<p>Indicates whether Nitro Enclaves is supported.</p>",
"smithy.api#xmlName": "nitroEnclavesSupport"
}
}
},
"traits": {
Expand Down Expand Up @@ -76466,6 +76474,23 @@
"com.amazonaws.ec2#NextToken": {
"type": "string"
},
"com.amazonaws.ec2#NitroEnclavesSupport": {
"type": "enum",
"members": {
"UNSUPPORTED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "unsupported"
}
},
"SUPPORTED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "supported"
}
}
}
},
"com.amazonaws.ec2#OccurrenceDayRequestSet": {
"type": "list",
"member": {
Expand Down Expand Up @@ -77940,7 +77965,7 @@
"com.amazonaws.ec2#PlacementGroupArn": {
"type": "string",
"traits": {
"smithy.api#pattern": "^arn:aws([a-z-]+)?:ec2:[a-z\\d-]+:\\d{12}:placement-group/([^\\s].+[^\\s]){1,255}$"
"smithy.api#pattern": "^arn:aws([a-z-]+)?:ec2:[a-z\\d-]+:\\d{12}:placement-group/^.{1,255}$"
}
},
"com.amazonaws.ec2#PlacementGroupId": {
Expand Down Expand Up @@ -86391,7 +86416,7 @@
"HibernationOptions": {
"target": "com.amazonaws.ec2#HibernationOptionsRequest",
"traits": {
"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>"
"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>"
}
},
"LicenseSpecifications": {
Expand All @@ -86410,7 +86435,7 @@
"EnclaveOptions": {
"target": "com.amazonaws.ec2#EnclaveOptionsRequest",
"traits": {
"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>"
"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>"
}
},
"PrivateDnsNameOptions": {
Expand Down Expand Up @@ -91223,7 +91248,7 @@
"target": "com.amazonaws.ec2#StopInstancesResult"
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.ec2#StopInstancesRequest": {
Expand Down Expand Up @@ -92595,7 +92620,7 @@
}
},
"ConnectionId": {
"target": "com.amazonaws.ec2#VpnConnectionId",
"target": "com.amazonaws.ec2#String",
"traits": {
"smithy.api#documentation": "<p>The ID of the client connection to be terminated.</p>"
}
Expand Down
52 changes: 52 additions & 0 deletions codegen/sdk-codegen/aws-models/glue.2017-03-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -9120,6 +9120,12 @@
"traits": {
"smithy.api#documentation": "<p>The ID of the transaction.</p>"
}
},
"OpenTableFormatInput": {
"target": "com.amazonaws.glue#OpenTableFormatInput",
"traits": {
"smithy.api#documentation": "<p>Specifies an <code>OpenTableFormatInput</code> structure when creating an open format table.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -19764,6 +19770,27 @@
}
}
},
"com.amazonaws.glue#IcebergInput": {
"type": "structure",
"members": {
"MetadataOperation": {
"target": "com.amazonaws.glue#MetadataOperation",
"traits": {
"smithy.api#documentation": "<p>A required metadata operation. Can only be set to <code>CREATE</code>.</p>",
"smithy.api#required": {}
}
},
"Version": {
"target": "com.amazonaws.glue#VersionString",
"traits": {
"smithy.api#documentation": "<p>The table version for the Iceberg table. Defaults to 2.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A structure that defines an Apache Iceberg metadata table to create in the catalog.</p>"
}
},
"com.amazonaws.glue#IcebergTarget": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -23862,6 +23889,17 @@
"target": "com.amazonaws.glue#MetadataKeyValuePair"
}
},
"com.amazonaws.glue#MetadataOperation": {
"type": "enum",
"members": {
"CREATE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "CREATE"
}
}
}
},
"com.amazonaws.glue#MetadataValueString": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -24301,6 +24339,20 @@
}
}
},
"com.amazonaws.glue#OpenTableFormatInput": {
"type": "structure",
"members": {
"IcebergInput": {
"target": "com.amazonaws.glue#IcebergInput",
"traits": {
"smithy.api#documentation": "<p>Specifies an <code>IcebergInput</code> structure that defines an Apache Iceberg metadata table.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>A structure representing an open format table.</p>"
}
},
"com.amazonaws.glue#OperationTimeoutException": {
"type": "structure",
"members": {
Expand Down
Loading

0 comments on commit 3b39078

Please sign in to comment.