aws-sdk-directconnect 1.107.0 → 1.109.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: 9bd34a2c46af55ef1fc38f5e17debb8f603b89714d2bea4278032019f6442d44
4
- data.tar.gz: c0be3bfe5e9664d99584c21b5bb932dc4100c9f3f36291baded5643e32de77fa
3
+ metadata.gz: 125bafbf5051c789dc85cdf98d3184abe352bf3610e09e2209e38405d227b785
4
+ data.tar.gz: be7d3e2d7451461cc53610230a4f66eaa668a7365c0c974fb940772b1151cfbd
5
5
  SHA512:
6
- metadata.gz: b2e2ce44f2e966341a1b66d24dfecd2edd3a229bbfba97f0c0de946dd9d6a5368b76950e9c6fcbbf6ee1d36bf0fec2500e500e7a6ed1d769cd5c73f7abf26d57
7
- data.tar.gz: c9047a19663138c9593b740f2b917d3246cb0b6726d6a24a160d8987dc570be435154e3993b6d2c8b8b10c139af46f3710dfdb17de4bdd659b0e05f876a8af94
6
+ metadata.gz: 423bccb69b21c53f1899af3ecb64a7336af8bb5240a7530163ad62fdd8252e2b11f204997d76c2e55c2b2f3e53f37a0b4a6a9ccf6f6fd8c869dd56fa8fb8298b
7
+ data.tar.gz: 65e1361a8fba607f45997604d0d31ae64702b4a54e0b2843a4e01e7b14f4197e87fb93818d734c28e93581b0ff6f20b61b42033e988d3bd36266466b15ea9477
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.108.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.107.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.109.0
@@ -199,7 +199,7 @@ module Aws::DirectConnect
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::DirectConnect
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -5277,7 +5275,7 @@ module Aws::DirectConnect
5277
5275
  tracer: tracer
5278
5276
  )
5279
5277
  context[:gem_name] = 'aws-sdk-directconnect'
5280
- context[:gem_version] = '1.107.0'
5278
+ context[:gem_version] = '1.109.0'
5281
5279
  Seahorse::Client::Request.new(handlers, context)
5282
5280
  end
5283
5281
 
@@ -54,7 +54,7 @@ module Aws::DirectConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-directconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-directconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.107.0'
57
+ GEM_VERSION = '1.109.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -91,7 +91,7 @@ module Aws
91
91
  ?override_allowed_prefixes_to_direct_connect_gateway: Array[
92
92
  {
93
93
  cidr: ::String?
94
- },
94
+ }
95
95
  ]
96
96
  ) -> _AcceptDirectConnectGatewayAssociationProposalResponseSuccess
97
97
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AcceptDirectConnectGatewayAssociationProposalResponseSuccess
@@ -169,7 +169,7 @@ module Aws
169
169
  {
170
170
  key: ::String,
171
171
  value: ::String?
172
- },
172
+ }
173
173
  ]
174
174
  ) -> _AllocateHostedConnectionResponseSuccess
175
175
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllocateHostedConnectionResponseSuccess
@@ -222,7 +222,7 @@ module Aws
222
222
  {
223
223
  key: ::String,
224
224
  value: ::String?
225
- },
225
+ }
226
226
  ]?
227
227
  }
228
228
  ) -> _AllocatePrivateVirtualInterfaceResponseSuccess
@@ -274,13 +274,13 @@ module Aws
274
274
  route_filter_prefixes: Array[
275
275
  {
276
276
  cidr: ::String?
277
- },
277
+ }
278
278
  ]?,
279
279
  tags: Array[
280
280
  {
281
281
  key: ::String,
282
282
  value: ::String?
283
- },
283
+ }
284
284
  ]?
285
285
  }
286
286
  ) -> _AllocatePublicVirtualInterfaceResponseSuccess
@@ -308,7 +308,7 @@ module Aws
308
308
  {
309
309
  key: ::String,
310
310
  value: ::String?
311
- },
311
+ }
312
312
  ]?
313
313
  }
314
314
  ) -> _AllocateTransitVirtualInterfaceResponseSuccess
@@ -538,7 +538,7 @@ module Aws
538
538
  {
539
539
  key: ::String,
540
540
  value: ::String?
541
- },
541
+ }
542
542
  ],
543
543
  ?provider_name: ::String,
544
544
  ?request_mac_sec: bool
@@ -556,7 +556,7 @@ module Aws
556
556
  {
557
557
  key: ::String,
558
558
  value: ::String?
559
- },
559
+ }
560
560
  ],
561
561
  ?amazon_side_asn: ::Integer
562
562
  ) -> _CreateDirectConnectGatewayResponseSuccess
@@ -573,7 +573,7 @@ module Aws
573
573
  ?add_allowed_prefixes_to_direct_connect_gateway: Array[
574
574
  {
575
575
  cidr: ::String?
576
- },
576
+ }
577
577
  ],
578
578
  ?virtual_gateway_id: ::String
579
579
  ) -> _CreateDirectConnectGatewayAssociationResponseSuccess
@@ -591,12 +591,12 @@ module Aws
591
591
  ?add_allowed_prefixes_to_direct_connect_gateway: Array[
592
592
  {
593
593
  cidr: ::String?
594
- },
594
+ }
595
595
  ],
596
596
  ?remove_allowed_prefixes_to_direct_connect_gateway: Array[
597
597
  {
598
598
  cidr: ::String?
599
- },
599
+ }
600
600
  ]
601
601
  ) -> _CreateDirectConnectGatewayAssociationProposalResponseSuccess
602
602
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDirectConnectGatewayAssociationProposalResponseSuccess
@@ -633,7 +633,7 @@ module Aws
633
633
  {
634
634
  key: ::String,
635
635
  value: ::String?
636
- },
636
+ }
637
637
  ],
638
638
  ?provider_name: ::String,
639
639
  ?request_mac_sec: bool
@@ -675,13 +675,13 @@ module Aws
675
675
  {
676
676
  key: ::String,
677
677
  value: ::String?
678
- },
678
+ }
679
679
  ],
680
680
  ?child_connection_tags: Array[
681
681
  {
682
682
  key: ::String,
683
683
  value: ::String?
684
- },
684
+ }
685
685
  ],
686
686
  ?provider_name: ::String,
687
687
  ?request_mac_sec: bool
@@ -737,7 +737,7 @@ module Aws
737
737
  {
738
738
  key: ::String,
739
739
  value: ::String?
740
- },
740
+ }
741
741
  ]?,
742
742
  enable_site_link: bool?
743
743
  }
@@ -789,13 +789,13 @@ module Aws
789
789
  route_filter_prefixes: Array[
790
790
  {
791
791
  cidr: ::String?
792
- },
792
+ }
793
793
  ]?,
794
794
  tags: Array[
795
795
  {
796
796
  key: ::String,
797
797
  value: ::String?
798
- },
798
+ }
799
799
  ]?
800
800
  }
801
801
  ) -> _CreatePublicVirtualInterfaceResponseSuccess
@@ -823,7 +823,7 @@ module Aws
823
823
  {
824
824
  key: ::String,
825
825
  value: ::String?
826
- },
826
+ }
827
827
  ]?,
828
828
  enable_site_link: bool?
829
829
  }
@@ -1272,7 +1272,7 @@ module Aws
1272
1272
  {
1273
1273
  key: ::String,
1274
1274
  value: ::String?
1275
- },
1275
+ }
1276
1276
  ]
1277
1277
  ) -> _TagResourceResponseSuccess
1278
1278
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1342,12 +1342,12 @@ module Aws
1342
1342
  ?add_allowed_prefixes_to_direct_connect_gateway: Array[
1343
1343
  {
1344
1344
  cidr: ::String?
1345
- },
1345
+ }
1346
1346
  ],
1347
1347
  ?remove_allowed_prefixes_to_direct_connect_gateway: Array[
1348
1348
  {
1349
1349
  cidr: ::String?
1350
- },
1350
+ }
1351
1351
  ]
1352
1352
  ) -> _UpdateDirectConnectGatewayAssociationResponseSuccess
1353
1353
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDirectConnectGatewayAssociationResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement