Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.40.12 #4036

Merged
merged 1 commit into from Jul 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.40.12 (2021-07-30)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/sagemaker`: Updates service API, documentation, and waiters
* API changes with respect to Lambda steps in model building pipelines. Adds several waiters to async Sagemaker Image APIs. Add more instance types to AppInstanceType field
* `service/secretsmanager`: Updates service API and documentation
* Add support for KmsKeyIds in the ListSecretVersionIds API response

Release v1.40.11 (2021-07-29)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.11"
const SDKVersion = "1.40.12"
31 changes: 25 additions & 6 deletions models/apis/appsync/2017-07-25/api-2.json
Expand Up @@ -674,7 +674,8 @@
"members":{
"authenticationType":{"shape":"AuthenticationType"},
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
"userPoolConfig":{"shape":"CognitoUserPoolConfig"}
"userPoolConfig":{"shape":"CognitoUserPoolConfig"},
"lambdaAuthorizerConfig":{"shape":"LambdaAuthorizerConfig"}
}
},
"AdditionalAuthenticationProviders":{
Expand Down Expand Up @@ -772,7 +773,8 @@
"API_KEY",
"AWS_IAM",
"AMAZON_COGNITO_USER_POOLS",
"OPENID_CONNECT"
"OPENID_CONNECT",
"AWS_LAMBDA"
]
},
"AuthorizationConfig":{
Expand Down Expand Up @@ -971,7 +973,8 @@
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
"tags":{"shape":"TagMap"},
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
"xrayEnabled":{"shape":"Boolean"}
"xrayEnabled":{"shape":"Boolean"},
"lambdaAuthorizerConfig":{"shape":"LambdaAuthorizerConfig"}
}
},
"CreateGraphqlApiResponse":{
Expand Down Expand Up @@ -1529,7 +1532,8 @@
"tags":{"shape":"TagMap"},
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
"xrayEnabled":{"shape":"Boolean"},
"wafWebAclArn":{"shape":"String"}
"wafWebAclArn":{"shape":"String"},
"lambdaAuthorizerConfig":{"shape":"LambdaAuthorizerConfig"}
}
},
"GraphqlApis":{
Expand All @@ -1552,6 +1556,15 @@
"exception":true,
"fault":true
},
"LambdaAuthorizerConfig":{
"type":"structure",
"required":["authorizerUri"],
"members":{
"authorizerResultTtlInSeconds":{"shape":"TTL"},
"authorizerUri":{"shape":"String"},
"identityValidationExpression":{"shape":"String"}
}
},
"LambdaConflictHandlerConfig":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1969,11 +1982,16 @@
"lambdaConflictHandlerConfig":{"shape":"LambdaConflictHandlerConfig"}
}
},
"TTL":{
"type":"integer",
"max":3600,
"min":0
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
"pattern":"^(?!aws:)[ a-zA-Z+-=._:/]+$"
},
"TagKeyList":{
"type":"list",
Expand Down Expand Up @@ -2204,7 +2222,8 @@
"userPoolConfig":{"shape":"UserPoolConfig"},
"openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
"xrayEnabled":{"shape":"Boolean"}
"xrayEnabled":{"shape":"Boolean"},
"lambdaAuthorizerConfig":{"shape":"LambdaAuthorizerConfig"}
}
},
"UpdateGraphqlApiResponse":{
Expand Down
69 changes: 43 additions & 26 deletions models/apis/appsync/2017-07-25/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - 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>"
"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.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - 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.http.xff_client_port.enabled</code> - Indicates whether the <code>X-Forwarded-For</code> header should preserve the source port that the client used to connect to the load balancer. The possible values 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 possible values are <code>true</code> and <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 possible values are <code>true</code> and <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 possible values are <code>true</code> and <code>false</code>. The default is <code>false</code>.</p> </li> </ul>"
}
},
"LoadBalancerAttributeValue": {
Expand Down
29 changes: 27 additions & 2 deletions models/apis/sagemaker/2017-07-24/api-2.json
Expand Up @@ -2907,6 +2907,14 @@
"ml.m5.12xlarge",
"ml.m5.16xlarge",
"ml.m5.24xlarge",
"ml.m5d.large",
"ml.m5d.xlarge",
"ml.m5d.2xlarge",
"ml.m5d.4xlarge",
"ml.m5d.8xlarge",
"ml.m5d.12xlarge",
"ml.m5d.16xlarge",
"ml.m5d.24xlarge",
"ml.c5.large",
"ml.c5.xlarge",
"ml.c5.2xlarge",
Expand All @@ -2918,12 +2926,21 @@
"ml.p3.2xlarge",
"ml.p3.8xlarge",
"ml.p3.16xlarge",
"ml.p3dn.24xlarge",
"ml.g4dn.xlarge",
"ml.g4dn.2xlarge",
"ml.g4dn.4xlarge",
"ml.g4dn.8xlarge",
"ml.g4dn.12xlarge",
"ml.g4dn.16xlarge"
"ml.g4dn.16xlarge",
"ml.r5.large",
"ml.r5.xlarge",
"ml.r5.2xlarge",
"ml.r5.4xlarge",
"ml.r5.8xlarge",
"ml.r5.12xlarge",
"ml.r5.16xlarge",
"ml.r5.24xlarge"
]
},
"AppList":{
Expand Down Expand Up @@ -9122,6 +9139,13 @@
"max":2048,
"pattern":"arn:aws[a-z\\-]*:lambda:[a-z0-9\\-]*:[0-9]{12}:function:.*"
},
"LambdaStepMetadata":{
"type":"structure",
"members":{
"Arn":{"shape":"String256"},
"OutputParameters":{"shape":"OutputParameterList"}
}
},
"LastModifiedTime":{"type":"timestamp"},
"LineageEntityParameters":{
"type":"map",
Expand Down Expand Up @@ -11839,7 +11863,8 @@
"Model":{"shape":"ModelStepMetadata"},
"RegisterModel":{"shape":"RegisterModelStepMetadata"},
"Condition":{"shape":"ConditionStepMetadata"},
"Callback":{"shape":"CallbackStepMetadata"}
"Callback":{"shape":"CallbackStepMetadata"},
"Lambda":{"shape":"LambdaStepMetadata"}
}
},
"PipelineExecutionSummary":{
Expand Down