Skip to content

Commit

Permalink
Release v1.44.262 (2023-05-11) (#4837)
Browse files Browse the repository at this point in the history
Release v1.44.262 (2023-05-11)
===

### Service Client Updates
* `service/connect`: Updates service documentation
* `service/elasticache`: Updates service API and documentation
  * Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
* `service/es`: Updates service API and documentation
  * This release fixes DescribePackages API error with null filter value parameter.
* `service/health`: Updates service documentation
  * Add support for regional endpoints
* `service/ivs-realtime`: Updates service API, documentation, and paginators
* `service/omics`: Updates service API, documentation, and paginators
* `service/opensearch`: Updates service API
* `service/route53resolver`: Adds new service
* `service/support`: Updates service API and documentation
  * This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.
  • Loading branch information
aws-sdk-go-automation committed May 11, 2023
1 parent c741f77 commit 88d6da1
Show file tree
Hide file tree
Showing 47 changed files with 10,708 additions and 5,361 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.262 (2023-05-11)
===

### Service Client Updates
* `service/connect`: Updates service documentation
* `service/elasticache`: Updates service API and documentation
* Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
* `service/es`: Updates service API and documentation
* This release fixes DescribePackages API error with null filter value parameter.
* `service/health`: Updates service documentation
* Add support for regional endpoints
* `service/ivs-realtime`: Updates service API, documentation, and paginators
* `service/omics`: Updates service API, documentation, and paginators
* `service/opensearch`: Updates service API
* `service/route53resolver`: Adds new service
* `service/support`: Updates service API and documentation
* This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.

Release v1.44.261 (2023-05-10)
===

Expand Down
10 changes: 10 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.261"
const SDKVersion = "1.44.262"
8 changes: 4 additions & 4 deletions models/apis/connect/2017-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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 14 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> <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</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>",
"ListAgentStatuses": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Lists agent statuses.</p>",
Expand Down Expand Up @@ -164,7 +164,7 @@
"UpdateInstanceAttribute": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the value for the specified attribute type.</p>",
"UpdateInstanceStorageConfig": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates an existing configuration for a resource type. This API is idempotent.</p>",
"UpdateParticipantRoleConfig": "<p>Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. You can set four timers:</p> <ul> <li> <p>Customer idle timeout</p> </li> <li> <p>Customer auto-disconnect timeout</p> </li> <li> <p>Agent idle timeout</p> </li> <li> <p>Agent auto-disconnect timeout</p> </li> </ul> <p>For more information about how chat timeouts work, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html\">Set up chat timeouts for human participants</a>. </p>",
"UpdatePhoneNumber": "<p>Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.</p> <important> <p>You can call <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> API to verify the status of a previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation.</p> </important>",
"UpdatePhoneNumber": "<p>Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.</p> <important> <p>After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too.</p> <p>You can call <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html\">DescribePhoneNumber</a> API to verify the status of a previous <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html\">UpdatePhoneNumber</a> operation.</p> </important>",
"UpdateQueueHoursOfOperation": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the hours of operation for the specified queue.</p>",
"UpdateQueueMaxContacts": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the maximum number of contacts allowed in a queue before it is considered full.</p>",
"UpdateQueueName": "<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>",
Expand Down Expand Up @@ -3661,7 +3661,7 @@
"MetricNameV2": {
"base": null,
"refs": {
"MetricV2$Name": "<p>The name of the metric.</p>"
"MetricV2$Name": "<p>The name of the metric.</p> <important> <p>This parameter is required. The following Required = No is incorrect.</p> </important>"
}
},
"MetricResultV2": {
Expand Down Expand Up @@ -5624,7 +5624,7 @@
"EvaluationFormVersionSummary$LastModifiedTime": "<p>The timestamp for when the evaluation form was last updated.</p>",
"EvaluationSummary$CreatedTime": "<p>The timestamp for when the evaluation was created.</p>",
"EvaluationSummary$LastModifiedTime": "<p>The timestamp for when the evaluation was last updated.</p>",
"GetMetricDataV2Request$StartTime": "<p>The timestamp, in UNIX Epoch time format, at which to start the reporting interval for the retrieval of historical metrics data. The time must be before the end time timestamp. The time range between the start and end time must be less than 24 hours. The start time cannot be earlier than 14 days before the time of the request. Historical metrics are available for 14 days.</p>",
"GetMetricDataV2Request$StartTime": "<p>The timestamp, in UNIX Epoch time format, at which to start the reporting interval for the retrieval of historical metrics data. The time must be before the end time timestamp. The time range between the start and end time must be less than 24 hours. The start time cannot be earlier than 35 days before the time of the request. Historical metrics are available for 35 days.</p>",
"GetMetricDataV2Request$EndTime": "<p>The timestamp, in UNIX Epoch time format, at which to end the reporting interval for the retrieval of historical metrics data. The time must be later than the start time timestamp. It cannot be later than the current timestamp.</p> <p>The time range between the start and end time must be less than 24 hours.</p>",
"Instance$CreatedTime": "<p>When the instance was created.</p>",
"InstanceSummary$CreatedTime": "<p>When the instance was created.</p>",
Expand Down
20 changes: 16 additions & 4 deletions models/apis/elasticache/2015-02-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1881,6 +1881,14 @@
"locationName":"ClusterId"
}
},
"ClusterMode":{
"type":"string",
"enum":[
"enabled",
"disabled",
"compatible"
]
},
"ClusterQuotaForCustomerExceededFault":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2100,7 +2108,8 @@
"DataTieringEnabled":{"shape":"BooleanOptional"},
"NetworkType":{"shape":"NetworkType"},
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"},
"ClusterMode":{"shape":"ClusterMode"}
}
},
"CreateReplicationGroupResult":{
Expand Down Expand Up @@ -3207,7 +3216,8 @@
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"},
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"},
"ClusterMode":{"shape":"ClusterMode"}
}
},
"ModifyReplicationGroupResult":{
Expand Down Expand Up @@ -3743,7 +3753,8 @@
"AutoMinorVersionUpgrade":{"shape":"Boolean"},
"NetworkType":{"shape":"NetworkType"},
"IpDiscovery":{"shape":"IpDiscovery"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"},
"ClusterMode":{"shape":"ClusterMode"}
},
"wrapper":true
},
Expand Down Expand Up @@ -3827,7 +3838,8 @@
"UserGroups":{"shape":"UserGroupsUpdateStatus"},
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"}
"TransitEncryptionMode":{"shape":"TransitEncryptionMode"},
"ClusterMode":{"shape":"ClusterMode"}
}
},
"ReservedCacheNode":{
Expand Down
Loading

0 comments on commit 88d6da1

Please sign in to comment.