Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.37.4 #3773

Merged
merged 1 commit into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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.

Release v1.37.3 (2021-02-03)
===

Expand Down
12 changes: 12 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.37.3"
const SDKVersion = "1.37.4"
15 changes: 13 additions & 2 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,9 @@
"executionStatus":{"shape":"ExecutionStatus"},
"executionResult":{"shape":"ExecutionResult"},
"startedAt":{"shape":"Date"},
"lastUpdatedAt":{"shape":"Date"}
"lastUpdatedAt":{"shape":"Date"},
"dataPullStartTime":{"shape":"Date"},
"dataPullEndTime":{"shape":"Date"}
}
},
"ExecutionResult":{
Expand Down Expand Up @@ -1721,6 +1723,11 @@
"ONCE"
]
},
"ScheduleOffset":{
"type":"long",
"max":36000,
"min":0
},
"ScheduledTriggerProperties":{
"type":"structure",
"required":["scheduleExpression"],
Expand All @@ -1729,7 +1736,11 @@
"dataPullMode":{"shape":"DataPullMode"},
"scheduleStartTime":{"shape":"Date"},
"scheduleEndTime":{"shape":"Date"},
"timezone":{"shape":"Timezone"}
"timezone":{"shape":"Timezone"},
"scheduleOffset":{
"shape":"ScheduleOffset",
"box":true
}
}
},
"SchedulingFrequencyTypeList":{
Expand Down
12 changes: 10 additions & 2 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"base": null,
"refs": {
"ConnectorConfiguration$supportedDestinationConnectors": "<p> Lists the connectors that are available for use as destinations. </p>",
"DescribeConnectorsRequest$connectorTypes": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
"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>"
}
},
"CreateConnectorProfileRequest": {
Expand Down Expand Up @@ -448,6 +448,8 @@
"ExecutionDetails$mostRecentExecutionTime": "<p> Specifies the time of the most recent flow run. </p>",
"ExecutionRecord$startedAt": "<p> Specifies the start time of the flow run. </p>",
"ExecutionRecord$lastUpdatedAt": "<p> Specifies the time of the most recent update. </p>",
"ExecutionRecord$dataPullStartTime": "<p> The timestamp that determines the first new or updated record to be transferred in the flow run. </p>",
"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>",
Expand Down Expand Up @@ -1233,6 +1235,12 @@
"SchedulingFrequencyTypeList$member": null
}
},
"ScheduleOffset": {
"base": null,
"refs": {
"ScheduledTriggerProperties$scheduleOffset": "<p> Specifies the optional offset that is added to the time interval for a schedule-triggered flow. </p>"
}
},
"ScheduledTriggerProperties": {
"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>",
"refs": {
Expand Down Expand Up @@ -1514,7 +1522,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. </p>"
"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>"
}
},
"TrendmicroConnectorOperator": {
Expand Down
58 changes: 54 additions & 4 deletions models/apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,19 @@
{"shape":"MetadataException"}
]
},
"ListEngineVersions":{
"name":"ListEngineVersions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListEngineVersionsInput"},
"output":{"shape":"ListEngineVersionsOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
]
},
"ListNamedQueries":{
"name":"ListNamedQueries",
"http":{
Expand Down Expand Up @@ -663,6 +676,19 @@
"CSE_KMS"
]
},
"EngineVersion":{
"type":"structure",
"members":{
"SelectedEngineVersion":{"shape":"NameString"},
"EffectiveEngineVersion":{"shape":"NameString"}
}
},
"EngineVersionsList":{
"type":"list",
"member":{"shape":"EngineVersion"},
"max":10,
"min":0
},
"ErrorCode":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -837,6 +863,20 @@
"NextToken":{"shape":"Token"}
}
},
"ListEngineVersionsInput":{
"type":"structure",
"members":{
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxEngineVersionsCount"}
}
},
"ListEngineVersionsOutput":{
"type":"structure",
"members":{
"EngineVersions":{"shape":"EngineVersionsList"},
"NextToken":{"shape":"Token"}
}
},
"ListNamedQueriesInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -931,6 +971,12 @@
"max":50,
"min":1
},
"MaxEngineVersionsCount":{
"type":"integer",
"box":true,
"max":10,
"min":1
},
"MaxNamedQueriesCount":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -1024,7 +1070,8 @@
"QueryExecutionContext":{"shape":"QueryExecutionContext"},
"Status":{"shape":"QueryExecutionStatus"},
"Statistics":{"shape":"QueryExecutionStatistics"},
"WorkGroup":{"shape":"WorkGroupName"}
"WorkGroup":{"shape":"WorkGroupName"},
"EngineVersion":{"shape":"EngineVersion"}
}
},
"QueryExecutionContext":{
Expand Down Expand Up @@ -1349,7 +1396,8 @@
"EnforceWorkGroupConfiguration":{"shape":"BoxedBoolean"},
"PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
"BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
"RequesterPaysEnabled":{"shape":"BoxedBoolean"}
"RequesterPaysEnabled":{"shape":"BoxedBoolean"},
"EngineVersion":{"shape":"EngineVersion"}
}
},
"WorkGroupConfigurationUpdates":{
Expand All @@ -1360,7 +1408,8 @@
"PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
"BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
"RemoveBytesScannedCutoffPerQuery":{"shape":"BoxedBoolean"},
"RequesterPaysEnabled":{"shape":"BoxedBoolean"}
"RequesterPaysEnabled":{"shape":"BoxedBoolean"},
"EngineVersion":{"shape":"EngineVersion"}
}
},
"WorkGroupDescriptionString":{
Expand All @@ -1385,7 +1434,8 @@
"Name":{"shape":"WorkGroupName"},
"State":{"shape":"WorkGroupState"},
"Description":{"shape":"WorkGroupDescriptionString"},
"CreationTime":{"shape":"Date"}
"CreationTime":{"shape":"Date"},
"EngineVersion":{"shape":"EngineVersion"}
}
},
"WorkGroupsList":{
Expand Down
Loading