Skip to content

Commit

Permalink
Release v1.30.23 (2020-05-07) (#3307)
Browse files Browse the repository at this point in the history
Release v1.30.23 (2020-05-07)
===

### Service Client Updates
* `service/appconfig`: Updates service documentation
* `service/codebuild`: Updates service API, documentation, and paginators
  * Add COMMIT_MESSAGE enum for webhook filter types
* `service/ec2`: Updates service API and documentation
  * Amazon EC2 now adds warnings to identify issues when creating a launch template or launch template version.
* `service/lightsail`: Updates service API and documentation
  * This release adds support for the following options in instance public ports: Specify source IP addresses, specify ICMP protocol like PING, and enable/disable the Lightsail browser-based SSH and RDP clients' access to your instance.
* `service/logs`: Updates service API and documentation
  * Amazon CloudWatch Logs now offers the ability to interact with Logs Insights queries via the new PutQueryDefinition, DescribeQueryDefinitions, and DeleteQueryDefinition APIs.
* `service/route53`: Updates service API
  * Amazon Route 53 now supports the EU (Milan) Region (eu-south-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/ssm`: Updates service API
  * This Patch Manager release supports creating patch baselines for Oracle Linux and Debian
  • Loading branch information
aws-sdk-go-automation committed May 7, 2020
1 parent d807086 commit c4ad4ab
Show file tree
Hide file tree
Showing 26 changed files with 2,407 additions and 420 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Release v1.30.23 (2020-05-07)
===

### Service Client Updates
* `service/appconfig`: Updates service documentation
* `service/codebuild`: Updates service API, documentation, and paginators
* Add COMMIT_MESSAGE enum for webhook filter types
* `service/ec2`: Updates service API and documentation
* Amazon EC2 now adds warnings to identify issues when creating a launch template or launch template version.
* `service/lightsail`: Updates service API and documentation
* This release adds support for the following options in instance public ports: Specify source IP addresses, specify ICMP protocol like PING, and enable/disable the Lightsail browser-based SSH and RDP clients' access to your instance.
* `service/logs`: Updates service API and documentation
* Amazon CloudWatch Logs now offers the ability to interact with Logs Insights queries via the new PutQueryDefinition, DescribeQueryDefinitions, and DeleteQueryDefinition APIs.
* `service/route53`: Updates service API
* Amazon Route 53 now supports the EU (Milan) Region (eu-south-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/ssm`: Updates service API
* This Patch Manager release supports creating patch baselines for Oracle Linux and Debian

Release v1.30.22 (2020-05-06)
===

Expand Down
92 changes: 81 additions & 11 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.30.22"
const SDKVersion = "1.30.23"
4 changes: 2 additions & 2 deletions models/apis/appconfig/2019-10-09/docs-2.json
Expand Up @@ -11,7 +11,7 @@
"DeleteDeploymentStrategy": "<p>Delete a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.</p>",
"DeleteEnvironment": "<p>Delete an environment. Deleting an environment does not delete a configuration from a host.</p>",
"GetApplication": "<p>Retrieve information about an application.</p>",
"GetConfiguration": "<p>Retrieve information about a configuration.</p>",
"GetConfiguration": "<p>Receive information about a configuration.</p> <important> <p>AWS AppConfig uses the value of the <code>ClientConfigurationVersion</code> parameter to identify the configuration version on your clients. If you don’t send <code>ClientConfigurationVersion</code> with each call to <code>GetConfiguration</code>, your clients receive the current configuration. You are charged each time your clients receive a configuration.</p> <p>To avoid excess charges, we recommend that you include the <code>ClientConfigurationVersion</code> value with every call to <code>GetConfiguration</code>. This value must be saved on your client. Subsequent calls to <code>GetConfiguration</code> must pass this value by using the <code>ClientConfigurationVersion</code> parameter. </p> </important>",
"GetConfigurationProfile": "<p>Retrieve information about a configuration profile.</p>",
"GetDeployment": "<p>Retrieve information about a configuration deployment.</p>",
"GetDeploymentStrategy": "<p>Retrieve information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.</p>",
Expand Down Expand Up @@ -660,7 +660,7 @@
"Configuration$ConfigurationVersion": "<p>The configuration version.</p>",
"Deployment$ConfigurationVersion": "<p>The configuration version that was deployed.</p>",
"DeploymentSummary$ConfigurationVersion": "<p>The version of the configuration.</p>",
"GetConfigurationRequest$ClientConfigurationVersion": "<p>The configuration version returned in the most recent GetConfiguration response.</p>",
"GetConfigurationRequest$ClientConfigurationVersion": "<p>The configuration version returned in the most recent <code>GetConfiguration</code> response.</p> <important> <p>AWS AppConfig uses the value of the <code>ClientConfigurationVersion</code> parameter to identify the configuration version on your clients. If you don’t send <code>ClientConfigurationVersion</code> with each call to <code>GetConfiguration</code>, your clients receive the current configuration. You are charged each time your clients receive a configuration.</p> <p>To avoid excess charges, we recommend that you include the <code>ClientConfigurationVersion</code> value with every call to <code>GetConfiguration</code>. This value must be saved on your client. Subsequent calls to <code>GetConfiguration</code> must pass this value by using the <code>ClientConfigurationVersion</code> parameter. </p> </important> <p>For more information about working with configurations, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/appconfig-retrieving-the-configuration.html\">Retrieving the Configuration</a> in the <i>AWS AppConfig User Guide</i>.</p>",
"StartDeploymentRequest$ConfigurationVersion": "<p>The configuration version to deploy.</p>",
"ValidateConfigurationRequest$ConfigurationVersion": "<p>The version of the configuration to validate.</p>"
}
Expand Down
3 changes: 2 additions & 1 deletion models/apis/codebuild/2016-10-06/api-2.json
Expand Up @@ -1900,7 +1900,8 @@
"BASE_REF",
"HEAD_REF",
"ACTOR_ACCOUNT_ID",
"FILE_PATH"
"FILE_PATH",
"COMMIT_MESSAGE"
]
},
"WrapperBoolean":{"type":"boolean"},
Expand Down

0 comments on commit c4ad4ab

Please sign in to comment.