aws-sdk-apigatewayv2 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: 10795400b8b34bb9b776a9ef29721147f03114ea9a5cbd48324e5f099a83787d
4
- data.tar.gz: 4433760f085893d4afa047e9b6724ef95e75377869e01370ef4cb064a20deff6
3
+ metadata.gz: 4794ba159e629f9b0051e6c404f37003f8ba57c9f42e458e6a1dfbd1712530f3
4
+ data.tar.gz: 7d5f885998eb34f482ad9a83cd853c243aa9e952b67b7dae94cbc496718e39e2
5
5
  SHA512:
6
- metadata.gz: 13a00e6a88ebab30701f5067ccc245e501ea91da57315d7c5f6eb2d96306ecc64d88e76557bada8fc4f67cc18b679a43da6318690272827c3ca615537346d37a
7
- data.tar.gz: dc76318dcb25aad9801395595f1bf21d2917a4ac211645ff674f910b58b0aef46fefc430f4373d448d96f7045e4cfeb60fa353bef14ce4a6e2c8b02901a07085
6
+ metadata.gz: 87ed1ffd7bf2f6d6beb312beb303a96a2aaedee7482a037d0aa04d39b43e408951b53b92072d01ce369afa26f95a1c0e2dda1020aeea441a9df28c8cfdb390a4
7
+ data.tar.gz: ec81cafc8c1cfe6510e7be3f94475f7df4d0aa11a01b510c86023f63c5ddd3c26aac99c2ce03cd8c6b3c6a693d95c3b0103c0b3c1d9c48c1e4449037fe146922
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.93.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -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.93.0'
6140
+ context[:gem_version] = '1.94.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.93.0'
57
+ GEM_VERSION = '1.94.0'
58
58
 
59
59
  end
60
60
 
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
- cognito_config: {
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
- cognito_config: {
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.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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