Skip to content

Commit 81960d7

Browse files
Release v1.37.25 (2021-03-05) (#3812)
Release v1.37.25 (2021-03-05) === ### Service Client Updates * `service/appflow`: Updates service documentation * `service/athena`: Updates service API, documentation, and paginators * Adds APIs to create, list, update, and delete prepared SQL statements that have optional placeholder parameters. A prepared statement can use different values for these parameters each time it is run. * `service/codepipeline`: Updates service API * Updated the parameters to make actionType required for UpdateActionType * `service/ec2`: Updates service API and documentation * Expands EC2/Spot Fleet capacity-optimized allocation strategy to allow users to prioritize instance pools. Fleet attempts to fulfill priorities on a best-effort basis but optimizes for capacity first. * `service/license-manager`: Updates service API * `service/medialive`: Updates service API and documentation * Medialive now supports the ability to transfer AWS Elemental Link devices to another region. * `service/network-firewall`: Updates service API and documentation * `service/shield`: Updates service API and documentation * Add support for tagging of Shield protection and protection group resources.
1 parent 6a71e15 commit 81960d7

File tree

27 files changed

+2491
-129
lines changed

27 files changed

+2491
-129
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.37.25 (2021-03-05)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appflow`: Updates service documentation
6+
* `service/athena`: Updates service API, documentation, and paginators
7+
* Adds APIs to create, list, update, and delete prepared SQL statements that have optional placeholder parameters. A prepared statement can use different values for these parameters each time it is run.
8+
* `service/codepipeline`: Updates service API
9+
* Updated the parameters to make actionType required for UpdateActionType
10+
* `service/ec2`: Updates service API and documentation
11+
* Expands EC2/Spot Fleet capacity-optimized allocation strategy to allow users to prioritize instance pools. Fleet attempts to fulfill priorities on a best-effort basis but optimizes for capacity first.
12+
* `service/license-manager`: Updates service API
13+
* `service/medialive`: Updates service API and documentation
14+
* Medialive now supports the ability to transfer AWS Elemental Link devices to another region.
15+
* `service/network-firewall`: Updates service API and documentation
16+
* `service/shield`: Updates service API and documentation
17+
* Add support for tagging of Shield protection and protection group resources.
18+
119
Release v1.37.24 (2021-03-04)
220
===
321

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.37.24"
8+
const SDKVersion = "1.37.25"

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

+24-24
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"base": null,
4242
"refs": {
4343
"GoogleAnalyticsConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Google Analytics resources. </p>",
44-
"HoneycodeConnectorProfileCredentials$accessToken": null,
44+
"HoneycodeConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Amazon Honeycode resources. </p>",
4545
"MarketoConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Marketo resources. </p>",
4646
"SalesforceConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Salesforce resources. </p>",
4747
"SlackConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Slack resources. </p>",
@@ -368,7 +368,7 @@
368368
"base": null,
369369
"refs": {
370370
"ConnectorConfiguration$supportedDestinationConnectors": "<p> Lists the connectors that are available for use as destinations. </p>",
371-
"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>"
371+
"DescribeConnectorsRequest$connectorTypes": "<p> The type of connector, such as Salesforce, Amplitude, and so on. </p>"
372372
}
373373
},
374374
"CreateConnectorProfileRequest": {
@@ -399,15 +399,15 @@
399399
}
400400
},
401401
"CustomerProfilesDestinationProperties": {
402-
"base": null,
402+
"base": "<p> The properties that are applied when Amazon Connect Customer Profiles is used as a destination. </p>",
403403
"refs": {
404-
"DestinationConnectorProperties$CustomerProfiles": null
404+
"DestinationConnectorProperties$CustomerProfiles": "<p> The properties required to query Amazon Connect Customer Profiles. </p>"
405405
}
406406
},
407407
"CustomerProfilesMetadata": {
408-
"base": null,
408+
"base": "<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>",
409409
"refs": {
410-
"ConnectorMetadata$CustomerProfiles": null
410+
"ConnectorMetadata$CustomerProfiles": "<p> The connector metadata specific to Amazon Connect Customer Profiles. </p>"
411411
}
412412
},
413413
"DataPullMode": {
@@ -468,7 +468,7 @@
468468
"FlowDefinition$lastUpdatedAt": "<p> Specifies when the flow was last updated. </p>",
469469
"ScheduledTriggerProperties$scheduleStartTime": "<p> Specifies the scheduled start time for a schedule-triggered flow. </p>",
470470
"ScheduledTriggerProperties$scheduleEndTime": "<p> Specifies the scheduled end time for a schedule-triggered flow. </p>",
471-
"ScheduledTriggerProperties$firstExecutionFrom": null
471+
"ScheduledTriggerProperties$firstExecutionFrom": "<p> Specifies the date range for the records to import from the connector in the first flow run. </p>"
472472
}
473473
},
474474
"DatetimeTypeFieldName": {
@@ -588,7 +588,7 @@
588588
"DomainName": {
589589
"base": null,
590590
"refs": {
591-
"CustomerProfilesDestinationProperties$domainName": null
591+
"CustomerProfilesDestinationProperties$domainName": "<p> The unique name of the Amazon Connect Customer Profiles domain. </p>"
592592
}
593593
},
594594
"DynatraceConnectorOperator": {
@@ -837,27 +837,27 @@
837837
}
838838
},
839839
"HoneycodeConnectorProfileCredentials": {
840-
"base": null,
840+
"base": "<p> The connector-specific credentials required when using Amazon Honeycode. </p>",
841841
"refs": {
842-
"ConnectorProfileCredentials$Honeycode": null
842+
"ConnectorProfileCredentials$Honeycode": "<p> The connector-specific credentials required when using Amazon Honeycode. </p>"
843843
}
844844
},
845845
"HoneycodeConnectorProfileProperties": {
846-
"base": null,
846+
"base": "<p> The connector-specific properties required when using Amazon Honeycode. </p>",
847847
"refs": {
848-
"ConnectorProfileProperties$Honeycode": null
848+
"ConnectorProfileProperties$Honeycode": "<p> The connector-specific properties required by Amazon Honeycode. </p>"
849849
}
850850
},
851851
"HoneycodeDestinationProperties": {
852-
"base": null,
852+
"base": "<p> The properties that are applied when Amazon Honeycode is used as a destination. </p>",
853853
"refs": {
854-
"DestinationConnectorProperties$Honeycode": null
854+
"DestinationConnectorProperties$Honeycode": "<p> The properties required to query Amazon Honeycode. </p>"
855855
}
856856
},
857857
"HoneycodeMetadata": {
858-
"base": null,
858+
"base": "<p> The connector metadata specific to Amazon Honeycode. </p>",
859859
"refs": {
860-
"ConnectorMetadata$Honeycode": null
860+
"ConnectorMetadata$Honeycode": "<p> The connector metadata specific to Amazon Honeycode. </p>"
861861
}
862862
},
863863
"IdFieldNameList": {
@@ -989,9 +989,9 @@
989989
}
990990
},
991991
"LookoutMetricsDestinationProperties": {
992-
"base": null,
992+
"base": "<p> The properties that are applied when Amazon Lookout for Metrics is used as a destination. </p>",
993993
"refs": {
994-
"DestinationConnectorProperties$LookoutMetrics": null
994+
"DestinationConnectorProperties$LookoutMetrics": "<p> The properties required to query Amazon Lookout for Metrics. </p>"
995995
}
996996
},
997997
"MarketoConnectorOperator": {
@@ -1069,7 +1069,7 @@
10691069
"base": null,
10701070
"refs": {
10711071
"GoogleAnalyticsMetadata$oAuthScopes": "<p> The desired authorization scope for the Google Analytics account. </p>",
1072-
"HoneycodeMetadata$oAuthScopes": null,
1072+
"HoneycodeMetadata$oAuthScopes": "<p> The desired authorization scope for the Amazon Honeycode account. </p>",
10731073
"SalesforceMetadata$oAuthScopes": "<p> The desired authorization scope for the Salesforce account. </p>",
10741074
"SlackMetadata$oAuthScopes": "<p> The desired authorization scope for the Slack account. </p>",
10751075
"ZendeskMetadata$oAuthScopes": "<p> The desired authorization scope for the Zendesk account. </p>"
@@ -1083,7 +1083,7 @@
10831083
"DynatraceSourceProperties$object": "<p> The object specified in the Dynatrace flow source. </p>",
10841084
"EventBridgeDestinationProperties$object": "<p> The object specified in the Amazon EventBridge flow destination. </p>",
10851085
"GoogleAnalyticsSourceProperties$object": "<p> The object specified in the Google Analytics flow source. </p>",
1086-
"HoneycodeDestinationProperties$object": null,
1086+
"HoneycodeDestinationProperties$object": "<p> The object specified in the Amazon Honeycode flow destination. </p>",
10871087
"InforNexusSourceProperties$object": "<p> The object specified in the Infor Nexus flow source. </p>",
10881088
"MarketoSourceProperties$object": "<p> The object specified in the Marketo flow source. </p>",
10891089
"RedshiftDestinationProperties$object": "<p> The object specified in the Amazon Redshift flow destination. </p>",
@@ -1101,7 +1101,7 @@
11011101
"ObjectTypeName": {
11021102
"base": null,
11031103
"refs": {
1104-
"CustomerProfilesDestinationProperties$objectTypeName": null
1104+
"CustomerProfilesDestinationProperties$objectTypeName": "<p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>"
11051105
}
11061106
},
11071107
"Operator": {
@@ -1135,13 +1135,13 @@
11351135
"PrefixFormat": {
11361136
"base": null,
11371137
"refs": {
1138-
"PrefixConfig$prefixFormat": "<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>"
1138+
"PrefixConfig$prefixFormat": "<p> Determines the level of granularity that's included in the prefix. </p>"
11391139
}
11401140
},
11411141
"PrefixType": {
11421142
"base": null,
11431143
"refs": {
1144-
"PrefixConfig$prefixType": "<p> Determines the level of granularity that's included in the prefix. </p>"
1144+
"PrefixConfig$prefixType": "<p> Determines the format of the prefix, and whether it applies to the file name, file path, or both. </p>"
11451145
}
11461146
},
11471147
"PrivateLinkServiceName": {
@@ -1190,7 +1190,7 @@
11901190
"base": null,
11911191
"refs": {
11921192
"GoogleAnalyticsConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens. </p>",
1193-
"HoneycodeConnectorProfileCredentials$refreshToken": null,
1193+
"HoneycodeConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. </p>",
11941194
"SalesforceConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. </p>"
11951195
}
11961196
},

0 commit comments

Comments
 (0)