aws-sdk-apigatewayv2 1.91.0 → 1.92.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: 599a77e6faab310aa6c26f50a79f7d797430272d018cd5c0d3da920b67eebcc7
4
- data.tar.gz: 570b6a16d051a1a8f6d6fe2736b26d141280da5ffb206836355dc520e1f21455
3
+ metadata.gz: 7753fe399bf8867bc3e26ee2428ea8dd3d904c3d1ff46c8a3c4dbe7353234d96
4
+ data.tar.gz: dd8f68d06bc86dc5cc3ad70e9692d77f87602eaf689edf436bcac04ed378b033
5
5
  SHA512:
6
- metadata.gz: e418cb88de5f6c848867357230c4c177cc0c8e8ccec09b89b1cdf8590eeb3158afc38264741644e9e343fa6fd962ccded6b7dfe8f5b168ec8824b388df23a196
7
- data.tar.gz: 21f411b80c1000794d8a9edee2c67aefb4b47cd99dc1f94e8d837d55253fc07c53386e586319e879906433e9ad53eb8f5bbd1a1c0a04b51c8b41b959cf46e67b
6
+ metadata.gz: 6d42091732240740d44760adf53c99f87290fc89fd3807285e7ced72f4b86d10c17b55af9038aa9feeef3872e69dce727e8bede87a6939ef81992bfa3ed2cbdf
7
+ data.tar.gz: 3f60f0869e9da13431281db3bb839e5900bb7d7eab50dba5f047eed777933f30dd2e21b4854dfb1c6639214ab1b183c92ae8baf5f730f09210b8691df42b1259
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2026-03-25)
5
+ ------------------
6
+
7
+ * Feature - Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses.
8
+
4
9
  1.91.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -1368,7 +1368,7 @@ module Aws::ApiGatewayV2
1368
1368
  # resp.portal_content.theme.custom_colors.text_color #=> String
1369
1369
  # resp.portal_content.theme.logo_last_uploaded #=> Time
1370
1370
  # resp.portal_id #=> String
1371
- # resp.publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLED"
1371
+ # resp.publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLE_IN_PROGRESS", "DISABLE_FAILED", "DISABLED"
1372
1372
  # resp.rum_app_monitor_name #=> String
1373
1373
  # resp.status_exception.exception #=> String
1374
1374
  # resp.status_exception.message #=> String
@@ -3420,7 +3420,7 @@ module Aws::ApiGatewayV2
3420
3420
  # resp.preview.preview_url #=> String
3421
3421
  # resp.preview.status_exception.exception #=> String
3422
3422
  # resp.preview.status_exception.message #=> String
3423
- # resp.publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLED"
3423
+ # resp.publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLE_IN_PROGRESS", "DISABLE_FAILED", "DISABLED"
3424
3424
  # resp.rum_app_monitor_name #=> String
3425
3425
  # resp.status_exception.exception #=> String
3426
3426
  # resp.status_exception.message #=> String
@@ -4241,7 +4241,7 @@ module Aws::ApiGatewayV2
4241
4241
  # resp.items[0].preview.preview_url #=> String
4242
4242
  # resp.items[0].preview.status_exception.exception #=> String
4243
4243
  # resp.items[0].preview.status_exception.message #=> String
4244
- # resp.items[0].publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLED"
4244
+ # resp.items[0].publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLE_IN_PROGRESS", "DISABLE_FAILED", "DISABLED"
4245
4245
  # resp.items[0].rum_app_monitor_name #=> String
4246
4246
  # resp.items[0].status_exception.exception #=> String
4247
4247
  # resp.items[0].status_exception.message #=> String
@@ -5564,7 +5564,7 @@ module Aws::ApiGatewayV2
5564
5564
  # resp.preview.preview_url #=> String
5565
5565
  # resp.preview.status_exception.exception #=> String
5566
5566
  # resp.preview.status_exception.message #=> String
5567
- # resp.publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLED"
5567
+ # resp.publish_status #=> String, one of "PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLE_IN_PROGRESS", "DISABLE_FAILED", "DISABLED"
5568
5568
  # resp.rum_app_monitor_name #=> String
5569
5569
  # resp.status_exception.exception #=> String
5570
5570
  # resp.status_exception.message #=> String
@@ -6137,7 +6137,7 @@ module Aws::ApiGatewayV2
6137
6137
  tracer: tracer
6138
6138
  )
6139
6139
  context[:gem_name] = 'aws-sdk-apigatewayv2'
6140
- context[:gem_version] = '1.91.0'
6140
+ context[:gem_version] = '1.92.0'
6141
6141
  Seahorse::Client::Request.new(handlers, context)
6142
6142
  end
6143
6143
 
@@ -54,7 +54,7 @@ module Aws::ApiGatewayV2
54
54
  autoload :EndpointProvider, 'aws-sdk-apigatewayv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigatewayv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -325,7 +325,7 @@ module Aws
325
325
  def portal_arn: () -> ::String
326
326
  def portal_content: () -> Types::PortalContent
327
327
  def portal_id: () -> ::String
328
- def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
328
+ def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
329
329
  def rum_app_monitor_name: () -> ::String
330
330
  def status_exception: () -> Types::StatusException
331
331
  def tags: () -> ::Hash[::String, ::String]
@@ -1070,7 +1070,7 @@ module Aws
1070
1070
  def portal_content: () -> Types::PortalContent
1071
1071
  def portal_id: () -> ::String
1072
1072
  def preview: () -> Types::Preview
1073
- def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1073
+ def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
1074
1074
  def rum_app_monitor_name: () -> ::String
1075
1075
  def status_exception: () -> Types::StatusException
1076
1076
  def tags: () -> ::Hash[::String, ::String]
@@ -1766,7 +1766,7 @@ module Aws
1766
1766
  def portal_content: () -> Types::PortalContent
1767
1767
  def portal_id: () -> ::String
1768
1768
  def preview: () -> Types::Preview
1769
- def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1769
+ def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
1770
1770
  def rum_app_monitor_name: () -> ::String
1771
1771
  def status_exception: () -> Types::StatusException
1772
1772
  def tags: () -> ::Hash[::String, ::String]
data/sig/types.rbs CHANGED
@@ -501,7 +501,7 @@ module Aws::ApiGatewayV2
501
501
  attr_accessor portal_arn: ::String
502
502
  attr_accessor portal_content: Types::PortalContent
503
503
  attr_accessor portal_id: ::String
504
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
504
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
505
505
  attr_accessor rum_app_monitor_name: ::String
506
506
  attr_accessor status_exception: Types::StatusException
507
507
  attr_accessor tags: ::Hash[::String, ::String]
@@ -518,7 +518,7 @@ module Aws::ApiGatewayV2
518
518
  attr_accessor portal_arn: ::String
519
519
  attr_accessor portal_content: Types::PortalContent
520
520
  attr_accessor portal_id: ::String
521
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
521
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
522
522
  attr_accessor rum_app_monitor_name: ::String
523
523
  attr_accessor status_exception: Types::StatusException
524
524
  attr_accessor tags: ::Hash[::String, ::String]
@@ -1354,7 +1354,7 @@ module Aws::ApiGatewayV2
1354
1354
  attr_accessor portal_content: Types::PortalContent
1355
1355
  attr_accessor portal_id: ::String
1356
1356
  attr_accessor preview: Types::Preview
1357
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1357
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
1358
1358
  attr_accessor rum_app_monitor_name: ::String
1359
1359
  attr_accessor status_exception: Types::StatusException
1360
1360
  attr_accessor tags: ::Hash[::String, ::String]
@@ -1372,7 +1372,7 @@ module Aws::ApiGatewayV2
1372
1372
  attr_accessor portal_content: Types::PortalContent
1373
1373
  attr_accessor portal_id: ::String
1374
1374
  attr_accessor preview: Types::Preview
1375
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1375
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
1376
1376
  attr_accessor rum_app_monitor_name: ::String
1377
1377
  attr_accessor status_exception: Types::StatusException
1378
1378
  attr_accessor tags: ::Hash[::String, ::String]
@@ -1867,7 +1867,7 @@ module Aws::ApiGatewayV2
1867
1867
  attr_accessor portal_content: Types::PortalContent
1868
1868
  attr_accessor portal_id: ::String
1869
1869
  attr_accessor preview: Types::Preview
1870
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
1870
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
1871
1871
  attr_accessor rum_app_monitor_name: ::String
1872
1872
  attr_accessor status_exception: Types::StatusException
1873
1873
  attr_accessor tags: ::Hash[::String, ::String]
@@ -2548,7 +2548,7 @@ module Aws::ApiGatewayV2
2548
2548
  attr_accessor portal_content: Types::PortalContent
2549
2549
  attr_accessor portal_id: ::String
2550
2550
  attr_accessor preview: Types::Preview
2551
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
2551
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
2552
2552
  attr_accessor rum_app_monitor_name: ::String
2553
2553
  attr_accessor status_exception: Types::StatusException
2554
2554
  attr_accessor tags: ::Hash[::String, ::String]
@@ -2566,7 +2566,7 @@ module Aws::ApiGatewayV2
2566
2566
  attr_accessor portal_content: Types::PortalContent
2567
2567
  attr_accessor portal_id: ::String
2568
2568
  attr_accessor preview: Types::Preview
2569
- attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLED")
2569
+ attr_accessor publish_status: ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
2570
2570
  attr_accessor rum_app_monitor_name: ::String
2571
2571
  attr_accessor status_exception: Types::StatusException
2572
2572
  attr_accessor tags: ::Hash[::String, ::String]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigatewayv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services