aws-sdk-apigatewayv2 1.93.0 → 1.95.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigatewayv2/client.rb +6 -8
- data/lib/aws-sdk-apigatewayv2.rb +1 -1
- data/sig/client.rbs +17 -153
- data/sig/params.rbs +99 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fd3e3320b3e2df183d27f246d2b0287d3adf0e6931fde2f698545b1f3b8ffdb
|
|
4
|
+
data.tar.gz: e08e6dbcb6ad1b30fca3610da7883c612c42afc0a3392ce280db458e518b78d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89f279c0bf3756e65f13fdb87a7bdf54f9a9d1cbff7ea09dd9f9f207b648a9a2faf7059a966339a770a46f8448a28f2b1b4d373b88f23221512cde8a5807dab2
|
|
7
|
+
data.tar.gz: 80047fbec7c13befb25e88d3739e5c65cf654d6b3b4ce07d35bfcf4b8027c048d56eb947ba533a0b8eebbbcb75fd5c348d58387795d1ec1188b5c9f4c2669a0c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.95.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.94.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.93.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.95.0
|
|
@@ -199,7 +199,7 @@ module Aws::ApiGatewayV2
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::ApiGatewayV2
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -6137,7 +6135,7 @@ module Aws::ApiGatewayV2
|
|
|
6137
6135
|
tracer: tracer
|
|
6138
6136
|
)
|
|
6139
6137
|
context[:gem_name] = 'aws-sdk-apigatewayv2'
|
|
6140
|
-
context[:gem_version] = '1.
|
|
6138
|
+
context[:gem_version] = '1.95.0'
|
|
6141
6139
|
Seahorse::Client::Request.new(handlers, context)
|
|
6142
6140
|
end
|
|
6143
6141
|
|
data/lib/aws-sdk-apigatewayv2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -101,14 +101,7 @@ module Aws
|
|
|
101
101
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApiGatewayV2/Client.html#create_api-instance_method
|
|
102
102
|
def create_api: (
|
|
103
103
|
?api_key_selection_expression: ::String,
|
|
104
|
-
?cors_configuration:
|
|
105
|
-
allow_credentials: bool?,
|
|
106
|
-
allow_headers: Array[::String]?,
|
|
107
|
-
allow_methods: Array[::String]?,
|
|
108
|
-
allow_origins: Array[::String]?,
|
|
109
|
-
expose_headers: Array[::String]?,
|
|
110
|
-
max_age: ::Integer?
|
|
111
|
-
},
|
|
104
|
+
?cors_configuration: Params::cors,
|
|
112
105
|
?credentials_arn: ::String,
|
|
113
106
|
?description: ::String,
|
|
114
107
|
?disable_schema_validation: bool,
|
|
@@ -204,19 +197,7 @@ module Aws
|
|
|
204
197
|
def create_domain_name: (
|
|
205
198
|
domain_name: ::String,
|
|
206
199
|
?domain_name_configurations: Array[
|
|
207
|
-
|
|
208
|
-
api_gateway_domain_name: ::String?,
|
|
209
|
-
certificate_arn: ::String?,
|
|
210
|
-
certificate_name: ::String?,
|
|
211
|
-
certificate_upload_date: ::Time?,
|
|
212
|
-
domain_name_status: ("AVAILABLE" | "UPDATING" | "PENDING_CERTIFICATE_REIMPORT" | "PENDING_OWNERSHIP_VERIFICATION")?,
|
|
213
|
-
domain_name_status_message: ::String?,
|
|
214
|
-
endpoint_type: ("REGIONAL" | "EDGE")?,
|
|
215
|
-
hosted_zone_id: ::String?,
|
|
216
|
-
ip_address_type: ("ipv4" | "dualstack")?,
|
|
217
|
-
security_policy: ("TLS_1_0" | "TLS_1_2")?,
|
|
218
|
-
ownership_verification_certificate_arn: ::String?
|
|
219
|
-
},
|
|
200
|
+
Params::domain_name_configuration
|
|
220
201
|
],
|
|
221
202
|
?mutual_tls_authentication: {
|
|
222
203
|
truststore_uri: ::String?,
|
|
@@ -332,40 +313,11 @@ module Aws
|
|
|
332
313
|
end
|
|
333
314
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApiGatewayV2/Client.html#create_portal-instance_method
|
|
334
315
|
def create_portal: (
|
|
335
|
-
authorization:
|
|
336
|
-
|
|
337
|
-
app_client_id: ::String,
|
|
338
|
-
user_pool_arn: ::String,
|
|
339
|
-
user_pool_domain: ::String
|
|
340
|
-
}?,
|
|
341
|
-
none: {
|
|
342
|
-
}?
|
|
343
|
-
},
|
|
344
|
-
endpoint_configuration: {
|
|
345
|
-
acm_managed: {
|
|
346
|
-
certificate_arn: ::String,
|
|
347
|
-
domain_name: ::String
|
|
348
|
-
}?,
|
|
349
|
-
none: {
|
|
350
|
-
}?
|
|
351
|
-
},
|
|
316
|
+
authorization: Params::authorization,
|
|
317
|
+
endpoint_configuration: Params::endpoint_configuration_request,
|
|
352
318
|
?included_portal_product_arns: Array[::String],
|
|
353
319
|
?logo_uri: ::String,
|
|
354
|
-
portal_content:
|
|
355
|
-
description: ::String?,
|
|
356
|
-
display_name: ::String,
|
|
357
|
-
theme: {
|
|
358
|
-
custom_colors: {
|
|
359
|
-
accent_color: ::String,
|
|
360
|
-
background_color: ::String,
|
|
361
|
-
error_validation_color: ::String,
|
|
362
|
-
header_color: ::String,
|
|
363
|
-
navigation_color: ::String,
|
|
364
|
-
text_color: ::String
|
|
365
|
-
},
|
|
366
|
-
logo_last_uploaded: ::Time?
|
|
367
|
-
}
|
|
368
|
-
},
|
|
320
|
+
portal_content: Params::portal_content,
|
|
369
321
|
?rum_app_monitor_name: ::String,
|
|
370
322
|
?tags: Hash[::String, ::String]
|
|
371
323
|
) -> _CreatePortalResponseSuccess
|
|
@@ -419,15 +371,7 @@ module Aws
|
|
|
419
371
|
end
|
|
420
372
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApiGatewayV2/Client.html#create_product_rest_endpoint_page-instance_method
|
|
421
373
|
def create_product_rest_endpoint_page: (
|
|
422
|
-
?display_content:
|
|
423
|
-
none: {
|
|
424
|
-
}?,
|
|
425
|
-
overrides: {
|
|
426
|
-
body: ::String?,
|
|
427
|
-
endpoint: ::String?,
|
|
428
|
-
operation_name: ::String?
|
|
429
|
-
}?
|
|
430
|
-
},
|
|
374
|
+
?display_content: Params::endpoint_display_content,
|
|
431
375
|
portal_product_id: ::String,
|
|
432
376
|
rest_endpoint_identifier: {
|
|
433
377
|
identifier_parts: {
|
|
@@ -514,22 +458,10 @@ module Aws
|
|
|
514
458
|
stage: ::String,
|
|
515
459
|
strip_base_path: bool?
|
|
516
460
|
}
|
|
517
|
-
}
|
|
461
|
+
}
|
|
518
462
|
],
|
|
519
463
|
conditions: Array[
|
|
520
|
-
|
|
521
|
-
match_base_paths: {
|
|
522
|
-
any_of: Array[::String]
|
|
523
|
-
}?,
|
|
524
|
-
match_headers: {
|
|
525
|
-
any_of: Array[
|
|
526
|
-
{
|
|
527
|
-
header: ::String,
|
|
528
|
-
value_glob: ::String
|
|
529
|
-
},
|
|
530
|
-
]
|
|
531
|
-
}?
|
|
532
|
-
},
|
|
464
|
+
Params::routing_rule_condition
|
|
533
465
|
],
|
|
534
466
|
domain_name: ::String,
|
|
535
467
|
?domain_name_id: ::String,
|
|
@@ -1445,22 +1377,10 @@ module Aws
|
|
|
1445
1377
|
stage: ::String,
|
|
1446
1378
|
strip_base_path: bool?
|
|
1447
1379
|
}
|
|
1448
|
-
}
|
|
1380
|
+
}
|
|
1449
1381
|
],
|
|
1450
1382
|
conditions: Array[
|
|
1451
|
-
|
|
1452
|
-
match_base_paths: {
|
|
1453
|
-
any_of: Array[::String]
|
|
1454
|
-
}?,
|
|
1455
|
-
match_headers: {
|
|
1456
|
-
any_of: Array[
|
|
1457
|
-
{
|
|
1458
|
-
header: ::String,
|
|
1459
|
-
value_glob: ::String
|
|
1460
|
-
},
|
|
1461
|
-
]
|
|
1462
|
-
}?
|
|
1463
|
-
},
|
|
1383
|
+
Params::routing_rule_condition
|
|
1464
1384
|
],
|
|
1465
1385
|
domain_name: ::String,
|
|
1466
1386
|
?domain_name_id: ::String,
|
|
@@ -1539,14 +1459,7 @@ module Aws
|
|
|
1539
1459
|
def update_api: (
|
|
1540
1460
|
api_id: ::String,
|
|
1541
1461
|
?api_key_selection_expression: ::String,
|
|
1542
|
-
?cors_configuration:
|
|
1543
|
-
allow_credentials: bool?,
|
|
1544
|
-
allow_headers: Array[::String]?,
|
|
1545
|
-
allow_methods: Array[::String]?,
|
|
1546
|
-
allow_origins: Array[::String]?,
|
|
1547
|
-
expose_headers: Array[::String]?,
|
|
1548
|
-
max_age: ::Integer?
|
|
1549
|
-
},
|
|
1462
|
+
?cors_configuration: Params::cors,
|
|
1550
1463
|
?credentials_arn: ::String,
|
|
1551
1464
|
?description: ::String,
|
|
1552
1465
|
?disable_schema_validation: bool,
|
|
@@ -1642,19 +1555,7 @@ module Aws
|
|
|
1642
1555
|
def update_domain_name: (
|
|
1643
1556
|
domain_name: ::String,
|
|
1644
1557
|
?domain_name_configurations: Array[
|
|
1645
|
-
|
|
1646
|
-
api_gateway_domain_name: ::String?,
|
|
1647
|
-
certificate_arn: ::String?,
|
|
1648
|
-
certificate_name: ::String?,
|
|
1649
|
-
certificate_upload_date: ::Time?,
|
|
1650
|
-
domain_name_status: ("AVAILABLE" | "UPDATING" | "PENDING_CERTIFICATE_REIMPORT" | "PENDING_OWNERSHIP_VERIFICATION")?,
|
|
1651
|
-
domain_name_status_message: ::String?,
|
|
1652
|
-
endpoint_type: ("REGIONAL" | "EDGE")?,
|
|
1653
|
-
hosted_zone_id: ::String?,
|
|
1654
|
-
ip_address_type: ("ipv4" | "dualstack")?,
|
|
1655
|
-
security_policy: ("TLS_1_0" | "TLS_1_2")?,
|
|
1656
|
-
ownership_verification_certificate_arn: ::String?
|
|
1657
|
-
},
|
|
1558
|
+
Params::domain_name_configuration
|
|
1658
1559
|
],
|
|
1659
1560
|
?mutual_tls_authentication: {
|
|
1660
1561
|
truststore_uri: ::String?,
|
|
@@ -1773,40 +1674,11 @@ module Aws
|
|
|
1773
1674
|
end
|
|
1774
1675
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApiGatewayV2/Client.html#update_portal-instance_method
|
|
1775
1676
|
def update_portal: (
|
|
1776
|
-
?authorization:
|
|
1777
|
-
|
|
1778
|
-
app_client_id: ::String,
|
|
1779
|
-
user_pool_arn: ::String,
|
|
1780
|
-
user_pool_domain: ::String
|
|
1781
|
-
}?,
|
|
1782
|
-
none: {
|
|
1783
|
-
}?
|
|
1784
|
-
},
|
|
1785
|
-
?endpoint_configuration: {
|
|
1786
|
-
acm_managed: {
|
|
1787
|
-
certificate_arn: ::String,
|
|
1788
|
-
domain_name: ::String
|
|
1789
|
-
}?,
|
|
1790
|
-
none: {
|
|
1791
|
-
}?
|
|
1792
|
-
},
|
|
1677
|
+
?authorization: Params::authorization,
|
|
1678
|
+
?endpoint_configuration: Params::endpoint_configuration_request,
|
|
1793
1679
|
?included_portal_product_arns: Array[::String],
|
|
1794
1680
|
?logo_uri: ::String,
|
|
1795
|
-
?portal_content:
|
|
1796
|
-
description: ::String?,
|
|
1797
|
-
display_name: ::String,
|
|
1798
|
-
theme: {
|
|
1799
|
-
custom_colors: {
|
|
1800
|
-
accent_color: ::String,
|
|
1801
|
-
background_color: ::String,
|
|
1802
|
-
error_validation_color: ::String,
|
|
1803
|
-
header_color: ::String,
|
|
1804
|
-
navigation_color: ::String,
|
|
1805
|
-
text_color: ::String
|
|
1806
|
-
},
|
|
1807
|
-
logo_last_uploaded: ::Time?
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1681
|
+
?portal_content: Params::portal_content,
|
|
1810
1682
|
portal_id: ::String,
|
|
1811
1683
|
?rum_app_monitor_name: ::String
|
|
1812
1684
|
) -> _UpdatePortalResponseSuccess
|
|
@@ -1831,7 +1703,7 @@ module Aws
|
|
|
1831
1703
|
{
|
|
1832
1704
|
product_rest_endpoint_page_arns: Array[::String],
|
|
1833
1705
|
section_name: ::String
|
|
1834
|
-
}
|
|
1706
|
+
}
|
|
1835
1707
|
]?,
|
|
1836
1708
|
overview_page_arn: ::String?,
|
|
1837
1709
|
product_page_arns: Array[::String]?
|
|
@@ -1871,15 +1743,7 @@ module Aws
|
|
|
1871
1743
|
end
|
|
1872
1744
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApiGatewayV2/Client.html#update_product_rest_endpoint_page-instance_method
|
|
1873
1745
|
def update_product_rest_endpoint_page: (
|
|
1874
|
-
?display_content:
|
|
1875
|
-
none: {
|
|
1876
|
-
}?,
|
|
1877
|
-
overrides: {
|
|
1878
|
-
body: ::String?,
|
|
1879
|
-
endpoint: ::String?,
|
|
1880
|
-
operation_name: ::String?
|
|
1881
|
-
}?
|
|
1882
|
-
},
|
|
1746
|
+
?display_content: Params::endpoint_display_content,
|
|
1883
1747
|
portal_product_id: ::String,
|
|
1884
1748
|
product_rest_endpoint_page_id: ::String,
|
|
1885
1749
|
?try_it_state: ("ENABLED" | "DISABLED")
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module ApiGatewayV2
|
|
10
|
+
module Params
|
|
11
|
+
type cors = {
|
|
12
|
+
allow_credentials: bool?,
|
|
13
|
+
allow_headers: Array[::String]?,
|
|
14
|
+
allow_methods: Array[::String]?,
|
|
15
|
+
allow_origins: Array[::String]?,
|
|
16
|
+
expose_headers: Array[::String]?,
|
|
17
|
+
max_age: ::Integer?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type domain_name_configuration = {
|
|
21
|
+
api_gateway_domain_name: ::String?,
|
|
22
|
+
certificate_arn: ::String?,
|
|
23
|
+
certificate_name: ::String?,
|
|
24
|
+
certificate_upload_date: ::Time?,
|
|
25
|
+
domain_name_status: ("AVAILABLE" | "UPDATING" | "PENDING_CERTIFICATE_REIMPORT" | "PENDING_OWNERSHIP_VERIFICATION")?,
|
|
26
|
+
domain_name_status_message: ::String?,
|
|
27
|
+
endpoint_type: ("REGIONAL" | "EDGE")?,
|
|
28
|
+
hosted_zone_id: ::String?,
|
|
29
|
+
ip_address_type: ("ipv4" | "dualstack")?,
|
|
30
|
+
security_policy: ("TLS_1_0" | "TLS_1_2")?,
|
|
31
|
+
ownership_verification_certificate_arn: ::String?
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
type authorization = {
|
|
35
|
+
cognito_config: {
|
|
36
|
+
app_client_id: ::String,
|
|
37
|
+
user_pool_arn: ::String,
|
|
38
|
+
user_pool_domain: ::String
|
|
39
|
+
}?,
|
|
40
|
+
none: {
|
|
41
|
+
}?
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
type endpoint_configuration_request = {
|
|
45
|
+
acm_managed: {
|
|
46
|
+
certificate_arn: ::String,
|
|
47
|
+
domain_name: ::String
|
|
48
|
+
}?,
|
|
49
|
+
none: {
|
|
50
|
+
}?
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
type custom_colors = {
|
|
54
|
+
accent_color: ::String,
|
|
55
|
+
background_color: ::String,
|
|
56
|
+
error_validation_color: ::String,
|
|
57
|
+
header_color: ::String,
|
|
58
|
+
navigation_color: ::String,
|
|
59
|
+
text_color: ::String
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
type portal_theme = {
|
|
63
|
+
custom_colors: Params::custom_colors,
|
|
64
|
+
logo_last_uploaded: ::Time?
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
type portal_content = {
|
|
68
|
+
description: ::String?,
|
|
69
|
+
display_name: ::String,
|
|
70
|
+
theme: Params::portal_theme
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
type endpoint_display_content = {
|
|
74
|
+
none: {
|
|
75
|
+
}?,
|
|
76
|
+
overrides: {
|
|
77
|
+
body: ::String?,
|
|
78
|
+
endpoint: ::String?,
|
|
79
|
+
operation_name: ::String?
|
|
80
|
+
}?
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
type routing_rule_condition = {
|
|
84
|
+
match_base_paths: {
|
|
85
|
+
any_of: Array[::String]
|
|
86
|
+
}?,
|
|
87
|
+
match_headers: {
|
|
88
|
+
any_of: Array[
|
|
89
|
+
{
|
|
90
|
+
header: ::String,
|
|
91
|
+
value_glob: ::String
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}?
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
end
|
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.
|
|
4
|
+
version: 1.95.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.
|
|
21
|
+
version: 3.248.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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-apigatewayv2/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|