aws-sdk-networkflowmonitor 1.24.0 → 1.25.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: 3216a3da2050eb1169128aaf19072b93ab96628a00c1ea2604cd8aaed2c57a7c
4
+ data.tar.gz: 83f82b9714a4c4a30522eb21e65b466c9e7e7d9515021c35fa6d147910ea120a
5
5
  SHA512:
6
- metadata.gz: 06ec3b6dea88f3e5326ec6031dfcb8c64681ea919a96f2d80586c92e12967601465db07a36a22952a7e90dd8c032503abe2ee67092e96f28ef9d85aebfbd1b13
7
- data.tar.gz: 3e20c6fc714d74232e49c50bf763b07186ea817bd590a14774d90d0812fd1568a173b7a06e1343b2986f07ab4814550ae65cfab93c220fa91bbcb9041211d6b7
6
+ metadata.gz: 8b00a62a0a5a547963b27763dc1281e27281b958829449678229f7579a59aa344fc411187c96d183294d372edfe0bb2c72a199720931d41c638ace8693f697c4
7
+ data.tar.gz: c765830ed71fac3ec586d9edcbdabdd45b4016f1db288736d1c2d2a5c44483cc534a1f5028c5e55024d593d7dcf5c1ff33d4bacb7c13c471b837efc9173b3b75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.24.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -1958,7 +1958,7 @@ module Aws::NetworkFlowMonitor
1958
1958
  tracer: tracer
1959
1959
  )
1960
1960
  context[:gem_name] = 'aws-sdk-networkflowmonitor'
1961
- context[:gem_version] = '1.24.0'
1961
+ context[:gem_version] = '1.25.0'
1962
1962
  Seahorse::Client::Request.new(handlers, context)
1963
1963
  end
1964
1964
 
@@ -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.25.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.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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