Skip to content

Commit

Permalink
Release v1.44.24 (2022-05-27) (#4418)
Browse files Browse the repository at this point in the history
Release v1.44.24 (2022-05-27)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/datasync`: Updates service API, documentation, and paginators
* `service/emr-serverless`: Adds new service
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types.
  • Loading branch information
aws-sdk-go-automation committed May 27, 2022
1 parent e6b470c commit 2ec70f7
Show file tree
Hide file tree
Showing 23 changed files with 7,703 additions and 96 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.44.24 (2022-05-27)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/datasync`: Updates service API, documentation, and paginators
* `service/emr-serverless`: Adds new service
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types.

Release v1.44.23 (2022-05-26)
===

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
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.23"
const SDKVersion = "1.44.24"
19 changes: 15 additions & 4 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
},
"AccessToken":{
"type":"string",
"max":2048,
"max":4096,
"pattern":"\\S+",
"sensitive":true
},
Expand Down Expand Up @@ -1582,6 +1582,11 @@
"max":2048,
"pattern":"[\\w!@#\\-.?,\\s]*"
},
"FlowErrorDeactivationThreshold":{
"type":"integer",
"max":100,
"min":1
},
"FlowExecutionList":{
"type":"list",
"member":{"shape":"ExecutionRecord"}
Expand Down Expand Up @@ -1765,6 +1770,7 @@
"error":{"httpStatusCode":500},
"exception":true
},
"JavaBoolean":{"type":"boolean"},
"KMSArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -2282,7 +2288,7 @@
},
"RefreshToken":{
"type":"string",
"max":1024,
"max":2048,
"pattern":"\\S+"
},
"Region":{
Expand Down Expand Up @@ -2384,7 +2390,8 @@
"members":{
"fileType":{"shape":"FileType"},
"prefixConfig":{"shape":"PrefixConfig"},
"aggregationConfig":{"shape":"AggregationConfig"}
"aggregationConfig":{"shape":"AggregationConfig"},
"preserveSourceDataTyping":{"shape":"JavaBoolean"}
}
},
"S3SourceProperties":{
Expand Down Expand Up @@ -2573,7 +2580,11 @@
"shape":"ScheduleOffset",
"box":true
},
"firstExecutionFrom":{"shape":"Date"}
"firstExecutionFrom":{"shape":"Date"},
"flowErrorDeactivationThreshold":{
"shape":"FlowErrorDeactivationThreshold",
"box":true
}
}
},
"SchedulingFrequencyTypeList":{
Expand Down
22 changes: 17 additions & 5 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"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": {
"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. </p>",
"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>",
"DeleteFlow": "<p> Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time. </p>",
"DescribeConnector": "<p>Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.</p>",
"DescribeConnectorEntity": "<p> Provides details regarding the entity used with the connector, with a description of the data model for each entity. </p>",
"DescribeConnectorEntity": "<p> Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity. </p>",
"DescribeConnectorProfiles": "<p> Returns a list of <code>connector-profile</code> details matching the provided <code>connector-profile</code> names and <code>connector-types</code>. Both input lists are optional, and you can use them to filter the result. </p> <p>If no names or <code>connector-types</code> are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list.</p>",
"DescribeConnectors": "<p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response contains a <code>nextToken</code> object, which can be be passed in to the next call to the <code>DescribeConnectors</code> API operation to retrieve the next page. </p>",
"DescribeFlow": "<p> Provides a description of the specified flow. </p>",
Expand Down Expand Up @@ -813,8 +813,8 @@
"ExecutionRecord$dataPullEndTime": "<p> The timestamp that indicates the last new or updated record to be transferred in the flow run. </p>",
"FlowDefinition$createdAt": "<p> Specifies when the flow was created. </p>",
"FlowDefinition$lastUpdatedAt": "<p> Specifies when the flow was last updated. </p>",
"ScheduledTriggerProperties$scheduleStartTime": "<p> Specifies the scheduled start time for a schedule-triggered flow. </p>",
"ScheduledTriggerProperties$scheduleEndTime": "<p> Specifies the scheduled end time for a schedule-triggered flow. </p>",
"ScheduledTriggerProperties$scheduleStartTime": "<p>The time at which the scheduled flow starts. The time is formatted as a timestamp that follows the ISO 8601 standard, such as <code>2022-04-26T13:00:00-07:00</code>.</p>",
"ScheduledTriggerProperties$scheduleEndTime": "<p>The time at which the scheduled flow ends. The time is formatted as a timestamp that follows the ISO 8601 standard, such as <code>2022-04-27T13:00:00-07:00</code>.</p>",
"ScheduledTriggerProperties$firstExecutionFrom": "<p> Specifies the date range for the records to import from the connector in the first flow run. </p>"
}
},
Expand Down Expand Up @@ -1145,6 +1145,12 @@
"UpdateFlowRequest$description": "<p> A description of the flow. </p>"
}
},
"FlowErrorDeactivationThreshold": {
"base": null,
"refs": {
"ScheduledTriggerProperties$flowErrorDeactivationThreshold": "<p>Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.</p>"
}
},
"FlowExecutionList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1319,6 +1325,12 @@
"refs": {
}
},
"JavaBoolean": {
"base": null,
"refs": {
"S3OutputFormatConfig$preserveSourceDataTyping": "<p>If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. </p> <ul> <li> <p> <code>true</code>: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or <code>1</code> in your source data is still an integer in your output.</p> </li> <li> <p> <code>false</code>: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of <code>1</code> in your source data becomes the string <code>\"1\"</code> in the output.</p> </li> </ul>"
}
},
"KMSArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2249,7 +2261,7 @@
"Timezone": {
"base": null,
"refs": {
"ScheduledTriggerProperties$timezone": "<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as <code>America/New_York</code>. </p>"
"ScheduledTriggerProperties$timezone": "<p>Specifies the time zone used when referring to the dates and times of a scheduled flow, such as <code>America/New_York</code>. This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.</p> <p>If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the <code>America/New_York</code> timezone are <code>-04:00</code> EDT and <code>-05:00 EST</code>.</p>"
}
},
"TokenUrl": {
Expand Down
22 changes: 20 additions & 2 deletions models/apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,10 @@
"Subdirectory":{"shape":"EfsSubdirectory"},
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
"Ec2Config":{"shape":"Ec2Config"},
"Tags":{"shape":"InputTagList"}
"Tags":{"shape":"InputTagList"},
"AccessPointArn":{"shape":"EfsAccessPointArn"},
"FileSystemAccessRoleArn":{"shape":"IamRoleArn"},
"InTransitEncryption":{"shape":"EfsInTransitEncryption"}
}
},
"CreateLocationEfsResponse":{
Expand Down Expand Up @@ -935,7 +938,10 @@
"LocationArn":{"shape":"LocationArn"},
"LocationUri":{"shape":"LocationUri"},
"Ec2Config":{"shape":"Ec2Config"},
"CreationTime":{"shape":"Time"}
"CreationTime":{"shape":"Time"},
"AccessPointArn":{"shape":"EfsAccessPointArn"},
"FileSystemAccessRoleArn":{"shape":"IamRoleArn"},
"InTransitEncryption":{"shape":"EfsInTransitEncryption"}
}
},
"DescribeLocationFsxLustreRequest":{
Expand Down Expand Up @@ -1173,11 +1179,23 @@
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
},
"EfsAccessPointArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]+:[0-9]{12}:access-point/fsap-[0-9a-f]{8,40}$"
},
"EfsFilesystemArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
},
"EfsInTransitEncryption":{
"type":"string",
"enum":[
"NONE",
"TLS1_2"
]
},
"EfsSubdirectory":{
"type":"string",
"max":4096,
Expand Down
Loading

0 comments on commit 2ec70f7

Please sign in to comment.