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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +5 -5
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +7 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7753fe399bf8867bc3e26ee2428ea8dd3d904c3d1ff46c8a3c4dbe7353234d96
|
|
4
|
+
data.tar.gz: dd8f68d06bc86dc5cc3ad70e9692d77f87602eaf689edf436bcac04ed378b033
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d42091732240740d44760adf53c99f87290fc89fd3807285e7ced72f4b86d10c17b55af9038aa9feeef3872e69dce727e8bede87a6939ef81992bfa3ed2cbdf
|
|
7
|
+
data.tar.gz: 3f60f0869e9da13431281db3bb839e5900bb7d7eab50dba5f047eed777933f30dd2e21b4854dfb1c6639214ab1b183c92ae8baf5f730f09210b8691df42b1259
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
6140
|
+
context[:gem_version] = '1.92.0'
|
|
6141
6141
|
Seahorse::Client::Request.new(handlers, context)
|
|
6142
6142
|
end
|
|
6143
6143
|
|
data/lib/aws-sdk-apigatewayv2.rb
CHANGED
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]
|