aws-sdk-networkfirewall 1.96.0 → 1.97.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: 4a3e3dc1475e3dd6dc7504f48c2e7f4cb4d2e899a319c7b556e907c7243e7eb3
4
- data.tar.gz: 3747273908aebabe39680fa07904a7cf275701bfb7adf1eec77113c8f5d0165b
3
+ metadata.gz: 36ba0f1a32fb6d2f4c076e94d1f29ffacd7e9a9901a27e640c152f97b75b67bc
4
+ data.tar.gz: 9916986e05c68ed030f53c0be35c203e7dba7096c43f71623182fab95278c146
5
5
  SHA512:
6
- metadata.gz: 5f4a2fc8291f604f4815a5769d2410529d822b6613aa44c3f2a14ea882c9bb7fe1c8533c9c471980a41108e691b85ef14f31906a1f1cfef41b7db207a49b1012
7
- data.tar.gz: 4014485ba584d5d0daa9b0aac624baec46c535ea8006160ceae357ffd1f121cfd1c9cbda51cb2e47a99af3ec91315d82ff19994c48d3c26f85dc14dc034b12ac
6
+ metadata.gz: ffa837729f30d6584478e3a622da4f306d396ecf3d44ae3a34a156531300f08e4febb7b201efa94fb6b106228aab6b5117f5170ef50d33d98f59b07e96665a73
7
+ data.tar.gz: b2396509540f67be19a7565622e758fa84debb1076bc591e35ff8067b16ddc1e2dbc18da5358d85cb5d240f1dc39e6baa4ec4121890692a0cb28fe05bca2fe26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2026-08-26)
5
+ ------------------
6
+
7
+ * Feature - Adding new status enum for Firewalls.
8
+
4
9
  1.96.0 (2026-08-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -1192,7 +1192,7 @@ module Aws::NetworkFirewall
1192
1192
  # resp.firewall.vpc_endpoint.subnet_mappings #=> Array
1193
1193
  # resp.firewall.vpc_endpoint.subnet_mappings[0].subnet_id #=> String
1194
1194
  # resp.firewall.vpc_endpoint.subnet_mappings[0].ip_address_type #=> String, one of "DUALSTACK", "IPV4", "IPV6"
1195
- # resp.firewall_status.status #=> String, one of "PROVISIONING", "DELETING", "READY"
1195
+ # resp.firewall_status.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
1196
1196
  # resp.firewall_status.configuration_sync_state_summary #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
1197
1197
  # resp.firewall_status.sync_states #=> Hash
1198
1198
  # resp.firewall_status.sync_states["AvailabilityZone"].attachment.subnet_id #=> String
@@ -2382,7 +2382,7 @@ module Aws::NetworkFirewall
2382
2382
  # resp.vpc_endpoint_association.tags #=> Array
2383
2383
  # resp.vpc_endpoint_association.tags[0].key #=> String
2384
2384
  # resp.vpc_endpoint_association.tags[0].value #=> String
2385
- # resp.vpc_endpoint_association_status.status #=> String, one of "PROVISIONING", "DELETING", "READY"
2385
+ # resp.vpc_endpoint_association_status.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
2386
2386
  # resp.vpc_endpoint_association_status.association_sync_state #=> Hash
2387
2387
  # resp.vpc_endpoint_association_status.association_sync_state["AvailabilityZone"].attachment.subnet_id #=> String
2388
2388
  # resp.vpc_endpoint_association_status.association_sync_state["AvailabilityZone"].attachment.endpoint_id #=> String
@@ -2518,7 +2518,7 @@ module Aws::NetworkFirewall
2518
2518
  # resp.firewall.vpc_endpoint.subnet_mappings #=> Array
2519
2519
  # resp.firewall.vpc_endpoint.subnet_mappings[0].subnet_id #=> String
2520
2520
  # resp.firewall.vpc_endpoint.subnet_mappings[0].ip_address_type #=> String, one of "DUALSTACK", "IPV4", "IPV6"
2521
- # resp.firewall_status.status #=> String, one of "PROVISIONING", "DELETING", "READY"
2521
+ # resp.firewall_status.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
2522
2522
  # resp.firewall_status.configuration_sync_state_summary #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
2523
2523
  # resp.firewall_status.sync_states #=> Hash
2524
2524
  # resp.firewall_status.sync_states["AvailabilityZone"].attachment.subnet_id #=> String
@@ -3032,7 +3032,7 @@ module Aws::NetworkFirewall
3032
3032
  # resp.vpc_endpoint_association.tags #=> Array
3033
3033
  # resp.vpc_endpoint_association.tags[0].key #=> String
3034
3034
  # resp.vpc_endpoint_association.tags[0].value #=> String
3035
- # resp.vpc_endpoint_association_status.status #=> String, one of "PROVISIONING", "DELETING", "READY"
3035
+ # resp.vpc_endpoint_association_status.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
3036
3036
  # resp.vpc_endpoint_association_status.association_sync_state #=> Hash
3037
3037
  # resp.vpc_endpoint_association_status.association_sync_state["AvailabilityZone"].attachment.subnet_id #=> String
3038
3038
  # resp.vpc_endpoint_association_status.association_sync_state["AvailabilityZone"].attachment.endpoint_id #=> String
@@ -3173,7 +3173,7 @@ module Aws::NetworkFirewall
3173
3173
  # resp.firewall.vpc_endpoint.subnet_mappings #=> Array
3174
3174
  # resp.firewall.vpc_endpoint.subnet_mappings[0].subnet_id #=> String
3175
3175
  # resp.firewall.vpc_endpoint.subnet_mappings[0].ip_address_type #=> String, one of "DUALSTACK", "IPV4", "IPV6"
3176
- # resp.firewall_status.status #=> String, one of "PROVISIONING", "DELETING", "READY"
3176
+ # resp.firewall_status.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
3177
3177
  # resp.firewall_status.configuration_sync_state_summary #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
3178
3178
  # resp.firewall_status.sync_states #=> Hash
3179
3179
  # resp.firewall_status.sync_states["AvailabilityZone"].attachment.subnet_id #=> String
@@ -3232,7 +3232,7 @@ module Aws::NetworkFirewall
3232
3232
  # resp.firewall_arn #=> String
3233
3233
  # resp.firewall_policy_arn #=> String
3234
3234
  # resp.description #=> String
3235
- # resp.status #=> String, one of "PROVISIONING", "DELETING", "READY"
3235
+ # resp.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
3236
3236
  # resp.supported_availability_zones #=> Hash
3237
3237
  # resp.supported_availability_zones["AvailabilityZone"].ip_address_type #=> String, one of "DUALSTACK", "IPV4", "IPV6"
3238
3238
  # resp.transit_gateway_attachment_id #=> String
@@ -4090,7 +4090,7 @@ module Aws::NetworkFirewall
4090
4090
  # resp.vpc_endpoint_association.tags #=> Array
4091
4091
  # resp.vpc_endpoint_association.tags[0].key #=> String
4092
4092
  # resp.vpc_endpoint_association.tags[0].value #=> String
4093
- # resp.vpc_endpoint_association_status.status #=> String, one of "PROVISIONING", "DELETING", "READY"
4093
+ # resp.vpc_endpoint_association_status.status #=> String, one of "PROVISIONING", "DELETING", "READY", "FAILED"
4094
4094
  # resp.vpc_endpoint_association_status.association_sync_state #=> Hash
4095
4095
  # resp.vpc_endpoint_association_status.association_sync_state["AvailabilityZone"].attachment.subnet_id #=> String
4096
4096
  # resp.vpc_endpoint_association_status.association_sync_state["AvailabilityZone"].attachment.endpoint_id #=> String
@@ -7464,7 +7464,7 @@ module Aws::NetworkFirewall
7464
7464
  tracer: tracer
7465
7465
  )
7466
7466
  context[:gem_name] = 'aws-sdk-networkfirewall'
7467
- context[:gem_version] = '1.96.0'
7467
+ context[:gem_version] = '1.97.0'
7468
7468
  Seahorse::Client::Request.new(handlers, context)
7469
7469
  end
7470
7470
 
@@ -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.96.0'
57
+ GEM_VERSION = '1.97.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -656,7 +656,7 @@ module Aws
656
656
  def firewall_arn: () -> ::String
657
657
  def firewall_policy_arn: () -> ::String
658
658
  def description: () -> ::String
659
- def status: () -> ("PROVISIONING" | "DELETING" | "READY")
659
+ def status: () -> ("PROVISIONING" | "DELETING" | "READY" | "FAILED")
660
660
  def supported_availability_zones: () -> ::Hash[::String, Types::AvailabilityZoneMetadata]
661
661
  def transit_gateway_attachment_id: () -> ::String
662
662
  end
data/sig/types.rbs CHANGED
@@ -543,7 +543,7 @@ module Aws::NetworkFirewall
543
543
  attr_accessor firewall_arn: ::String
544
544
  attr_accessor firewall_policy_arn: ::String
545
545
  attr_accessor description: ::String
546
- attr_accessor status: ("PROVISIONING" | "DELETING" | "READY")
546
+ attr_accessor status: ("PROVISIONING" | "DELETING" | "READY" | "FAILED")
547
547
  attr_accessor supported_availability_zones: ::Hash[::String, Types::AvailabilityZoneMetadata]
548
548
  attr_accessor transit_gateway_attachment_id: ::String
549
549
  SENSITIVE: []
@@ -893,7 +893,7 @@ module Aws::NetworkFirewall
893
893
  end
894
894
 
895
895
  class FirewallStatus
896
- attr_accessor status: ("PROVISIONING" | "DELETING" | "READY")
896
+ attr_accessor status: ("PROVISIONING" | "DELETING" | "READY" | "FAILED")
897
897
  attr_accessor configuration_sync_state_summary: ("PENDING" | "IN_SYNC" | "CAPACITY_CONSTRAINED")
898
898
  attr_accessor sync_states: ::Hash[::String, Types::SyncState]
899
899
  attr_accessor capacity_usage_summary: Types::CapacityUsageSummary
@@ -2096,7 +2096,7 @@ module Aws::NetworkFirewall
2096
2096
  end
2097
2097
 
2098
2098
  class VpcEndpointAssociationStatus
2099
- attr_accessor status: ("PROVISIONING" | "DELETING" | "READY")
2099
+ attr_accessor status: ("PROVISIONING" | "DELETING" | "READY" | "FAILED")
2100
2100
  attr_accessor association_sync_state: ::Hash[::String, Types::AZSyncState]
2101
2101
  SENSITIVE: []
2102
2102
  end
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.96.0
4
+ version: 1.97.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services