Skip to content

Commit

Permalink
Release v1.42.43 (2022-01-27) (#4263)
Browse files Browse the repository at this point in the history
Release v1.42.43 (2022-01-27)
===

### Service Client Updates
* `service/amplify`: Updates service documentation
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API
  * X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
* `service/kafka`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation

### SDK Bugs
* `aws/request`: Update Request Send to always ensure Request.HTTPResponse is populated.
    * Fixes [#4211](#4211)
  • Loading branch information
aws-sdk-go-automation committed Jan 27, 2022
1 parent fdd6541 commit ceab691
Show file tree
Hide file tree
Showing 17 changed files with 811 additions and 33 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.42.43 (2022-01-27)
===

### Service Client Updates
* `service/amplify`: Updates service documentation
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service API
* X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
* `service/kafka`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation

### SDK Bugs
* `aws/request`: Update Request Send to always ensure Request.HTTPResponse is populated.
* Fixes [#4211](https://github.com/aws/aws-sdk-go/issues/4211)

Release v1.42.42 (2022-01-26)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/request`: Update Request Send to always ensure Request.HTTPResponse is populated.
* Fixes [#4211](https://github.com/aws/aws-sdk-go/issues/4211)
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.42.42"
const SDKVersion = "1.42.43"
14 changes: 7 additions & 7 deletions models/apis/amplify/2017-07-25/docs-2.json
Expand Up @@ -236,13 +236,13 @@
"BasicAuthCredentials": {
"base": null,
"refs": {
"App$basicAuthCredentials": "<p> The basic authorization credentials for branches for the Amplify app. </p>",
"AutoBranchCreationConfig$basicAuthCredentials": "<p> The basic authorization credentials for the autocreated branch. </p>",
"Branch$basicAuthCredentials": "<p> The basic authorization credentials for a branch of an Amplify app. </p>",
"CreateAppRequest$basicAuthCredentials": "<p> The credentials for basic authorization for an Amplify app. </p>",
"CreateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. </p>",
"UpdateAppRequest$basicAuthCredentials": "<p> The basic authorization credentials for an Amplify app. </p>",
"UpdateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. </p>"
"App$basicAuthCredentials": "<p> The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
"AutoBranchCreationConfig$basicAuthCredentials": "<p> The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
"Branch$basicAuthCredentials": "<p> The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
"CreateAppRequest$basicAuthCredentials": "<p> The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
"CreateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
"UpdateAppRequest$basicAuthCredentials": "<p> The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>",
"UpdateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
}
},
"Branch": {
Expand Down
8 changes: 7 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Expand Up @@ -2508,6 +2508,11 @@
"max":100,
"min":1
},
"ChatDurationInMinutes":{
"type":"integer",
"max":10080,
"min":60
},
"ChatMessage":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -6521,7 +6526,8 @@
"ClientToken":{
"shape":"ClientToken",
"idempotencyToken":true
}
},
"ChatDurationInMinutes":{"shape":"ChatDurationInMinutes"}
}
},
"StartChatContactResponse":{
Expand Down
10 changes: 8 additions & 2 deletions models/apis/connect/2017-08-08/docs-2.json
Expand Up @@ -94,7 +94,7 @@
"ListUsers": "<p>Provides summary information about the users for the specified Amazon Connect instance.</p>",
"ResumeContactRecording": "<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.</p> <p>Only voice recordings are supported at this time.</p>",
"SearchVocabularies": "<p>Searches for vocabularies within a specific Amazon Connect instance using <code>State</code>, <code>NameStartsWith</code>, and <code>LanguageCode</code>.</p>",
"StartChatContact": "<p>Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p> <p>When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p> <p>A 429 error occurs in two situations:</p> <ul> <li> <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code> exception.</p> </li> <li> <p>The <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">quota for concurrent active chats</a> is exceeded. Active chat throttling returns a <code>LimitExceededException</code>.</p> </li> </ul> <p>For more information about chat, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat.html\">Chat</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
"StartChatContact": "<p>Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p> <p>When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking <a href=\"https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html\">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p> <p>A 429 error occurs in the following situations:</p> <ul> <li> <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code> exception.</p> </li> <li> <p>The <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">quota for concurrent active chats</a> is exceeded. Active chat throttling returns a <code>LimitExceededException</code>.</p> </li> </ul> <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. </p> <p>For more information about chat, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat.html\">Chat</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
"StartContactRecording": "<p>Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p> <p>You can use this API to override the recording behavior configured in the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html\">Set recording behavior</a> block.</p> <p>Only voice recordings are supported at this time.</p>",
"StartContactStreaming": "<p> Initiates real-time message streaming for a new chat contact.</p> <p> For more information about message streaming, see <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>",
"StartOutboundVoiceContact": "<p>Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in <code>ContactFlowId</code>).</p> <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.</p> <p>There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.</p> <note> <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p> </note> <note> <p>Campaign calls are not allowed by default. Before you can make a call with <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>. </p> </note>",
Expand Down Expand Up @@ -505,6 +505,12 @@
"ChatMessage$ContentType": "<p>The type of the content. Supported types are text and plain.</p>"
}
},
"ChatDurationInMinutes": {
"base": null,
"refs": {
"StartChatContactRequest$ChatDurationInMinutes": "<p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>"
}
},
"ChatMessage": {
"base": "<p>A chat message.</p>",
"refs": {
Expand Down Expand Up @@ -682,7 +688,7 @@
"ContactFlow$Name": "<p>The name of the contact flow.</p>",
"ContactFlowSummary$Name": "<p>The name of the contact flow.</p>",
"CreateContactFlowRequest$Name": "<p>The name of the contact flow.</p>",
"UpdateContactFlowMetadataRequest$Name": "<p>The name of the contact flow.</p>",
"UpdateContactFlowMetadataRequest$Name": "<p>TThe name of the contact flow.</p>",
"UpdateContactFlowNameRequest$Name": "<p>The name of the contact flow.</p>"
}
},
Expand Down
6 changes: 6 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -23980,6 +23980,12 @@
"x1e.8xlarge",
"x1e.16xlarge",
"x1e.32xlarge",
"x2iezn.2xlarge",
"x2iezn.4xlarge",
"x2iezn.6xlarge",
"x2iezn.8xlarge",
"x2iezn.12xlarge",
"x2iezn.metal",
"x2gd.medium",
"x2gd.large",
"x2gd.xlarge",
Expand Down
22 changes: 21 additions & 1 deletion models/apis/kafka/2018-11-14/api-2.json
Expand Up @@ -1158,13 +1158,16 @@
"shape": "__string",
"locationName": "kafkaBrokerNodeId"
},
"ProvisionedThroughput" : {
"shape" : "ProvisionedThroughput",
"locationName" : "provisionedThroughput"
},
"VolumeSizeGB": {
"shape": "__integer",
"locationName": "volumeSizeGB"
}
},
"required": [
"VolumeSizeGB",
"KafkaBrokerNodeId"
]
},
Expand Down Expand Up @@ -1935,6 +1938,10 @@
"EBSStorageInfo": {
"type": "structure",
"members": {
"ProvisionedThroughput" : {
"shape" : "ProvisionedThroughput",
"locationName" : "provisionedThroughput"
},
"VolumeSize": {
"shape": "__integerMin1Max16384",
"locationName": "volumeSize"
Expand Down Expand Up @@ -3479,6 +3486,19 @@
}
}
},
"ProvisionedThroughput" : {
"type" : "structure",
"members" : {
"Enabled" : {
"shape" : "__boolean",
"locationName" : "enabled"
},
"VolumeThroughput" : {
"shape" : "__integer",
"locationName" : "volumeThroughput"
}
}
},
"PublicAccess":{
"type":"structure",
"members":{
Expand Down
11 changes: 10 additions & 1 deletion models/apis/kafka/2018-11-14/docs-2.json
Expand Up @@ -515,6 +515,13 @@
"OpenMonitoringInfo$Prometheus" : "<p>Prometheus settings.</p>"
}
},
"ProvisionedThroughput" : {
"base" : "Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.",
"refs" : {
"BrokerEBSVolumeInfo$ProvisionedThroughput" : "EBS volume provisioned throughput information.",
"EBSStorageInfo$ProvisionedThroughput" : "EBS volume provisioned throughput information."
}
},
"PublicAccess" : {
"base" : "<p>Broker public access control.</p>",
"refs" : {
Expand Down Expand Up @@ -668,6 +675,7 @@
"JmxExporterInfo$EnabledInBroker" : "<p>JMX Exporter being enabled in broker.</p>",
"NodeExporter$EnabledInBroker" : "<p>Indicates whether you want to enable or disable the Node Exporter.</p>",
"NodeExporterInfo$EnabledInBroker" : "<p>Node Exporter being enabled in broker.</p>",
"ProvisionedThroughput$Enabled" : "Provisioned throughput is enabled or not.",
"S3$Enabled" : "<p>Specifies whether broker logs get sent to the specified Amazon S3 destination.</p>",
"Scram$Enabled" : "<p>SASL/SCRAM authentication is enabled or not.</p>",
"Tls$Enabled" : "<p>TLS authentication is enabled or not.</p>",
Expand All @@ -687,7 +695,8 @@
"BrokerEBSVolumeInfo$VolumeSizeGB" : "\n <p>Size of the EBS volume to update.</p>\n ",
"ClusterInfo$NumberOfBrokerNodes" : "\n <p>The number of broker nodes in the cluster.</p>\n ",
"CreateClusterRequest$NumberOfBrokerNodes" : "\n <p>The number of broker nodes in the cluster.</p>\n ",
"MutableClusterInfo$NumberOfBrokerNodes" : "\n <p>The number of broker nodes in the cluster.</p>\n "
"MutableClusterInfo$NumberOfBrokerNodes" : "\n <p>The number of broker nodes in the cluster.</p>\n ",
"ProvisionedThroughput$VolumeThroughput" : "Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second."
}
},
"__integerMin1Max15" : {
Expand Down
99 changes: 96 additions & 3 deletions models/apis/opensearch/2021-01-01/api-2.json
Expand Up @@ -209,6 +209,21 @@
{"shape":"ValidationException"}
]
},
"DescribeDomainChangeProgress":{
"name":"DescribeDomainChangeProgress",
"http":{
"method":"GET",
"requestUri":"/2021-01-01/opensearch/domain/{DomainName}/progress"
},
"input":{"shape":"DescribeDomainChangeProgressRequest"},
"output":{"shape":"DescribeDomainChangeProgressResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DescribeDomainConfig":{
"name":"DescribeDomainConfig",
"http":{
Expand Down Expand Up @@ -880,6 +895,48 @@
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"}
}
},
"ChangeProgressDetails":{
"type":"structure",
"members":{
"ChangeId":{"shape":"GUID"},
"Message":{"shape":"Message"}
}
},
"ChangeProgressStage":{
"type":"structure",
"members":{
"Name":{"shape":"ChangeProgressStageName"},
"Status":{"shape":"ChangeProgressStageStatus"},
"Description":{"shape":"Description"},
"LastUpdated":{"shape":"LastUpdated"}
}
},
"ChangeProgressStageList":{
"type":"list",
"member":{"shape":"ChangeProgressStage"}
},
"ChangeProgressStageName":{
"type":"string",
"max":64,
"min":1
},
"ChangeProgressStageStatus":{
"type":"string",
"max":256,
"min":1
},
"ChangeProgressStatusDetails":{
"type":"structure",
"members":{
"ChangeId":{"shape":"GUID"},
"StartTime":{"shape":"UpdateTimestamp"},
"Status":{"shape":"OverallChangeStatus"},
"PendingProperties":{"shape":"StringList"},
"CompletedProperties":{"shape":"StringList"},
"TotalNumberOfStages":{"shape":"TotalNumberOfStages"},
"ChangeProgressStages":{"shape":"ChangeProgressStageList"}
}
},
"CloudWatchLogsLogGroupArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1151,6 +1208,28 @@
"NextToken":{"shape":"NextToken"}
}
},
"DescribeDomainChangeProgressRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"DomainName",
"location":"uri",
"locationName":"DomainName"
},
"ChangeId":{
"shape":"GUID",
"location":"querystring",
"locationName":"changeid"
}
}
},
"DescribeDomainChangeProgressResponse":{
"type":"structure",
"members":{
"ChangeProgressStatus":{"shape":"ChangeProgressStatusDetails"}
}
},
"DescribeDomainConfigRequest":{
"type":"structure",
"required":["DomainName"],
Expand Down Expand Up @@ -1357,6 +1436,7 @@
"ReservedInstances":{"shape":"ReservedInstanceList"}
}
},
"Description":{"type":"string"},
"DisableTimestamp":{"type":"timestamp"},
"DisabledOperationException":{
"type":"structure",
Expand Down Expand Up @@ -1406,7 +1486,8 @@
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"},
"DomainEndpointOptions":{"shape":"DomainEndpointOptionsStatus"},
"AdvancedSecurityOptions":{"shape":"AdvancedSecurityOptionsStatus"},
"AutoTuneOptions":{"shape":"AutoTuneOptionsStatus"}
"AutoTuneOptions":{"shape":"AutoTuneOptionsStatus"},
"ChangeProgressDetails":{"shape":"ChangeProgressDetails"}
}
},
"DomainEndpointOptions":{
Expand Down Expand Up @@ -1528,7 +1609,8 @@
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"},
"DomainEndpointOptions":{"shape":"DomainEndpointOptions"},
"AdvancedSecurityOptions":{"shape":"AdvancedSecurityOptions"},
"AutoTuneOptions":{"shape":"AutoTuneOptionsOutput"}
"AutoTuneOptions":{"shape":"AutoTuneOptionsOutput"},
"ChangeProgressDetails":{"shape":"ChangeProgressDetails"}
}
},
"DomainStatusList":{
Expand Down Expand Up @@ -2245,6 +2327,15 @@
"type":"list",
"member":{"shape":"OutboundConnection"}
},
"OverallChangeStatus":{
"type":"string",
"enum":[
"PENDING",
"PROCESSING",
"COMPLETED",
"FAILED"
]
},
"OwnerId":{
"type":"string",
"max":12,
Expand Down Expand Up @@ -2668,6 +2759,7 @@
"type":"string",
"enum":["HOURS"]
},
"TotalNumberOfStages":{"type":"integer"},
"UIntValue":{
"type":"integer",
"min":0
Expand Down Expand Up @@ -2745,7 +2837,8 @@
"DomainName":{"shape":"DomainName"},
"TargetVersion":{"shape":"VersionString"},
"PerformCheckOnly":{"shape":"Boolean"},
"AdvancedOptions":{"shape":"AdvancedOptions"}
"AdvancedOptions":{"shape":"AdvancedOptions"},
"ChangeProgressDetails":{"shape":"ChangeProgressDetails"}
}
},
"UpgradeHistory":{
Expand Down

0 comments on commit ceab691

Please sign in to comment.