Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2081f65

Browse files
Release v1.37.4 (2021-02-04) (#3773)
Release v1.37.4 (2021-02-04) === ### Service Client Updates * `service/appflow`: Updates service API and documentation * `service/athena`: Updates service API and documentation * Adds the Athena ListEngineVersions action and the EngineVersion data type. ListEngineVersions returns the available Athena engine versions, including Auto, as a list of EngineVersion objects. * `service/dlm`: Updates service API and documentation * `service/ec2`: Updates service API, documentation, and paginators * AWS Outposts now supports EBS local snapshots on Outposts that allows customers to store snapshots of EBS volumes and AMIs locally on S3 on Outposts. * `service/emr-containers`: Updates service API * `service/quicksight`: Updates service API and documentation * API release for field folders feature.
1 parent 65c0691 commit 2081f65

File tree

24 files changed

+1009
-1061
lines changed

24 files changed

+1009
-1061
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.37.4 (2021-02-04)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service API and documentation
6+
* `service/athena`: Updates service API and documentation
7+
* Adds the Athena ListEngineVersions action and the EngineVersion data type. ListEngineVersions returns the available Athena engine versions, including Auto, as a list of EngineVersion objects.
8+
* `service/dlm`: Updates service API and documentation
9+
* `service/ec2`: Updates service API, documentation, and paginators
10+
* AWS Outposts now supports EBS local snapshots on Outposts that allows customers to store snapshots of EBS volumes and AMIs locally on S3 on Outposts.
11+
* `service/emr-containers`: Updates service API
12+
* `service/quicksight`: Updates service API and documentation
13+
* API release for field folders feature.
14+
115
Release v1.37.3 (2021-02-03)
216
===
317

aws/endpoints/defaults.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
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.37.3"
8+
const SDKVersion = "1.37.4"

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,9 @@
10421042
"executionStatus":{"shape":"ExecutionStatus"},
10431043
"executionResult":{"shape":"ExecutionResult"},
10441044
"startedAt":{"shape":"Date"},
1045-
"lastUpdatedAt":{"shape":"Date"}
1045+
"lastUpdatedAt":{"shape":"Date"},
1046+
"dataPullStartTime":{"shape":"Date"},
1047+
"dataPullEndTime":{"shape":"Date"}
10461048
}
10471049
},
10481050
"ExecutionResult":{
@@ -1721,6 +1723,11 @@
17211723
"ONCE"
17221724
]
17231725
},
1726+
"ScheduleOffset":{
1727+
"type":"long",
1728+
"max":36000,
1729+
"min":0
1730+
},
17241731
"ScheduledTriggerProperties":{
17251732
"type":"structure",
17261733
"required":["scheduleExpression"],
@@ -1729,7 +1736,11 @@
17291736
"dataPullMode":{"shape":"DataPullMode"},
17301737
"scheduleStartTime":{"shape":"Date"},
17311738
"scheduleEndTime":{"shape":"Date"},
1732-
"timezone":{"shape":"Timezone"}
1739+
"timezone":{"shape":"Timezone"},
1740+
"scheduleOffset":{
1741+
"shape":"ScheduleOffset",
1742+
"box":true
1743+
}
17331744
}
17341745
},
17351746
"SchedulingFrequencyTypeList":{

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"base": null,
367367
"refs": {
368368
"ConnectorConfiguration$supportedDestinationConnectors": "<p> Lists the connectors that are available for use as destinations. </p>",
369-
"DescribeConnectorsRequest$connectorTypes": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
369+
"DescribeConnectorsRequest$connectorTypes": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p> <note> <p> <i>Locke</i> refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination. </p> </note>"
370370
}
371371
},
372372
"CreateConnectorProfileRequest": {
@@ -448,6 +448,8 @@
448448
"ExecutionDetails$mostRecentExecutionTime": "<p> Specifies the time of the most recent flow run. </p>",
449449
"ExecutionRecord$startedAt": "<p> Specifies the start time of the flow run. </p>",
450450
"ExecutionRecord$lastUpdatedAt": "<p> Specifies the time of the most recent update. </p>",
451+
"ExecutionRecord$dataPullStartTime": "<p> The timestamp that determines the first new or updated record to be transferred in the flow run. </p>",
452+
"ExecutionRecord$dataPullEndTime": "<p> The timestamp that indicates the last new or updated record to be transferred in the flow run. </p>",
451453
"FlowDefinition$createdAt": "<p> Specifies when the flow was created. </p>",
452454
"FlowDefinition$lastUpdatedAt": "<p> Specifies when the flow was last updated. </p>",
453455
"ScheduledTriggerProperties$scheduleStartTime": "<p> Specifies the scheduled start time for a schedule-triggered flow. </p>",
@@ -1233,6 +1235,12 @@
12331235
"SchedulingFrequencyTypeList$member": null
12341236
}
12351237
},
1238+
"ScheduleOffset": {
1239+
"base": null,
1240+
"refs": {
1241+
"ScheduledTriggerProperties$scheduleOffset": "<p> Specifies the optional offset that is added to the time interval for a schedule-triggered flow. </p>"
1242+
}
1243+
},
12361244
"ScheduledTriggerProperties": {
12371245
"base": "<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>",
12381246
"refs": {
@@ -1514,7 +1522,7 @@
15141522
"Timezone": {
15151523
"base": null,
15161524
"refs": {
1517-
"ScheduledTriggerProperties$timezone": "<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow. </p>"
1525+
"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>"
15181526
}
15191527
},
15201528
"TrendmicroConnectorOperator": {

models/apis/athena/2017-05-18/api-2.json

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,19 @@
239239
{"shape":"MetadataException"}
240240
]
241241
},
242+
"ListEngineVersions":{
243+
"name":"ListEngineVersions",
244+
"http":{
245+
"method":"POST",
246+
"requestUri":"/"
247+
},
248+
"input":{"shape":"ListEngineVersionsInput"},
249+
"output":{"shape":"ListEngineVersionsOutput"},
250+
"errors":[
251+
{"shape":"InternalServerException"},
252+
{"shape":"InvalidRequestException"}
253+
]
254+
},
242255
"ListNamedQueries":{
243256
"name":"ListNamedQueries",
244257
"http":{
@@ -663,6 +676,19 @@
663676
"CSE_KMS"
664677
]
665678
},
679+
"EngineVersion":{
680+
"type":"structure",
681+
"members":{
682+
"SelectedEngineVersion":{"shape":"NameString"},
683+
"EffectiveEngineVersion":{"shape":"NameString"}
684+
}
685+
},
686+
"EngineVersionsList":{
687+
"type":"list",
688+
"member":{"shape":"EngineVersion"},
689+
"max":10,
690+
"min":0
691+
},
666692
"ErrorCode":{
667693
"type":"string",
668694
"max":256,
@@ -837,6 +863,20 @@
837863
"NextToken":{"shape":"Token"}
838864
}
839865
},
866+
"ListEngineVersionsInput":{
867+
"type":"structure",
868+
"members":{
869+
"NextToken":{"shape":"Token"},
870+
"MaxResults":{"shape":"MaxEngineVersionsCount"}
871+
}
872+
},
873+
"ListEngineVersionsOutput":{
874+
"type":"structure",
875+
"members":{
876+
"EngineVersions":{"shape":"EngineVersionsList"},
877+
"NextToken":{"shape":"Token"}
878+
}
879+
},
840880
"ListNamedQueriesInput":{
841881
"type":"structure",
842882
"members":{
@@ -931,6 +971,12 @@
931971
"max":50,
932972
"min":1
933973
},
974+
"MaxEngineVersionsCount":{
975+
"type":"integer",
976+
"box":true,
977+
"max":10,
978+
"min":1
979+
},
934980
"MaxNamedQueriesCount":{
935981
"type":"integer",
936982
"box":true,
@@ -1024,7 +1070,8 @@
10241070
"QueryExecutionContext":{"shape":"QueryExecutionContext"},
10251071
"Status":{"shape":"QueryExecutionStatus"},
10261072
"Statistics":{"shape":"QueryExecutionStatistics"},
1027-
"WorkGroup":{"shape":"WorkGroupName"}
1073+
"WorkGroup":{"shape":"WorkGroupName"},
1074+
"EngineVersion":{"shape":"EngineVersion"}
10281075
}
10291076
},
10301077
"QueryExecutionContext":{
@@ -1349,7 +1396,8 @@
13491396
"EnforceWorkGroupConfiguration":{"shape":"BoxedBoolean"},
13501397
"PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
13511398
"BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
1352-
"RequesterPaysEnabled":{"shape":"BoxedBoolean"}
1399+
"RequesterPaysEnabled":{"shape":"BoxedBoolean"},
1400+
"EngineVersion":{"shape":"EngineVersion"}
13531401
}
13541402
},
13551403
"WorkGroupConfigurationUpdates":{
@@ -1360,7 +1408,8 @@
13601408
"PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
13611409
"BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
13621410
"RemoveBytesScannedCutoffPerQuery":{"shape":"BoxedBoolean"},
1363-
"RequesterPaysEnabled":{"shape":"BoxedBoolean"}
1411+
"RequesterPaysEnabled":{"shape":"BoxedBoolean"},
1412+
"EngineVersion":{"shape":"EngineVersion"}
13641413
}
13651414
},
13661415
"WorkGroupDescriptionString":{
@@ -1385,7 +1434,8 @@
13851434
"Name":{"shape":"WorkGroupName"},
13861435
"State":{"shape":"WorkGroupState"},
13871436
"Description":{"shape":"WorkGroupDescriptionString"},
1388-
"CreationTime":{"shape":"Date"}
1437+
"CreationTime":{"shape":"Date"},
1438+
"EngineVersion":{"shape":"EngineVersion"}
13891439
}
13901440
},
13911441
"WorkGroupsList":{

0 commit comments

Comments
 (0)