aws-sdk-networkflowmonitor 1.16.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d08a725f1ee14086201a3b8561d525f6291a3b7e2343243d89d9f4692a2c6668
4
- data.tar.gz: 52fcc17af9315a905d0a2d4ccbd12f9ab4d18917436625d6eebcfc872b56b19d
3
+ metadata.gz: 499bfd67d90ce559c1ab89d863c2b36c022822f0ec4dfd14eb6224128670e35d
4
+ data.tar.gz: 82295c7ab6de68e2481ab62c0e00b05ceef1de03a309296f85c0f409fbe892b7
5
5
  SHA512:
6
- metadata.gz: 52432805a9c05510fb2a6cd34710cd31145f64e8386561a8666b8da829dc88d6e84a2ea985f24a7f4599493d9537219bd05e60cafba3047152257d5c3deb19e9
7
- data.tar.gz: 63bcd5b98ea106b3f119677f28081fad9d9f9504e6cace7f8247d3779036ebf5e0a163e4c0fa866157a385dabdb36800f890454fd221c1935d141c96de7b4052
6
+ metadata.gz: 1542ff1a0ae5e9e2d9ba920b471f18bd04232f7297b6be11837e145a7735c8e8f6274967522340bef7c05f80a7afec1a3e6f623df4984f5ee6745d0b3a255f52
7
+ data.tar.gz: 113c8a3cafe2e58fd9f331078510cca51bf3e0e5c274ab05763f161019d97f5d10484871d384c78231e6068dc9fd6ef612826141ed025dee9acb701407f95eeb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2025-11-19)
5
+ ------------------
6
+
7
+ * Feature - Added new enum value (AWS::EKS::Cluster) for type field under MonitorLocalResource
8
+
9
+ 1.17.0 (2025-10-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.16.0 (2025-10-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
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.16.0'
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, or an Amazon
863
- # Web Services service.
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`, or `AWS::Region`.
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. For a VPC or subnet, this
872
- # identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For
873
- # an Availability Zone, this identifier is the AZ name, for example,
874
- # us-west-2b.
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. Remote resources can be a a subnet, a VPC, an Availability
889
- # Zone, an Amazon Web Services service, or an Amazon Web Services
890
- # Region.
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
@@ -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.16.0'
58
+ GEM_VERSION = '1.18.0'
59
59
 
60
60
  end
61
61
 
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
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.16.0
4
+ version: 1.18.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.231.0
21
+ version: 3.234.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.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement