Skip to content

Commit

Permalink
Release v1.44.255 (2023-05-02) (#4822)
Browse files Browse the repository at this point in the history
Release v1.44.255 (2023-05-02)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/connect`: Updates service API
* `service/ecs`: Updates service documentation
  * Documentation only update to address Amazon ECS tickets.
* `service/kendra`: Updates service API and documentation
  * AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
* `service/resiliencehub`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.
  • Loading branch information
aws-sdk-go-automation committed May 2, 2023
1 parent 47ebc6f commit fba2ac8
Show file tree
Hide file tree
Showing 23 changed files with 1,396 additions and 391 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.255 (2023-05-02)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/connect`: Updates service API
* `service/ecs`: Updates service documentation
* Documentation only update to address Amazon ECS tickets.
* `service/kendra`: Updates service API and documentation
* AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
* `service/resiliencehub`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.

Release v1.44.254 (2023-05-01)
===

Expand Down
169 changes: 134 additions & 35 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.44.254"
const SDKVersion = "1.44.255"
40 changes: 39 additions & 1 deletion models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
"uid":"appflow-2020-08-23"
},
"operations":{
"CancelFlowExecutions":{
"name":"CancelFlowExecutions",
"http":{
"method":"POST",
"requestUri":"/cancel-flow-executions"
},
"input":{"shape":"CancelFlowExecutionsRequest"},
"output":{"shape":"CancelFlowExecutionsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
]
},
"CreateConnectorProfile":{
"name":"CreateConnectorProfile",
"http":{
Expand Down Expand Up @@ -564,6 +580,20 @@
"max":18,
"pattern":"\\S+"
},
"CancelFlowExecutionsRequest":{
"type":"structure",
"required":["flowName"],
"members":{
"flowName":{"shape":"FlowName"},
"executionIds":{"shape":"ExecutionIds"}
}
},
"CancelFlowExecutionsResponse":{
"type":"structure",
"members":{
"invalidExecutions":{"shape":"ExecutionIds"}
}
},
"CatalogType":{
"type":"string",
"enum":["GLUE"]
Expand Down Expand Up @@ -1554,6 +1584,12 @@
"max":256,
"pattern":"\\S+"
},
"ExecutionIds":{
"type":"list",
"member":{"shape":"ExecutionId"},
"max":100,
"min":0
},
"ExecutionMessage":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1586,7 +1622,9 @@
"enum":[
"InProgress",
"Successful",
"Error"
"Error",
"CancelStarted",
"Canceled"
]
},
"FieldType":{"type":"string"},
Expand Down
20 changes: 20 additions & 0 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": "2.0",
"service": "<p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need detailed information about the Amazon AppFlow API operations, data types, and errors. </p> <p>Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between software as a service (SaaS) applications like Salesforce, Marketo, Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p> <p>Use the following links to get started on the Amazon AppFlow API:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html\">Actions</a>: An alphabetical list of all Amazon AppFlow API operations.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html\">Data types</a>: An alphabetical list of all Amazon AppFlow data types.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html\">Common parameters</a>: Parameters that all Query operations can use.</p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html\">Common errors</a>: Client and server errors that all operations can return.</p> </li> </ul> <p>If you're new to Amazon AppFlow, we recommend that you review the <a href=\"https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html\">Amazon AppFlow User Guide</a>.</p> <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the <a href=\"https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm\"> <i>Authorize Apps with OAuth</i> </a> documentation.</p>",
"operations": {
"CancelFlowExecutions": "<p>Cancels active runs for a flow.</p> <p>You can cancel all of the active runs for a flow, or you can cancel specific runs by providing their IDs.</p> <p>You can cancel a flow run only when the run is in progress. You can't cancel a run that has already completed or failed. You also can't cancel a run that's scheduled to occur but hasn't started yet. To prevent a scheduled run, you can deactivate the flow with the <code>StopFlow</code> action.</p> <p>You cannot resume a run after you cancel it.</p> <p>When you send your request, the status for each run becomes <code>CancelStarted</code>. When the cancellation completes, the status becomes <code>Canceled</code>.</p> <note> <p>When you cancel a run, you still incur charges for any data that the run already processed before the cancellation. If the run had already written some data to the flow destination, then that data remains in the destination. If you configured the flow to use a batch API (such as the Salesforce Bulk API 2.0), then the run will finish reading or writing its entire batch of data after the cancellation. For these operations, the data processing charges for Amazon AppFlow apply. For the pricing information, see <a href=\"http://aws.amazon.com/appflow/pricing/\">Amazon AppFlow pricing</a>.</p> </note>",
"CreateConnectorProfile": "<p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.</p>",
"CreateFlow": "<p> Enables your application to create a new flow using Amazon AppFlow. You must create a connector profile before calling this API. Please note that the Request Syntax below shows syntax for multiple destinations, however, you can only transfer data to one item in this list at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>",
"DeleteConnectorProfile": "<p> Enables you to delete an existing connector profile. </p>",
Expand Down Expand Up @@ -300,6 +301,16 @@
"PardotConnectorProfileProperties$businessUnitId": "<p>The business unit id of Salesforce Pardot instance.</p>"
}
},
"CancelFlowExecutionsRequest": {
"base": null,
"refs": {
}
},
"CancelFlowExecutionsResponse": {
"base": null,
"refs": {
}
},
"CatalogType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1119,10 +1130,18 @@
"ExecutionId": {
"base": null,
"refs": {
"ExecutionIds$member": null,
"ExecutionRecord$executionId": "<p> Specifies the identifier of the given flow run. </p>",
"StartFlowResponse$executionId": "<p> Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null. </p>"
}
},
"ExecutionIds": {
"base": null,
"refs": {
"CancelFlowExecutionsRequest$executionIds": "<p>The ID of each active run to cancel. These runs must belong to the flow you specify in your request.</p> <p>If you omit this parameter, your request ends all active runs that belong to the flow.</p>",
"CancelFlowExecutionsResponse$invalidExecutions": "<p>The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.</p>"
}
},
"ExecutionMessage": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1220,6 +1239,7 @@
"FlowName": {
"base": null,
"refs": {
"CancelFlowExecutionsRequest$flowName": "<p>The name of a flow with active runs that you want to cancel.</p>",
"CreateFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
"DeleteFlowRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
"DescribeFlowExecutionRecordsRequest$flowName": "<p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only. </p>",
Expand Down
3 changes: 2 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6193,7 +6193,8 @@
"OnPostChatAnalysisAvailable",
"OnZendeskTicketCreate",
"OnZendeskTicketStatusUpdate",
"OnSalesforceCaseCreate"
"OnSalesforceCaseCreate",
"OnContactEvaluationSubmit"
]
},
"FilterV2":{
Expand Down
4 changes: 2 additions & 2 deletions models/apis/ecs/2014-11-13/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2182,8 +2182,8 @@
"PortMapping$containerPortRange": "<p>The port number range on the container that's bound to the dynamically mapped host port range. </p> <p>The following rules apply when you specify a <code>containerPortRange</code>:</p> <ul> <li> <p>You must use either the <code>bridge</code> network mode or the <code>awsvpc</code> network mode.</p> </li> <li> <p>This parameter is available for both the EC2 and Fargate launch types.</p> </li> <li> <p>This parameter is available for both the Linux and Windows operating systems.</p> </li> <li> <p>The container instance must have at least version 1.67.0 of the container agent and at least version 1.67.0-1 of the <code>ecs-init</code> package </p> </li> <li> <p>You can specify a maximum of 100 port ranges per container.</p> </li> <li> <p>You do not specify a <code>hostPortRange</code>. The value of the <code>hostPortRange</code> is set as follows:</p> <ul> <li> <p>For containers in a task with the <code>awsvpc</code> network mode, the <code>hostPort</code> is set to the same value as the <code>containerPort</code>. This is a static mapping strategy.</p> </li> <li> <p>For containers in a task with the <code>bridge</code> network mode, the Amazon ECS agent finds open host ports from the default ephemeral range and passes it to docker to bind them to the container ports.</p> </li> </ul> </li> <li> <p>The <code>containerPortRange</code> valid values are between 1 and 65535.</p> </li> <li> <p>A port can only be included in one port mapping per container.</p> </li> <li> <p>You cannot specify overlapping port ranges.</p> </li> <li> <p>The first port in the range must be less than last port in the range.</p> </li> <li> <p>Docker recommends that you turn off the docker-proxy in the Docker daemon config file when you have a large number of ports.</p> <p>For more information, see <a href=\"https://github.com/moby/moby/issues/11185\"> Issue #11185</a> on the Github website.</p> <p>For information about how to turn off the docker-proxy in the Docker daemon config file, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bootstrap_container_instance.html#bootstrap_docker_daemon\">Docker daemon</a> in the <i>Amazon ECS Developer Guide</i>.</p> </li> </ul> <p>You can call <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html\"> <code>DescribeTasks</code> </a> to view the <code>hostPortRange</code> which are the host ports that are bound to the container ports.</p>",
"ProtectedTask$taskArn": "<p>The task ARN.</p>",
"ProxyConfiguration$containerName": "<p>The name of the container that will serve as the App Mesh proxy.</p>",
"PutAccountSettingDefaultRequest$value": "<p>The account setting value for the specified principal ARN. Accepted values are <code>enabled</code> and <code>disabled</code>.</p>",
"PutAccountSettingRequest$value": "<p>The account setting value for the specified principal ARN. Accepted values are <code>enabled</code> and <code>disabled</code>.</p>",
"PutAccountSettingDefaultRequest$value": "<p>The account setting value for the specified principal ARN. Accepted values are <code>enabled</code>, <code>disabled</code>, <code>on</code>, and <code>off</code>.</p>",
"PutAccountSettingRequest$value": "<p>The account setting value for the specified principal ARN. Accepted values are <code>enabled</code>, <code>disabled</code>, <code>on</code>, and <code>off</code>.</p>",
"PutAccountSettingRequest$principalArn": "<p>The ARN of the principal, which can be a user, role, or the root user. If you specify the root user, it modifies the account setting for all users, roles, and the root user of the account unless a user or role explicitly overrides these settings. If this field is omitted, the setting is changed only for the authenticated user.</p> <note> <p>Federated users assume the account setting of the root user and can't have explicit account settings set for them.</p> </note>",
"PutAttributesRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.</p>",
"PutClusterCapacityProvidersRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider settings for. If you don't specify a cluster, the default cluster is assumed.</p>",
Expand Down
Loading

0 comments on commit fba2ac8

Please sign in to comment.