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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aab448c3d6801588f0d244a811d3d8931247c7cbc7964c5641623c243f4f731a
4
- data.tar.gz: ad0008ae1af2bc0971db7bdb018375a6fcca0f5709a4501057302382e5a8a720
3
+ metadata.gz: d669d5558e140758c7e30a57adb114332f87a6cd17a4d4b7b9ca2d20ddc798bf
4
+ data.tar.gz: fb6250c92571b1b593f426b6790537eb757af7769cbc9a99f5aa11ac151c02ad
5
5
  SHA512:
6
- metadata.gz: 937b946a17b33876bcbfa55980087648ff8b8e8b1ae2c155aec088ec68d154ccef32bb410ebc81843018b133c707ea9fad11cb74bccf7823997dbbef64bfe829
7
- data.tar.gz: 6bae5f2e82dba407d1617bf489ac601c3041111c70db6eda26b56bd2c37f19ad405de71ac384058dcf1d813ee60cf722be5bd0332cc44548feb6cf15ea658e32
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.279.0
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 [required, String] :replica_alias
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", # required
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.279.0'
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, required: true, location_name: "ReplicaAlias"))
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"))
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.279.0'
57
+ GEM_VERSION = '1.280.0'
58
58
 
59
59
  end
60
60
 
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.279.0
4
+ version: 1.280.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services