Skip to content

Commit

Permalink
Release v1.42.13 (2021-11-26) (#4188)
Browse files Browse the repository at this point in the history
Release v1.42.13 (2021-11-26)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
  * Documentation updates for Amazon EC2 Auto Scaling.
* `service/ec2`: Updates service documentation
  * Documentation updates for EC2.
* `service/iotdeviceadvisor`: Updates service documentation
* `service/mgn`: Updates service API, documentation, and paginators
* `service/outposts`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service API and documentation
  * Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input
  • Loading branch information
aws-sdk-go-automation committed Nov 26, 2021
1 parent 7765b55 commit f6c2dce
Show file tree
Hide file tree
Showing 25 changed files with 8,326 additions and 1,502 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.42.13 (2021-11-26)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
* Documentation updates for Amazon EC2 Auto Scaling.
* `service/ec2`: Updates service documentation
* Documentation updates for EC2.
* `service/iotdeviceadvisor`: Updates service documentation
* `service/mgn`: Updates service API, documentation, and paginators
* `service/outposts`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service API and documentation
* Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input

Release v1.42.12 (2021-11-24)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.12"
const SDKVersion = "1.42.13"
72 changes: 36 additions & 36 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -32,7 +32,7 @@
"AttachVolume": "<p>Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.</p> <p>Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>After you attach an EBS volume, you must make it available. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html\">Make an EBS volume available for use</a>.</p> <p>If a volume has an Amazon Web Services Marketplace product code:</p> <ul> <li> <p>The volume can be attached only to a stopped instance.</p> </li> <li> <p>Amazon Web Services Marketplace product codes are copied from the volume to the instance.</p> </li> <li> <p>You must be subscribed to the product.</p> </li> <li> <p>The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html\">Attach an Amazon EBS volume to an instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"AttachVpnGateway": "<p>Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html\">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>.</p>",
"AuthorizeClientVpnIngress": "<p>Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks.</p>",
"AuthorizeSecurityGroupEgress": "<p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified destination security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p> <p>For information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>",
"AuthorizeSecurityGroupEgress": "<p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p> <p>For information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>",
"AuthorizeSecurityGroupIngress": "<p>Adds the specified inbound (ingress) rules to a security group.</p> <p>An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.</p> <p>Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.</p> <p>For more information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>",
"BundleInstance": "<p>Bundles an Amazon instance store-backed Windows instance.</p> <p>During bundling, only the root device volume (C:\\) is bundled. Data on other instance store volumes is not preserved.</p> <note> <p>This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.</p> </note>",
"CancelBundleTask": "<p>Cancels a bundling operation for an instance store-backed Windows instance.</p>",
Expand Down Expand Up @@ -3153,9 +3153,9 @@
"CoreNetworkArn": {
"base": null,
"refs": {
"CreateRouteRequest$CoreNetworkArn": null,
"ReplaceRouteRequest$CoreNetworkArn": null,
"Route$CoreNetworkArn": null
"CreateRouteRequest$CoreNetworkArn": "<p>The Amazon Resource Name (ARN) of the core network.</p>",
"ReplaceRouteRequest$CoreNetworkArn": "<p>The Amazon Resource Name (ARN) of the core network.</p>",
"Route$CoreNetworkArn": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
}
},
"CpuManufacturer": {
Expand Down Expand Up @@ -16726,7 +16726,7 @@
"CreateSecurityGroupResult$Tags": "<p>The tags assigned to the security group.</p>",
"CreateTagsRequest$Tags": "<p>The tags. The <code>value</code> parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.</p>",
"CustomerGateway$Tags": "<p>Any tags assigned to the customer gateway.</p>",
"DeleteTagsRequest$Tags": "<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code> prefix).</p>",
"DeleteTagsRequest$Tags": "<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code> prefix).</p> <p>Constraints: Up to 1000 tags.</p>",
"DhcpOptions$Tags": "<p>Any tags assigned to the DHCP options set.</p>",
"EgressOnlyInternetGateway$Tags": "<p>The tags assigned to the egress-only internet gateway.</p>",
"ElasticGpus$Tags": "<p>The tags assigned to the Elastic Graphics accelerator.</p>",
Expand Down

0 comments on commit f6c2dce

Please sign in to comment.