aws-sdk-networkflowmonitor 1.8.0 → 1.10.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: b2a94b12f58452c0fcf295eb5bf93cf3321eab953448192e63767f0f8fcb71ae
4
- data.tar.gz: ee3a21125fb490217660545c99ce440a36c9ca2e7f75cb53ee6222afae75d022
3
+ metadata.gz: 53366f914ad7dd6864cde368d7fadc24be0c46f2e1e25db2fda3e7b976df6d33
4
+ data.tar.gz: 3423a98ebc8a8aed69cb5d4a45d7ae66a92b7543334224300a40e978e24ec5f2
5
5
  SHA512:
6
- metadata.gz: 45dc56cfd0bfbf235ba04967fe47c00342ff2eeec9c08dcb98648b4d3157b9b9d6c09b865f20aecdf219ec08d958cffbf805add0779e3a1cca75b6b2b8b0e0c0
7
- data.tar.gz: 0d34f89e04b8a135b810e98b23c2fcd00b885b7fe3a449adb1e3a85fca03efda1df4824685d76d27caaaf990af8f924bc2c76d8f86e12470fcd0acf95bc72b6a
6
+ metadata.gz: b9a653c33a057c4f3d331163f0e9eaafc2a78273b0d9ab4d711cff789773e7b8f034f510665793be47f5bb6c93293f4a4a45c7c368f84b045929f7c54e7b8a1a
7
+ data.tar.gz: 343a789eb9372171dc71f09ea5adb9ac70dbe294f7f32e9078bedca406397320e88287d7345795ff57b0ce13510a47964361a8b00875f5e853af947e78013898
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2025-07-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.9.0 (2025-07-16)
10
+ ------------------
11
+
12
+ * Feature - Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.
13
+
4
14
  1.8.0 (2025-06-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.10.0
@@ -95,7 +95,7 @@ module Aws::NetworkFlowMonitor
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::NetworkFlowMonitor
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::NetworkFlowMonitor
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::NetworkFlowMonitor
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -367,7 +377,7 @@ module Aws::NetworkFlowMonitor
367
377
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
368
378
  #
369
379
  # @option options [Aws::TokenProvider] :token_provider
370
- # A Bearer Token Provider. This can be an instance of any one of the
380
+ # Your Bearer token used for authentication. This can be an instance of any one of the
371
381
  # following classes:
372
382
  #
373
383
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -621,7 +631,7 @@ module Aws::NetworkFlowMonitor
621
631
  # @example Response structure
622
632
  #
623
633
  # resp.scope_id #=> String
624
- # resp.status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED"
634
+ # resp.status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED", "DEACTIVATING", "DEACTIVATED"
625
635
  # resp.scope_arn #=> String
626
636
  # resp.tags #=> Hash
627
637
  # resp.tags["TagKey"] #=> String
@@ -1156,7 +1166,7 @@ module Aws::NetworkFlowMonitor
1156
1166
  # @example Response structure
1157
1167
  #
1158
1168
  # resp.scope_id #=> String
1159
- # resp.status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED"
1169
+ # resp.status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED", "DEACTIVATING", "DEACTIVATED"
1160
1170
  # resp.scope_arn #=> String
1161
1171
  # resp.targets #=> Array
1162
1172
  # resp.targets[0].target_identifier.target_id.account_id #=> String
@@ -1256,7 +1266,7 @@ module Aws::NetworkFlowMonitor
1256
1266
  #
1257
1267
  # resp.scopes #=> Array
1258
1268
  # resp.scopes[0].scope_id #=> String
1259
- # resp.scopes[0].status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED"
1269
+ # resp.scopes[0].status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED", "DEACTIVATING", "DEACTIVATED"
1260
1270
  # resp.scopes[0].scope_arn #=> String
1261
1271
  # resp.next_token #=> String
1262
1272
  #
@@ -1865,7 +1875,7 @@ module Aws::NetworkFlowMonitor
1865
1875
  # @example Response structure
1866
1876
  #
1867
1877
  # resp.scope_id #=> String
1868
- # resp.status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED"
1878
+ # resp.status #=> String, one of "SUCCEEDED", "IN_PROGRESS", "FAILED", "DEACTIVATING", "DEACTIVATED"
1869
1879
  # resp.scope_arn #=> String
1870
1880
  # resp.tags #=> Hash
1871
1881
  # resp.tags["TagKey"] #=> String
@@ -1897,7 +1907,7 @@ module Aws::NetworkFlowMonitor
1897
1907
  tracer: tracer
1898
1908
  )
1899
1909
  context[:gem_name] = 'aws-sdk-networkflowmonitor'
1900
- context[:gem_version] = '1.8.0'
1910
+ context[:gem_version] = '1.10.0'
1901
1911
  Seahorse::Client::Request.new(handlers, context)
1902
1912
  end
1903
1913
 
@@ -184,8 +184,14 @@ module Aws::NetworkFlowMonitor
184
184
  # @return [String]
185
185
  #
186
186
  # @!attribute [rw] status
187
- # The status for a call to create a scope. The status can be one of
188
- # the following: `SUCCEEDED`, `IN_PROGRESS`, or `FAILED`.
187
+ # The status for a scope. The status can be one of the following:
188
+ # `SUCCEEDED`, `IN_PROGRESS`, `FAILED`, `DEACTIVATING`, or
189
+ # `DEACTIVATED`.
190
+ #
191
+ # A status of `DEACTIVATING` means that you've requested a scope to
192
+ # be deactivated and Network Flow Monitor is in the process of
193
+ # deactivating the scope. A status of `DEACTIVATED` means that the
194
+ # deactivating process is complete.
189
195
  # @return [String]
190
196
  #
191
197
  # @!attribute [rw] scope_arn
@@ -629,8 +635,14 @@ module Aws::NetworkFlowMonitor
629
635
  # @return [String]
630
636
  #
631
637
  # @!attribute [rw] status
632
- # The status of a scope. The status can be one of the following:
633
- # `SUCCEEDED`, `IN_PROGRESS`, or `FAILED`.
638
+ # The status for a scope. The status can be one of the following:
639
+ # `SUCCEEDED`, `IN_PROGRESS`, `FAILED`, `DEACTIVATING`, or
640
+ # `DEACTIVATED`.
641
+ #
642
+ # A status of `DEACTIVATING` means that you've requested a scope to
643
+ # be deactivated and Network Flow Monitor is in the process of
644
+ # deactivating the scope. A status of `DEACTIVATED` means that the
645
+ # deactivating process is complete.
634
646
  # @return [String]
635
647
  #
636
648
  # @!attribute [rw] scope_arn
@@ -1089,9 +1101,14 @@ module Aws::NetworkFlowMonitor
1089
1101
  # @return [String]
1090
1102
  #
1091
1103
  # @!attribute [rw] status
1092
- # The status of a scope. The status can be one of the following,
1093
- # depending on the state of scope creation: `SUCCEEDED`,
1094
- # `IN_PROGRESS`, or `FAILED`.
1104
+ # The status for a scope. The status can be one of the following:
1105
+ # `SUCCEEDED`, `IN_PROGRESS`, `FAILED`, `DEACTIVATING`, or
1106
+ # `DEACTIVATED`.
1107
+ #
1108
+ # A status of `DEACTIVATING` means that you've requested a scope to
1109
+ # be deactivated and Network Flow Monitor is in the process of
1110
+ # deactivating the scope. A status of `DEACTIVATED` means that the
1111
+ # deactivating process is complete.
1095
1112
  # @return [String]
1096
1113
  #
1097
1114
  # @!attribute [rw] scope_arn
@@ -1706,8 +1723,14 @@ module Aws::NetworkFlowMonitor
1706
1723
  # @return [String]
1707
1724
  #
1708
1725
  # @!attribute [rw] status
1709
- # The status for a call to update a scope. The status can be one of
1710
- # the following: `SUCCEEDED`, `IN_PROGRESS`, or `FAILED`.
1726
+ # The status for a scope. The status can be one of the following:
1727
+ # `SUCCEEDED`, `IN_PROGRESS`, `FAILED`, `DEACTIVATING`, or
1728
+ # `DEACTIVATED`.
1729
+ #
1730
+ # A status of `DEACTIVATING` means that you've requested a scope to
1731
+ # be deactivated and Network Flow Monitor is in the process of
1732
+ # deactivating the scope. A status of `DEACTIVATED` means that the
1733
+ # deactivating process is complete.
1711
1734
  # @return [String]
1712
1735
  #
1713
1736
  # @!attribute [rw] scope_arn
@@ -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.8.0'
58
+ GEM_VERSION = '1.10.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
@@ -112,7 +113,7 @@ module Aws
112
113
  interface _CreateScopeResponseSuccess
113
114
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateScopeOutput]
114
115
  def scope_id: () -> ::String
115
- def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
116
+ def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
116
117
  def scope_arn: () -> ::String
117
118
  def tags: () -> ::Hash[::String, ::String]
118
119
  end
@@ -249,7 +250,7 @@ module Aws
249
250
  interface _GetScopeResponseSuccess
250
251
  include ::Seahorse::Client::_ResponseSuccess[Types::GetScopeOutput]
251
252
  def scope_id: () -> ::String
252
- def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
253
+ def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
253
254
  def scope_arn: () -> ::String
254
255
  def targets: () -> ::Array[Types::TargetResource]
255
256
  def tags: () -> ::Hash[::String, ::String]
@@ -434,7 +435,7 @@ module Aws
434
435
  interface _UpdateScopeResponseSuccess
435
436
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateScopeOutput]
436
437
  def scope_id: () -> ::String
437
- def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
438
+ def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
438
439
  def scope_arn: () -> ::String
439
440
  def tags: () -> ::Hash[::String, ::String]
440
441
  end
data/sig/resource.rbs CHANGED
@@ -18,6 +18,7 @@ module Aws
18
18
  ?account_id: String,
19
19
  ?active_endpoint_cache: bool,
20
20
  ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
21
22
  ?client_side_monitoring: bool,
22
23
  ?client_side_monitoring_client_id: String,
23
24
  ?client_side_monitoring_host: String,
data/sig/types.rbs CHANGED
@@ -49,7 +49,7 @@ module Aws::NetworkFlowMonitor
49
49
 
50
50
  class CreateScopeOutput
51
51
  attr_accessor scope_id: ::String
52
- attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
52
+ attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
53
53
  attr_accessor scope_arn: ::String
54
54
  attr_accessor tags: ::Hash[::String, ::String]
55
55
  SENSITIVE: []
@@ -172,7 +172,7 @@ module Aws::NetworkFlowMonitor
172
172
 
173
173
  class GetScopeOutput
174
174
  attr_accessor scope_id: ::String
175
- attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
175
+ attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
176
176
  attr_accessor scope_arn: ::String
177
177
  attr_accessor targets: ::Array[Types::TargetResource]
178
178
  attr_accessor tags: ::Hash[::String, ::String]
@@ -284,7 +284,7 @@ module Aws::NetworkFlowMonitor
284
284
 
285
285
  class ScopeSummary
286
286
  attr_accessor scope_id: ::String
287
- attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
287
+ attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
288
288
  attr_accessor scope_arn: ::String
289
289
  SENSITIVE: []
290
290
  end
@@ -450,7 +450,7 @@ module Aws::NetworkFlowMonitor
450
450
 
451
451
  class UpdateScopeOutput
452
452
  attr_accessor scope_id: ::String
453
- attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED")
453
+ attr_accessor status: ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "DEACTIVATING" | "DEACTIVATED")
454
454
  attr_accessor scope_arn: ::String
455
455
  attr_accessor tags: ::Hash[::String, ::String]
456
456
  SENSITIVE: []
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.8.0
4
+ version: 1.10.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.225.0
21
+ version: 3.227.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.225.0
31
+ version: 3.227.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement