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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkflowmonitor/client.rb +1 -1
- data/lib/aws-sdk-networkflowmonitor.rb +1 -1
- data/sig/client.rbs +9 -33
- data/sig/params.rbs +23 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3216a3da2050eb1169128aaf19072b93ab96628a00c1ea2604cd8aaed2c57a7c
|
|
4
|
+
data.tar.gz: 83f82b9714a4c4a30522eb21e65b466c9e7e7d9515021c35fa6d147910ea120a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b00a62a0a5a547963b27763dc1281e27281b958829449678229f7579a59aa344fc411187c96d183294d372edfe0bb2c72a199720931d41c638ace8693f697c4
|
|
7
|
+
data.tar.gz: c765830ed71fac3ec586d9edcbdabdd45b4016f1db288736d1c2d2a5c44483cc534a1f5028c5e55024d593d7dcf5c1ff33d4bacb7c13c471b837efc9173b3b75
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1961
|
+
context[:gem_version] = '1.25.0'
|
|
1962
1962
|
Seahorse::Client::Request.new(handlers, context)
|
|
1963
1963
|
end
|
|
1964
1964
|
|
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.
|
|
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
|