aws-sdk-networkfirewall 1.93.0 → 1.94.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: ef2a6aefbcc9b2e553a741c25470ca960192913b427a4d8778e18e8a4a4ea029
4
- data.tar.gz: fa225d509d9d0ef9e81810a56e047da7ce98129723a9ce21d53458e2bafc4e85
3
+ metadata.gz: deb22dd8e965df00b10eba37c3213ce3c92784ae7522d4f6215203e20f8ff171
4
+ data.tar.gz: 1356cdf3c44e34da790e38d583a3faeb4927edb8d91d0b594be9e97ac22eb5ef
5
5
  SHA512:
6
- metadata.gz: 9197c432406c641188dcbc6dc3fd9d101c6ba57f23b2fe249f455267c1f5c770282f6f4b2a33c45ae40f63b73320a82e5b76bac62ecd6a894d68218e348e630f
7
- data.tar.gz: 00c8ebe6fb7e7e92d92d1ab5a6296e2fb41dfe9197b4a1babe59b321bf1bb14b4d12d3732f33904ac1adf9a4c8d4ba2a230e2088125af4f14baabe45a47e7be0
6
+ metadata.gz: 975902fb2b54eac222e0a70e10b4a4ca7f61dd340647017053afc86decf4b2fe0d56c41fdb9e4c9f25d90d803364ed6f20fe1cea4f9bd3032c585d0a25a7d490
7
+ data.tar.gz: 2b2dd77d37d1b60aea8ec5643e0844a46915827ed5db109a7ec1e7faf240e3937c671bad25c7e42b12d712926173576a5c7e56dc14ecb871e944cac9f7582424
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2026-07-30)
5
+ ------------------
6
+
7
+ * Feature - Adds UPDATING field to Container Association Status
8
+
4
9
  1.93.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -924,7 +924,7 @@ module Aws::NetworkFirewall
924
924
  # resp.container_monitoring_configurations[0].attribute_filters #=> Array
925
925
  # resp.container_monitoring_configurations[0].attribute_filters[0].key #=> String
926
926
  # resp.container_monitoring_configurations[0].attribute_filters[0].value #=> String
927
- # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING"
927
+ # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "UPDATING"
928
928
  # resp.tags #=> Array
929
929
  # resp.tags[0].key #=> String
930
930
  # resp.tags[0].value #=> String
@@ -2358,7 +2358,7 @@ module Aws::NetworkFirewall
2358
2358
  #
2359
2359
  # resp.container_association_name #=> String
2360
2360
  # resp.container_association_arn #=> String
2361
- # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING"
2361
+ # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "UPDATING"
2362
2362
  #
2363
2363
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DeleteContainerAssociation AWS API Documentation
2364
2364
  #
@@ -3000,7 +3000,7 @@ module Aws::NetworkFirewall
3000
3000
  # resp.container_monitoring_configurations[0].attribute_filters #=> Array
3001
3001
  # resp.container_monitoring_configurations[0].attribute_filters[0].key #=> String
3002
3002
  # resp.container_monitoring_configurations[0].attribute_filters[0].value #=> String
3003
- # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING"
3003
+ # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "UPDATING"
3004
3004
  # resp.resolved_cidr_count #=> Integer
3005
3005
  # resp.last_updated_time #=> Time
3006
3006
  # resp.tags #=> Array
@@ -5681,7 +5681,7 @@ module Aws::NetworkFirewall
5681
5681
  # resp.container_monitoring_configurations[0].attribute_filters #=> Array
5682
5682
  # resp.container_monitoring_configurations[0].attribute_filters[0].key #=> String
5683
5683
  # resp.container_monitoring_configurations[0].attribute_filters[0].value #=> String
5684
- # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING"
5684
+ # resp.status #=> String, one of "ACTIVE", "CREATING", "DELETING", "UPDATING"
5685
5685
  # resp.tags #=> Array
5686
5686
  # resp.tags[0].key #=> String
5687
5687
  # resp.tags[0].value #=> String
@@ -7262,7 +7262,7 @@ module Aws::NetworkFirewall
7262
7262
  tracer: tracer
7263
7263
  )
7264
7264
  context[:gem_name] = 'aws-sdk-networkfirewall'
7265
- context[:gem_version] = '1.93.0'
7265
+ context[:gem_version] = '1.94.0'
7266
7266
  Seahorse::Client::Request.new(handlers, context)
7267
7267
  end
7268
7268
 
@@ -54,7 +54,7 @@ module Aws::NetworkFirewall
54
54
  autoload :EndpointProvider, 'aws-sdk-networkfirewall/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-networkfirewall/endpoints'
56
56
 
57
- GEM_VERSION = '1.93.0'
57
+ GEM_VERSION = '1.94.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -173,7 +173,7 @@ module Aws
173
173
  def description: () -> ::String
174
174
  def type: () -> ("ECS" | "EKS")
175
175
  def container_monitoring_configurations: () -> ::Array[Types::ContainerMonitoringConfiguration]
176
- def status: () -> ("ACTIVE" | "CREATING" | "DELETING")
176
+ def status: () -> ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
177
177
  def tags: () -> ::Array[Types::Tag]
178
178
  def update_token: () -> ::String
179
179
  end
@@ -459,7 +459,7 @@ module Aws
459
459
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContainerAssociationResponse]
460
460
  def container_association_name: () -> ::String
461
461
  def container_association_arn: () -> ::String
462
- def status: () -> ("ACTIVE" | "CREATING" | "DELETING")
462
+ def status: () -> ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
463
463
  end
464
464
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/NetworkFirewall/Client.html#delete_container_association-instance_method
465
465
  def delete_container_association: (
@@ -602,7 +602,7 @@ module Aws
602
602
  def description: () -> ::String
603
603
  def type: () -> ("ECS" | "EKS")
604
604
  def container_monitoring_configurations: () -> ::Array[Types::ContainerMonitoringConfiguration]
605
- def status: () -> ("ACTIVE" | "CREATING" | "DELETING")
605
+ def status: () -> ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
606
606
  def resolved_cidr_count: () -> ::Integer
607
607
  def last_updated_time: () -> ::Time
608
608
  def tags: () -> ::Array[Types::Tag]
@@ -1198,7 +1198,7 @@ module Aws
1198
1198
  def description: () -> ::String
1199
1199
  def type: () -> ("ECS" | "EKS")
1200
1200
  def container_monitoring_configurations: () -> ::Array[Types::ContainerMonitoringConfiguration]
1201
- def status: () -> ("ACTIVE" | "CREATING" | "DELETING")
1201
+ def status: () -> ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
1202
1202
  def tags: () -> ::Array[Types::Tag]
1203
1203
  def update_token: () -> ::String
1204
1204
  end
data/sig/types.rbs CHANGED
@@ -190,7 +190,7 @@ module Aws::NetworkFirewall
190
190
  attr_accessor description: ::String
191
191
  attr_accessor type: ("ECS" | "EKS")
192
192
  attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
193
- attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
193
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
194
194
  attr_accessor tags: ::Array[Types::Tag]
195
195
  attr_accessor update_token: ::String
196
196
  SENSITIVE: []
@@ -379,7 +379,7 @@ module Aws::NetworkFirewall
379
379
  class DeleteContainerAssociationResponse
380
380
  attr_accessor container_association_name: ::String
381
381
  attr_accessor container_association_arn: ::String
382
- attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
382
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
383
383
  SENSITIVE: []
384
384
  end
385
385
 
@@ -521,7 +521,7 @@ module Aws::NetworkFirewall
521
521
  attr_accessor description: ::String
522
522
  attr_accessor type: ("ECS" | "EKS")
523
523
  attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
524
- attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
524
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
525
525
  attr_accessor resolved_cidr_count: ::Integer
526
526
  attr_accessor last_updated_time: ::Time
527
527
  attr_accessor tags: ::Array[Types::Tag]
@@ -1774,7 +1774,7 @@ module Aws::NetworkFirewall
1774
1774
  attr_accessor description: ::String
1775
1775
  attr_accessor type: ("ECS" | "EKS")
1776
1776
  attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
1777
- attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
1777
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING")
1778
1778
  attr_accessor tags: ::Array[Types::Tag]
1779
1779
  attr_accessor update_token: ::String
1780
1780
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkfirewall
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services