Skip to content

Commit

Permalink
Release v1.40.5 (2021-07-21) (#4017)
Browse files Browse the repository at this point in the history
Release v1.40.5 (2021-07-21)
===

### Service Client Updates
* `service/codebuild`: Updates service API and documentation
  * AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/elasticmapreduce`: Updates service API, documentation, and paginators
  * EMR now supports new DescribeReleaseLabel and ListReleaseLabel APIs. They can provide Amazon EMR release label details. You can programmatically list available releases and applications for a specific Amazon EMR release label.
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now provides a data source connector for Amazon WorkDocs. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html
* `service/lambda`: Updates service API and documentation
  * New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
* `service/personalize`: Updates service API and documentation
* `service/proton`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.
  • Loading branch information
aws-sdk-go-automation committed Jul 21, 2021
1 parent b74ebc0 commit 287bf61
Show file tree
Hide file tree
Showing 33 changed files with 2,111 additions and 940 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
Release v1.40.5 (2021-07-21)
===

### Service Client Updates
* `service/codebuild`: Updates service API and documentation
* AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/elasticmapreduce`: Updates service API, documentation, and paginators
* EMR now supports new DescribeReleaseLabel and ListReleaseLabel APIs. They can provide Amazon EMR release label details. You can programmatically list available releases and applications for a specific Amazon EMR release label.
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now provides a data source connector for Amazon WorkDocs. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html
* `service/lambda`: Updates service API and documentation
* New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
* `service/personalize`: Updates service API and documentation
* `service/proton`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.

Release v1.40.4 (2021-07-20)
===

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.40.4"
const SDKVersion = "1.40.5"
17 changes: 14 additions & 3 deletions models/apis/codebuild/2016-10-06/api-2.json
Expand Up @@ -699,6 +699,14 @@
}
},
"Boolean":{"type":"boolean"},
"BucketOwnerAccess":{
"type":"string",
"enum":[
"NONE",
"READ_ONLY",
"FULL"
]
},
"Build":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -744,7 +752,8 @@
"md5sum":{"shape":"String"},
"overrideArtifactName":{"shape":"WrapperBoolean"},
"encryptionDisabled":{"shape":"WrapperBoolean"},
"artifactIdentifier":{"shape":"String"}
"artifactIdentifier":{"shape":"String"},
"bucketOwnerAccess":{"shape":"BucketOwnerAccess"}
}
},
"BuildArtifactsList":{
Expand Down Expand Up @@ -1721,7 +1730,8 @@
"packaging":{"shape":"ArtifactPackaging"},
"overrideArtifactName":{"shape":"WrapperBoolean"},
"encryptionDisabled":{"shape":"WrapperBoolean"},
"artifactIdentifier":{"shape":"String"}
"artifactIdentifier":{"shape":"String"},
"bucketOwnerAccess":{"shape":"BucketOwnerAccess"}
}
},
"ProjectArtifactsList":{
Expand Down Expand Up @@ -2114,7 +2124,8 @@
"members":{
"status":{"shape":"LogsConfigStatusType"},
"location":{"shape":"String"},
"encryptionDisabled":{"shape":"WrapperBoolean"}
"encryptionDisabled":{"shape":"WrapperBoolean"},
"bucketOwnerAccess":{"shape":"BucketOwnerAccess"}
}
},
"S3ReportExportConfig":{
Expand Down
278 changes: 143 additions & 135 deletions models/apis/codebuild/2016-10-06/docs-2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json
Expand Up @@ -901,7 +901,7 @@
"LoadBalancerAttributeKey": {
"base": null,
"refs": {
"LoadBalancerAttribute$Key": "<p>The name of the attribute.</p> <p>The following attribute is supported by all load balancers:</p> <ul> <li> <p> <code>deletion_protection.enabled</code> - Indicates whether deletion protection is enabled. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> </ul> <p>The following attributes are supported by both Application Load Balancers and Network Load Balancers:</p> <ul> <li> <p> <code>access_logs.s3.enabled</code> - Indicates whether access logs are enabled. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> <li> <p> <code>access_logs.s3.bucket</code> - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.</p> </li> <li> <p> <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the access logs.</p> </li> </ul> <p>The following attributes are supported by only Application Load Balancers:</p> <ul> <li> <p> <code>idle_timeout.timeout_seconds</code> - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.</p> </li> <li> <p> <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default is <code>defensive</code>.</p> </li> <li> <p> <code>routing.http.drop_invalid_header_fields.enabled</code> - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (<code>true</code>) or routed to targets (<code>false</code>). The default is <code>false</code>.</p> </li> <li> <p> <code>routing.http2.enabled</code> - Indicates whether HTTP/2 is enabled. The value is <code>true</code> or <code>false</code>. The default is <code>true</code>. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.</p> </li> <li> <p> <code>waf.fail_open.enabled</code> - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> </ul> <p>The following attribute is supported by Network Load Balancers and Gateway Load Balancers:</p> <ul> <li> <p> <code>load_balancing.cross_zone.enabled</code> - Indicates whether cross-zone load balancing is enabled. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> </ul>"
"LoadBalancerAttribute$Key": "<p>The name of the attribute.</p> <p>The following attribute is supported by all load balancers:</p> <ul> <li> <p> <code>deletion_protection.enabled</code> - Indicates whether deletion protection is enabled. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> </ul> <p>The following attributes are supported by both Application Load Balancers and Network Load Balancers:</p> <ul> <li> <p> <code>access_logs.s3.enabled</code> - Indicates whether access logs are enabled. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> <li> <p> <code>access_logs.s3.bucket</code> - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.</p> </li> <li> <p> <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the access logs.</p> </li> </ul> <p>The following attributes are supported by only Application Load Balancers:</p> <ul> <li> <p> <code>idle_timeout.timeout_seconds</code> - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.</p> </li> <li> <p> <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default is <code>defensive</code>.</p> </li> <li> <p> <code>routing.http.drop_invalid_header_fields.enabled</code> - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (<code>true</code>) or routed to targets (<code>false</code>). The default is <code>false</code>.</p> </li> <li> <p>Indicates whether the two headers (<code>x-amzn-tls-version</code> and <code>x-amzn-tls-cipher-suite</code>), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The <code>x-amzn-tls-version</code> header has information about the TLS protocol version negotiated with the client, and the <code>x-amzn-tls-cipher-suite</code> header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are <code>true</code> and <code>false</code>. The default is <code>false</code>.</p> </li> <li> <p> <code>routing.http2.enabled</code> - Indicates whether HTTP/2 is enabled. The value is <code>true</code> or <code>false</code>. The default is <code>true</code>. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.</p> </li> <li> <p> <code>waf.fail_open.enabled</code> - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> </ul> <p>The following attribute is supported by Network Load Balancers and Gateway Load Balancers:</p> <ul> <li> <p> <code>load_balancing.cross_zone.enabled</code> - Indicates whether cross-zone load balancing is enabled. The value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p> </li> </ul>"
}
},
"LoadBalancerAttributeValue": {
Expand Down Expand Up @@ -1127,7 +1127,7 @@
"CreateTargetGroupInput$HealthCheckProtocol": "<p>The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.</p>",
"Listener$Protocol": "<p>The protocol for connections from clients to the load balancer.</p>",
"ModifyListenerInput$Protocol": "<p>The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols. You can’t change the protocol to UDP or TCP_UDP if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load Balancer.</p>",
"ModifyTargetGroupInput$HealthCheckProtocol": "<p>The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.</p> <p>With Network Load Balancers, you can't modify this setting.</p>",
"ModifyTargetGroupInput$HealthCheckProtocol": "<p>The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.</p> <p>With Network Load Balancers, you can't modify this setting.</p>",
"TargetGroup$Protocol": "<p>The protocol to use for routing traffic to the targets.</p>",
"TargetGroup$HealthCheckProtocol": "<p>The protocol to use to connect with the target. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.</p>"
}
Expand Down
80 changes: 80 additions & 0 deletions models/apis/elasticmapreduce/2009-03-31/api-2.json
Expand Up @@ -190,6 +190,19 @@
{"shape":"InvalidRequestException"}
]
},
"DescribeReleaseLabel":{
"name":"DescribeReleaseLabel",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReleaseLabelInput"},
"output":{"shape":"DescribeReleaseLabelOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
]
},
"DescribeSecurityConfiguration":{
"name":"DescribeSecurityConfiguration",
"http":{
Expand Down Expand Up @@ -342,6 +355,19 @@
{"shape":"InvalidRequestException"}
]
},
"ListReleaseLabels":{
"name":"ListReleaseLabels",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListReleaseLabelsInput"},
"output":{"shape":"ListReleaseLabelsOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
]
},
"ListSecurityConfigurations":{
"name":"ListSecurityConfigurations",
"http":{
Expand Down Expand Up @@ -1160,6 +1186,22 @@
"NotebookExecution":{"shape":"NotebookExecution"}
}
},
"DescribeReleaseLabelInput":{
"type":"structure",
"members":{
"ReleaseLabel":{"shape":"String"},
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"MaxResultsNumber"}
}
},
"DescribeReleaseLabelOutput":{
"type":"structure",
"members":{
"ReleaseLabel":{"shape":"String"},
"Applications":{"shape":"SimplifiedApplicationList"},
"NextToken":{"shape":"String"}
}
},
"DescribeSecurityConfigurationInput":{
"type":"structure",
"required":["Name"],
Expand Down Expand Up @@ -2019,6 +2061,21 @@
"Marker":{"shape":"Marker"}
}
},
"ListReleaseLabelsInput":{
"type":"structure",
"members":{
"Filters":{"shape":"ReleaseLabelFilter"},
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"MaxResultsNumber"}
}
},
"ListReleaseLabelsOutput":{
"type":"structure",
"members":{
"ReleaseLabels":{"shape":"StringList"},
"NextToken":{"shape":"String"}
}
},
"ListSecurityConfigurationsInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2092,6 +2149,11 @@
"SPOT"
]
},
"MaxResultsNumber":{
"type":"integer",
"max":100,
"min":1
},
"MetricDimension":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2322,6 +2384,13 @@
"members":{
}
},
"ReleaseLabelFilter":{
"type":"structure",
"members":{
"Prefix":{"shape":"String"},
"Application":{"shape":"String"}
}
},
"RemoveAutoScalingPolicyInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2556,6 +2625,17 @@
"CoolDown":{"shape":"Integer"}
}
},
"SimplifiedApplication":{
"type":"structure",
"members":{
"Name":{"shape":"String"},
"Version":{"shape":"String"}
}
},
"SimplifiedApplicationList":{
"type":"list",
"member":{"shape":"SimplifiedApplication"}
},
"SpotProvisioningAllocationStrategy":{
"type":"string",
"enum":["capacity-optimized"]
Expand Down

0 comments on commit 287bf61

Please sign in to comment.