aws-sdk-connect 1.279.0 → 1.280.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +3 -3
- data/lib/aws-sdk-connect/client_api.rb +1 -1
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d669d5558e140758c7e30a57adb114332f87a6cd17a4d4b7b9ca2d20ddc798bf
|
|
4
|
+
data.tar.gz: fb6250c92571b1b593f426b6790537eb757af7769cbc9a99f5aa11ac151c02ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e7edadf693508236fc29202ea0cb3373a56ec7a45ca0579b1547be3bf8fc8ca75b7e8167d26987e63cca5f7c690d1b9a0756fb7333a093e62ee520918790d45
|
|
7
|
+
data.tar.gz: dc8b5310b44af965f7bb9d6a10c6c4228a626773820ce2693547d17d13ff9c43ddc8fce0abb52398db4c480c96a9a6173c89ff2bafc1af313ddd6b884aecf68b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.280.0 (2026-09-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Made the replicaAlias attribute optional in the ReplicateInstance API to support Global routing for Amazon Connect Global Resiliency (ACGR) instances. This change maintains backward compatibility. When onboarding to ACGR without Global routing, you must specify a custom replicaAlias in your API call
|
|
8
|
+
|
|
4
9
|
1.279.0 (2026-09-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.280.0
|
|
@@ -20319,7 +20319,7 @@ module Aws::Connect
|
|
|
20319
20319
|
#
|
|
20320
20320
|
# [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
|
|
20321
20321
|
#
|
|
20322
|
-
# @option params [
|
|
20322
|
+
# @option params [String] :replica_alias
|
|
20323
20323
|
# The alias for the replicated instance. The `ReplicaAlias` must be
|
|
20324
20324
|
# unique.
|
|
20325
20325
|
#
|
|
@@ -20334,7 +20334,7 @@ module Aws::Connect
|
|
|
20334
20334
|
# instance_id: "ACGRInstanceIdOrArn", # required
|
|
20335
20335
|
# replica_region: "AwsRegion", # required
|
|
20336
20336
|
# client_token: "ClientToken",
|
|
20337
|
-
# replica_alias: "DirectoryAlias",
|
|
20337
|
+
# replica_alias: "DirectoryAlias",
|
|
20338
20338
|
# })
|
|
20339
20339
|
#
|
|
20340
20340
|
# @example Response structure
|
|
@@ -31542,7 +31542,7 @@ module Aws::Connect
|
|
|
31542
31542
|
tracer: tracer
|
|
31543
31543
|
)
|
|
31544
31544
|
context[:gem_name] = 'aws-sdk-connect'
|
|
31545
|
-
context[:gem_version] = '1.
|
|
31545
|
+
context[:gem_version] = '1.280.0'
|
|
31546
31546
|
Seahorse::Client::Request.new(handlers, context)
|
|
31547
31547
|
end
|
|
31548
31548
|
|
|
@@ -7917,7 +7917,7 @@ module Aws::Connect
|
|
|
7917
7917
|
ReplicateInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ACGRInstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
7918
7918
|
ReplicateInstanceRequest.add_member(:replica_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "ReplicaRegion"))
|
|
7919
7919
|
ReplicateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
7920
|
-
ReplicateInstanceRequest.add_member(:replica_alias, Shapes::ShapeRef.new(shape: DirectoryAlias,
|
|
7920
|
+
ReplicateInstanceRequest.add_member(:replica_alias, Shapes::ShapeRef.new(shape: DirectoryAlias, location_name: "ReplicaAlias"))
|
|
7921
7921
|
ReplicateInstanceRequest.struct_class = Types::ReplicateInstanceRequest
|
|
7922
7922
|
|
|
7923
7923
|
ReplicateInstanceResponse.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -3798,7 +3798,7 @@ module Aws
|
|
|
3798
3798
|
instance_id: ::String,
|
|
3799
3799
|
replica_region: ::String,
|
|
3800
3800
|
?client_token: ::String,
|
|
3801
|
-
replica_alias: ::String
|
|
3801
|
+
?replica_alias: ::String
|
|
3802
3802
|
) -> _ReplicateInstanceResponseSuccess
|
|
3803
3803
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReplicateInstanceResponseSuccess
|
|
3804
3804
|
|