Skip to content

Commit 2ec70f7

Browse files
Release v1.44.24 (2022-05-27) (#4418)
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.
1 parent e6b470c commit 2ec70f7

File tree

23 files changed

+7703
-96
lines changed

23 files changed

+7703
-96
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.24 (2022-05-27)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service API and documentation
6+
* `service/datasync`: Updates service API, documentation, and paginators
7+
* `service/emr-serverless`: Adds new service
8+
* `service/sagemaker`: Updates service API and documentation
9+
* Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types.
10+
111
Release v1.44.23 (2022-05-26)
212
===
313

aws/endpoints/defaults.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.23"
8+
const SDKVersion = "1.44.24"

models/apis/appflow/2020-08-23/api-2.json

+15-4
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
},
363363
"AccessToken":{
364364
"type":"string",
365-
"max":2048,
365+
"max":4096,
366366
"pattern":"\\S+",
367367
"sensitive":true
368368
},
@@ -1582,6 +1582,11 @@
15821582
"max":2048,
15831583
"pattern":"[\\w!@#\\-.?,\\s]*"
15841584
},
1585+
"FlowErrorDeactivationThreshold":{
1586+
"type":"integer",
1587+
"max":100,
1588+
"min":1
1589+
},
15851590
"FlowExecutionList":{
15861591
"type":"list",
15871592
"member":{"shape":"ExecutionRecord"}
@@ -1765,6 +1770,7 @@
17651770
"error":{"httpStatusCode":500},
17661771
"exception":true
17671772
},
1773+
"JavaBoolean":{"type":"boolean"},
17681774
"KMSArn":{
17691775
"type":"string",
17701776
"max":2048,
@@ -2282,7 +2288,7 @@
22822288
},
22832289
"RefreshToken":{
22842290
"type":"string",
2285-
"max":1024,
2291+
"max":2048,
22862292
"pattern":"\\S+"
22872293
},
22882294
"Region":{
@@ -2384,7 +2390,8 @@
23842390
"members":{
23852391
"fileType":{"shape":"FileType"},
23862392
"prefixConfig":{"shape":"PrefixConfig"},
2387-
"aggregationConfig":{"shape":"AggregationConfig"}
2393+
"aggregationConfig":{"shape":"AggregationConfig"},
2394+
"preserveSourceDataTyping":{"shape":"JavaBoolean"}
23882395
}
23892396
},
23902397
"S3SourceProperties":{
@@ -2573,7 +2580,11 @@
25732580
"shape":"ScheduleOffset",
25742581
"box":true
25752582
},
2576-
"firstExecutionFrom":{"shape":"Date"}
2583+
"firstExecutionFrom":{"shape":"Date"},
2584+
"flowErrorDeactivationThreshold":{
2585+
"shape":"FlowErrorDeactivationThreshold",
2586+
"box":true
2587+
}
25772588
}
25782589
},
25792590
"SchedulingFrequencyTypeList":{

models/apis/appflow/2020-08-23/docs-2.json

+17-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"version": "2.0",
33
"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>",
44
"operations": {
5-
"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>",
5+
"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>",
66
"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>",
77
"DeleteConnectorProfile": "<p> Enables you to delete an existing connector profile. </p>",
88
"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>",
99
"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>",
10-
"DescribeConnectorEntity": "<p> Provides details regarding the entity used with the connector, with a description of the data model for each entity. </p>",
10+
"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>",
1111
"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>",
1212
"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>",
1313
"DescribeFlow": "<p> Provides a description of the specified flow. </p>",
@@ -813,8 +813,8 @@
813813
"ExecutionRecord$dataPullEndTime": "<p> The timestamp that indicates the last new or updated record to be transferred in the flow run. </p>",
814814
"FlowDefinition$createdAt": "<p> Specifies when the flow was created. </p>",
815815
"FlowDefinition$lastUpdatedAt": "<p> Specifies when the flow was last updated. </p>",
816-
"ScheduledTriggerProperties$scheduleStartTime": "<p> Specifies the scheduled start time for a schedule-triggered flow. </p>",
817-
"ScheduledTriggerProperties$scheduleEndTime": "<p> Specifies the scheduled end time for a schedule-triggered flow. </p>",
816+
"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>",
817+
"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>",
818818
"ScheduledTriggerProperties$firstExecutionFrom": "<p> Specifies the date range for the records to import from the connector in the first flow run. </p>"
819819
}
820820
},
@@ -1145,6 +1145,12 @@
11451145
"UpdateFlowRequest$description": "<p> A description of the flow. </p>"
11461146
}
11471147
},
1148+
"FlowErrorDeactivationThreshold": {
1149+
"base": null,
1150+
"refs": {
1151+
"ScheduledTriggerProperties$flowErrorDeactivationThreshold": "<p>Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.</p>"
1152+
}
1153+
},
11481154
"FlowExecutionList": {
11491155
"base": null,
11501156
"refs": {
@@ -1319,6 +1325,12 @@
13191325
"refs": {
13201326
}
13211327
},
1328+
"JavaBoolean": {
1329+
"base": null,
1330+
"refs": {
1331+
"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>"
1332+
}
1333+
},
13221334
"KMSArn": {
13231335
"base": null,
13241336
"refs": {
@@ -2249,7 +2261,7 @@
22492261
"Timezone": {
22502262
"base": null,
22512263
"refs": {
2252-
"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>"
2264+
"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>"
22532265
}
22542266
},
22552267
"TokenUrl": {

models/apis/datasync/2018-11-09/api-2.json

+20-2
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,10 @@
648648
"Subdirectory":{"shape":"EfsSubdirectory"},
649649
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
650650
"Ec2Config":{"shape":"Ec2Config"},
651-
"Tags":{"shape":"InputTagList"}
651+
"Tags":{"shape":"InputTagList"},
652+
"AccessPointArn":{"shape":"EfsAccessPointArn"},
653+
"FileSystemAccessRoleArn":{"shape":"IamRoleArn"},
654+
"InTransitEncryption":{"shape":"EfsInTransitEncryption"}
652655
}
653656
},
654657
"CreateLocationEfsResponse":{
@@ -935,7 +938,10 @@
935938
"LocationArn":{"shape":"LocationArn"},
936939
"LocationUri":{"shape":"LocationUri"},
937940
"Ec2Config":{"shape":"Ec2Config"},
938-
"CreationTime":{"shape":"Time"}
941+
"CreationTime":{"shape":"Time"},
942+
"AccessPointArn":{"shape":"EfsAccessPointArn"},
943+
"FileSystemAccessRoleArn":{"shape":"IamRoleArn"},
944+
"InTransitEncryption":{"shape":"EfsInTransitEncryption"}
939945
}
940946
},
941947
"DescribeLocationFsxLustreRequest":{
@@ -1173,11 +1179,23 @@
11731179
"max":128,
11741180
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
11751181
},
1182+
"EfsAccessPointArn":{
1183+
"type":"string",
1184+
"max":128,
1185+
"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}$"
1186+
},
11761187
"EfsFilesystemArn":{
11771188
"type":"string",
11781189
"max":128,
11791190
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
11801191
},
1192+
"EfsInTransitEncryption":{
1193+
"type":"string",
1194+
"enum":[
1195+
"NONE",
1196+
"TLS1_2"
1197+
]
1198+
},
11811199
"EfsSubdirectory":{
11821200
"type":"string",
11831201
"max":4096,

0 commit comments

Comments
 (0)