Skip to content

Commit

Permalink
Release v1.40.48 (2021-09-23) (#4110)
Browse files Browse the repository at this point in the history
Release v1.40.48 (2021-09-23)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
* `service/ssm`: Updates service API, documentation, and waiters
  * Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.
  • Loading branch information
aws-sdk-go-automation authored Sep 23, 2021
1 parent 55ea008 commit f57311a
Show file tree
Hide file tree
Showing 15 changed files with 1,625 additions and 109 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.40.48 (2021-09-23)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
* `service/ssm`: Updates service API, documentation, and waiters
* Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.

Release v1.40.47 (2021-09-22)
===

Expand Down
19 changes: 19 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.40.47"
const SDKVersion = "1.40.48"
17 changes: 16 additions & 1 deletion models/apis/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
"openSearchServiceConfig":{"shape":"OpenSearchServiceDataSourceConfig"},
"httpConfig":{"shape":"HttpDataSourceConfig"},
"relationalDatabaseConfig":{"shape":"RelationalDatabaseDataSourceConfig"}
}
Expand Down Expand Up @@ -1051,6 +1052,7 @@
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
"openSearchServiceConfig":{"shape":"OpenSearchServiceDataSourceConfig"},
"httpConfig":{"shape":"HttpDataSourceConfig"},
"relationalDatabaseConfig":{"shape":"RelationalDatabaseDataSourceConfig"}
}
Expand All @@ -1063,7 +1065,8 @@
"AMAZON_ELASTICSEARCH",
"NONE",
"HTTP",
"RELATIONAL_DATABASE"
"RELATIONAL_DATABASE",
"AMAZON_OPENSEARCH_SERVICE"
]
},
"DataSources":{
Expand Down Expand Up @@ -1863,6 +1866,17 @@
"authTTL":{"shape":"Long"}
}
},
"OpenSearchServiceDataSourceConfig":{
"type":"structure",
"required":[
"endpoint",
"awsRegion"
],
"members":{
"endpoint":{"shape":"String"},
"awsRegion":{"shape":"String"}
}
},
"OutputType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2159,6 +2173,7 @@
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
"openSearchServiceConfig":{"shape":"OpenSearchServiceDataSourceConfig"},
"httpConfig":{"shape":"HttpDataSourceConfig"},
"relationalDatabaseConfig":{"shape":"RelationalDatabaseDataSourceConfig"}
}
Expand Down
36 changes: 23 additions & 13 deletions models/apis/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
"AuthenticationType": {
"base": null,
"refs": {
"AdditionalAuthenticationProvider$authenticationType": "<p>The authentication type: API key, Identity and Access Management, OIDC, or Amazon Cognito user pools.</p>",
"CreateGraphqlApiRequest$authenticationType": "<p>The authentication type: API key, Identity and Access Management, OIDC, or Amazon Cognito user pools.</p>",
"AdditionalAuthenticationProvider$authenticationType": "<p>The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web Services Lambda.</p>",
"CreateGraphqlApiRequest$authenticationType": "<p>The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web Services Lambda.</p>",
"GraphqlApi$authenticationType": "<p>The authentication type.</p>",
"UpdateGraphqlApiRequest$authenticationType": "<p>The new authentication type for the <code>GraphqlApi</code> object.</p>"
}
Expand Down Expand Up @@ -303,7 +303,7 @@
"base": null,
"refs": {
"CreateDataSourceRequest$type": "<p>The type of the <code>DataSource</code>.</p>",
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon Elasticsearch Service domain.</p> </li> <li> <p> <b>AWS_LAMBDA</b>: The data source is an Amazon Web Services Lambda function.</p> </li> <li> <p> <b>NONE</b>: There is no data source. This type is used when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>",
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AWS_LAMBDA</b>: The data source is an Amazon Web Services Lambda function.</p> </li> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>NONE</b>: There is no data source. This type is used when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>",
"UpdateDataSourceRequest$type": "<p>The new data source type.</p>"
}
},
Expand Down Expand Up @@ -404,11 +404,11 @@
}
},
"ElasticsearchDataSourceConfig": {
"base": "<p>Describes an Elasticsearch data source configuration.</p>",
"base": "<p>Describes an OpenSearch data source configuration.</p> <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use <a>OpenSearchServiceDataSourceConfig</a> to specify an OpenSearch data source.</p>",
"refs": {
"CreateDataSourceRequest$elasticsearchConfig": "<p>Amazon Elasticsearch Service settings.</p>",
"DataSource$elasticsearchConfig": "<p>Amazon Elasticsearch Service settings.</p>",
"UpdateDataSourceRequest$elasticsearchConfig": "<p>The new Elasticsearch Service configuration.</p>"
"CreateDataSourceRequest$elasticsearchConfig": "<p>Amazon OpenSearch Service settings.</p> <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use <a>CreateDataSourceRequest$openSearchServiceConfig</a> to create an OpenSearch data source.</p>",
"DataSource$elasticsearchConfig": "<p>Amazon OpenSearch Service settings.</p>",
"UpdateDataSourceRequest$elasticsearchConfig": "<p>The new OpenSearch configuration.</p> <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. Instead, use <a>UpdateDataSourceRequest$openSearchServiceConfig</a> to update an OpenSearch data source.</p>"
}
},
"ErrorMessage": {
Expand Down Expand Up @@ -572,10 +572,10 @@
"LambdaAuthorizerConfig": {
"base": "<p>A <code>LambdaAuthorizerConfig</code> holds configuration on how to authorize AppSync API access when using the <code>AWS_LAMBDA</code> authorizer mode. Be aware that an AppSync API may have only one Lambda authorizer configured at a time.</p>",
"refs": {
"AdditionalAuthenticationProvider$lambdaAuthorizerConfig": "<p>Configuration for AWS Lambda function authorization.</p>",
"CreateGraphqlApiRequest$lambdaAuthorizerConfig": "<p>Configuration for AWS Lambda function authorization.</p>",
"GraphqlApi$lambdaAuthorizerConfig": "<p/> <p>Configuration for AWS Lambda function authorization.</p>",
"UpdateGraphqlApiRequest$lambdaAuthorizerConfig": "<p>Configuration for AWS Lambda function authorization.</p>"
"AdditionalAuthenticationProvider$lambdaAuthorizerConfig": "<p>Configuration for Amazon Web Services Lambda function authorization.</p>",
"CreateGraphqlApiRequest$lambdaAuthorizerConfig": "<p>Configuration for Amazon Web Services Lambda function authorization.</p>",
"GraphqlApi$lambdaAuthorizerConfig": "<p>Configuration for Amazon Web Services Lambda function authorization.</p>",
"UpdateGraphqlApiRequest$lambdaAuthorizerConfig": "<p>Configuration for Amazon Web Services Lambda function authorization.</p>"
}
},
"LambdaConflictHandlerConfig": {
Expand Down Expand Up @@ -751,6 +751,14 @@
"UpdateGraphqlApiRequest$openIDConnectConfig": "<p>The OpenID Connect configuration for the <code>GraphqlApi</code> object.</p>"
}
},
"OpenSearchServiceDataSourceConfig": {
"base": "<p>Describes an OpenSearch data source configuration.</p>",
"refs": {
"CreateDataSourceRequest$openSearchServiceConfig": "<p>Amazon OpenSearch Service settings.</p>",
"DataSource$openSearchServiceConfig": "<p>Amazon OpenSearch Service settings.</p>",
"UpdateDataSourceRequest$openSearchServiceConfig": "<p>The new OpenSearch configuration.</p>"
}
},
"OutputType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -954,8 +962,8 @@
"GraphqlApi$wafWebAclArn": "<p>The ARN of the WAF ACL associated with this <code>GraphqlApi</code>, if one exists.</p>",
"HttpDataSourceConfig$endpoint": "<p>The HTTP URL endpoint. You can either specify the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If the port is not specified, AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.</p>",
"InternalFailureException$message": null,
"LambdaAuthorizerConfig$authorizerUri": "<p>The ARN of the lambda function to be called for authorization. This may be a standard Lambda ARN, a version ARN (<code>.../v3</code>) or alias ARN. </p> <p> <i>Note</i>: This Lambda function must have the following resource-based policy assigned to it. When configuring Lambda authorizers in the Console, this is done for you. To do so with the AWS CLI, run the following:</p> <p> <code>aws lambda add-permission --function-name \"arn:aws:lambda:us-east-2:111122223333:function:my-function\" --statement-id \"appsync\" --principal appsync.amazonaws.com --action lambda:InvokeFunction</code> </p>",
"LambdaAuthorizerConfig$identityValidationExpression": "<p>A regular expression for validation of tokens before the Lambda Function is called.</p>",
"LambdaAuthorizerConfig$authorizerUri": "<p>The ARN of the Lambda function to be called for authorization. This may be a standard Lambda ARN, a version ARN (<code>.../v3</code>) or alias ARN. </p> <p> <i>Note</i>: This Lambda function must have the following resource-based policy assigned to it. When configuring Lambda authorizers in the Console, this is done for you. To do so with the Amazon Web Services CLI, run the following:</p> <p> <code>aws lambda add-permission --function-name \"arn:aws:lambda:us-east-2:111122223333:function:my-function\" --statement-id \"appsync\" --principal appsync.amazonaws.com --action lambda:InvokeFunction</code> </p>",
"LambdaAuthorizerConfig$identityValidationExpression": "<p>A regular expression for validation of tokens before the Lambda function is called.</p>",
"LambdaConflictHandlerConfig$lambdaConflictHandlerArn": "<p>The Arn for the Lambda function to use as the Conflict Handler.</p>",
"LambdaDataSourceConfig$lambdaFunctionArn": "<p>The ARN for the Lambda function.</p>",
"LimitExceededException$message": null,
Expand All @@ -973,6 +981,8 @@
"NotFoundException$message": null,
"OpenIDConnectConfig$issuer": "<p>The issuer for the OpenID Connect configuration. The issuer returned by discovery must exactly match the value of <code>iss</code> in the ID token.</p>",
"OpenIDConnectConfig$clientId": "<p>The client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AppSync can validate against multiple client identifiers at a time.</p>",
"OpenSearchServiceDataSourceConfig$endpoint": "<p>The endpoint.</p>",
"OpenSearchServiceDataSourceConfig$awsRegion": "<p>The Amazon Web Services Region.</p>",
"RdsHttpEndpointConfig$awsRegion": "<p>Amazon Web Services Region for RDS HTTP endpoint.</p>",
"RdsHttpEndpointConfig$dbClusterIdentifier": "<p>Amazon RDS cluster ARN.</p>",
"RdsHttpEndpointConfig$databaseName": "<p>Logical database name.</p>",
Expand Down
Loading

0 comments on commit f57311a

Please sign in to comment.