aws-sdk-apigateway 1.46.0 → 1.47.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47ca31393579354fbdd611156ed303bd1b16d479dd017c53d38be6a6d64f4533
|
4
|
+
data.tar.gz: fa821df958ffcec1aa6cec7553584c09b68dcd8f90bf6e9ab5a1d34a6160dbd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acb5f3afa9df6d6a0d6eb30632d2228512aadf0688d54eb0d10586b5a259b9eafddc97347b16dced357330fb1be2b88e2e2857445ec3954a1fff3249e3e5d3da
|
7
|
+
data.tar.gz: 0b7d2df50a8054a3393d9fb6ca113990c29d25f35f712c0e8546604c1bbc27f7461a087dece9a4b52666b6cc1cd61bea8911e0f1561dd3a35fc8014f9f616605
|
data/lib/aws-sdk-apigateway.rb
CHANGED
@@ -7018,7 +7018,7 @@ module Aws::APIGateway
|
|
7018
7018
|
params: params,
|
7019
7019
|
config: config)
|
7020
7020
|
context[:gem_name] = 'aws-sdk-apigateway'
|
7021
|
-
context[:gem_version] = '1.
|
7021
|
+
context[:gem_version] = '1.47.0'
|
7022
7022
|
Seahorse::Client::Request.new(handlers, context)
|
7023
7023
|
end
|
7024
7024
|
|
@@ -33,6 +33,7 @@ module Aws::APIGateway
|
|
33
33
|
class AccessLogSettings < Struct.new(
|
34
34
|
:format,
|
35
35
|
:destination_arn)
|
36
|
+
SENSITIVE = []
|
36
37
|
include Aws::Structure
|
37
38
|
end
|
38
39
|
|
@@ -103,6 +104,7 @@ module Aws::APIGateway
|
|
103
104
|
:throttle_settings,
|
104
105
|
:features,
|
105
106
|
:api_key_version)
|
107
|
+
SENSITIVE = []
|
106
108
|
include Aws::Structure
|
107
109
|
end
|
108
110
|
|
@@ -173,6 +175,7 @@ module Aws::APIGateway
|
|
173
175
|
:last_updated_date,
|
174
176
|
:stage_keys,
|
175
177
|
:tags)
|
178
|
+
SENSITIVE = []
|
176
179
|
include Aws::Structure
|
177
180
|
end
|
178
181
|
|
@@ -189,6 +192,7 @@ module Aws::APIGateway
|
|
189
192
|
class ApiKeyIds < Struct.new(
|
190
193
|
:ids,
|
191
194
|
:warnings)
|
195
|
+
SENSITIVE = []
|
192
196
|
include Aws::Structure
|
193
197
|
end
|
194
198
|
|
@@ -219,6 +223,7 @@ module Aws::APIGateway
|
|
219
223
|
:warnings,
|
220
224
|
:position,
|
221
225
|
:items)
|
226
|
+
SENSITIVE = []
|
222
227
|
include Aws::Structure
|
223
228
|
end
|
224
229
|
|
@@ -255,6 +260,7 @@ module Aws::APIGateway
|
|
255
260
|
:api_id,
|
256
261
|
:stage,
|
257
262
|
:throttle)
|
263
|
+
SENSITIVE = []
|
258
264
|
include Aws::Structure
|
259
265
|
end
|
260
266
|
|
@@ -373,6 +379,7 @@ module Aws::APIGateway
|
|
373
379
|
:identity_source,
|
374
380
|
:identity_validation_expression,
|
375
381
|
:authorizer_result_ttl_in_seconds)
|
382
|
+
SENSITIVE = []
|
376
383
|
include Aws::Structure
|
377
384
|
end
|
378
385
|
|
@@ -398,6 +405,7 @@ module Aws::APIGateway
|
|
398
405
|
class Authorizers < Struct.new(
|
399
406
|
:position,
|
400
407
|
:items)
|
408
|
+
SENSITIVE = []
|
401
409
|
include Aws::Structure
|
402
410
|
end
|
403
411
|
|
@@ -410,6 +418,7 @@ module Aws::APIGateway
|
|
410
418
|
#
|
411
419
|
class BadRequestException < Struct.new(
|
412
420
|
:message)
|
421
|
+
SENSITIVE = []
|
413
422
|
include Aws::Structure
|
414
423
|
end
|
415
424
|
|
@@ -446,6 +455,7 @@ module Aws::APIGateway
|
|
446
455
|
:base_path,
|
447
456
|
:rest_api_id,
|
448
457
|
:stage)
|
458
|
+
SENSITIVE = []
|
449
459
|
include Aws::Structure
|
450
460
|
end
|
451
461
|
|
@@ -469,6 +479,7 @@ module Aws::APIGateway
|
|
469
479
|
class BasePathMappings < Struct.new(
|
470
480
|
:position,
|
471
481
|
:items)
|
482
|
+
SENSITIVE = []
|
472
483
|
include Aws::Structure
|
473
484
|
end
|
474
485
|
|
@@ -511,6 +522,7 @@ module Aws::APIGateway
|
|
511
522
|
:deployment_id,
|
512
523
|
:stage_variable_overrides,
|
513
524
|
:use_stage_cache)
|
525
|
+
SENSITIVE = []
|
514
526
|
include Aws::Structure
|
515
527
|
end
|
516
528
|
|
@@ -565,6 +577,7 @@ module Aws::APIGateway
|
|
565
577
|
:created_date,
|
566
578
|
:expiration_date,
|
567
579
|
:tags)
|
580
|
+
SENSITIVE = []
|
568
581
|
include Aws::Structure
|
569
582
|
end
|
570
583
|
|
@@ -588,6 +601,7 @@ module Aws::APIGateway
|
|
588
601
|
class ClientCertificates < Struct.new(
|
589
602
|
:position,
|
590
603
|
:items)
|
604
|
+
SENSITIVE = []
|
591
605
|
include Aws::Structure
|
592
606
|
end
|
593
607
|
|
@@ -599,6 +613,7 @@ module Aws::APIGateway
|
|
599
613
|
#
|
600
614
|
class ConflictException < Struct.new(
|
601
615
|
:message)
|
616
|
+
SENSITIVE = []
|
602
617
|
include Aws::Structure
|
603
618
|
end
|
604
619
|
|
@@ -672,6 +687,7 @@ module Aws::APIGateway
|
|
672
687
|
:stage_keys,
|
673
688
|
:customer_id,
|
674
689
|
:tags)
|
690
|
+
SENSITIVE = []
|
675
691
|
include Aws::Structure
|
676
692
|
end
|
677
693
|
|
@@ -795,6 +811,7 @@ module Aws::APIGateway
|
|
795
811
|
:identity_source,
|
796
812
|
:identity_validation_expression,
|
797
813
|
:authorizer_result_ttl_in_seconds)
|
814
|
+
SENSITIVE = []
|
798
815
|
include Aws::Structure
|
799
816
|
end
|
800
817
|
|
@@ -837,6 +854,7 @@ module Aws::APIGateway
|
|
837
854
|
:base_path,
|
838
855
|
:rest_api_id,
|
839
856
|
:stage)
|
857
|
+
SENSITIVE = []
|
840
858
|
include Aws::Structure
|
841
859
|
end
|
842
860
|
|
@@ -920,6 +938,7 @@ module Aws::APIGateway
|
|
920
938
|
:variables,
|
921
939
|
:canary_settings,
|
922
940
|
:tracing_enabled)
|
941
|
+
SENSITIVE = []
|
923
942
|
include Aws::Structure
|
924
943
|
end
|
925
944
|
|
@@ -960,6 +979,7 @@ module Aws::APIGateway
|
|
960
979
|
:rest_api_id,
|
961
980
|
:location,
|
962
981
|
:properties)
|
982
|
+
SENSITIVE = []
|
963
983
|
include Aws::Structure
|
964
984
|
end
|
965
985
|
|
@@ -996,6 +1016,7 @@ module Aws::APIGateway
|
|
996
1016
|
:documentation_version,
|
997
1017
|
:stage_name,
|
998
1018
|
:description)
|
1019
|
+
SENSITIVE = []
|
999
1020
|
include Aws::Structure
|
1000
1021
|
end
|
1001
1022
|
|
@@ -1099,6 +1120,7 @@ module Aws::APIGateway
|
|
1099
1120
|
:endpoint_configuration,
|
1100
1121
|
:tags,
|
1101
1122
|
:security_policy)
|
1123
|
+
SENSITIVE = []
|
1102
1124
|
include Aws::Structure
|
1103
1125
|
end
|
1104
1126
|
|
@@ -1147,6 +1169,7 @@ module Aws::APIGateway
|
|
1147
1169
|
:description,
|
1148
1170
|
:schema,
|
1149
1171
|
:content_type)
|
1172
|
+
SENSITIVE = []
|
1150
1173
|
include Aws::Structure
|
1151
1174
|
end
|
1152
1175
|
|
@@ -1186,6 +1209,7 @@ module Aws::APIGateway
|
|
1186
1209
|
:name,
|
1187
1210
|
:validate_request_body,
|
1188
1211
|
:validate_request_parameters)
|
1212
|
+
SENSITIVE = []
|
1189
1213
|
include Aws::Structure
|
1190
1214
|
end
|
1191
1215
|
|
@@ -1216,6 +1240,7 @@ module Aws::APIGateway
|
|
1216
1240
|
:rest_api_id,
|
1217
1241
|
:parent_id,
|
1218
1242
|
:path_part)
|
1243
|
+
SENSITIVE = []
|
1219
1244
|
include Aws::Structure
|
1220
1245
|
end
|
1221
1246
|
|
@@ -1307,6 +1332,7 @@ module Aws::APIGateway
|
|
1307
1332
|
:endpoint_configuration,
|
1308
1333
|
:policy,
|
1309
1334
|
:tags)
|
1335
|
+
SENSITIVE = []
|
1310
1336
|
include Aws::Structure
|
1311
1337
|
end
|
1312
1338
|
|
@@ -1404,6 +1430,7 @@ module Aws::APIGateway
|
|
1404
1430
|
:canary_settings,
|
1405
1431
|
:tracing_enabled,
|
1406
1432
|
:tags)
|
1433
|
+
SENSITIVE = []
|
1407
1434
|
include Aws::Structure
|
1408
1435
|
end
|
1409
1436
|
|
@@ -1439,6 +1466,7 @@ module Aws::APIGateway
|
|
1439
1466
|
:usage_plan_id,
|
1440
1467
|
:key_id,
|
1441
1468
|
:key_type)
|
1469
|
+
SENSITIVE = []
|
1442
1470
|
include Aws::Structure
|
1443
1471
|
end
|
1444
1472
|
|
@@ -1511,6 +1539,7 @@ module Aws::APIGateway
|
|
1511
1539
|
:throttle,
|
1512
1540
|
:quota,
|
1513
1541
|
:tags)
|
1542
|
+
SENSITIVE = []
|
1514
1543
|
include Aws::Structure
|
1515
1544
|
end
|
1516
1545
|
|
@@ -1556,6 +1585,7 @@ module Aws::APIGateway
|
|
1556
1585
|
:description,
|
1557
1586
|
:target_arns,
|
1558
1587
|
:tags)
|
1588
|
+
SENSITIVE = []
|
1559
1589
|
include Aws::Structure
|
1560
1590
|
end
|
1561
1591
|
|
@@ -1574,6 +1604,7 @@ module Aws::APIGateway
|
|
1574
1604
|
#
|
1575
1605
|
class DeleteApiKeyRequest < Struct.new(
|
1576
1606
|
:api_key)
|
1607
|
+
SENSITIVE = []
|
1577
1608
|
include Aws::Structure
|
1578
1609
|
end
|
1579
1610
|
|
@@ -1598,6 +1629,7 @@ module Aws::APIGateway
|
|
1598
1629
|
class DeleteAuthorizerRequest < Struct.new(
|
1599
1630
|
:rest_api_id,
|
1600
1631
|
:authorizer_id)
|
1632
|
+
SENSITIVE = []
|
1601
1633
|
include Aws::Structure
|
1602
1634
|
end
|
1603
1635
|
|
@@ -1626,6 +1658,7 @@ module Aws::APIGateway
|
|
1626
1658
|
class DeleteBasePathMappingRequest < Struct.new(
|
1627
1659
|
:domain_name,
|
1628
1660
|
:base_path)
|
1661
|
+
SENSITIVE = []
|
1629
1662
|
include Aws::Structure
|
1630
1663
|
end
|
1631
1664
|
|
@@ -1645,6 +1678,7 @@ module Aws::APIGateway
|
|
1645
1678
|
#
|
1646
1679
|
class DeleteClientCertificateRequest < Struct.new(
|
1647
1680
|
:client_certificate_id)
|
1681
|
+
SENSITIVE = []
|
1648
1682
|
include Aws::Structure
|
1649
1683
|
end
|
1650
1684
|
|
@@ -1669,6 +1703,7 @@ module Aws::APIGateway
|
|
1669
1703
|
class DeleteDeploymentRequest < Struct.new(
|
1670
1704
|
:rest_api_id,
|
1671
1705
|
:deployment_id)
|
1706
|
+
SENSITIVE = []
|
1672
1707
|
include Aws::Structure
|
1673
1708
|
end
|
1674
1709
|
|
@@ -1693,6 +1728,7 @@ module Aws::APIGateway
|
|
1693
1728
|
class DeleteDocumentationPartRequest < Struct.new(
|
1694
1729
|
:rest_api_id,
|
1695
1730
|
:documentation_part_id)
|
1731
|
+
SENSITIVE = []
|
1696
1732
|
include Aws::Structure
|
1697
1733
|
end
|
1698
1734
|
|
@@ -1718,6 +1754,7 @@ module Aws::APIGateway
|
|
1718
1754
|
class DeleteDocumentationVersionRequest < Struct.new(
|
1719
1755
|
:rest_api_id,
|
1720
1756
|
:documentation_version)
|
1757
|
+
SENSITIVE = []
|
1721
1758
|
include Aws::Structure
|
1722
1759
|
end
|
1723
1760
|
|
@@ -1736,6 +1773,7 @@ module Aws::APIGateway
|
|
1736
1773
|
#
|
1737
1774
|
class DeleteDomainNameRequest < Struct.new(
|
1738
1775
|
:domain_name)
|
1776
|
+
SENSITIVE = []
|
1739
1777
|
include Aws::Structure
|
1740
1778
|
end
|
1741
1779
|
|
@@ -1782,6 +1820,7 @@ module Aws::APIGateway
|
|
1782
1820
|
class DeleteGatewayResponseRequest < Struct.new(
|
1783
1821
|
:rest_api_id,
|
1784
1822
|
:response_type)
|
1823
|
+
SENSITIVE = []
|
1785
1824
|
include Aws::Structure
|
1786
1825
|
end
|
1787
1826
|
|
@@ -1813,6 +1852,7 @@ module Aws::APIGateway
|
|
1813
1852
|
:rest_api_id,
|
1814
1853
|
:resource_id,
|
1815
1854
|
:http_method)
|
1855
|
+
SENSITIVE = []
|
1816
1856
|
include Aws::Structure
|
1817
1857
|
end
|
1818
1858
|
|
@@ -1852,6 +1892,7 @@ module Aws::APIGateway
|
|
1852
1892
|
:resource_id,
|
1853
1893
|
:http_method,
|
1854
1894
|
:status_code)
|
1895
|
+
SENSITIVE = []
|
1855
1896
|
include Aws::Structure
|
1856
1897
|
end
|
1857
1898
|
|
@@ -1882,6 +1923,7 @@ module Aws::APIGateway
|
|
1882
1923
|
:rest_api_id,
|
1883
1924
|
:resource_id,
|
1884
1925
|
:http_method)
|
1926
|
+
SENSITIVE = []
|
1885
1927
|
include Aws::Structure
|
1886
1928
|
end
|
1887
1929
|
|
@@ -1920,6 +1962,7 @@ module Aws::APIGateway
|
|
1920
1962
|
:resource_id,
|
1921
1963
|
:http_method,
|
1922
1964
|
:status_code)
|
1965
|
+
SENSITIVE = []
|
1923
1966
|
include Aws::Structure
|
1924
1967
|
end
|
1925
1968
|
|
@@ -1944,6 +1987,7 @@ module Aws::APIGateway
|
|
1944
1987
|
class DeleteModelRequest < Struct.new(
|
1945
1988
|
:rest_api_id,
|
1946
1989
|
:model_name)
|
1990
|
+
SENSITIVE = []
|
1947
1991
|
include Aws::Structure
|
1948
1992
|
end
|
1949
1993
|
|
@@ -1968,6 +2012,7 @@ module Aws::APIGateway
|
|
1968
2012
|
class DeleteRequestValidatorRequest < Struct.new(
|
1969
2013
|
:rest_api_id,
|
1970
2014
|
:request_validator_id)
|
2015
|
+
SENSITIVE = []
|
1971
2016
|
include Aws::Structure
|
1972
2017
|
end
|
1973
2018
|
|
@@ -1992,6 +2037,7 @@ module Aws::APIGateway
|
|
1992
2037
|
class DeleteResourceRequest < Struct.new(
|
1993
2038
|
:rest_api_id,
|
1994
2039
|
:resource_id)
|
2040
|
+
SENSITIVE = []
|
1995
2041
|
include Aws::Structure
|
1996
2042
|
end
|
1997
2043
|
|
@@ -2010,6 +2056,7 @@ module Aws::APIGateway
|
|
2010
2056
|
#
|
2011
2057
|
class DeleteRestApiRequest < Struct.new(
|
2012
2058
|
:rest_api_id)
|
2059
|
+
SENSITIVE = []
|
2013
2060
|
include Aws::Structure
|
2014
2061
|
end
|
2015
2062
|
|
@@ -2034,6 +2081,7 @@ module Aws::APIGateway
|
|
2034
2081
|
class DeleteStageRequest < Struct.new(
|
2035
2082
|
:rest_api_id,
|
2036
2083
|
:stage_name)
|
2084
|
+
SENSITIVE = []
|
2037
2085
|
include Aws::Structure
|
2038
2086
|
end
|
2039
2087
|
|
@@ -2061,6 +2109,7 @@ module Aws::APIGateway
|
|
2061
2109
|
class DeleteUsagePlanKeyRequest < Struct.new(
|
2062
2110
|
:usage_plan_id,
|
2063
2111
|
:key_id)
|
2112
|
+
SENSITIVE = []
|
2064
2113
|
include Aws::Structure
|
2065
2114
|
end
|
2066
2115
|
|
@@ -2079,6 +2128,7 @@ module Aws::APIGateway
|
|
2079
2128
|
#
|
2080
2129
|
class DeleteUsagePlanRequest < Struct.new(
|
2081
2130
|
:usage_plan_id)
|
2131
|
+
SENSITIVE = []
|
2082
2132
|
include Aws::Structure
|
2083
2133
|
end
|
2084
2134
|
|
@@ -2098,6 +2148,7 @@ module Aws::APIGateway
|
|
2098
2148
|
#
|
2099
2149
|
class DeleteVpcLinkRequest < Struct.new(
|
2100
2150
|
:vpc_link_id)
|
2151
|
+
SENSITIVE = []
|
2101
2152
|
include Aws::Structure
|
2102
2153
|
end
|
2103
2154
|
|
@@ -2143,6 +2194,7 @@ module Aws::APIGateway
|
|
2143
2194
|
:description,
|
2144
2195
|
:created_date,
|
2145
2196
|
:api_summary)
|
2197
|
+
SENSITIVE = []
|
2146
2198
|
include Aws::Structure
|
2147
2199
|
end
|
2148
2200
|
|
@@ -2181,6 +2233,7 @@ module Aws::APIGateway
|
|
2181
2233
|
:percent_traffic,
|
2182
2234
|
:stage_variable_overrides,
|
2183
2235
|
:use_stage_cache)
|
2236
|
+
SENSITIVE = []
|
2184
2237
|
include Aws::Structure
|
2185
2238
|
end
|
2186
2239
|
|
@@ -2216,6 +2269,7 @@ module Aws::APIGateway
|
|
2216
2269
|
class Deployments < Struct.new(
|
2217
2270
|
:position,
|
2218
2271
|
:items)
|
2272
|
+
SENSITIVE = []
|
2219
2273
|
include Aws::Structure
|
2220
2274
|
end
|
2221
2275
|
|
@@ -2276,6 +2330,7 @@ module Aws::APIGateway
|
|
2276
2330
|
:id,
|
2277
2331
|
:location,
|
2278
2332
|
:properties)
|
2333
|
+
SENSITIVE = []
|
2279
2334
|
include Aws::Structure
|
2280
2335
|
end
|
2281
2336
|
|
@@ -2308,6 +2363,7 @@ module Aws::APIGateway
|
|
2308
2363
|
class DocumentationPartIds < Struct.new(
|
2309
2364
|
:ids,
|
2310
2365
|
:warnings)
|
2366
|
+
SENSITIVE = []
|
2311
2367
|
include Aws::Structure
|
2312
2368
|
end
|
2313
2369
|
|
@@ -2380,6 +2436,7 @@ module Aws::APIGateway
|
|
2380
2436
|
:method,
|
2381
2437
|
:status_code,
|
2382
2438
|
:name)
|
2439
|
+
SENSITIVE = []
|
2383
2440
|
include Aws::Structure
|
2384
2441
|
end
|
2385
2442
|
|
@@ -2405,6 +2462,7 @@ module Aws::APIGateway
|
|
2405
2462
|
class DocumentationParts < Struct.new(
|
2406
2463
|
:position,
|
2407
2464
|
:items)
|
2465
|
+
SENSITIVE = []
|
2408
2466
|
include Aws::Structure
|
2409
2467
|
end
|
2410
2468
|
|
@@ -2441,6 +2499,7 @@ module Aws::APIGateway
|
|
2441
2499
|
:version,
|
2442
2500
|
:created_date,
|
2443
2501
|
:description)
|
2502
|
+
SENSITIVE = []
|
2444
2503
|
include Aws::Structure
|
2445
2504
|
end
|
2446
2505
|
|
@@ -2470,6 +2529,7 @@ module Aws::APIGateway
|
|
2470
2529
|
class DocumentationVersions < Struct.new(
|
2471
2530
|
:position,
|
2472
2531
|
:items)
|
2532
|
+
SENSITIVE = []
|
2473
2533
|
include Aws::Structure
|
2474
2534
|
end
|
2475
2535
|
|
@@ -2617,6 +2677,7 @@ module Aws::APIGateway
|
|
2617
2677
|
:domain_name_status_message,
|
2618
2678
|
:security_policy,
|
2619
2679
|
:tags)
|
2680
|
+
SENSITIVE = []
|
2620
2681
|
include Aws::Structure
|
2621
2682
|
end
|
2622
2683
|
|
@@ -2640,6 +2701,7 @@ module Aws::APIGateway
|
|
2640
2701
|
class DomainNames < Struct.new(
|
2641
2702
|
:position,
|
2642
2703
|
:items)
|
2704
|
+
SENSITIVE = []
|
2643
2705
|
include Aws::Structure
|
2644
2706
|
end
|
2645
2707
|
|
@@ -2670,6 +2732,7 @@ module Aws::APIGateway
|
|
2670
2732
|
class EndpointConfiguration < Struct.new(
|
2671
2733
|
:types,
|
2672
2734
|
:vpc_endpoint_ids)
|
2735
|
+
SENSITIVE = []
|
2673
2736
|
include Aws::Structure
|
2674
2737
|
end
|
2675
2738
|
|
@@ -2693,6 +2756,7 @@ module Aws::APIGateway
|
|
2693
2756
|
:content_type,
|
2694
2757
|
:content_disposition,
|
2695
2758
|
:body)
|
2759
|
+
SENSITIVE = []
|
2696
2760
|
include Aws::Structure
|
2697
2761
|
end
|
2698
2762
|
|
@@ -2717,6 +2781,7 @@ module Aws::APIGateway
|
|
2717
2781
|
class FlushStageAuthorizersCacheRequest < Struct.new(
|
2718
2782
|
:rest_api_id,
|
2719
2783
|
:stage_name)
|
2784
|
+
SENSITIVE = []
|
2720
2785
|
include Aws::Structure
|
2721
2786
|
end
|
2722
2787
|
|
@@ -2741,6 +2806,7 @@ module Aws::APIGateway
|
|
2741
2806
|
class FlushStageCacheRequest < Struct.new(
|
2742
2807
|
:rest_api_id,
|
2743
2808
|
:stage_name)
|
2809
|
+
SENSITIVE = []
|
2744
2810
|
include Aws::Structure
|
2745
2811
|
end
|
2746
2812
|
|
@@ -2834,6 +2900,7 @@ module Aws::APIGateway
|
|
2834
2900
|
:response_parameters,
|
2835
2901
|
:response_templates,
|
2836
2902
|
:default_response)
|
2903
|
+
SENSITIVE = []
|
2837
2904
|
include Aws::Structure
|
2838
2905
|
end
|
2839
2906
|
|
@@ -2887,6 +2954,7 @@ module Aws::APIGateway
|
|
2887
2954
|
class GatewayResponses < Struct.new(
|
2888
2955
|
:position,
|
2889
2956
|
:items)
|
2957
|
+
SENSITIVE = []
|
2890
2958
|
include Aws::Structure
|
2891
2959
|
end
|
2892
2960
|
|
@@ -2915,6 +2983,7 @@ module Aws::APIGateway
|
|
2915
2983
|
class GenerateClientCertificateRequest < Struct.new(
|
2916
2984
|
:description,
|
2917
2985
|
:tags)
|
2986
|
+
SENSITIVE = []
|
2918
2987
|
include Aws::Structure
|
2919
2988
|
end
|
2920
2989
|
|
@@ -2947,6 +3016,7 @@ module Aws::APIGateway
|
|
2947
3016
|
class GetApiKeyRequest < Struct.new(
|
2948
3017
|
:api_key,
|
2949
3018
|
:include_value)
|
3019
|
+
SENSITIVE = []
|
2950
3020
|
include Aws::Structure
|
2951
3021
|
end
|
2952
3022
|
|
@@ -2992,6 +3062,7 @@ module Aws::APIGateway
|
|
2992
3062
|
:name_query,
|
2993
3063
|
:customer_id,
|
2994
3064
|
:include_values)
|
3065
|
+
SENSITIVE = []
|
2995
3066
|
include Aws::Structure
|
2996
3067
|
end
|
2997
3068
|
|
@@ -3016,6 +3087,7 @@ module Aws::APIGateway
|
|
3016
3087
|
class GetAuthorizerRequest < Struct.new(
|
3017
3088
|
:rest_api_id,
|
3018
3089
|
:authorizer_id)
|
3090
|
+
SENSITIVE = []
|
3019
3091
|
include Aws::Structure
|
3020
3092
|
end
|
3021
3093
|
|
@@ -3047,6 +3119,7 @@ module Aws::APIGateway
|
|
3047
3119
|
:rest_api_id,
|
3048
3120
|
:position,
|
3049
3121
|
:limit)
|
3122
|
+
SENSITIVE = []
|
3050
3123
|
include Aws::Structure
|
3051
3124
|
end
|
3052
3125
|
|
@@ -3076,6 +3149,7 @@ module Aws::APIGateway
|
|
3076
3149
|
class GetBasePathMappingRequest < Struct.new(
|
3077
3150
|
:domain_name,
|
3078
3151
|
:base_path)
|
3152
|
+
SENSITIVE = []
|
3079
3153
|
include Aws::Structure
|
3080
3154
|
end
|
3081
3155
|
|
@@ -3108,6 +3182,7 @@ module Aws::APIGateway
|
|
3108
3182
|
:domain_name,
|
3109
3183
|
:position,
|
3110
3184
|
:limit)
|
3185
|
+
SENSITIVE = []
|
3111
3186
|
include Aws::Structure
|
3112
3187
|
end
|
3113
3188
|
|
@@ -3128,6 +3203,7 @@ module Aws::APIGateway
|
|
3128
3203
|
#
|
3129
3204
|
class GetClientCertificateRequest < Struct.new(
|
3130
3205
|
:client_certificate_id)
|
3206
|
+
SENSITIVE = []
|
3131
3207
|
include Aws::Structure
|
3132
3208
|
end
|
3133
3209
|
|
@@ -3154,6 +3230,7 @@ module Aws::APIGateway
|
|
3154
3230
|
class GetClientCertificatesRequest < Struct.new(
|
3155
3231
|
:position,
|
3156
3232
|
:limit)
|
3233
|
+
SENSITIVE = []
|
3157
3234
|
include Aws::Structure
|
3158
3235
|
end
|
3159
3236
|
|
@@ -3195,6 +3272,7 @@ module Aws::APIGateway
|
|
3195
3272
|
:rest_api_id,
|
3196
3273
|
:deployment_id,
|
3197
3274
|
:embed)
|
3275
|
+
SENSITIVE = []
|
3198
3276
|
include Aws::Structure
|
3199
3277
|
end
|
3200
3278
|
|
@@ -3227,6 +3305,7 @@ module Aws::APIGateway
|
|
3227
3305
|
:rest_api_id,
|
3228
3306
|
:position,
|
3229
3307
|
:limit)
|
3308
|
+
SENSITIVE = []
|
3230
3309
|
include Aws::Structure
|
3231
3310
|
end
|
3232
3311
|
|
@@ -3251,6 +3330,7 @@ module Aws::APIGateway
|
|
3251
3330
|
class GetDocumentationPartRequest < Struct.new(
|
3252
3331
|
:rest_api_id,
|
3253
3332
|
:documentation_part_id)
|
3333
|
+
SENSITIVE = []
|
3254
3334
|
include Aws::Structure
|
3255
3335
|
end
|
3256
3336
|
|
@@ -3310,6 +3390,7 @@ module Aws::APIGateway
|
|
3310
3390
|
:position,
|
3311
3391
|
:limit,
|
3312
3392
|
:location_status)
|
3393
|
+
SENSITIVE = []
|
3313
3394
|
include Aws::Structure
|
3314
3395
|
end
|
3315
3396
|
|
@@ -3335,6 +3416,7 @@ module Aws::APIGateway
|
|
3335
3416
|
class GetDocumentationVersionRequest < Struct.new(
|
3336
3417
|
:rest_api_id,
|
3337
3418
|
:documentation_version)
|
3419
|
+
SENSITIVE = []
|
3338
3420
|
include Aws::Structure
|
3339
3421
|
end
|
3340
3422
|
|
@@ -3366,6 +3448,7 @@ module Aws::APIGateway
|
|
3366
3448
|
:rest_api_id,
|
3367
3449
|
:position,
|
3368
3450
|
:limit)
|
3451
|
+
SENSITIVE = []
|
3369
3452
|
include Aws::Structure
|
3370
3453
|
end
|
3371
3454
|
|
@@ -3384,6 +3467,7 @@ module Aws::APIGateway
|
|
3384
3467
|
#
|
3385
3468
|
class GetDomainNameRequest < Struct.new(
|
3386
3469
|
:domain_name)
|
3470
|
+
SENSITIVE = []
|
3387
3471
|
include Aws::Structure
|
3388
3472
|
end
|
3389
3473
|
|
@@ -3409,6 +3493,7 @@ module Aws::APIGateway
|
|
3409
3493
|
class GetDomainNamesRequest < Struct.new(
|
3410
3494
|
:position,
|
3411
3495
|
:limit)
|
3496
|
+
SENSITIVE = []
|
3412
3497
|
include Aws::Structure
|
3413
3498
|
end
|
3414
3499
|
|
@@ -3465,6 +3550,7 @@ module Aws::APIGateway
|
|
3465
3550
|
:export_type,
|
3466
3551
|
:parameters,
|
3467
3552
|
:accepts)
|
3553
|
+
SENSITIVE = []
|
3468
3554
|
include Aws::Structure
|
3469
3555
|
end
|
3470
3556
|
|
@@ -3511,6 +3597,7 @@ module Aws::APIGateway
|
|
3511
3597
|
class GetGatewayResponseRequest < Struct.new(
|
3512
3598
|
:rest_api_id,
|
3513
3599
|
:response_type)
|
3600
|
+
SENSITIVE = []
|
3514
3601
|
include Aws::Structure
|
3515
3602
|
end
|
3516
3603
|
|
@@ -3548,6 +3635,7 @@ module Aws::APIGateway
|
|
3548
3635
|
:rest_api_id,
|
3549
3636
|
:position,
|
3550
3637
|
:limit)
|
3638
|
+
SENSITIVE = []
|
3551
3639
|
include Aws::Structure
|
3552
3640
|
end
|
3553
3641
|
|
@@ -3579,6 +3667,7 @@ module Aws::APIGateway
|
|
3579
3667
|
:rest_api_id,
|
3580
3668
|
:resource_id,
|
3581
3669
|
:http_method)
|
3670
|
+
SENSITIVE = []
|
3582
3671
|
include Aws::Structure
|
3583
3672
|
end
|
3584
3673
|
|
@@ -3618,6 +3707,7 @@ module Aws::APIGateway
|
|
3618
3707
|
:resource_id,
|
3619
3708
|
:http_method,
|
3620
3709
|
:status_code)
|
3710
|
+
SENSITIVE = []
|
3621
3711
|
include Aws::Structure
|
3622
3712
|
end
|
3623
3713
|
|
@@ -3648,6 +3738,7 @@ module Aws::APIGateway
|
|
3648
3738
|
:rest_api_id,
|
3649
3739
|
:resource_id,
|
3650
3740
|
:http_method)
|
3741
|
+
SENSITIVE = []
|
3651
3742
|
include Aws::Structure
|
3652
3743
|
end
|
3653
3744
|
|
@@ -3685,6 +3776,7 @@ module Aws::APIGateway
|
|
3685
3776
|
:resource_id,
|
3686
3777
|
:http_method,
|
3687
3778
|
:status_code)
|
3779
|
+
SENSITIVE = []
|
3688
3780
|
include Aws::Structure
|
3689
3781
|
end
|
3690
3782
|
|
@@ -3718,6 +3810,7 @@ module Aws::APIGateway
|
|
3718
3810
|
:rest_api_id,
|
3719
3811
|
:model_name,
|
3720
3812
|
:flatten)
|
3813
|
+
SENSITIVE = []
|
3721
3814
|
include Aws::Structure
|
3722
3815
|
end
|
3723
3816
|
|
@@ -3743,6 +3836,7 @@ module Aws::APIGateway
|
|
3743
3836
|
class GetModelTemplateRequest < Struct.new(
|
3744
3837
|
:rest_api_id,
|
3745
3838
|
:model_name)
|
3839
|
+
SENSITIVE = []
|
3746
3840
|
include Aws::Structure
|
3747
3841
|
end
|
3748
3842
|
|
@@ -3774,6 +3868,7 @@ module Aws::APIGateway
|
|
3774
3868
|
:rest_api_id,
|
3775
3869
|
:position,
|
3776
3870
|
:limit)
|
3871
|
+
SENSITIVE = []
|
3777
3872
|
include Aws::Structure
|
3778
3873
|
end
|
3779
3874
|
|
@@ -3798,6 +3893,7 @@ module Aws::APIGateway
|
|
3798
3893
|
class GetRequestValidatorRequest < Struct.new(
|
3799
3894
|
:rest_api_id,
|
3800
3895
|
:request_validator_id)
|
3896
|
+
SENSITIVE = []
|
3801
3897
|
include Aws::Structure
|
3802
3898
|
end
|
3803
3899
|
|
@@ -3829,6 +3925,7 @@ module Aws::APIGateway
|
|
3829
3925
|
:rest_api_id,
|
3830
3926
|
:position,
|
3831
3927
|
:limit)
|
3928
|
+
SENSITIVE = []
|
3832
3929
|
include Aws::Structure
|
3833
3930
|
end
|
3834
3931
|
|
@@ -3865,6 +3962,7 @@ module Aws::APIGateway
|
|
3865
3962
|
:rest_api_id,
|
3866
3963
|
:resource_id,
|
3867
3964
|
:embed)
|
3965
|
+
SENSITIVE = []
|
3868
3966
|
include Aws::Structure
|
3869
3967
|
end
|
3870
3968
|
|
@@ -3908,6 +4006,7 @@ module Aws::APIGateway
|
|
3908
4006
|
:position,
|
3909
4007
|
:limit,
|
3910
4008
|
:embed)
|
4009
|
+
SENSITIVE = []
|
3911
4010
|
include Aws::Structure
|
3912
4011
|
end
|
3913
4012
|
|
@@ -3927,6 +4026,7 @@ module Aws::APIGateway
|
|
3927
4026
|
#
|
3928
4027
|
class GetRestApiRequest < Struct.new(
|
3929
4028
|
:rest_api_id)
|
4029
|
+
SENSITIVE = []
|
3930
4030
|
include Aws::Structure
|
3931
4031
|
end
|
3932
4032
|
|
@@ -3952,6 +4052,7 @@ module Aws::APIGateway
|
|
3952
4052
|
class GetRestApisRequest < Struct.new(
|
3953
4053
|
:position,
|
3954
4054
|
:limit)
|
4055
|
+
SENSITIVE = []
|
3955
4056
|
include Aws::Structure
|
3956
4057
|
end
|
3957
4058
|
|
@@ -3998,6 +4099,7 @@ module Aws::APIGateway
|
|
3998
4099
|
:stage_name,
|
3999
4100
|
:sdk_type,
|
4000
4101
|
:parameters)
|
4102
|
+
SENSITIVE = []
|
4001
4103
|
include Aws::Structure
|
4002
4104
|
end
|
4003
4105
|
|
@@ -4016,6 +4118,7 @@ module Aws::APIGateway
|
|
4016
4118
|
#
|
4017
4119
|
class GetSdkTypeRequest < Struct.new(
|
4018
4120
|
:id)
|
4121
|
+
SENSITIVE = []
|
4019
4122
|
include Aws::Structure
|
4020
4123
|
end
|
4021
4124
|
|
@@ -4041,6 +4144,7 @@ module Aws::APIGateway
|
|
4041
4144
|
class GetSdkTypesRequest < Struct.new(
|
4042
4145
|
:position,
|
4043
4146
|
:limit)
|
4147
|
+
SENSITIVE = []
|
4044
4148
|
include Aws::Structure
|
4045
4149
|
end
|
4046
4150
|
|
@@ -4066,6 +4170,7 @@ module Aws::APIGateway
|
|
4066
4170
|
class GetStageRequest < Struct.new(
|
4067
4171
|
:rest_api_id,
|
4068
4172
|
:stage_name)
|
4173
|
+
SENSITIVE = []
|
4069
4174
|
include Aws::Structure
|
4070
4175
|
end
|
4071
4176
|
|
@@ -4091,6 +4196,7 @@ module Aws::APIGateway
|
|
4091
4196
|
class GetStagesRequest < Struct.new(
|
4092
4197
|
:rest_api_id,
|
4093
4198
|
:deployment_id)
|
4199
|
+
SENSITIVE = []
|
4094
4200
|
include Aws::Structure
|
4095
4201
|
end
|
4096
4202
|
|
@@ -4123,6 +4229,7 @@ module Aws::APIGateway
|
|
4123
4229
|
:resource_arn,
|
4124
4230
|
:position,
|
4125
4231
|
:limit)
|
4232
|
+
SENSITIVE = []
|
4126
4233
|
include Aws::Structure
|
4127
4234
|
end
|
4128
4235
|
|
@@ -4150,6 +4257,7 @@ module Aws::APIGateway
|
|
4150
4257
|
class GetUsagePlanKeyRequest < Struct.new(
|
4151
4258
|
:usage_plan_id,
|
4152
4259
|
:key_id)
|
4260
|
+
SENSITIVE = []
|
4153
4261
|
include Aws::Structure
|
4154
4262
|
end
|
4155
4263
|
|
@@ -4191,6 +4299,7 @@ module Aws::APIGateway
|
|
4191
4299
|
:position,
|
4192
4300
|
:limit,
|
4193
4301
|
:name_query)
|
4302
|
+
SENSITIVE = []
|
4194
4303
|
include Aws::Structure
|
4195
4304
|
end
|
4196
4305
|
|
@@ -4210,6 +4319,7 @@ module Aws::APIGateway
|
|
4210
4319
|
#
|
4211
4320
|
class GetUsagePlanRequest < Struct.new(
|
4212
4321
|
:usage_plan_id)
|
4322
|
+
SENSITIVE = []
|
4213
4323
|
include Aws::Structure
|
4214
4324
|
end
|
4215
4325
|
|
@@ -4241,6 +4351,7 @@ module Aws::APIGateway
|
|
4241
4351
|
:position,
|
4242
4352
|
:key_id,
|
4243
4353
|
:limit)
|
4354
|
+
SENSITIVE = []
|
4244
4355
|
include Aws::Structure
|
4245
4356
|
end
|
4246
4357
|
|
@@ -4292,6 +4403,7 @@ module Aws::APIGateway
|
|
4292
4403
|
:end_date,
|
4293
4404
|
:position,
|
4294
4405
|
:limit)
|
4406
|
+
SENSITIVE = []
|
4295
4407
|
include Aws::Structure
|
4296
4408
|
end
|
4297
4409
|
|
@@ -4311,6 +4423,7 @@ module Aws::APIGateway
|
|
4311
4423
|
#
|
4312
4424
|
class GetVpcLinkRequest < Struct.new(
|
4313
4425
|
:vpc_link_id)
|
4426
|
+
SENSITIVE = []
|
4314
4427
|
include Aws::Structure
|
4315
4428
|
end
|
4316
4429
|
|
@@ -4337,6 +4450,7 @@ module Aws::APIGateway
|
|
4337
4450
|
class GetVpcLinksRequest < Struct.new(
|
4338
4451
|
:position,
|
4339
4452
|
:limit)
|
4453
|
+
SENSITIVE = []
|
4340
4454
|
include Aws::Structure
|
4341
4455
|
end
|
4342
4456
|
|
@@ -4375,6 +4489,7 @@ module Aws::APIGateway
|
|
4375
4489
|
:body,
|
4376
4490
|
:format,
|
4377
4491
|
:fail_on_warnings)
|
4492
|
+
SENSITIVE = []
|
4378
4493
|
include Aws::Structure
|
4379
4494
|
end
|
4380
4495
|
|
@@ -4418,6 +4533,7 @@ module Aws::APIGateway
|
|
4418
4533
|
:mode,
|
4419
4534
|
:fail_on_warnings,
|
4420
4535
|
:body)
|
4536
|
+
SENSITIVE = []
|
4421
4537
|
include Aws::Structure
|
4422
4538
|
end
|
4423
4539
|
|
@@ -4480,6 +4596,7 @@ module Aws::APIGateway
|
|
4480
4596
|
:fail_on_warnings,
|
4481
4597
|
:parameters,
|
4482
4598
|
:body)
|
4599
|
+
SENSITIVE = []
|
4483
4600
|
include Aws::Structure
|
4484
4601
|
end
|
4485
4602
|
|
@@ -4730,6 +4847,7 @@ module Aws::APIGateway
|
|
4730
4847
|
:cache_key_parameters,
|
4731
4848
|
:integration_responses,
|
4732
4849
|
:tls_config)
|
4850
|
+
SENSITIVE = []
|
4733
4851
|
include Aws::Structure
|
4734
4852
|
end
|
4735
4853
|
|
@@ -4805,6 +4923,7 @@ module Aws::APIGateway
|
|
4805
4923
|
:response_parameters,
|
4806
4924
|
:response_templates,
|
4807
4925
|
:content_handling)
|
4926
|
+
SENSITIVE = []
|
4808
4927
|
include Aws::Structure
|
4809
4928
|
end
|
4810
4929
|
|
@@ -4820,6 +4939,7 @@ module Aws::APIGateway
|
|
4820
4939
|
class LimitExceededException < Struct.new(
|
4821
4940
|
:retry_after_seconds,
|
4822
4941
|
:message)
|
4942
|
+
SENSITIVE = []
|
4823
4943
|
include Aws::Structure
|
4824
4944
|
end
|
4825
4945
|
|
@@ -5020,6 +5140,7 @@ module Aws::APIGateway
|
|
5020
5140
|
:method_responses,
|
5021
5141
|
:method_integration,
|
5022
5142
|
:authorization_scopes)
|
5143
|
+
SENSITIVE = []
|
5023
5144
|
include Aws::Structure
|
5024
5145
|
end
|
5025
5146
|
|
@@ -5092,6 +5213,7 @@ module Aws::APIGateway
|
|
5092
5213
|
:status_code,
|
5093
5214
|
:response_parameters,
|
5094
5215
|
:response_models)
|
5216
|
+
SENSITIVE = []
|
5095
5217
|
include Aws::Structure
|
5096
5218
|
end
|
5097
5219
|
|
@@ -5181,6 +5303,7 @@ module Aws::APIGateway
|
|
5181
5303
|
:cache_data_encrypted,
|
5182
5304
|
:require_authorization_for_cache_control,
|
5183
5305
|
:unauthorized_cache_control_header_strategy)
|
5306
|
+
SENSITIVE = []
|
5184
5307
|
include Aws::Structure
|
5185
5308
|
end
|
5186
5309
|
|
@@ -5201,6 +5324,7 @@ module Aws::APIGateway
|
|
5201
5324
|
class MethodSnapshot < Struct.new(
|
5202
5325
|
:authorization_type,
|
5203
5326
|
:api_key_required)
|
5327
|
+
SENSITIVE = []
|
5204
5328
|
include Aws::Structure
|
5205
5329
|
end
|
5206
5330
|
|
@@ -5262,6 +5386,7 @@ module Aws::APIGateway
|
|
5262
5386
|
:description,
|
5263
5387
|
:schema,
|
5264
5388
|
:content_type)
|
5389
|
+
SENSITIVE = []
|
5265
5390
|
include Aws::Structure
|
5266
5391
|
end
|
5267
5392
|
|
@@ -5285,6 +5410,7 @@ module Aws::APIGateway
|
|
5285
5410
|
class Models < Struct.new(
|
5286
5411
|
:position,
|
5287
5412
|
:items)
|
5413
|
+
SENSITIVE = []
|
5288
5414
|
include Aws::Structure
|
5289
5415
|
end
|
5290
5416
|
|
@@ -5296,6 +5422,7 @@ module Aws::APIGateway
|
|
5296
5422
|
#
|
5297
5423
|
class NotFoundException < Struct.new(
|
5298
5424
|
:message)
|
5425
|
+
SENSITIVE = []
|
5299
5426
|
include Aws::Structure
|
5300
5427
|
end
|
5301
5428
|
|
@@ -5366,6 +5493,7 @@ module Aws::APIGateway
|
|
5366
5493
|
:path,
|
5367
5494
|
:value,
|
5368
5495
|
:from)
|
5496
|
+
SENSITIVE = []
|
5369
5497
|
include Aws::Structure
|
5370
5498
|
end
|
5371
5499
|
|
@@ -5436,6 +5564,7 @@ module Aws::APIGateway
|
|
5436
5564
|
:status_code,
|
5437
5565
|
:response_parameters,
|
5438
5566
|
:response_templates)
|
5567
|
+
SENSITIVE = []
|
5439
5568
|
include Aws::Structure
|
5440
5569
|
end
|
5441
5570
|
|
@@ -5640,6 +5769,7 @@ module Aws::APIGateway
|
|
5640
5769
|
:content_handling,
|
5641
5770
|
:timeout_in_millis,
|
5642
5771
|
:tls_config)
|
5772
|
+
SENSITIVE = []
|
5643
5773
|
include Aws::Structure
|
5644
5774
|
end
|
5645
5775
|
|
@@ -5730,6 +5860,7 @@ module Aws::APIGateway
|
|
5730
5860
|
:response_parameters,
|
5731
5861
|
:response_templates,
|
5732
5862
|
:content_handling)
|
5863
|
+
SENSITIVE = []
|
5733
5864
|
include Aws::Structure
|
5734
5865
|
end
|
5735
5866
|
|
@@ -5840,6 +5971,7 @@ module Aws::APIGateway
|
|
5840
5971
|
:request_models,
|
5841
5972
|
:request_validator_id,
|
5842
5973
|
:authorization_scopes)
|
5974
|
+
SENSITIVE = []
|
5843
5975
|
include Aws::Structure
|
5844
5976
|
end
|
5845
5977
|
|
@@ -5908,6 +6040,7 @@ module Aws::APIGateway
|
|
5908
6040
|
:status_code,
|
5909
6041
|
:response_parameters,
|
5910
6042
|
:response_models)
|
6043
|
+
SENSITIVE = []
|
5911
6044
|
include Aws::Structure
|
5912
6045
|
end
|
5913
6046
|
|
@@ -5964,6 +6097,7 @@ module Aws::APIGateway
|
|
5964
6097
|
:fail_on_warnings,
|
5965
6098
|
:parameters,
|
5966
6099
|
:body)
|
6100
|
+
SENSITIVE = []
|
5967
6101
|
include Aws::Structure
|
5968
6102
|
end
|
5969
6103
|
|
@@ -5997,6 +6131,7 @@ module Aws::APIGateway
|
|
5997
6131
|
:limit,
|
5998
6132
|
:offset,
|
5999
6133
|
:period)
|
6134
|
+
SENSITIVE = []
|
6000
6135
|
include Aws::Structure
|
6001
6136
|
end
|
6002
6137
|
|
@@ -6043,6 +6178,7 @@ module Aws::APIGateway
|
|
6043
6178
|
:name,
|
6044
6179
|
:validate_request_body,
|
6045
6180
|
:validate_request_parameters)
|
6181
|
+
SENSITIVE = []
|
6046
6182
|
include Aws::Structure
|
6047
6183
|
end
|
6048
6184
|
|
@@ -6073,6 +6209,7 @@ module Aws::APIGateway
|
|
6073
6209
|
class RequestValidators < Struct.new(
|
6074
6210
|
:position,
|
6075
6211
|
:items)
|
6212
|
+
SENSITIVE = []
|
6076
6213
|
include Aws::Structure
|
6077
6214
|
end
|
6078
6215
|
|
@@ -6138,6 +6275,7 @@ module Aws::APIGateway
|
|
6138
6275
|
:path_part,
|
6139
6276
|
:path,
|
6140
6277
|
:resource_methods)
|
6278
|
+
SENSITIVE = []
|
6141
6279
|
include Aws::Structure
|
6142
6280
|
end
|
6143
6281
|
|
@@ -6161,6 +6299,7 @@ module Aws::APIGateway
|
|
6161
6299
|
class Resources < Struct.new(
|
6162
6300
|
:position,
|
6163
6301
|
:items)
|
6302
|
+
SENSITIVE = []
|
6164
6303
|
include Aws::Structure
|
6165
6304
|
end
|
6166
6305
|
|
@@ -6250,6 +6389,7 @@ module Aws::APIGateway
|
|
6250
6389
|
:endpoint_configuration,
|
6251
6390
|
:policy,
|
6252
6391
|
:tags)
|
6392
|
+
SENSITIVE = []
|
6253
6393
|
include Aws::Structure
|
6254
6394
|
end
|
6255
6395
|
|
@@ -6275,6 +6415,7 @@ module Aws::APIGateway
|
|
6275
6415
|
class RestApis < Struct.new(
|
6276
6416
|
:position,
|
6277
6417
|
:items)
|
6418
|
+
SENSITIVE = []
|
6278
6419
|
include Aws::Structure
|
6279
6420
|
end
|
6280
6421
|
|
@@ -6308,6 +6449,7 @@ module Aws::APIGateway
|
|
6308
6449
|
:description,
|
6309
6450
|
:required,
|
6310
6451
|
:default_value)
|
6452
|
+
SENSITIVE = []
|
6311
6453
|
include Aws::Structure
|
6312
6454
|
end
|
6313
6455
|
|
@@ -6330,6 +6472,7 @@ module Aws::APIGateway
|
|
6330
6472
|
:content_type,
|
6331
6473
|
:content_disposition,
|
6332
6474
|
:body)
|
6475
|
+
SENSITIVE = []
|
6333
6476
|
include Aws::Structure
|
6334
6477
|
end
|
6335
6478
|
|
@@ -6356,6 +6499,7 @@ module Aws::APIGateway
|
|
6356
6499
|
:friendly_name,
|
6357
6500
|
:description,
|
6358
6501
|
:configuration_properties)
|
6502
|
+
SENSITIVE = []
|
6359
6503
|
include Aws::Structure
|
6360
6504
|
end
|
6361
6505
|
|
@@ -6371,6 +6515,7 @@ module Aws::APIGateway
|
|
6371
6515
|
class SdkTypes < Struct.new(
|
6372
6516
|
:position,
|
6373
6517
|
:items)
|
6518
|
+
SENSITIVE = []
|
6374
6519
|
include Aws::Structure
|
6375
6520
|
end
|
6376
6521
|
|
@@ -6386,6 +6531,7 @@ module Aws::APIGateway
|
|
6386
6531
|
class ServiceUnavailableException < Struct.new(
|
6387
6532
|
:retry_after_seconds,
|
6388
6533
|
:message)
|
6534
|
+
SENSITIVE = []
|
6389
6535
|
include Aws::Structure
|
6390
6536
|
end
|
6391
6537
|
|
@@ -6497,6 +6643,7 @@ module Aws::APIGateway
|
|
6497
6643
|
:tags,
|
6498
6644
|
:created_date,
|
6499
6645
|
:last_updated_date)
|
6646
|
+
SENSITIVE = []
|
6500
6647
|
include Aws::Structure
|
6501
6648
|
end
|
6502
6649
|
|
@@ -6522,6 +6669,7 @@ module Aws::APIGateway
|
|
6522
6669
|
class StageKey < Struct.new(
|
6523
6670
|
:rest_api_id,
|
6524
6671
|
:stage_name)
|
6672
|
+
SENSITIVE = []
|
6525
6673
|
include Aws::Structure
|
6526
6674
|
end
|
6527
6675
|
|
@@ -6542,6 +6690,7 @@ module Aws::APIGateway
|
|
6542
6690
|
#
|
6543
6691
|
class Stages < Struct.new(
|
6544
6692
|
:item)
|
6693
|
+
SENSITIVE = []
|
6545
6694
|
include Aws::Structure
|
6546
6695
|
end
|
6547
6696
|
|
@@ -6571,6 +6720,7 @@ module Aws::APIGateway
|
|
6571
6720
|
class TagResourceRequest < Struct.new(
|
6572
6721
|
:resource_arn,
|
6573
6722
|
:tags)
|
6723
|
+
SENSITIVE = []
|
6574
6724
|
include Aws::Structure
|
6575
6725
|
end
|
6576
6726
|
|
@@ -6584,6 +6734,7 @@ module Aws::APIGateway
|
|
6584
6734
|
#
|
6585
6735
|
class Tags < Struct.new(
|
6586
6736
|
:tags)
|
6737
|
+
SENSITIVE = []
|
6587
6738
|
include Aws::Structure
|
6588
6739
|
end
|
6589
6740
|
|
@@ -6608,6 +6759,7 @@ module Aws::APIGateway
|
|
6608
6759
|
#
|
6609
6760
|
class Template < Struct.new(
|
6610
6761
|
:value)
|
6762
|
+
SENSITIVE = []
|
6611
6763
|
include Aws::Structure
|
6612
6764
|
end
|
6613
6765
|
|
@@ -6685,6 +6837,7 @@ module Aws::APIGateway
|
|
6685
6837
|
:body,
|
6686
6838
|
:stage_variables,
|
6687
6839
|
:additional_context)
|
6840
|
+
SENSITIVE = []
|
6688
6841
|
include Aws::Structure
|
6689
6842
|
end
|
6690
6843
|
|
@@ -6732,6 +6885,7 @@ module Aws::APIGateway
|
|
6732
6885
|
:policy,
|
6733
6886
|
:authorization,
|
6734
6887
|
:claims)
|
6888
|
+
SENSITIVE = []
|
6735
6889
|
include Aws::Structure
|
6736
6890
|
end
|
6737
6891
|
|
@@ -6811,6 +6965,7 @@ module Aws::APIGateway
|
|
6811
6965
|
:multi_value_headers,
|
6812
6966
|
:client_certificate_id,
|
6813
6967
|
:stage_variables)
|
6968
|
+
SENSITIVE = []
|
6814
6969
|
include Aws::Structure
|
6815
6970
|
end
|
6816
6971
|
|
@@ -6856,6 +7011,7 @@ module Aws::APIGateway
|
|
6856
7011
|
:multi_value_headers,
|
6857
7012
|
:log,
|
6858
7013
|
:latency)
|
7014
|
+
SENSITIVE = []
|
6859
7015
|
include Aws::Structure
|
6860
7016
|
end
|
6861
7017
|
|
@@ -6882,6 +7038,7 @@ module Aws::APIGateway
|
|
6882
7038
|
class ThrottleSettings < Struct.new(
|
6883
7039
|
:burst_limit,
|
6884
7040
|
:rate_limit)
|
7041
|
+
SENSITIVE = []
|
6885
7042
|
include Aws::Structure
|
6886
7043
|
end
|
6887
7044
|
|
@@ -6910,6 +7067,7 @@ module Aws::APIGateway
|
|
6910
7067
|
#
|
6911
7068
|
class TlsConfig < Struct.new(
|
6912
7069
|
:insecure_skip_verification)
|
7070
|
+
SENSITIVE = []
|
6913
7071
|
include Aws::Structure
|
6914
7072
|
end
|
6915
7073
|
|
@@ -6925,6 +7083,7 @@ module Aws::APIGateway
|
|
6925
7083
|
class TooManyRequestsException < Struct.new(
|
6926
7084
|
:retry_after_seconds,
|
6927
7085
|
:message)
|
7086
|
+
SENSITIVE = []
|
6928
7087
|
include Aws::Structure
|
6929
7088
|
end
|
6930
7089
|
|
@@ -6935,6 +7094,7 @@ module Aws::APIGateway
|
|
6935
7094
|
#
|
6936
7095
|
class UnauthorizedException < Struct.new(
|
6937
7096
|
:message)
|
7097
|
+
SENSITIVE = []
|
6938
7098
|
include Aws::Structure
|
6939
7099
|
end
|
6940
7100
|
|
@@ -6959,6 +7119,7 @@ module Aws::APIGateway
|
|
6959
7119
|
class UntagResourceRequest < Struct.new(
|
6960
7120
|
:resource_arn,
|
6961
7121
|
:tag_keys)
|
7122
|
+
SENSITIVE = []
|
6962
7123
|
include Aws::Structure
|
6963
7124
|
end
|
6964
7125
|
|
@@ -6986,6 +7147,7 @@ module Aws::APIGateway
|
|
6986
7147
|
#
|
6987
7148
|
class UpdateAccountRequest < Struct.new(
|
6988
7149
|
:patch_operations)
|
7150
|
+
SENSITIVE = []
|
6989
7151
|
include Aws::Structure
|
6990
7152
|
end
|
6991
7153
|
|
@@ -7018,6 +7180,7 @@ module Aws::APIGateway
|
|
7018
7180
|
class UpdateApiKeyRequest < Struct.new(
|
7019
7181
|
:api_key,
|
7020
7182
|
:patch_operations)
|
7183
|
+
SENSITIVE = []
|
7021
7184
|
include Aws::Structure
|
7022
7185
|
end
|
7023
7186
|
|
@@ -7056,6 +7219,7 @@ module Aws::APIGateway
|
|
7056
7219
|
:rest_api_id,
|
7057
7220
|
:authorizer_id,
|
7058
7221
|
:patch_operations)
|
7222
|
+
SENSITIVE = []
|
7059
7223
|
include Aws::Structure
|
7060
7224
|
end
|
7061
7225
|
|
@@ -7098,6 +7262,7 @@ module Aws::APIGateway
|
|
7098
7262
|
:domain_name,
|
7099
7263
|
:base_path,
|
7100
7264
|
:patch_operations)
|
7265
|
+
SENSITIVE = []
|
7101
7266
|
include Aws::Structure
|
7102
7267
|
end
|
7103
7268
|
|
@@ -7131,6 +7296,7 @@ module Aws::APIGateway
|
|
7131
7296
|
class UpdateClientCertificateRequest < Struct.new(
|
7132
7297
|
:client_certificate_id,
|
7133
7298
|
:patch_operations)
|
7299
|
+
SENSITIVE = []
|
7134
7300
|
include Aws::Structure
|
7135
7301
|
end
|
7136
7302
|
|
@@ -7171,6 +7337,7 @@ module Aws::APIGateway
|
|
7171
7337
|
:rest_api_id,
|
7172
7338
|
:deployment_id,
|
7173
7339
|
:patch_operations)
|
7340
|
+
SENSITIVE = []
|
7174
7341
|
include Aws::Structure
|
7175
7342
|
end
|
7176
7343
|
|
@@ -7209,6 +7376,7 @@ module Aws::APIGateway
|
|
7209
7376
|
:rest_api_id,
|
7210
7377
|
:documentation_part_id,
|
7211
7378
|
:patch_operations)
|
7379
|
+
SENSITIVE = []
|
7212
7380
|
include Aws::Structure
|
7213
7381
|
end
|
7214
7382
|
|
@@ -7248,6 +7416,7 @@ module Aws::APIGateway
|
|
7248
7416
|
:rest_api_id,
|
7249
7417
|
:documentation_version,
|
7250
7418
|
:patch_operations)
|
7419
|
+
SENSITIVE = []
|
7251
7420
|
include Aws::Structure
|
7252
7421
|
end
|
7253
7422
|
|
@@ -7280,6 +7449,7 @@ module Aws::APIGateway
|
|
7280
7449
|
class UpdateDomainNameRequest < Struct.new(
|
7281
7450
|
:domain_name,
|
7282
7451
|
:patch_operations)
|
7452
|
+
SENSITIVE = []
|
7283
7453
|
include Aws::Structure
|
7284
7454
|
end
|
7285
7455
|
|
@@ -7340,6 +7510,7 @@ module Aws::APIGateway
|
|
7340
7510
|
:rest_api_id,
|
7341
7511
|
:response_type,
|
7342
7512
|
:patch_operations)
|
7513
|
+
SENSITIVE = []
|
7343
7514
|
include Aws::Structure
|
7344
7515
|
end
|
7345
7516
|
|
@@ -7386,6 +7557,7 @@ module Aws::APIGateway
|
|
7386
7557
|
:resource_id,
|
7387
7558
|
:http_method,
|
7388
7559
|
:patch_operations)
|
7560
|
+
SENSITIVE = []
|
7389
7561
|
include Aws::Structure
|
7390
7562
|
end
|
7391
7563
|
|
@@ -7439,6 +7611,7 @@ module Aws::APIGateway
|
|
7439
7611
|
:http_method,
|
7440
7612
|
:status_code,
|
7441
7613
|
:patch_operations)
|
7614
|
+
SENSITIVE = []
|
7442
7615
|
include Aws::Structure
|
7443
7616
|
end
|
7444
7617
|
|
@@ -7483,6 +7656,7 @@ module Aws::APIGateway
|
|
7483
7656
|
:resource_id,
|
7484
7657
|
:http_method,
|
7485
7658
|
:patch_operations)
|
7659
|
+
SENSITIVE = []
|
7486
7660
|
include Aws::Structure
|
7487
7661
|
end
|
7488
7662
|
|
@@ -7534,6 +7708,7 @@ module Aws::APIGateway
|
|
7534
7708
|
:http_method,
|
7535
7709
|
:status_code,
|
7536
7710
|
:patch_operations)
|
7711
|
+
SENSITIVE = []
|
7537
7712
|
include Aws::Structure
|
7538
7713
|
end
|
7539
7714
|
|
@@ -7572,6 +7747,7 @@ module Aws::APIGateway
|
|
7572
7747
|
:rest_api_id,
|
7573
7748
|
:model_name,
|
7574
7749
|
:patch_operations)
|
7750
|
+
SENSITIVE = []
|
7575
7751
|
include Aws::Structure
|
7576
7752
|
end
|
7577
7753
|
|
@@ -7610,6 +7786,7 @@ module Aws::APIGateway
|
|
7610
7786
|
:rest_api_id,
|
7611
7787
|
:request_validator_id,
|
7612
7788
|
:patch_operations)
|
7789
|
+
SENSITIVE = []
|
7613
7790
|
include Aws::Structure
|
7614
7791
|
end
|
7615
7792
|
|
@@ -7648,6 +7825,7 @@ module Aws::APIGateway
|
|
7648
7825
|
:rest_api_id,
|
7649
7826
|
:resource_id,
|
7650
7827
|
:patch_operations)
|
7828
|
+
SENSITIVE = []
|
7651
7829
|
include Aws::Structure
|
7652
7830
|
end
|
7653
7831
|
|
@@ -7680,6 +7858,7 @@ module Aws::APIGateway
|
|
7680
7858
|
class UpdateRestApiRequest < Struct.new(
|
7681
7859
|
:rest_api_id,
|
7682
7860
|
:patch_operations)
|
7861
|
+
SENSITIVE = []
|
7683
7862
|
include Aws::Structure
|
7684
7863
|
end
|
7685
7864
|
|
@@ -7719,6 +7898,7 @@ module Aws::APIGateway
|
|
7719
7898
|
:rest_api_id,
|
7720
7899
|
:stage_name,
|
7721
7900
|
:patch_operations)
|
7901
|
+
SENSITIVE = []
|
7722
7902
|
include Aws::Structure
|
7723
7903
|
end
|
7724
7904
|
|
@@ -7751,6 +7931,7 @@ module Aws::APIGateway
|
|
7751
7931
|
class UpdateUsagePlanRequest < Struct.new(
|
7752
7932
|
:usage_plan_id,
|
7753
7933
|
:patch_operations)
|
7934
|
+
SENSITIVE = []
|
7754
7935
|
include Aws::Structure
|
7755
7936
|
end
|
7756
7937
|
|
@@ -7793,6 +7974,7 @@ module Aws::APIGateway
|
|
7793
7974
|
:usage_plan_id,
|
7794
7975
|
:key_id,
|
7795
7976
|
:patch_operations)
|
7977
|
+
SENSITIVE = []
|
7796
7978
|
include Aws::Structure
|
7797
7979
|
end
|
7798
7980
|
|
@@ -7826,6 +8008,7 @@ module Aws::APIGateway
|
|
7826
8008
|
class UpdateVpcLinkRequest < Struct.new(
|
7827
8009
|
:vpc_link_id,
|
7828
8010
|
:patch_operations)
|
8011
|
+
SENSITIVE = []
|
7829
8012
|
include Aws::Structure
|
7830
8013
|
end
|
7831
8014
|
|
@@ -7872,6 +8055,7 @@ module Aws::APIGateway
|
|
7872
8055
|
:end_date,
|
7873
8056
|
:position,
|
7874
8057
|
:items)
|
8058
|
+
SENSITIVE = []
|
7875
8059
|
include Aws::Structure
|
7876
8060
|
end
|
7877
8061
|
|
@@ -7937,6 +8121,7 @@ module Aws::APIGateway
|
|
7937
8121
|
:quota,
|
7938
8122
|
:product_code,
|
7939
8123
|
:tags)
|
8124
|
+
SENSITIVE = []
|
7940
8125
|
include Aws::Structure
|
7941
8126
|
end
|
7942
8127
|
|
@@ -7978,6 +8163,7 @@ module Aws::APIGateway
|
|
7978
8163
|
:type,
|
7979
8164
|
:value,
|
7980
8165
|
:name)
|
8166
|
+
SENSITIVE = []
|
7981
8167
|
include Aws::Structure
|
7982
8168
|
end
|
7983
8169
|
|
@@ -8002,6 +8188,7 @@ module Aws::APIGateway
|
|
8002
8188
|
class UsagePlanKeys < Struct.new(
|
8003
8189
|
:position,
|
8004
8190
|
:items)
|
8191
|
+
SENSITIVE = []
|
8005
8192
|
include Aws::Structure
|
8006
8193
|
end
|
8007
8194
|
|
@@ -8025,6 +8212,7 @@ module Aws::APIGateway
|
|
8025
8212
|
class UsagePlans < Struct.new(
|
8026
8213
|
:position,
|
8027
8214
|
:items)
|
8215
|
+
SENSITIVE = []
|
8028
8216
|
include Aws::Structure
|
8029
8217
|
end
|
8030
8218
|
|
@@ -8085,6 +8273,7 @@ module Aws::APIGateway
|
|
8085
8273
|
:status,
|
8086
8274
|
:status_message,
|
8087
8275
|
:tags)
|
8276
|
+
SENSITIVE = []
|
8088
8277
|
include Aws::Structure
|
8089
8278
|
end
|
8090
8279
|
|
@@ -8110,6 +8299,7 @@ module Aws::APIGateway
|
|
8110
8299
|
class VpcLinks < Struct.new(
|
8111
8300
|
:position,
|
8112
8301
|
:items)
|
8302
|
+
SENSITIVE = []
|
8113
8303
|
include Aws::Structure
|
8114
8304
|
end
|
8115
8305
|
|