aws-sdk-networkmanager 1.79.0 → 1.81.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: e947c5266e6513e2c9161c263f2175f9a15f22fe63bde04fb84b7cbc0a35d711
4
- data.tar.gz: e0135b233c9435002d6edc4ef4687579e344baca105367ef8a99dbde51e3889c
3
+ metadata.gz: 1dd8924dc977c59074551bfda128d80720bea8024b545e603164c2fd6c312d0e
4
+ data.tar.gz: c7a03d4c9fa472a4127bb919198b1f4939b42dcc0f3b344541193af483fadbbc
5
5
  SHA512:
6
- metadata.gz: 574289a0a56084ed077c17b94f470467af688cffbd907bc9b5396b9b35e94a30e459b20892184c26309e8f71cba6c195996fcbcdd72ae60446112bb46f9f2a6e
7
- data.tar.gz: dd058b94731bd98c38aafca7e3f6008272050f086cf59fd9421b469ddac9dcd54aed50b0e7d7bdd995cc0a3fc5720345437ac51210a3065a98219ee0564107b6
6
+ metadata.gz: cf56cbe2b39548d7d268eb124f1dd40dfe56bd88532e94d6798c2bcf8c7d7466880ff34bd073cb5e1bb8eab855c59195e0917f36ff2ecf7064fa30f746f2ac50
7
+ data.tar.gz: b5e8de07ebb1dabf1182a575c2bea1a8078064192c84450fca8233701401572d785cd0b14c564ae47fc030c3873cc9aacf183049e8ee9ca5052f9d3a2da3c853
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
9
+ 1.80.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.79.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -199,7 +199,7 @@ module Aws::NetworkManager
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::NetworkManager
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
@@ -6175,7 +6173,7 @@ module Aws::NetworkManager
6175
6173
  tracer: tracer
6176
6174
  )
6177
6175
  context[:gem_name] = 'aws-sdk-networkmanager'
6178
- context[:gem_version] = '1.79.0'
6176
+ context[:gem_version] = '1.81.0'
6179
6177
  Seahorse::Client::Request.new(handlers, context)
6180
6178
  end
6181
6179
 
@@ -54,7 +54,7 @@ module Aws::NetworkManager
54
54
  autoload :EndpointProvider, 'aws-sdk-networkmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-networkmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.81.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -156,7 +156,7 @@ module Aws
156
156
  {
157
157
  key: ::String?,
158
158
  value: ::String?
159
- },
159
+ }
160
160
  ],
161
161
  ?client_token: ::String
162
162
  ) -> _CreateConnectAttachmentResponseSuccess
@@ -179,7 +179,7 @@ module Aws
179
179
  {
180
180
  key: ::String?,
181
181
  value: ::String?
182
- },
182
+ }
183
183
  ],
184
184
  ?client_token: ::String,
185
185
  ?subnet_arn: ::String
@@ -202,7 +202,7 @@ module Aws
202
202
  {
203
203
  key: ::String?,
204
204
  value: ::String?
205
- },
205
+ }
206
206
  ]
207
207
  ) -> _CreateConnectionResponseSuccess
208
208
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionResponseSuccess
@@ -219,7 +219,7 @@ module Aws
219
219
  {
220
220
  key: ::String?,
221
221
  value: ::String?
222
- },
222
+ }
223
223
  ],
224
224
  ?policy_document: ::String,
225
225
  ?client_token: ::String
@@ -267,7 +267,7 @@ module Aws
267
267
  {
268
268
  key: ::String?,
269
269
  value: ::String?
270
- },
270
+ }
271
271
  ]
272
272
  ) -> _CreateDeviceResponseSuccess
273
273
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDeviceResponseSuccess
@@ -286,7 +286,7 @@ module Aws
286
286
  {
287
287
  key: ::String?,
288
288
  value: ::String?
289
- },
289
+ }
290
290
  ],
291
291
  ?client_token: ::String
292
292
  ) -> _CreateDirectConnectGatewayAttachmentResponseSuccess
@@ -303,7 +303,7 @@ module Aws
303
303
  {
304
304
  key: ::String?,
305
305
  value: ::String?
306
- },
306
+ }
307
307
  ]
308
308
  ) -> _CreateGlobalNetworkResponseSuccess
309
309
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalNetworkResponseSuccess
@@ -327,7 +327,7 @@ module Aws
327
327
  {
328
328
  key: ::String?,
329
329
  value: ::String?
330
- },
330
+ }
331
331
  ]
332
332
  ) -> _CreateLinkResponseSuccess
333
333
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLinkResponseSuccess
@@ -349,7 +349,7 @@ module Aws
349
349
  {
350
350
  key: ::String?,
351
351
  value: ::String?
352
- },
352
+ }
353
353
  ]
354
354
  ) -> _CreateSiteResponseSuccess
355
355
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSiteResponseSuccess
@@ -367,7 +367,7 @@ module Aws
367
367
  {
368
368
  key: ::String?,
369
369
  value: ::String?
370
- },
370
+ }
371
371
  ],
372
372
  ?client_token: ::String
373
373
  ) -> _CreateSiteToSiteVpnAttachmentResponseSuccess
@@ -385,7 +385,7 @@ module Aws
385
385
  {
386
386
  key: ::String?,
387
387
  value: ::String?
388
- },
388
+ }
389
389
  ],
390
390
  ?client_token: ::String
391
391
  ) -> _CreateTransitGatewayPeeringResponseSuccess
@@ -404,7 +404,7 @@ module Aws
404
404
  {
405
405
  key: ::String?,
406
406
  value: ::String?
407
- },
407
+ }
408
408
  ],
409
409
  ?client_token: ::String
410
410
  ) -> _CreateTransitGatewayRouteTableAttachmentResponseSuccess
@@ -430,7 +430,7 @@ module Aws
430
430
  {
431
431
  key: ::String?,
432
432
  value: ::String?
433
- },
433
+ }
434
434
  ],
435
435
  ?client_token: ::String
436
436
  ) -> _CreateVpcAttachmentResponseSuccess
@@ -1285,7 +1285,7 @@ module Aws
1285
1285
  {
1286
1286
  key: ::String?,
1287
1287
  value: ::String?
1288
- },
1288
+ }
1289
1289
  ]
1290
1290
  ) -> _TagResourceResponseSuccess
1291
1291
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.81.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