aws-sdk-networkflowmonitor 1.24.0 → 1.26.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: 7569a8b1fe58125075dbbf933f439c510b8d61c4cae210ba7d6ea83967c9e804
4
- data.tar.gz: fe5d267ce1f2d9d20e25850f805afb5696ae0efb0f4e42a16f11fafed3d0331a
3
+ metadata.gz: 6b9966dd95b6024042036268062f7216c3a7b87a462365838e12daa2673c522b
4
+ data.tar.gz: 1175d27bcdad231cdb0b8bbd9750c94db1cfe691b4972c59de39ca80204d428e
5
5
  SHA512:
6
- metadata.gz: 06ec3b6dea88f3e5326ec6031dfcb8c64681ea919a96f2d80586c92e12967601465db07a36a22952a7e90dd8c032503abe2ee67092e96f28ef9d85aebfbd1b13
7
- data.tar.gz: 3e20c6fc714d74232e49c50bf763b07186ea817bd590a14774d90d0812fd1568a173b7a06e1343b2986f07ab4814550ae65cfab93c220fa91bbcb9041211d6b7
6
+ metadata.gz: 97403dc34a04948e3bfa695fee116a3b29de3f24dfe8a6710351fc5a0d70f4c5d4c17caf13fbacc0c0ecc21ea7c96e07afeadd27560edffe0241b5340f37db5c
7
+ data.tar.gz: 85eb2be814e7d507ac98cbff359f9fc321af9ec284f845edb0f962d982e3d89b01c0d985e2462f03af82da1fdeb123992824b1e30acdcbe04932626cf514dbad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.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.24.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.26.0
@@ -199,7 +199,7 @@ module Aws::NetworkFlowMonitor
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::NetworkFlowMonitor
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
@@ -1958,7 +1956,7 @@ module Aws::NetworkFlowMonitor
1958
1956
  tracer: tracer
1959
1957
  )
1960
1958
  context[:gem_name] = 'aws-sdk-networkflowmonitor'
1961
- context[:gem_version] = '1.24.0'
1959
+ context[:gem_version] = '1.26.0'
1962
1960
  Seahorse::Client::Request.new(handlers, context)
1963
1961
  end
1964
1962
 
@@ -55,7 +55,7 @@ module Aws::NetworkFlowMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-networkflowmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-networkflowmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.24.0'
58
+ GEM_VERSION = '1.26.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -96,13 +96,13 @@ module Aws
96
96
  {
97
97
  type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"),
98
98
  identifier: ::String
99
- },
99
+ }
100
100
  ],
101
101
  ?remote_resources: Array[
102
102
  {
103
103
  type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::AWSService" | "AWS::Region"),
104
104
  identifier: ::String
105
- },
105
+ }
106
106
  ],
107
107
  scope_arn: ::String,
108
108
  ?client_token: ::String,
@@ -120,15 +120,7 @@ module Aws
120
120
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/NetworkFlowMonitor/Client.html#create_scope-instance_method
121
121
  def create_scope: (
122
122
  targets: Array[
123
- {
124
- target_identifier: {
125
- target_id: {
126
- account_id: ::String?
127
- },
128
- target_type: ("ACCOUNT")
129
- },
130
- region: ::String
131
- },
123
+ Params::target_resource
132
124
  ],
133
125
  ?client_token: ::String,
134
126
  ?tags: Hash[::String, ::String]
@@ -408,25 +400,25 @@ module Aws
408
400
  {
409
401
  type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"),
410
402
  identifier: ::String
411
- },
403
+ }
412
404
  ],
413
405
  ?local_resources_to_remove: Array[
414
406
  {
415
407
  type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"),
416
408
  identifier: ::String
417
- },
409
+ }
418
410
  ],
419
411
  ?remote_resources_to_add: Array[
420
412
  {
421
413
  type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::AWSService" | "AWS::Region"),
422
414
  identifier: ::String
423
- },
415
+ }
424
416
  ],
425
417
  ?remote_resources_to_remove: Array[
426
418
  {
427
419
  type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::AWSService" | "AWS::Region"),
428
420
  identifier: ::String
429
- },
421
+ }
430
422
  ],
431
423
  ?client_token: ::String
432
424
  ) -> _UpdateMonitorResponseSuccess
@@ -443,26 +435,10 @@ module Aws
443
435
  def update_scope: (
444
436
  scope_id: ::String,
445
437
  ?resources_to_add: Array[
446
- {
447
- target_identifier: {
448
- target_id: {
449
- account_id: ::String?
450
- },
451
- target_type: ("ACCOUNT")
452
- },
453
- region: ::String
454
- },
438
+ Params::target_resource
455
439
  ],
456
440
  ?resources_to_delete: Array[
457
- {
458
- target_identifier: {
459
- target_id: {
460
- account_id: ::String?
461
- },
462
- target_type: ("ACCOUNT")
463
- },
464
- region: ::String
465
- },
441
+ Params::target_resource
466
442
  ]
467
443
  ) -> _UpdateScopeResponseSuccess
468
444
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScopeResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,23 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module NetworkFlowMonitor
10
+ module Params
11
+ type target_resource = {
12
+ target_identifier: {
13
+ target_id: {
14
+ account_id: ::String?
15
+ },
16
+ target_type: ("ACCOUNT")
17
+ },
18
+ region: ::String
19
+ }
20
+
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkflowmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.26.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
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-networkflowmonitor/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs