Skip to content

Commit

Permalink
Release v1.44.277 (2023-06-06) (#4874)
Browse files Browse the repository at this point in the history
Release v1.44.277 (2023-06-06)
===

### Service Client Updates
* `service/connect`: Updates service documentation
* `service/elasticmapreduce`: Updates service API and documentation
  * This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
* `service/iam`: Updates service API and documentation
  * This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.
* `service/inspector2`: Updates service API and documentation
* `service/iot`: Updates service API, documentation, and paginators
  * Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
* `service/iot-data`: Updates service API
* `service/models.lex.v2`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
  * QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.
* `service/signer`: Updates service API and documentation
  * AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.
* `service/sqs`: Updates service API and documentation
  * Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
  • Loading branch information
aws-sdk-go-automation committed Jun 6, 2023
1 parent d4aaf18 commit 12004a7
Show file tree
Hide file tree
Showing 48 changed files with 29,746 additions and 14,175 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.44.277 (2023-06-06)
===

### Service Client Updates
* `service/connect`: Updates service documentation
* `service/elasticmapreduce`: Updates service API and documentation
* This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
* `service/iam`: Updates service API and documentation
* This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.
* `service/inspector2`: Updates service API and documentation
* `service/iot`: Updates service API, documentation, and paginators
* Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
* `service/iot-data`: Updates service API
* `service/models.lex.v2`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
* QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.
* `service/signer`: Updates service API and documentation
* AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.
* `service/sqs`: Updates service API and documentation
* Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.

Release v1.44.276 (2023-06-05)
===

Expand Down
27 changes: 27 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.44.276"
const SDKVersion = "1.44.277"
4 changes: 2 additions & 2 deletions models/apis/connect/2017-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"GetCurrentUserData": "<p>Gets the real-time active user data from the specified Amazon Connect instance. </p>",
"GetFederationToken": "<p>Retrieves a token for federation.</p> <note> <p>This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: </p> <p> <code>Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect</code> </p> </note>",
"GetMetricData": "<p>Gets historical metric data from the specified Amazon Connect instance.</p> <p>For a description of each historical metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
"GetMetricDataV2": "<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals.</p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p> <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>",
"GetMetricDataV2": "<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals.</p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>",
"GetPromptFile": "<p>Gets the prompt file.</p>",
"GetTaskTemplate": "<p>Gets details about a specific task template in the specified Amazon Connect instance.</p>",
"GetTrafficDistribution": "<p>Retrieves the current traffic distribution for a given traffic distribution group.</p>",
Expand Down Expand Up @@ -6432,7 +6432,7 @@
"base": null,
"refs": {
"AgentInfo$ConnectedToAgentTimestamp": "<p>The timestamp when the contact was connected to the agent.</p>",
"Contact$InitiationTimestamp": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived.</p>",
"Contact$InitiationTimestamp": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to a contact.</p>",
"Contact$DisconnectTimestamp": "<p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>",
"Contact$LastUpdateTimestamp": "<p>The timestamp when contact was last updated.</p>",
"Contact$ScheduledTimestamp": "<p>The timestamp, in Unix epoch time format, at which to start running the inbound flow. </p>",
Expand Down
7 changes: 6 additions & 1 deletion models/apis/elasticmapreduce/2009-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,12 @@
},
"SpotProvisioningAllocationStrategy":{
"type":"string",
"enum":["capacity-optimized"]
"enum":[
"capacity-optimized",
"price-capacity-optimized",
"lowest-price",
"diversified"
]
},
"SpotProvisioningSpecification":{
"type":"structure",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/elasticmapreduce/2009-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@
"SpotProvisioningAllocationStrategy": {
"base": null,
"refs": {
"SpotProvisioningSpecification$AllocationStrategy": "<p> Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. </p>"
"SpotProvisioningSpecification$AllocationStrategy": "<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p> </note>"
}
},
"SpotProvisioningSpecification": {
Expand Down
22 changes: 15 additions & 7 deletions models/apis/iam/2010-05-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
},
"input":{"shape":"CreateAccountAliasRequest"},
"errors":[
{"shape":"ConcurrentModificationException"},
{"shape":"EntityAlreadyExistsException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceFailureException"}
Expand Down Expand Up @@ -385,7 +386,8 @@
{"shape":"EntityTemporarilyUnmodifiableException"},
{"shape":"NoSuchEntityException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceFailureException"}
{"shape":"ServiceFailureException"},
{"shape":"ConcurrentModificationException"}
]
},
"DeleteAccessKey":{
Expand All @@ -409,6 +411,7 @@
},
"input":{"shape":"DeleteAccountAliasRequest"},
"errors":[
{"shape":"ConcurrentModificationException"},
{"shape":"NoSuchEntityException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceFailureException"}
Expand Down Expand Up @@ -644,6 +647,7 @@
"errors":[
{"shape":"NoSuchEntityException"},
{"shape":"LimitExceededException"},
{"shape":"ConcurrentModificationException"},
{"shape":"ServiceFailureException"}
]
},
Expand Down Expand Up @@ -698,7 +702,8 @@
{"shape":"NoSuchEntityException"},
{"shape":"DeleteConflictException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceFailureException"}
{"shape":"ServiceFailureException"},
{"shape":"ConcurrentModificationException"}
]
},
"DetachGroupPolicy":{
Expand Down Expand Up @@ -757,7 +762,8 @@
{"shape":"InvalidAuthenticationCodeException"},
{"shape":"LimitExceededException"},
{"shape":"NoSuchEntityException"},
{"shape":"ServiceFailureException"}
{"shape":"ServiceFailureException"},
{"shape":"ConcurrentModificationException"}
]
},
"GenerateCredentialReport":{
Expand Down Expand Up @@ -1882,7 +1888,8 @@
{"shape":"InvalidAuthenticationCodeException"},
{"shape":"NoSuchEntityException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceFailureException"}
{"shape":"ServiceFailureException"},
{"shape":"ConcurrentModificationException"}
]
},
"SetDefaultPolicyVersion":{
Expand Down Expand Up @@ -2432,6 +2439,7 @@
{"shape":"InvalidCertificateException"},
{"shape":"DuplicateCertificateException"},
{"shape":"NoSuchEntityException"},
{"shape":"ConcurrentModificationException"},
{"shape":"ServiceFailureException"}
]
}
Expand Down Expand Up @@ -5843,7 +5851,7 @@
"type":"string",
"max":63,
"min":3,
"pattern":"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$"
"pattern":"^[a-z0-9]([a-z0-9]|-(?!-)){1,61}[a-z0-9]$"
},
"arnType":{
"type":"string",
Expand Down Expand Up @@ -6076,7 +6084,7 @@
"type":"string",
"max":512,
"min":1,
"pattern":"(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)"
"pattern":"(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F)"
},
"policyDescriptionType":{
"type":"string",
Expand Down Expand Up @@ -6179,7 +6187,7 @@
"roleDescriptionType":{
"type":"string",
"max":1000,
"pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]*"
},
"roleDetailListType":{
"type":"list",
Expand Down
Loading

0 comments on commit 12004a7

Please sign in to comment.