Skip to content

Commit 1ba0789

Browse files
Updated API models and rebuilt service gems.
1 parent 7717ddf commit 1ba0789

File tree

111 files changed

+7982
-109
lines changed

Some content is hidden

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

111 files changed

+7982
-109
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ RubyGems.org page under "LINKS" section.
368368
| AWS Directory Service Data | Aws::DirectoryServiceData | aws-sdk-directoryservicedata | 2023-05-31 |
369369
| AWS EC2 Instance Connect | Aws::EC2InstanceConnect | aws-sdk-ec2instanceconnect | 2018-04-02 |
370370
| AWS Elastic Beanstalk | Aws::ElasticBeanstalk | aws-sdk-elasticbeanstalk | 2010-12-01 |
371+
| AWS Elemental Inference | Aws::ElementalInference | aws-sdk-elementalinference | 2018-11-14 |
371372
| AWS Elemental MediaConvert | Aws::MediaConvert | aws-sdk-mediaconvert | 2017-08-29 |
372373
| AWS Elemental MediaLive | Aws::MediaLive | aws-sdk-medialive | 2017-10-14 |
373374
| AWS Elemental MediaPackage | Aws::MediaPackage | aws-sdk-mediapackage | 2017-10-12 |

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7626,7 +7626,7 @@
76267626
"locationName":"quantity"
76277627
},
76287628
"AvailabilityZone":{
7629-
"shape":"String",
7629+
"shape":"AvailabilityZoneName",
76307630
"locationName":"availabilityZone"
76317631
}
76327632
}
@@ -16360,6 +16360,14 @@
1636016360
}
1636116361
},
1636216362
"DefaultEnaQueueCountPerInterface":{"type":"integer"},
16363+
"DefaultHttpTokensEnforcedState":{
16364+
"type":"string",
16365+
"enum":[
16366+
"disabled",
16367+
"enabled",
16368+
"no-preference"
16369+
]
16370+
},
1636316371
"DefaultInstanceMetadataEndpointState":{
1636416372
"type":"string",
1636516373
"enum":[
@@ -31158,6 +31166,13 @@
3115831166
"max":23,
3115931167
"min":0
3116031168
},
31169+
"HttpTokensEnforcedState":{
31170+
"type":"string",
31171+
"enum":[
31172+
"disabled",
31173+
"enabled"
31174+
]
31175+
},
3116131176
"HttpTokensState":{
3116231177
"type":"string",
3116331178
"enum":[
@@ -33705,6 +33720,10 @@
3370533720
"ManagedExceptionMessage":{
3370633721
"shape":"String",
3370733722
"locationName":"managedExceptionMessage"
33723+
},
33724+
"HttpTokensEnforced":{
33725+
"shape":"HttpTokensEnforcedState",
33726+
"locationName":"httpTokensEnforced"
3370833727
}
3370933728
}
3371033729
},
@@ -41475,7 +41494,8 @@
4147541494
"HttpPutResponseHopLimit":{"shape":"BoxedInteger"},
4147641495
"HttpEndpoint":{"shape":"DefaultInstanceMetadataEndpointState"},
4147741496
"InstanceMetadataTags":{"shape":"DefaultInstanceMetadataTagsState"},
41478-
"DryRun":{"shape":"Boolean"}
41497+
"DryRun":{"shape":"Boolean"},
41498+
"HttpTokensEnforced":{"shape":"DefaultHttpTokensEnforcedState"}
4147941499
}
4148041500
},
4148141501
"ModifyInstanceMetadataDefaultsResult":{

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@
21452145
"AvailabilityZoneName": {
21462146
"base": null,
21472147
"refs": {
2148+
"AllocateHostsRequest$AvailabilityZone": "<p>The Availability Zone in which to allocate the Dedicated Host.</p>",
21482149
"AssociateNatGatewayAddressRequest$AvailabilityZone": "<p>For regional NAT gateways only: The Availability Zone where you want to associate an Elastic IP address (EIP). The regional NAT gateway uses a separate EIP in each AZ to handle outbound NAT traffic from that AZ.</p> <p>A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.</p>",
21492150
"AvailabilityZoneAddress$AvailabilityZone": "<p>For regional NAT gateways only: The Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ. </p> <p>A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.</p>",
21502151
"CapacityBlockExtension$AvailabilityZone": "<p>The Availability Zone of the Capacity Block extension.</p>",
@@ -6446,6 +6447,12 @@
64466447
"NetworkCardInfo$DefaultEnaQueueCountPerInterface": "<p>The default number of the ENA queues for each interface.</p>"
64476448
}
64486449
},
6450+
"DefaultHttpTokensEnforcedState": {
6451+
"base": null,
6452+
"refs": {
6453+
"ModifyInstanceMetadataDefaultsRequest$HttpTokensEnforced": "<p>Specifies whether to enforce the requirement of IMDSv2 on an instance at the time of launch. When enforcement is enabled, the instance can't launch unless IMDSv2 (<code>HttpTokens</code>) is set to <code>required</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#enforce-imdsv2-at-the-account-level\">Enforce IMDSv2 at the account level</a> in the <i>Amazon EC2 User Guide</i>.</p>"
6454+
}
6455+
},
64496456
"DefaultInstanceMetadataEndpointState": {
64506457
"base": null,
64516458
"refs": {
@@ -13273,6 +13280,12 @@
1327313280
"InstanceEventWindowTimeRangeRequest$EndHour": "<p>The hour when the time range ends.</p>"
1327413281
}
1327513282
},
13283+
"HttpTokensEnforcedState": {
13284+
"base": null,
13285+
"refs": {
13286+
"InstanceMetadataDefaultsResponse$HttpTokensEnforced": "<p>Indicates whether to enforce the requirement of IMDSv2 on an instance at the time of launch. When enforcement is enabled, the instance can't launch unless IMDSv2 (<code>HttpTokens</code>) is set to <code>required</code>.</p>"
13287+
}
13288+
},
1327613289
"HttpTokensState": {
1327713290
"base": null,
1327813291
"refs": {
@@ -24358,7 +24371,6 @@
2435824371
"AllocateHostsRequest$OutpostArn": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host. If you specify <b>OutpostArn</b>, you can optionally specify <b>AssetIds</b>.</p> <p>If you are allocating the Dedicated Host in a Region, omit this parameter.</p>",
2435924372
"AllocateHostsRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
2436024373
"AllocateHostsRequest$InstanceType": "<p>Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.</p> <p>If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the same request.</p>",
24361-
"AllocateHostsRequest$AvailabilityZone": "<p>The Availability Zone in which to allocate the Dedicated Host.</p>",
2436224374
"AllocateIpamPoolCidrRequest$Cidr": "<p>The CIDR you would like to allocate from the IPAM pool. Note the following:</p> <ul> <li> <p>If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.</p> </li> <li> <p>If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.</p> </li> </ul> <p>Possible values: Any available IPv4 or IPv6 CIDR.</p>",
2436324375
"AllocateIpamPoolCidrRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html\">Ensuring idempotency</a>.</p>",
2436424376
"AllocateIpamPoolCidrRequest$Description": "<p>A description for the allocation.</p>",

0 commit comments

Comments
 (0)