Skip to content

Commit

Permalink
Release v1.40.35 (2021-09-01) (#4085)
Browse files Browse the repository at this point in the history
Release v1.40.35 (2021-09-01)
===

### Service Client Updates
* `service/cloudtrail`: Updates service documentation
  * Documentation updates for CloudTrail
* `service/config`: Updates service documentation
* `service/ec2`: Updates service API and documentation
  * Added LaunchTemplate support for the IMDS IPv6 endpoint
* `service/mediatailor`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Sep 1, 2021
1 parent 2ab2a7f commit d92c351
Show file tree
Hide file tree
Showing 23 changed files with 2,827 additions and 1,943 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.40.35 (2021-09-01)
===

### Service Client Updates
* `service/cloudtrail`: Updates service documentation
* Documentation updates for CloudTrail
* `service/config`: Updates service documentation
* `service/ec2`: Updates service API and documentation
* Added LaunchTemplate support for the IMDS IPv6 endpoint
* `service/mediatailor`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Updates service API and documentation

Release v1.40.34 (2021-08-31)
===

Expand Down
22 changes: 22 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.34"
const SDKVersion = "1.40.35"
170 changes: 85 additions & 85 deletions models/apis/cloudtrail/2013-11-01/docs-2.json

Large diffs are not rendered by default.

654 changes: 327 additions & 327 deletions models/apis/config/2014-11-12/docs-2.json

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9559,7 +9559,6 @@
"type":"structure",
"required":["CidrBlock"],
"members":{
"CidrBlock":{"shape":"String"},
"AmazonProvidedIpv6CidrBlock":{
"shape":"Boolean",
"locationName":"amazonProvidedIpv6CidrBlock"
Expand All @@ -9578,7 +9577,8 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
},
"CidrBlock":{"shape":"String"}
}
},
"CreateVpcResult":{
Expand Down Expand Up @@ -22519,6 +22519,10 @@
"HttpEndpoint":{
"shape":"LaunchTemplateInstanceMetadataEndpointState",
"locationName":"httpEndpoint"
},
"HttpProtocolIpv6":{
"shape":"LaunchTemplateInstanceMetadataProtocolIpv6",
"locationName":"httpProtocolIpv6"
}
}
},
Expand All @@ -22527,7 +22531,8 @@
"members":{
"HttpTokens":{"shape":"LaunchTemplateHttpTokensState"},
"HttpPutResponseHopLimit":{"shape":"Integer"},
"HttpEndpoint":{"shape":"LaunchTemplateInstanceMetadataEndpointState"}
"HttpEndpoint":{"shape":"LaunchTemplateInstanceMetadataEndpointState"},
"HttpProtocolIpv6":{"shape":"LaunchTemplateInstanceMetadataProtocolIpv6"}
}
},
"LaunchTemplateInstanceMetadataOptionsState":{
Expand All @@ -22537,6 +22542,13 @@
"applied"
]
},
"LaunchTemplateInstanceMetadataProtocolIpv6":{
"type":"string",
"enum":[
"disabled",
"enabled"
]
},
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
"type":"structure",
"members":{
Expand Down
27 changes: 17 additions & 10 deletions models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9169,14 +9169,14 @@
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6AddressCount": "<p>The number of IPv6 addresses for the network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses for the network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkCardIndex": "<p>The index of the network card.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4PrefixCount": "<p>The number of IPv4 delegated prefixes that AWS automatically assigned to the network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6PrefixCount": "<p>The number of IPv6 delegated prefixes that AWS automatically assigned to the network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4PrefixCount": "<p>The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6PrefixCount": "<p>The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeviceIndex": "<p>The device index for the network interface attachment.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6AddressCount": "<p>The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SecondaryPrivateIpAddressCount": "<p>The number of secondary private IPv4 addresses to assign to a network interface.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkCardIndex": "<p>The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4PrefixCount": "<p>The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6PrefixCount": "<p>The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4PrefixCount": "<p>The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6PrefixCount": "<p>The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>",
"LaunchTemplatePlacement$PartitionNumber": "<p>The number of the partition the instance should launch in. Valid only if the placement group strategy is set to <code>partition</code>.</p>",
"LaunchTemplatePlacementRequest$PartitionNumber": "<p>The number of the partition the instance should launch in. Valid only if the placement group strategy is set to <code>partition</code>.</p>",
"LaunchTemplateSpotMarketOptions$BlockDurationMinutes": "<p>The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).</p>",
Expand Down Expand Up @@ -9463,13 +9463,13 @@
"refs": {
"CreateNetworkInterfaceRequest$Ipv4Prefixes": "<p>One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option.</p>",
"InstanceNetworkInterfaceSpecification$Ipv4Prefixes": "<p>One or more IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4Prefixes": "<p>One or more IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option.</p>"
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4Prefixes": "<p>One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option.</p>"
}
},
"Ipv4PrefixListResponse": {
"base": null,
"refs": {
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4Prefixes": "<p>One or more IPv4 delegated prefixes assigned to the network interface.</p>"
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4Prefixes": "<p>One or more IPv4 prefixes assigned to the network interface.</p>"
}
},
"Ipv4PrefixSpecification": {
Expand Down Expand Up @@ -9581,13 +9581,13 @@
"refs": {
"CreateNetworkInterfaceRequest$Ipv6Prefixes": "<p>One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the <code>Ipv6PrefixCount</code> option.</p>",
"InstanceNetworkInterfaceSpecification$Ipv6Prefixes": "<p>One or more IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv6PrefixCount</code> option.</p>",
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Prefixes": "<p>One or more IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv6PrefixCount</code> option.</p>"
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Prefixes": "<p>One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the <code>Ipv6PrefixCount</code> option.</p>"
}
},
"Ipv6PrefixListResponse": {
"base": null,
"refs": {
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Prefixes": "<p>One or more IPv6 delegated prefixes assigned to the network interface.</p>"
"LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Prefixes": "<p>One or more IPv6 prefixes assigned to the network interface.</p>"
}
},
"Ipv6PrefixSpecification": {
Expand Down Expand Up @@ -9976,6 +9976,13 @@
"LaunchTemplateInstanceMetadataOptions$State": "<p>The state of the metadata option changes.</p> <p> <code>pending</code> - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.</p> <p> <code>applied</code> - The metadata options have been successfully applied on the instance.</p>"
}
},
"LaunchTemplateInstanceMetadataProtocolIpv6": {
"base": null,
"refs": {
"LaunchTemplateInstanceMetadataOptions$HttpProtocolIpv6": "<p>Enables or disables the IPv6 endpoint for the instance metadata service.</p> <p>Default: <code>disabled</code> </p>",
"LaunchTemplateInstanceMetadataOptionsRequest$HttpProtocolIpv6": "<p>Enables or disables the IPv6 endpoint for the instance metadata service.</p> <p>Default: <code>disabled</code> </p>"
}
},
"LaunchTemplateInstanceNetworkInterfaceSpecification": {
"base": "<p>Describes a network interface.</p>",
"refs": {
Expand Down Expand Up @@ -14443,9 +14450,9 @@
"CreateVpcPeeringConnectionRequest$PeerOwnerId": "<p>The Amazon Web Services account ID of the owner of the accepter VPC.</p> <p>Default: Your Amazon Web Services account ID</p>",
"CreateVpcPeeringConnectionRequest$PeerVpcId": "<p>The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.</p>",
"CreateVpcPeeringConnectionRequest$PeerRegion": "<p>The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.</p> <p>Default: The Region in which you make the request.</p>",
"CreateVpcRequest$CidrBlock": "<p>The IPv4 network range for the VPC, in CIDR notation. For example, <code>10.0.0.0/16</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
"CreateVpcRequest$Ipv6CidrBlock": "<p>The IPv6 CIDR block from the IPv6 address pool. You must also specify <code>Ipv6Pool</code> in the request.</p> <p>To let Amazon choose the IPv6 CIDR block for you, omit this parameter.</p>",
"CreateVpcRequest$Ipv6CidrBlockNetworkBorderGroup": "<p>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.</p> <p> You must set <code>AmazonProvidedIpv6CidrBlock</code> to <code>true</code> to use this parameter.</p>",
"CreateVpcRequest$CidrBlock": "<p>The IPv4 network range for the VPC, in CIDR notation. For example, <code>10.0.0.0/16</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
"CreateVpnConnectionRequest$Type": "<p>The type of VPN connection (<code>ipsec.1</code>).</p>",
"CreateVpnConnectionRouteRequest$DestinationCidrBlock": "<p>The CIDR block associated with the local subnet of the customer network.</p>",
"CreateVpnGatewayRequest$AvailabilityZone": "<p>The Availability Zone for the virtual private gateway.</p>",
Expand Down Expand Up @@ -15311,7 +15318,7 @@
"ReplaceRouteTableAssociationResult$NewAssociationId": "<p>The ID of the new association.</p>",
"ReplaceTransitGatewayRouteRequest$DestinationCidrBlock": "<p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>",
"ReportInstanceStatusRequest$Description": "<p>Descriptive text about the health state of your instance.</p>",
"RequestLaunchTemplateData$UserData": "<p>The Base64-encoded user data to make available to the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html\">Running Commands on Your Linux Instance at Launch</a> (Linux) and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data\">Adding User Data</a> (Windows).</p>",
"RequestLaunchTemplateData$UserData": "<p>The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html\">Running Commands on Your Linux Instance at Launch</a> (Linux) or <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data\">Adding User Data</a> (Windows).</p> <p>If you are creating the launch template for use with Batch, the user data must be provided in the <a href=\"https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive\"> MIME multi-part archive format</a>. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html\">Amazon EC2 user data in launch templates</a> in the <i>Batch User Guide</i>.</p>",
"RequestSpotFleetResponse$SpotFleetRequestId": "<p>The ID of the Spot Fleet request.</p>",
"RequestSpotInstancesRequest$AvailabilityZoneGroup": "<p>The user-specified name for a logical grouping of requests.</p> <p>When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.</p> <p>If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.</p> <p>Default: Instances are launched in any available Availability Zone.</p>",
"RequestSpotInstancesRequest$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/UserGuide/Run_Instance_Idempotency.html\">How to Ensure Idempotency</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>",
Expand Down
37 changes: 36 additions & 1 deletion models/apis/mediatailor/2018-04-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@
"CreationTime": {
"shape": "__timestampUnix"
},
"FillerSlate": {
"shape": "SlateSource"
},
"LastModifiedTime": {
"shape": "__timestampUnix"
},
Expand Down Expand Up @@ -684,6 +687,9 @@
"locationName": "channelName",
"shape": "__string"
},
"FillerSlate": {
"shape": "SlateSource"
},
"Outputs": {
"shape": "RequestOutputs"
},
Expand Down Expand Up @@ -716,6 +722,9 @@
"CreationTime": {
"shape": "__timestampUnix"
},
"FillerSlate": {
"shape": "SlateSource"
},
"LastModifiedTime": {
"shape": "__timestampUnix"
},
Expand Down Expand Up @@ -783,6 +792,9 @@
"ProgramName": {
"shape": "__string"
},
"ScheduledStartTime": {
"shape": "__timestampUnix"
},
"SourceLocationName": {
"shape": "__string"
},
Expand Down Expand Up @@ -1094,6 +1106,9 @@
"CreationTime": {
"shape": "__timestampUnix"
},
"FillerSlate": {
"shape": "SlateSource"
},
"LastModifiedTime": {
"shape": "__timestampUnix"
},
Expand Down Expand Up @@ -1146,6 +1161,9 @@
"ProgramName": {
"shape": "__string"
},
"ScheduledStartTime": {
"shape": "__timestampUnix"
},
"SourceLocationName": {
"shape": "__string"
},
Expand Down Expand Up @@ -1703,7 +1721,8 @@
},
"PlaybackMode": {
"enum": [
"LOOP"
"LOOP",
"LINEAR"
],
"type": "string"
},
Expand Down Expand Up @@ -1949,6 +1968,9 @@
"ScheduleAdBreaks": {
"shape": "__listOfScheduleAdBreak"
},
"ScheduleEntryType": {
"shape": "ScheduleEntryType"
},
"SourceLocationName": {
"shape": "__string"
},
Expand All @@ -1965,6 +1987,13 @@
],
"type": "structure"
},
"ScheduleEntryType": {
"enum": [
"PROGRAM",
"FILLER_SLATE"
],
"type": "string"
},
"SecretsManagerAccessTokenConfiguration": {
"members": {
"HeaderName": {
Expand Down Expand Up @@ -2102,6 +2131,9 @@
"RelativeProgram": {
"shape": "__string"
},
"ScheduledStartTimeMillis": {
"shape": "__long"
},
"Type": {
"shape": "__string"
}
Expand Down Expand Up @@ -2169,6 +2201,9 @@
"CreationTime": {
"shape": "__timestampUnix"
},
"FillerSlate": {
"shape": "SlateSource"
},
"LastModifiedTime": {
"shape": "__timestampUnix"
},
Expand Down

0 comments on commit d92c351

Please sign in to comment.