Skip to content

Commit

Permalink
Release v1.53.17 (2024-06-05)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/globalaccelerator`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * AWS Glue now supports native SaaS connectivity: Salesforce connector available now
* `service/s3`: Updates service API and examples
  * Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.
  • Loading branch information
awssdkgo committed Jun 5, 2024
1 parent 471f560 commit 19ce0ba
Show file tree
Hide file tree
Showing 15 changed files with 1,286 additions and 194 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.53.17 (2024-06-05)
===

### Service Client Updates
* `service/globalaccelerator`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* AWS Glue now supports native SaaS connectivity: Salesforce connector available now
* `service/s3`: Updates service API and examples
* Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.

Release v1.53.16 (2024-06-04)
===

Expand Down
118 changes: 118 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.53.16"
const SDKVersion = "1.53.17"
6 changes: 5 additions & 1 deletion models/apis/globalaccelerator/2018-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"globalaccelerator",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS Global Accelerator",
"serviceId":"Global Accelerator",
"signatureVersion":"v4",
"signingName":"globalaccelerator",
"targetPrefix":"GlobalAccelerator_V20180706",
"uid":"globalaccelerator-2018-08-08"
"uid":"globalaccelerator-2018-08-08",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AddCustomRoutingEndpoints":{
Expand Down Expand Up @@ -2329,6 +2331,7 @@
"AcceleratorArn":{"shape":"GenericString"},
"Name":{"shape":"GenericString"},
"IpAddressType":{"shape":"IpAddressType"},
"IpAddresses":{"shape":"IpAddresses"},
"Enabled":{"shape":"GenericBoolean"}
}
},
Expand Down Expand Up @@ -2379,6 +2382,7 @@
"AcceleratorArn":{"shape":"GenericString"},
"Name":{"shape":"GenericString"},
"IpAddressType":{"shape":"IpAddressType"},
"IpAddresses":{"shape":"IpAddresses"},
"Enabled":{"shape":"GenericBoolean"}
}
},
Expand Down
4 changes: 3 additions & 1 deletion models/apis/globalaccelerator/2018-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,9 @@
"refs": {
"CreateAcceleratorRequest$IpAddresses": "<p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address from your own pool to use for the accelerator's static IPv4 address when you create an accelerator. </p> <p>After you bring an address range to Amazon Web Services, it appears in your account as an address pool. When you create an accelerator, you can assign one IPv4 address from your range to it. Global Accelerator assigns you a second static IPv4 address from an Amazon IP address range. If you bring two IPv4 address ranges to Amazon Web Services, you can assign one IPv4 address from each range to your accelerator. This restriction is because Global Accelerator assigns each address range to a different network zone, for high availability.</p> <p>You can specify one or two addresses, separated by a space. Do not include the /32 suffix.</p> <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html\">Bring your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>",
"CreateCustomRoutingAcceleratorRequest$IpAddresses": "<p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address from your own pool to use for the accelerator's static IPv4 address when you create an accelerator. </p> <p>After you bring an address range to Amazon Web Services, it appears in your account as an address pool. When you create an accelerator, you can assign one IPv4 address from your range to it. Global Accelerator assigns you a second static IPv4 address from an Amazon IP address range. If you bring two IPv4 address ranges to Amazon Web Services, you can assign one IPv4 address from each range to your accelerator. This restriction is because Global Accelerator assigns each address range to a different network zone, for high availability.</p> <p>You can specify one or two addresses, separated by a space. Do not include the /32 suffix.</p> <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html\">Bring your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>",
"IpSet$IpAddresses": "<p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>"
"IpSet$IpAddresses": "<p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>",
"UpdateAcceleratorRequest$IpAddresses": "<p>The IP addresses for an accelerator.</p>",
"UpdateCustomRoutingAcceleratorRequest$IpAddresses": "<p>The IP addresses for an accelerator.</p>"
}
},
"IpSet": {
Expand Down
Loading

0 comments on commit 19ce0ba

Please sign in to comment.