Skip to content

Commit be35c3c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 37a9ea3 commit be35c3c

File tree

91 files changed

+9311
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+9311
-300
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ RubyGems.org page under "LINKS" section.
434434
| AWS Route53 Recovery Readiness | Aws::Route53RecoveryReadiness | aws-sdk-route53recoveryreadiness | 2019-12-02 |
435435
| AWS S3 Control | Aws::S3Control | aws-sdk-s3control | 2018-08-20 |
436436
| AWS SSO Identity Store | Aws::IdentityStore | aws-sdk-identitystore | 2020-06-15 |
437-
| AWS SSO OIDC | Aws::SSOOIDC | aws-sdk-ssooidc | 2019-06-10 |
437+
| AWS SSO OIDC | Aws::SSOOIDC | aws-sdk-core | 2019-06-10 |
438438
| AWS Savings Plans | Aws::SavingsPlans | aws-sdk-savingsplans | 2019-06-28 |
439439
| AWS Secrets Manager | Aws::SecretsManager | aws-sdk-secretsmanager | 2017-10-17 |
440440
| AWS Security Token Service | Aws::STS | aws-sdk-core | 2011-06-15 |
@@ -450,6 +450,7 @@ RubyGems.org page under "LINKS" section.
450450
| AWS Step Functions | Aws::States | aws-sdk-states | 2016-11-23 |
451451
| AWS Storage Gateway | Aws::StorageGateway | aws-sdk-storagegateway | 2013-06-30 |
452452
| AWS Support | Aws::Support | aws-sdk-support | 2013-04-15 |
453+
| AWS Support App | Aws::SupportApp | aws-sdk-supportapp | 2021-08-20 |
453454
| AWS Systems Manager Incident Manager | Aws::SSMIncidents | aws-sdk-ssmincidents | 2018-05-10 |
454455
| AWS Systems Manager Incident Manager Contacts | Aws::SSMContacts | aws-sdk-ssmcontacts | 2021-05-03 |
455456
| AWS Transfer Family | Aws::Transfer | aws-sdk-transfer | 2018-11-05 |

apis/docdb/2014-10-31/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@
16441644
"RestoreDBClusterFromSnapshotMessage$DBSubnetGroupName": "<p>The name of the subnet group to use for the new cluster.</p> <p>Constraints: If provided, must match the name of an existing <code>DBSubnetGroup</code>.</p> <p>Example: <code>mySubnetgroup</code> </p>",
16451645
"RestoreDBClusterFromSnapshotMessage$KmsKeyId": "<p>The KMS key identifier to use when restoring an encrypted cluster from a DB snapshot or cluster snapshot.</p> <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.</p> <p>If you do not specify a value for the <code>KmsKeyId</code> parameter, then the following occurs:</p> <ul> <li> <p>If the snapshot or cluster snapshot in <code>SnapshotIdentifier</code> is encrypted, then the restored cluster is encrypted using the KMS key that was used to encrypt the snapshot or the cluster snapshot.</p> </li> <li> <p>If the snapshot or the cluster snapshot in <code>SnapshotIdentifier</code> is not encrypted, then the restored DB cluster is not encrypted.</p> </li> </ul>",
16461646
"RestoreDBClusterToPointInTimeMessage$DBClusterIdentifier": "<p>The name of the new cluster to be created.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>",
1647-
"RestoreDBClusterToPointInTimeMessage$RestoreType": "<p>The type of restore to be performed. You can specify one of the following values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is restored as a full copy of the source DB cluster.</p> </li> <li> <p> <code>copy-on-write</code> - The new DB cluster is restored as a clone of the source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify <code>copy-on-write</code> if the engine version of the source DB cluster is earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is restored as a full copy of the source DB cluster.</p>",
1647+
"RestoreDBClusterToPointInTimeMessage$RestoreType": "<p>The type of restore to be performed. You can specify one of the following values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is restored as a full copy of the source DB cluster.</p> </li> <li> <p> <code>copy-on-write</code> - The new DB cluster is restored as a clone of the source DB cluster.</p> </li> </ul> <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is restored as a full copy of the source DB cluster.</p>",
16481648
"RestoreDBClusterToPointInTimeMessage$SourceDBClusterIdentifier": "<p>The identifier of the source cluster from which to restore.</p> <p>Constraints:</p> <ul> <li> <p>Must match the identifier of an existing <code>DBCluster</code>.</p> </li> </ul>",
16491649
"RestoreDBClusterToPointInTimeMessage$DBSubnetGroupName": "<p>The subnet group name to use for the new cluster.</p> <p>Constraints: If provided, must match the name of an existing <code>DBSubnetGroup</code>.</p> <p>Example: <code>mySubnetgroup</code> </p>",
16501650
"RestoreDBClusterToPointInTimeMessage$KmsKeyId": "<p>The KMS key identifier to use when restoring an encrypted cluster from an encrypted cluster.</p> <p>The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.</p> <p>You can restore to a new cluster and encrypt the new cluster with an KMS key that is different from the KMS key used to encrypt the source cluster. The new DB cluster is encrypted with the KMS key identified by the <code>KmsKeyId</code> parameter.</p> <p>If you do not specify a value for the <code>KmsKeyId</code> parameter, then the following occurs:</p> <ul> <li> <p>If the cluster is encrypted, then the restored cluster is encrypted using the KMS key that was used to encrypt the source cluster.</p> </li> <li> <p>If the cluster is not encrypted, then the restored cluster is not encrypted.</p> </li> </ul> <p>If <code>DBClusterIdentifier</code> refers to a cluster that is not encrypted, then the restore request is rejected.</p>",

apis/ec2/2016-11-15/api-2.json

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24614,7 +24614,49 @@
2461424614
"c7g.8xlarge",
2461524615
"c7g.12xlarge",
2461624616
"c7g.16xlarge",
24617-
"mac2.metal"
24617+
"mac2.metal",
24618+
"c6id.large",
24619+
"c6id.xlarge",
24620+
"c6id.2xlarge",
24621+
"c6id.4xlarge",
24622+
"c6id.8xlarge",
24623+
"c6id.12xlarge",
24624+
"c6id.16xlarge",
24625+
"c6id.24xlarge",
24626+
"c6id.32xlarge",
24627+
"c6id.metal",
24628+
"m6id.large",
24629+
"m6id.xlarge",
24630+
"m6id.2xlarge",
24631+
"m6id.4xlarge",
24632+
"m6id.8xlarge",
24633+
"m6id.12xlarge",
24634+
"m6id.16xlarge",
24635+
"m6id.24xlarge",
24636+
"m6id.32xlarge",
24637+
"m6id.metal",
24638+
"r6id.large",
24639+
"r6id.xlarge",
24640+
"r6id.2xlarge",
24641+
"r6id.4xlarge",
24642+
"r6id.8xlarge",
24643+
"r6id.12xlarge",
24644+
"r6id.16xlarge",
24645+
"r6id.24xlarge",
24646+
"r6id.32xlarge",
24647+
"r6id.metal",
24648+
"r6a.large",
24649+
"r6a.xlarge",
24650+
"r6a.2xlarge",
24651+
"r6a.4xlarge",
24652+
"r6a.8xlarge",
24653+
"r6a.12xlarge",
24654+
"r6a.16xlarge",
24655+
"r6a.24xlarge",
24656+
"r6a.32xlarge",
24657+
"r6a.48xlarge",
24658+
"r6a.metal",
24659+
"p4de.24xlarge"
2461824660
]
2461924661
},
2462024662
"InstanceTypeHypervisor":{
@@ -32467,7 +32509,8 @@
3246732509
"PrivateDnsNameOptions":{"shape":"LaunchTemplatePrivateDnsNameOptionsRequest"},
3246832510
"MaintenanceOptions":{"shape":"LaunchTemplateInstanceMaintenanceOptionsRequest"},
3246932511
"DisableApiStop":{"shape":"Boolean"}
32470-
}
32512+
},
32513+
"sensitive":true
3247132514
},
3247232515
"RequestSpotFleetRequest":{
3247332516
"type":"structure",

0 commit comments

Comments
 (0)