Skip to content

Commit

Permalink
Release v1.41.13 (2021-10-28) (#4150)
Browse files Browse the repository at this point in the history
Release v1.41.13 (2021-10-28)
===

### Service Client Updates
* `service/connectparticipant`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads
* `service/ecs`: Updates service API and documentation
  * Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full.
* `service/gamelift`: Updates service API and documentation
  * Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g.
* `service/sagemaker`: Updates service API and documentation
  * This release adds support for RStudio on SageMaker.
* `service/ssm-incidents`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Oct 28, 2021
1 parent b5ff85c commit 8dfbe58
Show file tree
Hide file tree
Showing 22 changed files with 1,606 additions and 347 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.41.13 (2021-10-28)
===

### Service Client Updates
* `service/connectparticipant`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads
* `service/ecs`: Updates service API and documentation
* Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full.
* `service/gamelift`: Updates service API and documentation
* Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g.
* `service/sagemaker`: Updates service API and documentation
* This release adds support for RStudio on SageMaker.
* `service/ssm-incidents`: Updates service API and documentation

Release v1.41.12 (2021-10-27)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.41.12"
const SDKVersion = "1.41.13"
10 changes: 8 additions & 2 deletions models/apis/connectparticipant/2018-09-07/api-2.json
Expand Up @@ -188,6 +188,7 @@
"type":"list",
"member":{"shape":"AttachmentItem"}
},
"Bool":{"type":"boolean"},
"ChatContent":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -215,7 +216,11 @@
"MESSAGE",
"EVENT",
"ATTACHMENT",
"CONNECTION_ACK"
"CONNECTION_ACK",
"PARTICIPANT_ACTIVE",
"PARTICIPANT_INACTIVE",
"PARTICIPANT_ENGAGED",
"PARTICIPANT_DISENGAGED"
]
},
"ClientToken":{
Expand Down Expand Up @@ -297,7 +302,8 @@
"shape":"ParticipantToken",
"location":"header",
"locationName":"X-Amz-Bearer"
}
},
"ConnectParticipant":{"shape":"Bool"}
}
},
"CreateParticipantConnectionResponse":{
Expand Down
22 changes: 14 additions & 8 deletions models/apis/connectparticipant/2018-09-07/docs-2.json
Expand Up @@ -2,14 +2,14 @@
"version": "2.0",
"service": "<p>Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect enables customer contacts through voice or chat.</p> <p>The APIs described here are used by chat participants, such as agents and customers.</p>",
"operations": {
"CompleteAttachmentUpload": "<p>Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. </p>",
"CreateParticipantConnection": "<p>Creates the participant's connection. Note that ParticipantToken is used for invoking this API instead of ConnectionToken.</p> <p>The participant token is valid for the lifetime of the participant – until they are part of a contact.</p> <p>The response URL for <code>WEBSOCKET</code> Type has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic. </p> <p>For chat, you need to publish the following on the established websocket connection:</p> <p> <code>{\"topic\":\"aws/subscribe\",\"content\":{\"topics\":[\"aws/chat\"]}}</code> </p> <p>Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before.</p> <note> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p> </note>",
"CompleteAttachmentUpload": "<p>Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. </p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>",
"CreateParticipantConnection": "<p>Creates the participant's connection. Note that ParticipantToken is used for invoking this API instead of ConnectionToken.</p> <p>The participant token is valid for the lifetime of the participant – until they are part of a contact.</p> <p>The response URL for <code>WEBSOCKET</code> Type has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic. </p> <p>For chat, you need to publish the following on the established websocket connection:</p> <p> <code>{\"topic\":\"aws/subscribe\",\"content\":{\"topics\":[\"aws/chat\"]}}</code> </p> <p>Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before.</p> <p> <b>Message streaming support</b>: This API can also be used together with the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html\">StartContactStreaming</a> API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html\">Enable real-time chat message streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p> <b>Feature specifications</b>: For information about feature specifications, such as the allowed number of open websocket connections per participant, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits\">Feature specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p> <note> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p> </note>",
"DisconnectParticipant": "<p>Disconnects a participant. Note that ConnectionToken is used for invoking this API instead of ParticipantToken.</p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>",
"GetAttachment": "<p>Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts.</p>",
"GetAttachment": "<p>Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts.</p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>",
"GetTranscript": "<p>Retrieves a transcript of the session, including details about any attachments. Note that ConnectionToken is used for invoking this API instead of ParticipantToken.</p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>",
"SendEvent": "<p>Sends an event. Note that ConnectionToken is used for invoking this API instead of ParticipantToken.</p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>",
"SendMessage": "<p>Sends a message. Note that ConnectionToken is used for invoking this API instead of ParticipantToken.</p> <note> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p> </note>",
"StartAttachmentUpload": "<p>Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.</p>"
"SendMessage": "<p>Sends a message. Note that ConnectionToken is used for invoking this API instead of ParticipantToken.</p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>",
"StartAttachmentUpload": "<p>Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.</p> <p>The Amazon Connect Participant Service APIs do not use <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 authentication</a>.</p>"
},
"shapes": {
"AccessDeniedException": {
Expand Down Expand Up @@ -63,6 +63,12 @@
"Item$Attachments": "<p>Provides information about the attachments.</p>"
}
},
"Bool": {
"base": null,
"refs": {
"CreateParticipantConnectionRequest$ConnectParticipant": "<p>Amazon Connect Participant is used to mark the participant as connected for message streaming.</p>"
}
},
"ChatContent": {
"base": null,
"refs": {
Expand Down Expand Up @@ -276,7 +282,7 @@
"refs": {
"CompleteAttachmentUploadRequest$ConnectionToken": "<p>The authentication token associated with the participant's connection.</p>",
"ConnectionCredentials$ConnectionToken": "<p>The connection token.</p>",
"CreateParticipantConnectionRequest$ParticipantToken": "<p>This is a header parameter.</p> <p>The Participant Token as obtained from <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html\">StartChatContact</a> API response.</p>",
"CreateParticipantConnectionRequest$ParticipantToken": "<p>This is a header parameter.</p> <p>The ParticipantToken as obtained from <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_StartChatContact.html\">StartChatContact</a> API response.</p>",
"DisconnectParticipantRequest$ConnectionToken": "<p>The authentication token associated with the participant's connection.</p>",
"GetAttachmentRequest$ConnectionToken": "<p>The authentication token associated with the participant's connection.</p>",
"GetTranscriptRequest$ConnectionToken": "<p>The authentication token associated with the participant's connection.</p>",
Expand All @@ -288,7 +294,7 @@
"PreSignedAttachmentUrl": {
"base": null,
"refs": {
"GetAttachmentResponse$Url": "<p>The pre-signed URL using which file would be downloaded from Amazon S3 by the API caller.</p>"
"GetAttachmentResponse$Url": "<p>This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_StartAttachmentUpload.html\">StartAttachmentUpload</a>.</p>"
}
},
"PreSignedConnectionUrl": {
Expand Down Expand Up @@ -395,7 +401,7 @@
"UploadMetadataUrl": {
"base": null,
"refs": {
"UploadMetadata$Url": "<p>The pre-signed URL using which file would be downloaded from Amazon S3 by the API caller.</p>"
"UploadMetadata$Url": "<p>This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_StartAttachmentUpload.html\">StartAttachmentUpload</a>.</p>"
}
},
"ValidationException": {
Expand Down
5 changes: 5 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -22219,6 +22219,7 @@
"d3en.6xlarge",
"d3en.8xlarge",
"d3en.12xlarge",
"dl1.24xlarge",
"f1.2xlarge",
"f1.4xlarge",
"f1.16xlarge",
Expand Down Expand Up @@ -26398,6 +26399,10 @@
"VpcId":{
"shape":"String",
"locationName":"vpcId"
},
"DenyAllIgwTraffic":{
"shape":"Boolean",
"locationName":"denyAllIgwTraffic"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -2035,6 +2035,7 @@
"NetworkInsightsAnalysis$NetworkPathFound": "<p>Indicates whether the destination is reachable from the source.</p>",
"NetworkInterface$RequesterManaged": "<p>Indicates whether the network interface is being managed by Amazon Web Services.</p>",
"NetworkInterface$SourceDestCheck": "<p>Indicates whether source/destination checking is enabled.</p>",
"NetworkInterface$DenyAllIgwTraffic": "<p>Indicates whether a network interface with an IPv6 address is unreachable from the public internet. If the value is <code>true</code>, inbound traffic from the internet is dropped and you cannot assign an elastic IP address to the network interface. The network interface is reachable from peered VPCs and resources connected through a transit gateway, including on-premises networks.</p>",
"NetworkInterfaceAttachment$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
"NetworkInterfaceAttachmentChanges$DeleteOnTermination": "<p>Indicates whether the network interface is deleted when the instance is terminated.</p>",
"NetworkInterfacePrivateIpAddress$Primary": "<p>Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.</p>",
Expand Down
35 changes: 34 additions & 1 deletion models/apis/ecs/2014-11-13/api-2.json
Expand Up @@ -944,6 +944,13 @@
"type":"integer",
"box":true
},
"CPUArchitecture":{
"type":"string",
"enum":[
"X86_64",
"ARM64"
]
},
"CapacityProvider":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1495,6 +1502,7 @@
"capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
"launchType":{"shape":"LaunchType"},
"platformVersion":{"shape":"String"},
"platformFamily":{"shape":"String"},
"networkConfiguration":{"shape":"NetworkConfiguration"},
"rolloutState":{"shape":"DeploymentRolloutState"},
"rolloutStateReason":{"shape":"String"}
Expand Down Expand Up @@ -2377,6 +2385,19 @@
},
"exception":true
},
"OSFamily":{
"type":"string",
"enum":[
"WINDOWS_SERVER_2019_FULL",
"WINDOWS_SERVER_2019_CORE",
"WINDOWS_SERVER_2016_FULL",
"WINDOWS_SERVER_2004_CORE",
"WINDOWS_SERVER_2022_CORE",
"WINDOWS_SERVER_2022_FULL",
"WINDOWS_SERVER_20H2_CORE",
"LINUX"
]
},
"PidMode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2598,7 +2619,8 @@
"ipcMode":{"shape":"IpcMode"},
"proxyConfiguration":{"shape":"ProxyConfiguration"},
"inferenceAccelerators":{"shape":"InferenceAccelerators"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
"ephemeralStorage":{"shape":"EphemeralStorage"},
"runtimePlatform":{"shape":"RuntimePlatform"}
}
},
"RegisterTaskDefinitionResponse":{
Expand Down Expand Up @@ -2698,6 +2720,13 @@
"failures":{"shape":"Failures"}
}
},
"RuntimePlatform":{
"type":"structure",
"members":{
"cpuArchitecture":{"shape":"CPUArchitecture"},
"operatingSystemFamily":{"shape":"OSFamily"}
}
},
"Scale":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2765,6 +2794,7 @@
"launchType":{"shape":"LaunchType"},
"capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
"platformVersion":{"shape":"String"},
"platformFamily":{"shape":"String"},
"taskDefinition":{"shape":"String"},
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
"taskSets":{"shape":"TaskSets"},
Expand Down Expand Up @@ -3086,6 +3116,7 @@
"memory":{"shape":"String"},
"overrides":{"shape":"TaskOverride"},
"platformVersion":{"shape":"String"},
"platformFamily":{"shape":"String"},
"pullStartedAt":{"shape":"Timestamp"},
"pullStoppedAt":{"shape":"Timestamp"},
"startedAt":{"shape":"Timestamp"},
Expand Down Expand Up @@ -3116,6 +3147,7 @@
"requiresAttributes":{"shape":"RequiresAttributes"},
"placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"},
"compatibilities":{"shape":"CompatibilityList"},
"runtimePlatform":{"shape":"RuntimePlatform"},
"requiresCompatibilities":{"shape":"CompatibilityList"},
"cpu":{"shape":"String"},
"memory":{"shape":"String"},
Expand Down Expand Up @@ -3206,6 +3238,7 @@
"launchType":{"shape":"LaunchType"},
"capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
"platformVersion":{"shape":"String"},
"platformFamily":{"shape":"String"},
"networkConfiguration":{"shape":"NetworkConfiguration"},
"loadBalancers":{"shape":"LoadBalancers"},
"serviceRegistries":{"shape":"ServiceRegistries"},
Expand Down

0 comments on commit 8dfbe58

Please sign in to comment.