Skip to content

Commit

Permalink
Release v1.33.14 (2020-07-28)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
  * Now you can enable Instance Metadata Service Version 2 (IMDSv2) or disable the instance metadata endpoint with Launch Configurations.
* `service/ec2`: Updates service API and documentation
  * Introduces support for tag-on-create capability for the following APIs: CreateVpnConnection, CreateVpnGateway, and CreateCustomerGateway. A user can now add tags while creating these resources. For further detail, please see AWS Tagging Strategies.
* `service/imagebuilder`: Updates service API and documentation
* `service/ivs`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * AWS Elemental MediaLive now supports several new features: EBU-TT-D captions in Microsoft Smooth outputs; interlaced video in HEVC outputs; video noise reduction (using temporal filtering) in HEVC outputs.
* `service/rds`: Updates service documentation
  * Adds reporting of manual cluster snapshot quota to DescribeAccountAttributes API
* `service/securityhub`: Updates service API and documentation
  • Loading branch information
awssdkgo committed Jul 28, 2020
1 parent 6be8f30 commit 4b7d14c
Show file tree
Hide file tree
Showing 27 changed files with 958 additions and 126 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.33.14 (2020-07-28)
===

### Service Client Updates
* `service/autoscaling`: Updates service API and documentation
* Now you can enable Instance Metadata Service Version 2 (IMDSv2) or disable the instance metadata endpoint with Launch Configurations.
* `service/ec2`: Updates service API and documentation
* Introduces support for tag-on-create capability for the following APIs: CreateVpnConnection, CreateVpnGateway, and CreateCustomerGateway. A user can now add tags while creating these resources. For further detail, please see AWS Tagging Strategies.
* `service/imagebuilder`: Updates service API and documentation
* `service/ivs`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* AWS Elemental MediaLive now supports several new features: EBU-TT-D captions in Microsoft Smooth outputs; interlaced video in HEVC outputs; video noise reduction (using temporal filtering) in HEVC outputs.
* `service/rds`: Updates service documentation
* Adds reporting of manual cluster snapshot quota to DescribeAccountAttributes API
* `service/securityhub`: Updates service API and documentation

Release v1.33.13 (2020-07-27)
===

Expand Down
3 changes: 3 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.33.13"
const SDKVersion = "1.33.14"
33 changes: 31 additions & 2 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,8 @@
"IamInstanceProfile":{"shape":"XmlStringMaxLen1600"},
"EbsOptimized":{"shape":"EbsOptimized"},
"AssociatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
"PlacementTenancy":{"shape":"XmlStringMaxLen64"}
"PlacementTenancy":{"shape":"XmlStringMaxLen64"},
"MetadataOptions":{"shape":"InstanceMetadataOptions"}
}
},
"CreateOrUpdateTagsType":{
Expand Down Expand Up @@ -1674,6 +1675,33 @@
"type":"list",
"member":{"shape":"XmlStringMaxLen19"}
},
"InstanceMetadataEndpointState":{
"type":"string",
"enum":[
"disabled",
"enabled"
]
},
"InstanceMetadataHttpPutResponseHopLimit":{
"type":"integer",
"max":64,
"min":1
},
"InstanceMetadataHttpTokensState":{
"type":"string",
"enum":[
"optional",
"required"
]
},
"InstanceMetadataOptions":{
"type":"structure",
"members":{
"HttpTokens":{"shape":"InstanceMetadataHttpTokensState"},
"HttpPutResponseHopLimit":{"shape":"InstanceMetadataHttpPutResponseHopLimit"},
"HttpEndpoint":{"shape":"InstanceMetadataEndpointState"}
}
},
"InstanceMonitoring":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1788,7 +1816,8 @@
"CreatedTime":{"shape":"TimestampType"},
"EbsOptimized":{"shape":"EbsOptimized"},
"AssociatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
"PlacementTenancy":{"shape":"XmlStringMaxLen64"}
"PlacementTenancy":{"shape":"XmlStringMaxLen64"},
"MetadataOptions":{"shape":"InstanceMetadataOptions"}
}
},
"LaunchConfigurationNameType":{
Expand Down
37 changes: 31 additions & 6 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6556,6 +6556,10 @@
},
"CertificateArn":{"shape":"String"},
"Type":{"shape":"GatewayType"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"DeviceName":{"shape":"String"},
"DryRun":{
"shape":"Boolean",
Expand Down Expand Up @@ -8113,6 +8117,10 @@
"Options":{
"shape":"VpnConnectionOptionsSpecification",
"locationName":"options"
},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
}
},
Expand Down Expand Up @@ -8142,6 +8150,10 @@
"members":{
"AvailabilityZone":{"shape":"String"},
"Type":{"shape":"GatewayType"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"AmazonSideAsn":{"shape":"Long"},
"DryRun":{
"shape":"Boolean",
Expand Down
5 changes: 4 additions & 1 deletion models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11259,7 +11259,7 @@
"LaunchTemplateTagSpecificationRequest$ResourceType": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are <code>instance</code> and <code>volume</code>. To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>",
"SpotFleetTagSpecification$ResourceType": "<p>The type of resource. Currently, the only resource type that is supported is <code>instance</code>. To tag the Spot Fleet request on creation, use the <code>TagSpecifications</code> parameter in <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetRequestConfigData.html\"> <code>SpotFleetRequestConfigData</code> </a>.</p>",
"TagDescription$ResourceType": "<p>The resource type.</p>",
"TagSpecification$ResourceType": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are: <code>capacity-reservation</code> | <code>client-vpn-endpoint</code> | <code>dedicated-host</code> | <code>dhcp-options</code> | <code>export-image-task</code> | <code>export-instance-task</code> | <code>fleet</code> | <code>fpga-image</code> | <code>host-reservation</code> | <code>import-image-task</code> | <code>import-snapshot-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>ipv4pool-ec2</code> | <code>ipv6pool-ec2</code> | <code>key-pair</code> | <code>launch-template</code> | <code>placement-group</code> | <code>prefix-list</code> | <code>natgateway</code> | <code>network-acl</code> | <code>security-group</code> | <code>spot-fleet-request</code> | <code>spot-instances-request</code> | <code>snapshot</code> | <code>subnet</code> | <code>traffic-mirror-filter</code> | <code>traffic-mirror-session</code> | <code>traffic-mirror-target</code> | <code>transit-gateway</code> | <code>transit-gateway-attachment</code> | <code>transit-gateway-route-table</code> | <code>volume</code> |<code>vpc</code> | <code>vpc-endpoint</code> (for interface and gateway endpoints) | <code>vpc-endpoint-service</code> (for AWS PrivateLink) | <code>vpc-flow-log</code>.</p> <p>To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>"
"TagSpecification$ResourceType": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are: <code>capacity-reservation</code> | <code>client-vpn-endpoint</code> | <code>customer-gateway</code> | <code>dedicated-host</code> | <code>dhcp-options</code> | <code>export-image-task</code> | <code>export-instance-task</code> | <code>fleet</code> | <code>fpga-image</code> | <code>host-reservation</code> | <code>import-image-task</code> | <code>import-snapshot-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>ipv4pool-ec2</code> | <code>ipv6pool-ec2</code> | <code>key-pair</code> | <code>launch-template</code> | <code>placement-group</code> | <code>prefix-list</code> | <code>natgateway</code> | <code>network-acl</code> | <code>route-table</code> | <code>security-group</code> | <code>spot-fleet-request</code> | <code>spot-instances-request</code> | <code>snapshot</code> | <code>subnet</code> | <code>traffic-mirror-filter</code> | <code>traffic-mirror-session</code> | <code>traffic-mirror-target</code> | <code>transit-gateway</code> | <code>transit-gateway-attachment</code> | <code>transit-gateway-route-table</code> | <code>volume</code> |<code>vpc</code> | <code> vpc-peering-connection</code> | <code>vpc-endpoint</code> (for interface and gateway endpoints) | <code>vpc-endpoint-service</code> (for AWS PrivateLink) | <code>vpc-flow-log</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p> <p>To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>"
}
},
"ResponseError": {
Expand Down Expand Up @@ -13885,6 +13885,7 @@
"CopySnapshotRequest$TagSpecifications": "<p>The tags to apply to the new snapshot.</p>",
"CreateCapacityReservationRequest$TagSpecifications": "<p>The tags to apply to the Capacity Reservation during launch.</p>",
"CreateClientVpnEndpointRequest$TagSpecifications": "<p>The tags to apply to the Client VPN endpoint during creation.</p>",
"CreateCustomerGatewayRequest$TagSpecifications": "<p>The tags to apply to the customer gateway.</p>",
"CreateDhcpOptionsRequest$TagSpecifications": "<p>The tags to assign to the DHCP option.</p>",
"CreateEgressOnlyInternetGatewayRequest$TagSpecifications": "<p>The tags to assign to the egress-only internet gateway.</p>",
"CreateFleetRequest$TagSpecifications": "<p>The key-value pair for tagging the EC2 Fleet request on creation. The value for <code>ResourceType</code> must be <code>fleet</code>, otherwise the fleet request fails. To tag instances at launch, specify the tags in the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template\">launch template</a>. For information about tagging after launch, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources\">Tagging Your Resources</a>. </p>",
Expand Down Expand Up @@ -13918,6 +13919,8 @@
"CreateVpcEndpointServiceConfigurationRequest$TagSpecifications": "<p>The tags to associate with the service.</p>",
"CreateVpcPeeringConnectionRequest$TagSpecifications": "<p>The tags to assign to the peering connection.</p>",
"CreateVpcRequest$TagSpecifications": "<p>The tags to assign to the VPC.</p>",
"CreateVpnConnectionRequest$TagSpecifications": "<p>The tags to apply to the VPN connection.</p>",
"CreateVpnGatewayRequest$TagSpecifications": "<p>The tags to apply to the virtual private gateway.</p>",
"ExportImageRequest$TagSpecifications": "<p>The tags to apply to the image being exported.</p>",
"ImportImageRequest$TagSpecifications": "<p>The tags to apply to the image being imported.</p>",
"ImportKeyPairRequest$TagSpecifications": "<p>The tags to apply to the imported key pair.</p>",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/imagebuilder/2019-12-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
"type":"string",
"max":127,
"min":1,
"pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}]+[-_A-Za-z0-9}]$"
"pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}\\.]+[-_A-Za-z0-9}]$"
},
"Arn":{"type":"string"},
"ArnList":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/imagebuilder/2019-12-02/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
"base": null,
"refs": {
"ListComponentsRequest$filters": "<p>The filters. </p>",
"ListDistributionConfigurationsRequest$filters": "<p>The filters. </p>",
"ListDistributionConfigurationsRequest$filters": "<p>The filters. </p> <ul> <li> <p> <code>name</code> - The name of this distribution configuration.</p> </li> </ul>",
"ListImageBuildVersionsRequest$filters": "<p>The filters. </p>",
"ListImagePipelineImagesRequest$filters": "<p>The filters. </p>",
"ListImagePipelinesRequest$filters": "<p>The filters. </p>",
Expand Down
23 changes: 18 additions & 5 deletions models/apis/ivs/2020-07-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"}
{"shape":"ServiceQuotaExceededException"},
{"shape":"PendingVerification"}
]
},
"CreateStreamKey":{
Expand All @@ -56,7 +57,8 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
{"shape":"ServiceQuotaExceededException"},
{"shape":"PendingVerification"}
]
},
"DeleteChannel":{
Expand All @@ -70,7 +72,8 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
{"shape":"ConflictException"},
{"shape":"PendingVerification"}
]
},
"DeleteStreamKey":{
Expand All @@ -83,7 +86,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"PendingVerification"}
]
},
"GetChannel":{
Expand Down Expand Up @@ -253,7 +257,8 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
{"shape":"ConflictException"},
{"shape":"PendingVerification"}
]
}
},
Expand Down Expand Up @@ -569,6 +574,14 @@
"max":500,
"min":0
},
"PendingVerification":{
"type":"structure",
"members":{
"exceptionMessage":{"shape":"errorMessage"}
},
"error":{"httpStatusCode":403},
"exception":true
},
"PlaybackURL":{"type":"string"},
"PutMetadataRequest":{
"type":"structure",
Expand Down
Loading

0 comments on commit 4b7d14c

Please sign in to comment.