aws-sdk-networkflowmonitor 1.17.0 → 1.18.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 +7 -7
- data/lib/aws-sdk-networkflowmonitor/types.rb +28 -10
- data/lib/aws-sdk-networkflowmonitor.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 499bfd67d90ce559c1ab89d863c2b36c022822f0ec4dfd14eb6224128670e35d
|
|
4
|
+
data.tar.gz: 82295c7ab6de68e2481ab62c0e00b05ceef1de03a309296f85c0f409fbe892b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1542ff1a0ae5e9e2d9ba920b471f18bd04232f7297b6be11837e145a7735c8e8f6274967522340bef7c05f80a7afec1a3e6f623df4984f5ee6745d0b3a255f52
|
|
7
|
+
data.tar.gz: 113c8a3cafe2e58fd9f331078510cca51bf3e0e5c274ab05763f161019d97f5d10484871d384c78231e6068dc9fd6ef612826141ed025dee9acb701407f95eeb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.18.0
|
|
@@ -551,7 +551,7 @@ module Aws::NetworkFlowMonitor
|
|
|
551
551
|
# monitor_name: "ResourceName", # required
|
|
552
552
|
# local_resources: [ # required
|
|
553
553
|
# {
|
|
554
|
-
# type: "AWS::EC2::VPC", # required, accepts AWS::EC2::VPC, AWS::AvailabilityZone, AWS::EC2::Subnet, AWS::Region
|
|
554
|
+
# type: "AWS::EC2::VPC", # required, accepts AWS::EC2::VPC, AWS::AvailabilityZone, AWS::EC2::Subnet, AWS::Region, AWS::EKS::Cluster
|
|
555
555
|
# identifier: "String", # required
|
|
556
556
|
# },
|
|
557
557
|
# ],
|
|
@@ -574,7 +574,7 @@ module Aws::NetworkFlowMonitor
|
|
|
574
574
|
# resp.monitor_name #=> String
|
|
575
575
|
# resp.monitor_status #=> String, one of "PENDING", "ACTIVE", "INACTIVE", "ERROR", "DELETING"
|
|
576
576
|
# resp.local_resources #=> Array
|
|
577
|
-
# resp.local_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::Region"
|
|
577
|
+
# resp.local_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::Region", "AWS::EKS::Cluster"
|
|
578
578
|
# resp.local_resources[0].identifier #=> String
|
|
579
579
|
# resp.remote_resources #=> Array
|
|
580
580
|
# resp.remote_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::AWSService", "AWS::Region"
|
|
@@ -754,7 +754,7 @@ module Aws::NetworkFlowMonitor
|
|
|
754
754
|
# resp.monitor_name #=> String
|
|
755
755
|
# resp.monitor_status #=> String, one of "PENDING", "ACTIVE", "INACTIVE", "ERROR", "DELETING"
|
|
756
756
|
# resp.local_resources #=> Array
|
|
757
|
-
# resp.local_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::Region"
|
|
757
|
+
# resp.local_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::Region", "AWS::EKS::Cluster"
|
|
758
758
|
# resp.local_resources[0].identifier #=> String
|
|
759
759
|
# resp.remote_resources #=> Array
|
|
760
760
|
# resp.remote_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::AWSService", "AWS::Region"
|
|
@@ -1822,13 +1822,13 @@ module Aws::NetworkFlowMonitor
|
|
|
1822
1822
|
# monitor_name: "ResourceName", # required
|
|
1823
1823
|
# local_resources_to_add: [
|
|
1824
1824
|
# {
|
|
1825
|
-
# type: "AWS::EC2::VPC", # required, accepts AWS::EC2::VPC, AWS::AvailabilityZone, AWS::EC2::Subnet, AWS::Region
|
|
1825
|
+
# type: "AWS::EC2::VPC", # required, accepts AWS::EC2::VPC, AWS::AvailabilityZone, AWS::EC2::Subnet, AWS::Region, AWS::EKS::Cluster
|
|
1826
1826
|
# identifier: "String", # required
|
|
1827
1827
|
# },
|
|
1828
1828
|
# ],
|
|
1829
1829
|
# local_resources_to_remove: [
|
|
1830
1830
|
# {
|
|
1831
|
-
# type: "AWS::EC2::VPC", # required, accepts AWS::EC2::VPC, AWS::AvailabilityZone, AWS::EC2::Subnet, AWS::Region
|
|
1831
|
+
# type: "AWS::EC2::VPC", # required, accepts AWS::EC2::VPC, AWS::AvailabilityZone, AWS::EC2::Subnet, AWS::Region, AWS::EKS::Cluster
|
|
1832
1832
|
# identifier: "String", # required
|
|
1833
1833
|
# },
|
|
1834
1834
|
# ],
|
|
@@ -1853,7 +1853,7 @@ module Aws::NetworkFlowMonitor
|
|
|
1853
1853
|
# resp.monitor_name #=> String
|
|
1854
1854
|
# resp.monitor_status #=> String, one of "PENDING", "ACTIVE", "INACTIVE", "ERROR", "DELETING"
|
|
1855
1855
|
# resp.local_resources #=> Array
|
|
1856
|
-
# resp.local_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::Region"
|
|
1856
|
+
# resp.local_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::Region", "AWS::EKS::Cluster"
|
|
1857
1857
|
# resp.local_resources[0].identifier #=> String
|
|
1858
1858
|
# resp.remote_resources #=> Array
|
|
1859
1859
|
# resp.remote_resources[0].type #=> String, one of "AWS::EC2::VPC", "AWS::AvailabilityZone", "AWS::EC2::Subnet", "AWS::AWSService", "AWS::Region"
|
|
@@ -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.18.0'
|
|
1962
1962
|
Seahorse::Client::Request.new(handlers, context)
|
|
1963
1963
|
end
|
|
1964
1964
|
|
|
@@ -859,19 +859,27 @@ module Aws::NetworkFlowMonitor
|
|
|
859
859
|
end
|
|
860
860
|
|
|
861
861
|
# A local resource is the host where the agent is installed. Local
|
|
862
|
-
# resources can be a a subnet, a VPC, an Availability Zone,
|
|
863
|
-
# Web Services
|
|
862
|
+
# resources can be a a subnet, a VPC, an Availability Zone, an EKS
|
|
863
|
+
# cluster or an Amazon Web Services Region.
|
|
864
864
|
#
|
|
865
865
|
# @!attribute [rw] type
|
|
866
866
|
# The type of the local resource. Valid values are `AWS::EC2::VPC`
|
|
867
|
-
# `AWS::AvailabilityZone`, `AWS::EC2::Subnet`,
|
|
867
|
+
# `AWS::AvailabilityZone`, `AWS::EC2::Subnet`, `AWS::EKS::Cluster`, or
|
|
868
|
+
# `AWS::Region`.
|
|
868
869
|
# @return [String]
|
|
869
870
|
#
|
|
870
871
|
# @!attribute [rw] identifier
|
|
871
|
-
# The identifier of the local resource.
|
|
872
|
-
#
|
|
873
|
-
#
|
|
874
|
-
#
|
|
872
|
+
# The identifier of the local resource. The values you can specify are
|
|
873
|
+
# the following:
|
|
874
|
+
#
|
|
875
|
+
# * For a VPC, subnet or EKS cluster, this identifier is the VPC
|
|
876
|
+
# Amazon Resource Name (ARN), subnet ARN or cluster ARN.
|
|
877
|
+
#
|
|
878
|
+
# * For an Availability Zone, this identifier is the AZ name, for
|
|
879
|
+
# example, us-west-2b.
|
|
880
|
+
#
|
|
881
|
+
# * For a Region, this identifier is the Region name, for example,
|
|
882
|
+
# us-west-2.
|
|
875
883
|
# @return [String]
|
|
876
884
|
#
|
|
877
885
|
# @see http://docs.aws.amazon.com/goto/WebAPI/networkflowmonitor-2023-04-19/MonitorLocalResource AWS API Documentation
|
|
@@ -885,9 +893,19 @@ module Aws::NetworkFlowMonitor
|
|
|
885
893
|
|
|
886
894
|
# A remote resource is the other endpoint in a network flow. That is,
|
|
887
895
|
# one endpoint is the local resource and the other is the remote
|
|
888
|
-
# resource.
|
|
889
|
-
#
|
|
890
|
-
#
|
|
896
|
+
# resource. The values you can specify are the following:
|
|
897
|
+
#
|
|
898
|
+
# * For a VPC or subnet, this identifier is the VPC Amazon Resource Name
|
|
899
|
+
# (ARN) or subnet ARN.
|
|
900
|
+
#
|
|
901
|
+
# * For a service, this identifier is one of the following strings: `S3`
|
|
902
|
+
# or `DynamoDB`.
|
|
903
|
+
#
|
|
904
|
+
# * For an Availability Zone, this identifier is the AZ name, for
|
|
905
|
+
# example, us-west-2b.
|
|
906
|
+
#
|
|
907
|
+
# * For a Region, this identifier is the Region name, for example,
|
|
908
|
+
# us-west-2.
|
|
891
909
|
#
|
|
892
910
|
# When a remote resource is an Amazon Web Services Region, Network Flow
|
|
893
911
|
# Monitor provides network performance measurements up to the edge of
|
data/sig/client.rbs
CHANGED
|
@@ -94,7 +94,7 @@ module Aws
|
|
|
94
94
|
monitor_name: ::String,
|
|
95
95
|
local_resources: Array[
|
|
96
96
|
{
|
|
97
|
-
type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region"),
|
|
97
|
+
type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"),
|
|
98
98
|
identifier: ::String
|
|
99
99
|
},
|
|
100
100
|
],
|
|
@@ -406,13 +406,13 @@ module Aws
|
|
|
406
406
|
monitor_name: ::String,
|
|
407
407
|
?local_resources_to_add: Array[
|
|
408
408
|
{
|
|
409
|
-
type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region"),
|
|
409
|
+
type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"),
|
|
410
410
|
identifier: ::String
|
|
411
411
|
},
|
|
412
412
|
],
|
|
413
413
|
?local_resources_to_remove: Array[
|
|
414
414
|
{
|
|
415
|
-
type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region"),
|
|
415
|
+
type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"),
|
|
416
416
|
identifier: ::String
|
|
417
417
|
},
|
|
418
418
|
],
|
data/sig/types.rbs
CHANGED
|
@@ -230,7 +230,7 @@ module Aws::NetworkFlowMonitor
|
|
|
230
230
|
end
|
|
231
231
|
|
|
232
232
|
class MonitorLocalResource
|
|
233
|
-
attr_accessor type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region")
|
|
233
|
+
attr_accessor type: ("AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster")
|
|
234
234
|
attr_accessor identifier: ::String
|
|
235
235
|
SENSITIVE: []
|
|
236
236
|
end
|