Skip to content

Commit

Permalink
Release v1.43.40 (2022-04-14) (#4362)
Browse files Browse the repository at this point in the history
Release v1.43.40 (2022-04-14)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/appstream`: Updates service API and documentation
  * Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
* `service/batch`: Updates service API and documentation
  * Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.
* `service/ec2`: Updates service documentation
  * Documentation updates for Amazon EC2.
* `service/glue`: Updates service API and documentation
  * Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
* `service/monitoring`: Updates service documentation
  * Updates documentation for additional statistics in CloudWatch Metric Streams.
  • Loading branch information
aws-sdk-go-automation authored Apr 14, 2022
1 parent 97103fc commit 1659bb2
Show file tree
Hide file tree
Showing 20 changed files with 1,132 additions and 284 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.43.40 (2022-04-14)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/appstream`: Updates service API and documentation
* Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
* `service/batch`: Updates service API and documentation
* Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.
* `service/ec2`: Updates service documentation
* Documentation updates for Amazon EC2.
* `service/glue`: Updates service API and documentation
* Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
* `service/monitoring`: Updates service documentation
* Updates documentation for additional statistics in CloudWatch Metric Streams.

Release v1.43.39 (2022-04-13)
===

Expand Down
41 changes: 41 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.43.39"
const SDKVersion = "1.43.40"
38 changes: 35 additions & 3 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
},
"AuthCode":{
"type":"string",
"max":512,
"max":2048,
"pattern":"\\S+"
},
"AuthCodeUrl":{
Expand Down Expand Up @@ -1956,13 +1956,37 @@
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
}
},
"OAuth2CustomParameter":{
"type":"structure",
"members":{
"key":{"shape":"Key"},
"isRequired":{"shape":"Boolean"},
"label":{"shape":"Label"},
"description":{"shape":"Description"},
"isSensitiveField":{"shape":"Boolean"},
"connectorSuppliedValues":{"shape":"ConnectorSuppliedValueList"},
"type":{"shape":"OAuth2CustomPropType"}
}
},
"OAuth2CustomPropType":{
"type":"string",
"enum":[
"TOKEN_URL",
"AUTH_URL"
]
},
"OAuth2CustomPropertiesList":{
"type":"list",
"member":{"shape":"OAuth2CustomParameter"}
},
"OAuth2Defaults":{
"type":"structure",
"members":{
"oauthScopes":{"shape":"OAuthScopeList"},
"tokenUrls":{"shape":"TokenUrlList"},
"authCodeUrls":{"shape":"AuthCodeUrlList"},
"oauth2GrantTypesSupported":{"shape":"OAuth2GrantTypeSupportedList"}
"oauth2GrantTypesSupported":{"shape":"OAuth2GrantTypeSupportedList"},
"oauth2CustomProperties":{"shape":"OAuth2CustomPropertiesList"}
}
},
"OAuth2GrantType":{
Expand All @@ -1984,7 +2008,8 @@
],
"members":{
"tokenUrl":{"shape":"TokenUrl"},
"oAuth2GrantType":{"shape":"OAuth2GrantType"}
"oAuth2GrantType":{"shape":"OAuth2GrantType"},
"tokenUrlCustomProperties":{"shape":"TokenUrlCustomProperties"}
}
},
"OAuthCredentials":{
Expand Down Expand Up @@ -2992,6 +3017,13 @@
"max":256,
"pattern":"^(https?):https://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
},
"TokenUrlCustomProperties":{
"type":"map",
"key":{"shape":"CustomPropertyKey"},
"value":{"shape":"CustomPropertyValue"},
"max":50,
"min":0
},
"TokenUrlList":{
"type":"list",
"member":{"shape":"TokenUrl"}
Expand Down
42 changes: 37 additions & 5 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@
"DestinationFieldProperties$isUpdatable": "<p> Specifies whether the field can be updated during an <code>UPDATE</code> or <code>UPSERT</code> write operation. </p>",
"DestinationFieldProperties$isDefaultedOnCreate": "<p>Specifies whether the field can use the default value during a Create operation.</p>",
"ErrorHandlingConfig$failOnFirstDestinationError": "<p> Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination. </p>",
"OAuth2CustomParameter$isRequired": "<p>Indicates whether the custom parameter for OAuth 2.0 authentication is required.</p>",
"OAuth2CustomParameter$isSensitiveField": "<p>Indicates whether this authentication custom parameter is a sensitive field.</p>",
"SalesforceConnectorProfileProperties$isSandboxEnvironment": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>",
"SalesforceSourceProperties$enableDynamicFieldUpdate": "<p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. </p>",
"SalesforceSourceProperties$includeDeletedRecords": "<p> Indicates whether Amazon AppFlow includes deleted files in the flow run. </p>",
Expand Down Expand Up @@ -582,7 +584,8 @@
"ConnectorSuppliedValueList": {
"base": null,
"refs": {
"AuthParameter$connectorSuppliedValues": "<p>Contains default values for this authentication parameter that are supplied by the connector.</p>"
"AuthParameter$connectorSuppliedValues": "<p>Contains default values for this authentication parameter that are supplied by the connector.</p>",
"OAuth2CustomParameter$connectorSuppliedValues": "<p>Contains default values for this authentication parameter that are supplied by the connector.</p>"
}
},
"ConnectorSuppliedValueOptionList": {
Expand Down Expand Up @@ -729,13 +732,15 @@
"CustomPropertyKey": {
"base": null,
"refs": {
"CustomProperties$key": null
"CustomProperties$key": null,
"TokenUrlCustomProperties$key": null
}
},
"CustomPropertyValue": {
"base": null,
"refs": {
"CustomProperties$value": null
"CustomProperties$value": null,
"TokenUrlCustomProperties$value": null
}
},
"CustomerProfilesDestinationProperties": {
Expand Down Expand Up @@ -905,6 +910,7 @@
"AuthParameter$description": "<p>A description about the authentication parameter.</p>",
"ConnectorEntityField$description": "<p> A description of the connector entity field. </p>",
"ConnectorRuntimeSetting$description": "<p>A description about the connector runtime setting.</p>",
"OAuth2CustomParameter$description": "<p>A description about the custom parameter used for OAuth 2.0 authentication.</p>",
"RegisterConnectorRequest$description": "<p>A description about the connector that's being registered.</p>"
}
},
Expand Down Expand Up @@ -1327,7 +1333,8 @@
"AuthParameter$key": "<p>The authentication key required to authenticate with the connector.</p>",
"ConnectorRuntimeSetting$key": "<p>Contains value information about the connector runtime setting.</p>",
"InforNexusConnectorProfileCredentials$secretAccessKey": "<p> The secret key used to sign requests. </p>",
"InforNexusConnectorProfileCredentials$datakey": "<p> The encryption keys used to encrypt data. </p>"
"InforNexusConnectorProfileCredentials$datakey": "<p> The encryption keys used to encrypt data. </p>",
"OAuth2CustomParameter$key": "<p>The key of the custom parameter required for OAuth 2.0 authentication.</p>"
}
},
"Label": {
Expand All @@ -1336,7 +1343,8 @@
"AuthParameter$label": "<p>Label used for authentication parameter.</p>",
"ConnectorEntity$label": "<p> The label applied to the connector entity. </p>",
"ConnectorEntityField$label": "<p> The label applied to a connector entity field. </p>",
"ConnectorRuntimeSetting$label": "<p>A label used for connector runtime setting.</p>"
"ConnectorRuntimeSetting$label": "<p>A label used for connector runtime setting.</p>",
"OAuth2CustomParameter$label": "<p>The label of the custom parameter used for OAuth 2.0 authentication.</p>"
}
},
"LambdaConnectorProvisioningConfig": {
Expand Down Expand Up @@ -1492,6 +1500,24 @@
"CustomConnectorProfileCredentials$oauth2": "<p>The OAuth 2.0 credentials required for the authentication of the user.</p>"
}
},
"OAuth2CustomParameter": {
"base": "<p>Custom parameter required for OAuth 2.0 authentication.</p>",
"refs": {
"OAuth2CustomPropertiesList$member": null
}
},
"OAuth2CustomPropType": {
"base": null,
"refs": {
"OAuth2CustomParameter$type": "<p>Indicates whether custom parameter is used with TokenUrl or AuthUrl.</p>"
}
},
"OAuth2CustomPropertiesList": {
"base": null,
"refs": {
"OAuth2Defaults$oauth2CustomProperties": "<p>List of custom parameters required for OAuth 2.0 authentication.</p>"
}
},
"OAuth2Defaults": {
"base": "<p>Contains the default values required for OAuth 2.0 authentication.</p>",
"refs": {
Expand Down Expand Up @@ -2234,6 +2260,12 @@
"TokenUrlList$member": null
}
},
"TokenUrlCustomProperties": {
"base": null,
"refs": {
"OAuth2Properties$tokenUrlCustomProperties": "<p>Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.</p>"
}
},
"TokenUrlList": {
"base": null,
"refs": {
Expand Down
12 changes: 8 additions & 4 deletions models/apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,8 @@
"StreamView":{"shape":"StreamView"},
"Platform":{"shape":"PlatformType"},
"MaxConcurrentSessions":{"shape":"Integer"},
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"}
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
"SessionScriptS3Location":{"shape":"S3Location"}
}
},
"CreateFleetResult":{
Expand Down Expand Up @@ -2136,7 +2137,8 @@
"StreamView":{"shape":"StreamView"},
"Platform":{"shape":"PlatformType"},
"MaxConcurrentSessions":{"shape":"Integer"},
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"}
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
"SessionScriptS3Location":{"shape":"S3Location"}
}
},
"FleetAttribute":{
Expand All @@ -2146,7 +2148,8 @@
"VPC_CONFIGURATION_SECURITY_GROUP_IDS",
"DOMAIN_JOIN_INFO",
"IAM_ROLE_ARN",
"USB_DEVICE_FILTER_STRINGS"
"USB_DEVICE_FILTER_STRINGS",
"SESSION_SCRIPT_S3_LOCATION"
]
},
"FleetAttributes":{
Expand Down Expand Up @@ -2985,7 +2988,8 @@
"StreamView":{"shape":"StreamView"},
"Platform":{"shape":"PlatformType"},
"MaxConcurrentSessions":{"shape":"Integer"},
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"}
"UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
"SessionScriptS3Location":{"shape":"S3Location"}
}
},
"UpdateFleetResult":{
Expand Down
5 changes: 4 additions & 1 deletion models/apis/appstream/2016-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,8 +1420,11 @@
"Application$IconS3Location": "<p>The S3 location of the application icon.</p>",
"CreateAppBlockRequest$SourceS3Location": "<p>The source S3 location of the app block.</p>",
"CreateApplicationRequest$IconS3Location": "<p>The location in S3 of the application icon.</p>",
"CreateFleetRequest$SessionScriptS3Location": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>",
"Fleet$SessionScriptS3Location": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>",
"ScriptDetails$ScriptS3Location": "<p>The S3 object location for the script.</p>",
"UpdateApplicationRequest$IconS3Location": "<p>The icon S3 location of the application.</p>"
"UpdateApplicationRequest$IconS3Location": "<p>The icon S3 location of the application.</p>",
"UpdateFleetRequest$SessionScriptS3Location": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>"
}
},
"ScriptDetails": {
Expand Down
42 changes: 37 additions & 5 deletions models/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,13 @@
"FARGATE_SPOT"
]
},
"CRUpdateAllocationStrategy":{
"type":"string",
"enum":[
"BEST_FIT_PROGRESSIVE",
"SPOT_CAPACITY_OPTIMIZED"
]
},
"CancelJobRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -461,8 +468,7 @@
"type":"structure",
"required":[
"computeEnvironmentName",
"computeEnvironmentArn",
"ecsClusterArn"
"computeEnvironmentArn"
],
"members":{
"computeEnvironmentName":{"shape":"String"},
Expand All @@ -475,7 +481,8 @@
"status":{"shape":"CEStatus"},
"statusReason":{"shape":"String"},
"computeResources":{"shape":"ComputeResource"},
"serviceRole":{"shape":"String"}
"serviceRole":{"shape":"String"},
"updatePolicy":{"shape":"UpdatePolicy"}
}
},
"ComputeEnvironmentDetailList":{
Expand Down Expand Up @@ -535,7 +542,19 @@
"maxvCpus":{"shape":"Integer"},
"desiredvCpus":{"shape":"Integer"},
"subnets":{"shape":"StringList"},
"securityGroupIds":{"shape":"StringList"}
"securityGroupIds":{"shape":"StringList"},
"allocationStrategy":{"shape":"CRUpdateAllocationStrategy"},
"instanceTypes":{"shape":"StringList"},
"ec2KeyPair":{"shape":"String"},
"instanceRole":{"shape":"String"},
"tags":{"shape":"TagsMap"},
"placementGroup":{"shape":"String"},
"bidPercentage":{"shape":"Integer"},
"launchTemplate":{"shape":"LaunchTemplateSpecification"},
"ec2Configuration":{"shape":"Ec2ConfigurationList"},
"updateToLatestImageVersion":{"shape":"Boolean"},
"type":{"shape":"CRType"},
"imageId":{"shape":"String"}
}
},
"ContainerDetail":{
Expand Down Expand Up @@ -1044,6 +1063,11 @@
"type":"list",
"member":{"shape":"JobDetail"}
},
"JobExecutionTimeoutMinutes":{
"type":"long",
"max":360,
"min":1
},
"JobQueueDetail":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1635,7 +1659,8 @@
"state":{"shape":"CEState"},
"unmanagedvCpus":{"shape":"Integer"},
"computeResources":{"shape":"ComputeResourceUpdate"},
"serviceRole":{"shape":"String"}
"serviceRole":{"shape":"String"},
"updatePolicy":{"shape":"UpdatePolicy"}
}
},
"UpdateComputeEnvironmentResponse":{
Expand Down Expand Up @@ -1663,6 +1688,13 @@
"jobQueueArn":{"shape":"String"}
}
},
"UpdatePolicy":{
"type":"structure",
"members":{
"terminateJobsOnUpdate":{"shape":"Boolean"},
"jobExecutionTimeoutMinutes":{"shape":"JobExecutionTimeoutMinutes"}
}
},
"UpdateSchedulingPolicyRequest":{
"type":"structure",
"required":["arn"],
Expand Down
Loading

0 comments on commit 1659bb2

Please sign in to comment.