aws-sdk-apigateway 1.41.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 +4 -4
- data/lib/aws-sdk-apigateway.rb +3 -1
- data/lib/aws-sdk-apigateway/client.rb +33 -6
- data/lib/aws-sdk-apigateway/client_api.rb +8 -0
- data/lib/aws-sdk-apigateway/customizations.rb +1 -0
- data/lib/aws-sdk-apigateway/errors.rb +2 -0
- data/lib/aws-sdk-apigateway/plugins/apply_content_type_header.rb +2 -0
- data/lib/aws-sdk-apigateway/resource.rb +2 -0
- data/lib/aws-sdk-apigateway/types.rb +247 -9
- metadata +4 -4
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
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-apigateway/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::APIGateway
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.47.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
require 'aws-sdk-apigateway/plugins/apply_content_type_header.rb'
|
@@ -70,6 +73,7 @@ module Aws::APIGateway
|
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
71
74
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
72
75
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
73
77
|
add_plugin(Aws::Plugins::SignatureV4)
|
74
78
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
75
79
|
add_plugin(Aws::APIGateway::Plugins::ApplyContentTypeHeader)
|
@@ -163,7 +167,7 @@ module Aws::APIGateway
|
|
163
167
|
# @option options [String] :endpoint
|
164
168
|
# The client endpoint is normally constructed from the `:region`
|
165
169
|
# option. You should only configure an `:endpoint` when connecting
|
166
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
170
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
167
171
|
#
|
168
172
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
169
173
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -1064,6 +1068,7 @@ module Aws::APIGateway
|
|
1064
1068
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].response_templates #=> Hash
|
1065
1069
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].response_templates["String"] #=> String
|
1066
1070
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
1071
|
+
# resp.resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
1067
1072
|
# resp.resource_methods["String"].authorization_scopes #=> Array
|
1068
1073
|
# resp.resource_methods["String"].authorization_scopes[0] #=> String
|
1069
1074
|
#
|
@@ -3147,6 +3152,7 @@ module Aws::APIGateway
|
|
3147
3152
|
# * {Types::Integration#cache_namespace #cache_namespace} => String
|
3148
3153
|
# * {Types::Integration#cache_key_parameters #cache_key_parameters} => Array<String>
|
3149
3154
|
# * {Types::Integration#integration_responses #integration_responses} => Hash<String,Types::IntegrationResponse>
|
3155
|
+
# * {Types::Integration#tls_config #tls_config} => Types::TlsConfig
|
3150
3156
|
#
|
3151
3157
|
# @example Request syntax with placeholder values
|
3152
3158
|
#
|
@@ -3182,6 +3188,7 @@ module Aws::APIGateway
|
|
3182
3188
|
# resp.integration_responses["String"].response_templates #=> Hash
|
3183
3189
|
# resp.integration_responses["String"].response_templates["String"] #=> String
|
3184
3190
|
# resp.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
3191
|
+
# resp.tls_config.insecure_skip_verification #=> Boolean
|
3185
3192
|
#
|
3186
3193
|
# @overload get_integration(params = {})
|
3187
3194
|
# @param [Hash] params ({})
|
@@ -3316,6 +3323,7 @@ module Aws::APIGateway
|
|
3316
3323
|
# resp.method_integration.integration_responses["String"].response_templates #=> Hash
|
3317
3324
|
# resp.method_integration.integration_responses["String"].response_templates["String"] #=> String
|
3318
3325
|
# resp.method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
3326
|
+
# resp.method_integration.tls_config.insecure_skip_verification #=> Boolean
|
3319
3327
|
# resp.authorization_scopes #=> Array
|
3320
3328
|
# resp.authorization_scopes[0] #=> String
|
3321
3329
|
#
|
@@ -3646,6 +3654,7 @@ module Aws::APIGateway
|
|
3646
3654
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].response_templates #=> Hash
|
3647
3655
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].response_templates["String"] #=> String
|
3648
3656
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
3657
|
+
# resp.resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
3649
3658
|
# resp.resource_methods["String"].authorization_scopes #=> Array
|
3650
3659
|
# resp.resource_methods["String"].authorization_scopes[0] #=> String
|
3651
3660
|
#
|
@@ -3742,6 +3751,7 @@ module Aws::APIGateway
|
|
3742
3751
|
# resp.items[0].resource_methods["String"].method_integration.integration_responses["String"].response_templates #=> Hash
|
3743
3752
|
# resp.items[0].resource_methods["String"].method_integration.integration_responses["String"].response_templates["String"] #=> String
|
3744
3753
|
# resp.items[0].resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
3754
|
+
# resp.items[0].resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
3745
3755
|
# resp.items[0].resource_methods["String"].authorization_scopes #=> Array
|
3746
3756
|
# resp.items[0].resource_methods["String"].authorization_scopes[0] #=> String
|
3747
3757
|
#
|
@@ -4636,7 +4646,7 @@ module Aws::APIGateway
|
|
4636
4646
|
# @option params [required, String, IO] :body
|
4637
4647
|
# \[Required\] The POST request body containing external API
|
4638
4648
|
# definitions. Currently, only OpenAPI definition JSON/YAML files are
|
4639
|
-
# supported. The maximum size of the API definition file is
|
4649
|
+
# supported. The maximum size of the API definition file is 6MB.
|
4640
4650
|
#
|
4641
4651
|
# @return [Types::RestApi] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4642
4652
|
#
|
@@ -4874,10 +4884,15 @@ module Aws::APIGateway
|
|
4874
4884
|
# the same 415 response.
|
4875
4885
|
#
|
4876
4886
|
# @option params [String] :cache_namespace
|
4877
|
-
#
|
4887
|
+
# Specifies a group of related cached parameters. By default, API
|
4888
|
+
# Gateway uses the resource ID as the `cacheNamespace`. You can specify
|
4889
|
+
# the same `cacheNamespace` across resources to return the same cached
|
4890
|
+
# data for requests to different resources.
|
4878
4891
|
#
|
4879
4892
|
# @option params [Array<String>] :cache_key_parameters
|
4880
|
-
#
|
4893
|
+
# A list of request parameters whose values API Gateway caches. To be
|
4894
|
+
# valid values for `cacheKeyParameters`, these parameters must also be
|
4895
|
+
# specified for Method `requestParameters`.
|
4881
4896
|
#
|
4882
4897
|
# @option params [String] :content_handling
|
4883
4898
|
# Specifies how to handle request payload content type conversions.
|
@@ -4899,6 +4914,8 @@ module Aws::APIGateway
|
|
4899
4914
|
# Custom timeout between 50 and 29,000 milliseconds. The default value
|
4900
4915
|
# is 29,000 milliseconds or 29 seconds.
|
4901
4916
|
#
|
4917
|
+
# @option params [Types::TlsConfig] :tls_config
|
4918
|
+
#
|
4902
4919
|
# @return [Types::Integration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4903
4920
|
#
|
4904
4921
|
# * {Types::Integration#type #type} => String
|
@@ -4915,6 +4932,7 @@ module Aws::APIGateway
|
|
4915
4932
|
# * {Types::Integration#cache_namespace #cache_namespace} => String
|
4916
4933
|
# * {Types::Integration#cache_key_parameters #cache_key_parameters} => Array<String>
|
4917
4934
|
# * {Types::Integration#integration_responses #integration_responses} => Hash<String,Types::IntegrationResponse>
|
4935
|
+
# * {Types::Integration#tls_config #tls_config} => Types::TlsConfig
|
4918
4936
|
#
|
4919
4937
|
# @example Request syntax with placeholder values
|
4920
4938
|
#
|
@@ -4939,6 +4957,9 @@ module Aws::APIGateway
|
|
4939
4957
|
# cache_key_parameters: ["String"],
|
4940
4958
|
# content_handling: "CONVERT_TO_BINARY", # accepts CONVERT_TO_BINARY, CONVERT_TO_TEXT
|
4941
4959
|
# timeout_in_millis: 1,
|
4960
|
+
# tls_config: {
|
4961
|
+
# insecure_skip_verification: false,
|
4962
|
+
# },
|
4942
4963
|
# })
|
4943
4964
|
#
|
4944
4965
|
# @example Response structure
|
@@ -4967,6 +4988,7 @@ module Aws::APIGateway
|
|
4967
4988
|
# resp.integration_responses["String"].response_templates #=> Hash
|
4968
4989
|
# resp.integration_responses["String"].response_templates["String"] #=> String
|
4969
4990
|
# resp.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
4991
|
+
# resp.tls_config.insecure_skip_verification #=> Boolean
|
4970
4992
|
#
|
4971
4993
|
# @overload put_integration(params = {})
|
4972
4994
|
# @param [Hash] params ({})
|
@@ -5206,6 +5228,7 @@ module Aws::APIGateway
|
|
5206
5228
|
# resp.method_integration.integration_responses["String"].response_templates #=> Hash
|
5207
5229
|
# resp.method_integration.integration_responses["String"].response_templates["String"] #=> String
|
5208
5230
|
# resp.method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
5231
|
+
# resp.method_integration.tls_config.insecure_skip_verification #=> Boolean
|
5209
5232
|
# resp.authorization_scopes #=> Array
|
5210
5233
|
# resp.authorization_scopes[0] #=> String
|
5211
5234
|
#
|
@@ -5315,7 +5338,7 @@ module Aws::APIGateway
|
|
5315
5338
|
# @option params [required, String, IO] :body
|
5316
5339
|
# \[Required\] The PUT request body containing external API definitions.
|
5317
5340
|
# Currently, only OpenAPI definition JSON/YAML files are supported. The
|
5318
|
-
# maximum size of the API definition file is
|
5341
|
+
# maximum size of the API definition file is 6MB.
|
5319
5342
|
#
|
5320
5343
|
# @return [Types::RestApi] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5321
5344
|
#
|
@@ -6194,6 +6217,7 @@ module Aws::APIGateway
|
|
6194
6217
|
# * {Types::Integration#cache_namespace #cache_namespace} => String
|
6195
6218
|
# * {Types::Integration#cache_key_parameters #cache_key_parameters} => Array<String>
|
6196
6219
|
# * {Types::Integration#integration_responses #integration_responses} => Hash<String,Types::IntegrationResponse>
|
6220
|
+
# * {Types::Integration#tls_config #tls_config} => Types::TlsConfig
|
6197
6221
|
#
|
6198
6222
|
# @example Request syntax with placeholder values
|
6199
6223
|
#
|
@@ -6237,6 +6261,7 @@ module Aws::APIGateway
|
|
6237
6261
|
# resp.integration_responses["String"].response_templates #=> Hash
|
6238
6262
|
# resp.integration_responses["String"].response_templates["String"] #=> String
|
6239
6263
|
# resp.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
6264
|
+
# resp.tls_config.insecure_skip_verification #=> Boolean
|
6240
6265
|
#
|
6241
6266
|
# @overload update_integration(params = {})
|
6242
6267
|
# @param [Hash] params ({})
|
@@ -6395,6 +6420,7 @@ module Aws::APIGateway
|
|
6395
6420
|
# resp.method_integration.integration_responses["String"].response_templates #=> Hash
|
6396
6421
|
# resp.method_integration.integration_responses["String"].response_templates["String"] #=> String
|
6397
6422
|
# resp.method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
6423
|
+
# resp.method_integration.tls_config.insecure_skip_verification #=> Boolean
|
6398
6424
|
# resp.authorization_scopes #=> Array
|
6399
6425
|
# resp.authorization_scopes[0] #=> String
|
6400
6426
|
#
|
@@ -6641,6 +6667,7 @@ module Aws::APIGateway
|
|
6641
6667
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].response_templates #=> Hash
|
6642
6668
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].response_templates["String"] #=> String
|
6643
6669
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
6670
|
+
# resp.resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
6644
6671
|
# resp.resource_methods["String"].authorization_scopes #=> Array
|
6645
6672
|
# resp.resource_methods["String"].authorization_scopes[0] #=> String
|
6646
6673
|
#
|
@@ -6991,7 +7018,7 @@ module Aws::APIGateway
|
|
6991
7018
|
params: params,
|
6992
7019
|
config: config)
|
6993
7020
|
context[:gem_name] = 'aws-sdk-apigateway'
|
6994
|
-
context[:gem_version] = '1.
|
7021
|
+
context[:gem_version] = '1.47.0'
|
6995
7022
|
Seahorse::Client::Request.new(handlers, context)
|
6996
7023
|
end
|
6997
7024
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -236,6 +238,7 @@ module Aws::APIGateway
|
|
236
238
|
TestInvokeMethodResponse = Shapes::StructureShape.new(name: 'TestInvokeMethodResponse')
|
237
239
|
ThrottleSettings = Shapes::StructureShape.new(name: 'ThrottleSettings')
|
238
240
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
241
|
+
TlsConfig = Shapes::StructureShape.new(name: 'TlsConfig')
|
239
242
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
240
243
|
UnauthorizedCacheControlHeaderStrategy = Shapes::StringShape.new(name: 'UnauthorizedCacheControlHeaderStrategy')
|
241
244
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
@@ -915,6 +918,7 @@ module Aws::APIGateway
|
|
915
918
|
Integration.add_member(:cache_namespace, Shapes::ShapeRef.new(shape: String, location_name: "cacheNamespace"))
|
916
919
|
Integration.add_member(:cache_key_parameters, Shapes::ShapeRef.new(shape: ListOfString, location_name: "cacheKeyParameters"))
|
917
920
|
Integration.add_member(:integration_responses, Shapes::ShapeRef.new(shape: MapOfIntegrationResponse, location_name: "integrationResponses"))
|
921
|
+
Integration.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
918
922
|
Integration.struct_class = Types::Integration
|
919
923
|
|
920
924
|
IntegrationResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location_name: "statusCode"))
|
@@ -1092,6 +1096,7 @@ module Aws::APIGateway
|
|
1092
1096
|
PutIntegrationRequest.add_member(:cache_key_parameters, Shapes::ShapeRef.new(shape: ListOfString, location_name: "cacheKeyParameters"))
|
1093
1097
|
PutIntegrationRequest.add_member(:content_handling, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandling"))
|
1094
1098
|
PutIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "timeoutInMillis"))
|
1099
|
+
PutIntegrationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
1095
1100
|
PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
|
1096
1101
|
|
1097
1102
|
PutIntegrationResponseRequest.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "restapi_id"))
|
@@ -1284,6 +1289,9 @@ module Aws::APIGateway
|
|
1284
1289
|
ThrottleSettings.add_member(:rate_limit, Shapes::ShapeRef.new(shape: Double, location_name: "rateLimit"))
|
1285
1290
|
ThrottleSettings.struct_class = Types::ThrottleSettings
|
1286
1291
|
|
1292
|
+
TlsConfig.add_member(:insecure_skip_verification, Shapes::ShapeRef.new(shape: Boolean, location_name: "insecureSkipVerification"))
|
1293
|
+
TlsConfig.struct_class = Types::TlsConfig
|
1294
|
+
|
1287
1295
|
TooManyRequestsException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Retry-After"))
|
1288
1296
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1289
1297
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -31,6 +33,7 @@ module Aws::APIGateway
|
|
31
33
|
class AccessLogSettings < Struct.new(
|
32
34
|
:format,
|
33
35
|
:destination_arn)
|
36
|
+
SENSITIVE = []
|
34
37
|
include Aws::Structure
|
35
38
|
end
|
36
39
|
|
@@ -101,6 +104,7 @@ module Aws::APIGateway
|
|
101
104
|
:throttle_settings,
|
102
105
|
:features,
|
103
106
|
:api_key_version)
|
107
|
+
SENSITIVE = []
|
104
108
|
include Aws::Structure
|
105
109
|
end
|
106
110
|
|
@@ -171,6 +175,7 @@ module Aws::APIGateway
|
|
171
175
|
:last_updated_date,
|
172
176
|
:stage_keys,
|
173
177
|
:tags)
|
178
|
+
SENSITIVE = []
|
174
179
|
include Aws::Structure
|
175
180
|
end
|
176
181
|
|
@@ -187,6 +192,7 @@ module Aws::APIGateway
|
|
187
192
|
class ApiKeyIds < Struct.new(
|
188
193
|
:ids,
|
189
194
|
:warnings)
|
195
|
+
SENSITIVE = []
|
190
196
|
include Aws::Structure
|
191
197
|
end
|
192
198
|
|
@@ -217,6 +223,7 @@ module Aws::APIGateway
|
|
217
223
|
:warnings,
|
218
224
|
:position,
|
219
225
|
:items)
|
226
|
+
SENSITIVE = []
|
220
227
|
include Aws::Structure
|
221
228
|
end
|
222
229
|
|
@@ -253,6 +260,7 @@ module Aws::APIGateway
|
|
253
260
|
:api_id,
|
254
261
|
:stage,
|
255
262
|
:throttle)
|
263
|
+
SENSITIVE = []
|
256
264
|
include Aws::Structure
|
257
265
|
end
|
258
266
|
|
@@ -371,6 +379,7 @@ module Aws::APIGateway
|
|
371
379
|
:identity_source,
|
372
380
|
:identity_validation_expression,
|
373
381
|
:authorizer_result_ttl_in_seconds)
|
382
|
+
SENSITIVE = []
|
374
383
|
include Aws::Structure
|
375
384
|
end
|
376
385
|
|
@@ -396,6 +405,7 @@ module Aws::APIGateway
|
|
396
405
|
class Authorizers < Struct.new(
|
397
406
|
:position,
|
398
407
|
:items)
|
408
|
+
SENSITIVE = []
|
399
409
|
include Aws::Structure
|
400
410
|
end
|
401
411
|
|
@@ -408,6 +418,7 @@ module Aws::APIGateway
|
|
408
418
|
#
|
409
419
|
class BadRequestException < Struct.new(
|
410
420
|
:message)
|
421
|
+
SENSITIVE = []
|
411
422
|
include Aws::Structure
|
412
423
|
end
|
413
424
|
|
@@ -444,6 +455,7 @@ module Aws::APIGateway
|
|
444
455
|
:base_path,
|
445
456
|
:rest_api_id,
|
446
457
|
:stage)
|
458
|
+
SENSITIVE = []
|
447
459
|
include Aws::Structure
|
448
460
|
end
|
449
461
|
|
@@ -467,6 +479,7 @@ module Aws::APIGateway
|
|
467
479
|
class BasePathMappings < Struct.new(
|
468
480
|
:position,
|
469
481
|
:items)
|
482
|
+
SENSITIVE = []
|
470
483
|
include Aws::Structure
|
471
484
|
end
|
472
485
|
|
@@ -509,6 +522,7 @@ module Aws::APIGateway
|
|
509
522
|
:deployment_id,
|
510
523
|
:stage_variable_overrides,
|
511
524
|
:use_stage_cache)
|
525
|
+
SENSITIVE = []
|
512
526
|
include Aws::Structure
|
513
527
|
end
|
514
528
|
|
@@ -563,6 +577,7 @@ module Aws::APIGateway
|
|
563
577
|
:created_date,
|
564
578
|
:expiration_date,
|
565
579
|
:tags)
|
580
|
+
SENSITIVE = []
|
566
581
|
include Aws::Structure
|
567
582
|
end
|
568
583
|
|
@@ -586,6 +601,7 @@ module Aws::APIGateway
|
|
586
601
|
class ClientCertificates < Struct.new(
|
587
602
|
:position,
|
588
603
|
:items)
|
604
|
+
SENSITIVE = []
|
589
605
|
include Aws::Structure
|
590
606
|
end
|
591
607
|
|
@@ -597,6 +613,7 @@ module Aws::APIGateway
|
|
597
613
|
#
|
598
614
|
class ConflictException < Struct.new(
|
599
615
|
:message)
|
616
|
+
SENSITIVE = []
|
600
617
|
include Aws::Structure
|
601
618
|
end
|
602
619
|
|
@@ -670,6 +687,7 @@ module Aws::APIGateway
|
|
670
687
|
:stage_keys,
|
671
688
|
:customer_id,
|
672
689
|
:tags)
|
690
|
+
SENSITIVE = []
|
673
691
|
include Aws::Structure
|
674
692
|
end
|
675
693
|
|
@@ -793,6 +811,7 @@ module Aws::APIGateway
|
|
793
811
|
:identity_source,
|
794
812
|
:identity_validation_expression,
|
795
813
|
:authorizer_result_ttl_in_seconds)
|
814
|
+
SENSITIVE = []
|
796
815
|
include Aws::Structure
|
797
816
|
end
|
798
817
|
|
@@ -835,6 +854,7 @@ module Aws::APIGateway
|
|
835
854
|
:base_path,
|
836
855
|
:rest_api_id,
|
837
856
|
:stage)
|
857
|
+
SENSITIVE = []
|
838
858
|
include Aws::Structure
|
839
859
|
end
|
840
860
|
|
@@ -918,6 +938,7 @@ module Aws::APIGateway
|
|
918
938
|
:variables,
|
919
939
|
:canary_settings,
|
920
940
|
:tracing_enabled)
|
941
|
+
SENSITIVE = []
|
921
942
|
include Aws::Structure
|
922
943
|
end
|
923
944
|
|
@@ -958,6 +979,7 @@ module Aws::APIGateway
|
|
958
979
|
:rest_api_id,
|
959
980
|
:location,
|
960
981
|
:properties)
|
982
|
+
SENSITIVE = []
|
961
983
|
include Aws::Structure
|
962
984
|
end
|
963
985
|
|
@@ -994,6 +1016,7 @@ module Aws::APIGateway
|
|
994
1016
|
:documentation_version,
|
995
1017
|
:stage_name,
|
996
1018
|
:description)
|
1019
|
+
SENSITIVE = []
|
997
1020
|
include Aws::Structure
|
998
1021
|
end
|
999
1022
|
|
@@ -1097,6 +1120,7 @@ module Aws::APIGateway
|
|
1097
1120
|
:endpoint_configuration,
|
1098
1121
|
:tags,
|
1099
1122
|
:security_policy)
|
1123
|
+
SENSITIVE = []
|
1100
1124
|
include Aws::Structure
|
1101
1125
|
end
|
1102
1126
|
|
@@ -1145,6 +1169,7 @@ module Aws::APIGateway
|
|
1145
1169
|
:description,
|
1146
1170
|
:schema,
|
1147
1171
|
:content_type)
|
1172
|
+
SENSITIVE = []
|
1148
1173
|
include Aws::Structure
|
1149
1174
|
end
|
1150
1175
|
|
@@ -1184,6 +1209,7 @@ module Aws::APIGateway
|
|
1184
1209
|
:name,
|
1185
1210
|
:validate_request_body,
|
1186
1211
|
:validate_request_parameters)
|
1212
|
+
SENSITIVE = []
|
1187
1213
|
include Aws::Structure
|
1188
1214
|
end
|
1189
1215
|
|
@@ -1214,6 +1240,7 @@ module Aws::APIGateway
|
|
1214
1240
|
:rest_api_id,
|
1215
1241
|
:parent_id,
|
1216
1242
|
:path_part)
|
1243
|
+
SENSITIVE = []
|
1217
1244
|
include Aws::Structure
|
1218
1245
|
end
|
1219
1246
|
|
@@ -1305,6 +1332,7 @@ module Aws::APIGateway
|
|
1305
1332
|
:endpoint_configuration,
|
1306
1333
|
:policy,
|
1307
1334
|
:tags)
|
1335
|
+
SENSITIVE = []
|
1308
1336
|
include Aws::Structure
|
1309
1337
|
end
|
1310
1338
|
|
@@ -1402,6 +1430,7 @@ module Aws::APIGateway
|
|
1402
1430
|
:canary_settings,
|
1403
1431
|
:tracing_enabled,
|
1404
1432
|
:tags)
|
1433
|
+
SENSITIVE = []
|
1405
1434
|
include Aws::Structure
|
1406
1435
|
end
|
1407
1436
|
|
@@ -1437,6 +1466,7 @@ module Aws::APIGateway
|
|
1437
1466
|
:usage_plan_id,
|
1438
1467
|
:key_id,
|
1439
1468
|
:key_type)
|
1469
|
+
SENSITIVE = []
|
1440
1470
|
include Aws::Structure
|
1441
1471
|
end
|
1442
1472
|
|
@@ -1509,6 +1539,7 @@ module Aws::APIGateway
|
|
1509
1539
|
:throttle,
|
1510
1540
|
:quota,
|
1511
1541
|
:tags)
|
1542
|
+
SENSITIVE = []
|
1512
1543
|
include Aws::Structure
|
1513
1544
|
end
|
1514
1545
|
|
@@ -1554,6 +1585,7 @@ module Aws::APIGateway
|
|
1554
1585
|
:description,
|
1555
1586
|
:target_arns,
|
1556
1587
|
:tags)
|
1588
|
+
SENSITIVE = []
|
1557
1589
|
include Aws::Structure
|
1558
1590
|
end
|
1559
1591
|
|
@@ -1572,6 +1604,7 @@ module Aws::APIGateway
|
|
1572
1604
|
#
|
1573
1605
|
class DeleteApiKeyRequest < Struct.new(
|
1574
1606
|
:api_key)
|
1607
|
+
SENSITIVE = []
|
1575
1608
|
include Aws::Structure
|
1576
1609
|
end
|
1577
1610
|
|
@@ -1596,6 +1629,7 @@ module Aws::APIGateway
|
|
1596
1629
|
class DeleteAuthorizerRequest < Struct.new(
|
1597
1630
|
:rest_api_id,
|
1598
1631
|
:authorizer_id)
|
1632
|
+
SENSITIVE = []
|
1599
1633
|
include Aws::Structure
|
1600
1634
|
end
|
1601
1635
|
|
@@ -1624,6 +1658,7 @@ module Aws::APIGateway
|
|
1624
1658
|
class DeleteBasePathMappingRequest < Struct.new(
|
1625
1659
|
:domain_name,
|
1626
1660
|
:base_path)
|
1661
|
+
SENSITIVE = []
|
1627
1662
|
include Aws::Structure
|
1628
1663
|
end
|
1629
1664
|
|
@@ -1643,6 +1678,7 @@ module Aws::APIGateway
|
|
1643
1678
|
#
|
1644
1679
|
class DeleteClientCertificateRequest < Struct.new(
|
1645
1680
|
:client_certificate_id)
|
1681
|
+
SENSITIVE = []
|
1646
1682
|
include Aws::Structure
|
1647
1683
|
end
|
1648
1684
|
|
@@ -1667,6 +1703,7 @@ module Aws::APIGateway
|
|
1667
1703
|
class DeleteDeploymentRequest < Struct.new(
|
1668
1704
|
:rest_api_id,
|
1669
1705
|
:deployment_id)
|
1706
|
+
SENSITIVE = []
|
1670
1707
|
include Aws::Structure
|
1671
1708
|
end
|
1672
1709
|
|
@@ -1691,6 +1728,7 @@ module Aws::APIGateway
|
|
1691
1728
|
class DeleteDocumentationPartRequest < Struct.new(
|
1692
1729
|
:rest_api_id,
|
1693
1730
|
:documentation_part_id)
|
1731
|
+
SENSITIVE = []
|
1694
1732
|
include Aws::Structure
|
1695
1733
|
end
|
1696
1734
|
|
@@ -1716,6 +1754,7 @@ module Aws::APIGateway
|
|
1716
1754
|
class DeleteDocumentationVersionRequest < Struct.new(
|
1717
1755
|
:rest_api_id,
|
1718
1756
|
:documentation_version)
|
1757
|
+
SENSITIVE = []
|
1719
1758
|
include Aws::Structure
|
1720
1759
|
end
|
1721
1760
|
|
@@ -1734,6 +1773,7 @@ module Aws::APIGateway
|
|
1734
1773
|
#
|
1735
1774
|
class DeleteDomainNameRequest < Struct.new(
|
1736
1775
|
:domain_name)
|
1776
|
+
SENSITIVE = []
|
1737
1777
|
include Aws::Structure
|
1738
1778
|
end
|
1739
1779
|
|
@@ -1780,6 +1820,7 @@ module Aws::APIGateway
|
|
1780
1820
|
class DeleteGatewayResponseRequest < Struct.new(
|
1781
1821
|
:rest_api_id,
|
1782
1822
|
:response_type)
|
1823
|
+
SENSITIVE = []
|
1783
1824
|
include Aws::Structure
|
1784
1825
|
end
|
1785
1826
|
|
@@ -1811,6 +1852,7 @@ module Aws::APIGateway
|
|
1811
1852
|
:rest_api_id,
|
1812
1853
|
:resource_id,
|
1813
1854
|
:http_method)
|
1855
|
+
SENSITIVE = []
|
1814
1856
|
include Aws::Structure
|
1815
1857
|
end
|
1816
1858
|
|
@@ -1850,6 +1892,7 @@ module Aws::APIGateway
|
|
1850
1892
|
:resource_id,
|
1851
1893
|
:http_method,
|
1852
1894
|
:status_code)
|
1895
|
+
SENSITIVE = []
|
1853
1896
|
include Aws::Structure
|
1854
1897
|
end
|
1855
1898
|
|
@@ -1880,6 +1923,7 @@ module Aws::APIGateway
|
|
1880
1923
|
:rest_api_id,
|
1881
1924
|
:resource_id,
|
1882
1925
|
:http_method)
|
1926
|
+
SENSITIVE = []
|
1883
1927
|
include Aws::Structure
|
1884
1928
|
end
|
1885
1929
|
|
@@ -1918,6 +1962,7 @@ module Aws::APIGateway
|
|
1918
1962
|
:resource_id,
|
1919
1963
|
:http_method,
|
1920
1964
|
:status_code)
|
1965
|
+
SENSITIVE = []
|
1921
1966
|
include Aws::Structure
|
1922
1967
|
end
|
1923
1968
|
|
@@ -1942,6 +1987,7 @@ module Aws::APIGateway
|
|
1942
1987
|
class DeleteModelRequest < Struct.new(
|
1943
1988
|
:rest_api_id,
|
1944
1989
|
:model_name)
|
1990
|
+
SENSITIVE = []
|
1945
1991
|
include Aws::Structure
|
1946
1992
|
end
|
1947
1993
|
|
@@ -1966,6 +2012,7 @@ module Aws::APIGateway
|
|
1966
2012
|
class DeleteRequestValidatorRequest < Struct.new(
|
1967
2013
|
:rest_api_id,
|
1968
2014
|
:request_validator_id)
|
2015
|
+
SENSITIVE = []
|
1969
2016
|
include Aws::Structure
|
1970
2017
|
end
|
1971
2018
|
|
@@ -1990,6 +2037,7 @@ module Aws::APIGateway
|
|
1990
2037
|
class DeleteResourceRequest < Struct.new(
|
1991
2038
|
:rest_api_id,
|
1992
2039
|
:resource_id)
|
2040
|
+
SENSITIVE = []
|
1993
2041
|
include Aws::Structure
|
1994
2042
|
end
|
1995
2043
|
|
@@ -2008,6 +2056,7 @@ module Aws::APIGateway
|
|
2008
2056
|
#
|
2009
2057
|
class DeleteRestApiRequest < Struct.new(
|
2010
2058
|
:rest_api_id)
|
2059
|
+
SENSITIVE = []
|
2011
2060
|
include Aws::Structure
|
2012
2061
|
end
|
2013
2062
|
|
@@ -2032,6 +2081,7 @@ module Aws::APIGateway
|
|
2032
2081
|
class DeleteStageRequest < Struct.new(
|
2033
2082
|
:rest_api_id,
|
2034
2083
|
:stage_name)
|
2084
|
+
SENSITIVE = []
|
2035
2085
|
include Aws::Structure
|
2036
2086
|
end
|
2037
2087
|
|
@@ -2059,6 +2109,7 @@ module Aws::APIGateway
|
|
2059
2109
|
class DeleteUsagePlanKeyRequest < Struct.new(
|
2060
2110
|
:usage_plan_id,
|
2061
2111
|
:key_id)
|
2112
|
+
SENSITIVE = []
|
2062
2113
|
include Aws::Structure
|
2063
2114
|
end
|
2064
2115
|
|
@@ -2077,6 +2128,7 @@ module Aws::APIGateway
|
|
2077
2128
|
#
|
2078
2129
|
class DeleteUsagePlanRequest < Struct.new(
|
2079
2130
|
:usage_plan_id)
|
2131
|
+
SENSITIVE = []
|
2080
2132
|
include Aws::Structure
|
2081
2133
|
end
|
2082
2134
|
|
@@ -2096,6 +2148,7 @@ module Aws::APIGateway
|
|
2096
2148
|
#
|
2097
2149
|
class DeleteVpcLinkRequest < Struct.new(
|
2098
2150
|
:vpc_link_id)
|
2151
|
+
SENSITIVE = []
|
2099
2152
|
include Aws::Structure
|
2100
2153
|
end
|
2101
2154
|
|
@@ -2141,6 +2194,7 @@ module Aws::APIGateway
|
|
2141
2194
|
:description,
|
2142
2195
|
:created_date,
|
2143
2196
|
:api_summary)
|
2197
|
+
SENSITIVE = []
|
2144
2198
|
include Aws::Structure
|
2145
2199
|
end
|
2146
2200
|
|
@@ -2179,6 +2233,7 @@ module Aws::APIGateway
|
|
2179
2233
|
:percent_traffic,
|
2180
2234
|
:stage_variable_overrides,
|
2181
2235
|
:use_stage_cache)
|
2236
|
+
SENSITIVE = []
|
2182
2237
|
include Aws::Structure
|
2183
2238
|
end
|
2184
2239
|
|
@@ -2214,6 +2269,7 @@ module Aws::APIGateway
|
|
2214
2269
|
class Deployments < Struct.new(
|
2215
2270
|
:position,
|
2216
2271
|
:items)
|
2272
|
+
SENSITIVE = []
|
2217
2273
|
include Aws::Structure
|
2218
2274
|
end
|
2219
2275
|
|
@@ -2274,6 +2330,7 @@ module Aws::APIGateway
|
|
2274
2330
|
:id,
|
2275
2331
|
:location,
|
2276
2332
|
:properties)
|
2333
|
+
SENSITIVE = []
|
2277
2334
|
include Aws::Structure
|
2278
2335
|
end
|
2279
2336
|
|
@@ -2306,6 +2363,7 @@ module Aws::APIGateway
|
|
2306
2363
|
class DocumentationPartIds < Struct.new(
|
2307
2364
|
:ids,
|
2308
2365
|
:warnings)
|
2366
|
+
SENSITIVE = []
|
2309
2367
|
include Aws::Structure
|
2310
2368
|
end
|
2311
2369
|
|
@@ -2378,6 +2436,7 @@ module Aws::APIGateway
|
|
2378
2436
|
:method,
|
2379
2437
|
:status_code,
|
2380
2438
|
:name)
|
2439
|
+
SENSITIVE = []
|
2381
2440
|
include Aws::Structure
|
2382
2441
|
end
|
2383
2442
|
|
@@ -2403,6 +2462,7 @@ module Aws::APIGateway
|
|
2403
2462
|
class DocumentationParts < Struct.new(
|
2404
2463
|
:position,
|
2405
2464
|
:items)
|
2465
|
+
SENSITIVE = []
|
2406
2466
|
include Aws::Structure
|
2407
2467
|
end
|
2408
2468
|
|
@@ -2439,6 +2499,7 @@ module Aws::APIGateway
|
|
2439
2499
|
:version,
|
2440
2500
|
:created_date,
|
2441
2501
|
:description)
|
2502
|
+
SENSITIVE = []
|
2442
2503
|
include Aws::Structure
|
2443
2504
|
end
|
2444
2505
|
|
@@ -2468,6 +2529,7 @@ module Aws::APIGateway
|
|
2468
2529
|
class DocumentationVersions < Struct.new(
|
2469
2530
|
:position,
|
2470
2531
|
:items)
|
2532
|
+
SENSITIVE = []
|
2471
2533
|
include Aws::Structure
|
2472
2534
|
end
|
2473
2535
|
|
@@ -2615,6 +2677,7 @@ module Aws::APIGateway
|
|
2615
2677
|
:domain_name_status_message,
|
2616
2678
|
:security_policy,
|
2617
2679
|
:tags)
|
2680
|
+
SENSITIVE = []
|
2618
2681
|
include Aws::Structure
|
2619
2682
|
end
|
2620
2683
|
|
@@ -2638,6 +2701,7 @@ module Aws::APIGateway
|
|
2638
2701
|
class DomainNames < Struct.new(
|
2639
2702
|
:position,
|
2640
2703
|
:items)
|
2704
|
+
SENSITIVE = []
|
2641
2705
|
include Aws::Structure
|
2642
2706
|
end
|
2643
2707
|
|
@@ -2668,6 +2732,7 @@ module Aws::APIGateway
|
|
2668
2732
|
class EndpointConfiguration < Struct.new(
|
2669
2733
|
:types,
|
2670
2734
|
:vpc_endpoint_ids)
|
2735
|
+
SENSITIVE = []
|
2671
2736
|
include Aws::Structure
|
2672
2737
|
end
|
2673
2738
|
|
@@ -2691,6 +2756,7 @@ module Aws::APIGateway
|
|
2691
2756
|
:content_type,
|
2692
2757
|
:content_disposition,
|
2693
2758
|
:body)
|
2759
|
+
SENSITIVE = []
|
2694
2760
|
include Aws::Structure
|
2695
2761
|
end
|
2696
2762
|
|
@@ -2715,6 +2781,7 @@ module Aws::APIGateway
|
|
2715
2781
|
class FlushStageAuthorizersCacheRequest < Struct.new(
|
2716
2782
|
:rest_api_id,
|
2717
2783
|
:stage_name)
|
2784
|
+
SENSITIVE = []
|
2718
2785
|
include Aws::Structure
|
2719
2786
|
end
|
2720
2787
|
|
@@ -2739,6 +2806,7 @@ module Aws::APIGateway
|
|
2739
2806
|
class FlushStageCacheRequest < Struct.new(
|
2740
2807
|
:rest_api_id,
|
2741
2808
|
:stage_name)
|
2809
|
+
SENSITIVE = []
|
2742
2810
|
include Aws::Structure
|
2743
2811
|
end
|
2744
2812
|
|
@@ -2832,6 +2900,7 @@ module Aws::APIGateway
|
|
2832
2900
|
:response_parameters,
|
2833
2901
|
:response_templates,
|
2834
2902
|
:default_response)
|
2903
|
+
SENSITIVE = []
|
2835
2904
|
include Aws::Structure
|
2836
2905
|
end
|
2837
2906
|
|
@@ -2885,6 +2954,7 @@ module Aws::APIGateway
|
|
2885
2954
|
class GatewayResponses < Struct.new(
|
2886
2955
|
:position,
|
2887
2956
|
:items)
|
2957
|
+
SENSITIVE = []
|
2888
2958
|
include Aws::Structure
|
2889
2959
|
end
|
2890
2960
|
|
@@ -2913,6 +2983,7 @@ module Aws::APIGateway
|
|
2913
2983
|
class GenerateClientCertificateRequest < Struct.new(
|
2914
2984
|
:description,
|
2915
2985
|
:tags)
|
2986
|
+
SENSITIVE = []
|
2916
2987
|
include Aws::Structure
|
2917
2988
|
end
|
2918
2989
|
|
@@ -2945,6 +3016,7 @@ module Aws::APIGateway
|
|
2945
3016
|
class GetApiKeyRequest < Struct.new(
|
2946
3017
|
:api_key,
|
2947
3018
|
:include_value)
|
3019
|
+
SENSITIVE = []
|
2948
3020
|
include Aws::Structure
|
2949
3021
|
end
|
2950
3022
|
|
@@ -2990,6 +3062,7 @@ module Aws::APIGateway
|
|
2990
3062
|
:name_query,
|
2991
3063
|
:customer_id,
|
2992
3064
|
:include_values)
|
3065
|
+
SENSITIVE = []
|
2993
3066
|
include Aws::Structure
|
2994
3067
|
end
|
2995
3068
|
|
@@ -3014,6 +3087,7 @@ module Aws::APIGateway
|
|
3014
3087
|
class GetAuthorizerRequest < Struct.new(
|
3015
3088
|
:rest_api_id,
|
3016
3089
|
:authorizer_id)
|
3090
|
+
SENSITIVE = []
|
3017
3091
|
include Aws::Structure
|
3018
3092
|
end
|
3019
3093
|
|
@@ -3045,6 +3119,7 @@ module Aws::APIGateway
|
|
3045
3119
|
:rest_api_id,
|
3046
3120
|
:position,
|
3047
3121
|
:limit)
|
3122
|
+
SENSITIVE = []
|
3048
3123
|
include Aws::Structure
|
3049
3124
|
end
|
3050
3125
|
|
@@ -3074,6 +3149,7 @@ module Aws::APIGateway
|
|
3074
3149
|
class GetBasePathMappingRequest < Struct.new(
|
3075
3150
|
:domain_name,
|
3076
3151
|
:base_path)
|
3152
|
+
SENSITIVE = []
|
3077
3153
|
include Aws::Structure
|
3078
3154
|
end
|
3079
3155
|
|
@@ -3106,6 +3182,7 @@ module Aws::APIGateway
|
|
3106
3182
|
:domain_name,
|
3107
3183
|
:position,
|
3108
3184
|
:limit)
|
3185
|
+
SENSITIVE = []
|
3109
3186
|
include Aws::Structure
|
3110
3187
|
end
|
3111
3188
|
|
@@ -3126,6 +3203,7 @@ module Aws::APIGateway
|
|
3126
3203
|
#
|
3127
3204
|
class GetClientCertificateRequest < Struct.new(
|
3128
3205
|
:client_certificate_id)
|
3206
|
+
SENSITIVE = []
|
3129
3207
|
include Aws::Structure
|
3130
3208
|
end
|
3131
3209
|
|
@@ -3152,6 +3230,7 @@ module Aws::APIGateway
|
|
3152
3230
|
class GetClientCertificatesRequest < Struct.new(
|
3153
3231
|
:position,
|
3154
3232
|
:limit)
|
3233
|
+
SENSITIVE = []
|
3155
3234
|
include Aws::Structure
|
3156
3235
|
end
|
3157
3236
|
|
@@ -3193,6 +3272,7 @@ module Aws::APIGateway
|
|
3193
3272
|
:rest_api_id,
|
3194
3273
|
:deployment_id,
|
3195
3274
|
:embed)
|
3275
|
+
SENSITIVE = []
|
3196
3276
|
include Aws::Structure
|
3197
3277
|
end
|
3198
3278
|
|
@@ -3225,6 +3305,7 @@ module Aws::APIGateway
|
|
3225
3305
|
:rest_api_id,
|
3226
3306
|
:position,
|
3227
3307
|
:limit)
|
3308
|
+
SENSITIVE = []
|
3228
3309
|
include Aws::Structure
|
3229
3310
|
end
|
3230
3311
|
|
@@ -3249,6 +3330,7 @@ module Aws::APIGateway
|
|
3249
3330
|
class GetDocumentationPartRequest < Struct.new(
|
3250
3331
|
:rest_api_id,
|
3251
3332
|
:documentation_part_id)
|
3333
|
+
SENSITIVE = []
|
3252
3334
|
include Aws::Structure
|
3253
3335
|
end
|
3254
3336
|
|
@@ -3308,6 +3390,7 @@ module Aws::APIGateway
|
|
3308
3390
|
:position,
|
3309
3391
|
:limit,
|
3310
3392
|
:location_status)
|
3393
|
+
SENSITIVE = []
|
3311
3394
|
include Aws::Structure
|
3312
3395
|
end
|
3313
3396
|
|
@@ -3333,6 +3416,7 @@ module Aws::APIGateway
|
|
3333
3416
|
class GetDocumentationVersionRequest < Struct.new(
|
3334
3417
|
:rest_api_id,
|
3335
3418
|
:documentation_version)
|
3419
|
+
SENSITIVE = []
|
3336
3420
|
include Aws::Structure
|
3337
3421
|
end
|
3338
3422
|
|
@@ -3364,6 +3448,7 @@ module Aws::APIGateway
|
|
3364
3448
|
:rest_api_id,
|
3365
3449
|
:position,
|
3366
3450
|
:limit)
|
3451
|
+
SENSITIVE = []
|
3367
3452
|
include Aws::Structure
|
3368
3453
|
end
|
3369
3454
|
|
@@ -3382,6 +3467,7 @@ module Aws::APIGateway
|
|
3382
3467
|
#
|
3383
3468
|
class GetDomainNameRequest < Struct.new(
|
3384
3469
|
:domain_name)
|
3470
|
+
SENSITIVE = []
|
3385
3471
|
include Aws::Structure
|
3386
3472
|
end
|
3387
3473
|
|
@@ -3407,6 +3493,7 @@ module Aws::APIGateway
|
|
3407
3493
|
class GetDomainNamesRequest < Struct.new(
|
3408
3494
|
:position,
|
3409
3495
|
:limit)
|
3496
|
+
SENSITIVE = []
|
3410
3497
|
include Aws::Structure
|
3411
3498
|
end
|
3412
3499
|
|
@@ -3463,6 +3550,7 @@ module Aws::APIGateway
|
|
3463
3550
|
:export_type,
|
3464
3551
|
:parameters,
|
3465
3552
|
:accepts)
|
3553
|
+
SENSITIVE = []
|
3466
3554
|
include Aws::Structure
|
3467
3555
|
end
|
3468
3556
|
|
@@ -3509,6 +3597,7 @@ module Aws::APIGateway
|
|
3509
3597
|
class GetGatewayResponseRequest < Struct.new(
|
3510
3598
|
:rest_api_id,
|
3511
3599
|
:response_type)
|
3600
|
+
SENSITIVE = []
|
3512
3601
|
include Aws::Structure
|
3513
3602
|
end
|
3514
3603
|
|
@@ -3546,6 +3635,7 @@ module Aws::APIGateway
|
|
3546
3635
|
:rest_api_id,
|
3547
3636
|
:position,
|
3548
3637
|
:limit)
|
3638
|
+
SENSITIVE = []
|
3549
3639
|
include Aws::Structure
|
3550
3640
|
end
|
3551
3641
|
|
@@ -3577,6 +3667,7 @@ module Aws::APIGateway
|
|
3577
3667
|
:rest_api_id,
|
3578
3668
|
:resource_id,
|
3579
3669
|
:http_method)
|
3670
|
+
SENSITIVE = []
|
3580
3671
|
include Aws::Structure
|
3581
3672
|
end
|
3582
3673
|
|
@@ -3616,6 +3707,7 @@ module Aws::APIGateway
|
|
3616
3707
|
:resource_id,
|
3617
3708
|
:http_method,
|
3618
3709
|
:status_code)
|
3710
|
+
SENSITIVE = []
|
3619
3711
|
include Aws::Structure
|
3620
3712
|
end
|
3621
3713
|
|
@@ -3646,6 +3738,7 @@ module Aws::APIGateway
|
|
3646
3738
|
:rest_api_id,
|
3647
3739
|
:resource_id,
|
3648
3740
|
:http_method)
|
3741
|
+
SENSITIVE = []
|
3649
3742
|
include Aws::Structure
|
3650
3743
|
end
|
3651
3744
|
|
@@ -3683,6 +3776,7 @@ module Aws::APIGateway
|
|
3683
3776
|
:resource_id,
|
3684
3777
|
:http_method,
|
3685
3778
|
:status_code)
|
3779
|
+
SENSITIVE = []
|
3686
3780
|
include Aws::Structure
|
3687
3781
|
end
|
3688
3782
|
|
@@ -3716,6 +3810,7 @@ module Aws::APIGateway
|
|
3716
3810
|
:rest_api_id,
|
3717
3811
|
:model_name,
|
3718
3812
|
:flatten)
|
3813
|
+
SENSITIVE = []
|
3719
3814
|
include Aws::Structure
|
3720
3815
|
end
|
3721
3816
|
|
@@ -3741,6 +3836,7 @@ module Aws::APIGateway
|
|
3741
3836
|
class GetModelTemplateRequest < Struct.new(
|
3742
3837
|
:rest_api_id,
|
3743
3838
|
:model_name)
|
3839
|
+
SENSITIVE = []
|
3744
3840
|
include Aws::Structure
|
3745
3841
|
end
|
3746
3842
|
|
@@ -3772,6 +3868,7 @@ module Aws::APIGateway
|
|
3772
3868
|
:rest_api_id,
|
3773
3869
|
:position,
|
3774
3870
|
:limit)
|
3871
|
+
SENSITIVE = []
|
3775
3872
|
include Aws::Structure
|
3776
3873
|
end
|
3777
3874
|
|
@@ -3796,6 +3893,7 @@ module Aws::APIGateway
|
|
3796
3893
|
class GetRequestValidatorRequest < Struct.new(
|
3797
3894
|
:rest_api_id,
|
3798
3895
|
:request_validator_id)
|
3896
|
+
SENSITIVE = []
|
3799
3897
|
include Aws::Structure
|
3800
3898
|
end
|
3801
3899
|
|
@@ -3827,6 +3925,7 @@ module Aws::APIGateway
|
|
3827
3925
|
:rest_api_id,
|
3828
3926
|
:position,
|
3829
3927
|
:limit)
|
3928
|
+
SENSITIVE = []
|
3830
3929
|
include Aws::Structure
|
3831
3930
|
end
|
3832
3931
|
|
@@ -3863,6 +3962,7 @@ module Aws::APIGateway
|
|
3863
3962
|
:rest_api_id,
|
3864
3963
|
:resource_id,
|
3865
3964
|
:embed)
|
3965
|
+
SENSITIVE = []
|
3866
3966
|
include Aws::Structure
|
3867
3967
|
end
|
3868
3968
|
|
@@ -3906,6 +4006,7 @@ module Aws::APIGateway
|
|
3906
4006
|
:position,
|
3907
4007
|
:limit,
|
3908
4008
|
:embed)
|
4009
|
+
SENSITIVE = []
|
3909
4010
|
include Aws::Structure
|
3910
4011
|
end
|
3911
4012
|
|
@@ -3925,6 +4026,7 @@ module Aws::APIGateway
|
|
3925
4026
|
#
|
3926
4027
|
class GetRestApiRequest < Struct.new(
|
3927
4028
|
:rest_api_id)
|
4029
|
+
SENSITIVE = []
|
3928
4030
|
include Aws::Structure
|
3929
4031
|
end
|
3930
4032
|
|
@@ -3950,6 +4052,7 @@ module Aws::APIGateway
|
|
3950
4052
|
class GetRestApisRequest < Struct.new(
|
3951
4053
|
:position,
|
3952
4054
|
:limit)
|
4055
|
+
SENSITIVE = []
|
3953
4056
|
include Aws::Structure
|
3954
4057
|
end
|
3955
4058
|
|
@@ -3996,6 +4099,7 @@ module Aws::APIGateway
|
|
3996
4099
|
:stage_name,
|
3997
4100
|
:sdk_type,
|
3998
4101
|
:parameters)
|
4102
|
+
SENSITIVE = []
|
3999
4103
|
include Aws::Structure
|
4000
4104
|
end
|
4001
4105
|
|
@@ -4014,6 +4118,7 @@ module Aws::APIGateway
|
|
4014
4118
|
#
|
4015
4119
|
class GetSdkTypeRequest < Struct.new(
|
4016
4120
|
:id)
|
4121
|
+
SENSITIVE = []
|
4017
4122
|
include Aws::Structure
|
4018
4123
|
end
|
4019
4124
|
|
@@ -4039,6 +4144,7 @@ module Aws::APIGateway
|
|
4039
4144
|
class GetSdkTypesRequest < Struct.new(
|
4040
4145
|
:position,
|
4041
4146
|
:limit)
|
4147
|
+
SENSITIVE = []
|
4042
4148
|
include Aws::Structure
|
4043
4149
|
end
|
4044
4150
|
|
@@ -4064,6 +4170,7 @@ module Aws::APIGateway
|
|
4064
4170
|
class GetStageRequest < Struct.new(
|
4065
4171
|
:rest_api_id,
|
4066
4172
|
:stage_name)
|
4173
|
+
SENSITIVE = []
|
4067
4174
|
include Aws::Structure
|
4068
4175
|
end
|
4069
4176
|
|
@@ -4089,6 +4196,7 @@ module Aws::APIGateway
|
|
4089
4196
|
class GetStagesRequest < Struct.new(
|
4090
4197
|
:rest_api_id,
|
4091
4198
|
:deployment_id)
|
4199
|
+
SENSITIVE = []
|
4092
4200
|
include Aws::Structure
|
4093
4201
|
end
|
4094
4202
|
|
@@ -4121,6 +4229,7 @@ module Aws::APIGateway
|
|
4121
4229
|
:resource_arn,
|
4122
4230
|
:position,
|
4123
4231
|
:limit)
|
4232
|
+
SENSITIVE = []
|
4124
4233
|
include Aws::Structure
|
4125
4234
|
end
|
4126
4235
|
|
@@ -4148,6 +4257,7 @@ module Aws::APIGateway
|
|
4148
4257
|
class GetUsagePlanKeyRequest < Struct.new(
|
4149
4258
|
:usage_plan_id,
|
4150
4259
|
:key_id)
|
4260
|
+
SENSITIVE = []
|
4151
4261
|
include Aws::Structure
|
4152
4262
|
end
|
4153
4263
|
|
@@ -4189,6 +4299,7 @@ module Aws::APIGateway
|
|
4189
4299
|
:position,
|
4190
4300
|
:limit,
|
4191
4301
|
:name_query)
|
4302
|
+
SENSITIVE = []
|
4192
4303
|
include Aws::Structure
|
4193
4304
|
end
|
4194
4305
|
|
@@ -4208,6 +4319,7 @@ module Aws::APIGateway
|
|
4208
4319
|
#
|
4209
4320
|
class GetUsagePlanRequest < Struct.new(
|
4210
4321
|
:usage_plan_id)
|
4322
|
+
SENSITIVE = []
|
4211
4323
|
include Aws::Structure
|
4212
4324
|
end
|
4213
4325
|
|
@@ -4239,6 +4351,7 @@ module Aws::APIGateway
|
|
4239
4351
|
:position,
|
4240
4352
|
:key_id,
|
4241
4353
|
:limit)
|
4354
|
+
SENSITIVE = []
|
4242
4355
|
include Aws::Structure
|
4243
4356
|
end
|
4244
4357
|
|
@@ -4290,6 +4403,7 @@ module Aws::APIGateway
|
|
4290
4403
|
:end_date,
|
4291
4404
|
:position,
|
4292
4405
|
:limit)
|
4406
|
+
SENSITIVE = []
|
4293
4407
|
include Aws::Structure
|
4294
4408
|
end
|
4295
4409
|
|
@@ -4309,6 +4423,7 @@ module Aws::APIGateway
|
|
4309
4423
|
#
|
4310
4424
|
class GetVpcLinkRequest < Struct.new(
|
4311
4425
|
:vpc_link_id)
|
4426
|
+
SENSITIVE = []
|
4312
4427
|
include Aws::Structure
|
4313
4428
|
end
|
4314
4429
|
|
@@ -4335,6 +4450,7 @@ module Aws::APIGateway
|
|
4335
4450
|
class GetVpcLinksRequest < Struct.new(
|
4336
4451
|
:position,
|
4337
4452
|
:limit)
|
4453
|
+
SENSITIVE = []
|
4338
4454
|
include Aws::Structure
|
4339
4455
|
end
|
4340
4456
|
|
@@ -4373,6 +4489,7 @@ module Aws::APIGateway
|
|
4373
4489
|
:body,
|
4374
4490
|
:format,
|
4375
4491
|
:fail_on_warnings)
|
4492
|
+
SENSITIVE = []
|
4376
4493
|
include Aws::Structure
|
4377
4494
|
end
|
4378
4495
|
|
@@ -4416,6 +4533,7 @@ module Aws::APIGateway
|
|
4416
4533
|
:mode,
|
4417
4534
|
:fail_on_warnings,
|
4418
4535
|
:body)
|
4536
|
+
SENSITIVE = []
|
4419
4537
|
include Aws::Structure
|
4420
4538
|
end
|
4421
4539
|
|
@@ -4471,13 +4589,14 @@ module Aws::APIGateway
|
|
4471
4589
|
# @!attribute [rw] body
|
4472
4590
|
# \[Required\] The POST request body containing external API
|
4473
4591
|
# definitions. Currently, only OpenAPI definition JSON/YAML files are
|
4474
|
-
# supported. The maximum size of the API definition file is
|
4592
|
+
# supported. The maximum size of the API definition file is 6MB.
|
4475
4593
|
# @return [String]
|
4476
4594
|
#
|
4477
4595
|
class ImportRestApiRequest < Struct.new(
|
4478
4596
|
:fail_on_warnings,
|
4479
4597
|
:parameters,
|
4480
4598
|
:body)
|
4599
|
+
SENSITIVE = []
|
4481
4600
|
include Aws::Structure
|
4482
4601
|
end
|
4483
4602
|
|
@@ -4662,9 +4781,10 @@ module Aws::APIGateway
|
|
4662
4781
|
# @return [Integer]
|
4663
4782
|
#
|
4664
4783
|
# @!attribute [rw] cache_namespace
|
4665
|
-
#
|
4666
|
-
#
|
4667
|
-
#
|
4784
|
+
# Specifies a group of related cached parameters. By default, API
|
4785
|
+
# Gateway uses the resource ID as the `cacheNamespace`. You can
|
4786
|
+
# specify the same `cacheNamespace` across resources to return the
|
4787
|
+
# same cached data for requests to different resources.
|
4668
4788
|
# @return [String]
|
4669
4789
|
#
|
4670
4790
|
# @!attribute [rw] cache_key_parameters
|
@@ -4707,6 +4827,10 @@ module Aws::APIGateway
|
|
4707
4827
|
# [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-create-api.html
|
4708
4828
|
# @return [Hash<String,Types::IntegrationResponse>]
|
4709
4829
|
#
|
4830
|
+
# @!attribute [rw] tls_config
|
4831
|
+
# Specifies the TLS configuration for an integration.
|
4832
|
+
# @return [Types::TlsConfig]
|
4833
|
+
#
|
4710
4834
|
class Integration < Struct.new(
|
4711
4835
|
:type,
|
4712
4836
|
:http_method,
|
@@ -4721,7 +4845,9 @@ module Aws::APIGateway
|
|
4721
4845
|
:timeout_in_millis,
|
4722
4846
|
:cache_namespace,
|
4723
4847
|
:cache_key_parameters,
|
4724
|
-
:integration_responses
|
4848
|
+
:integration_responses,
|
4849
|
+
:tls_config)
|
4850
|
+
SENSITIVE = []
|
4725
4851
|
include Aws::Structure
|
4726
4852
|
end
|
4727
4853
|
|
@@ -4797,6 +4923,7 @@ module Aws::APIGateway
|
|
4797
4923
|
:response_parameters,
|
4798
4924
|
:response_templates,
|
4799
4925
|
:content_handling)
|
4926
|
+
SENSITIVE = []
|
4800
4927
|
include Aws::Structure
|
4801
4928
|
end
|
4802
4929
|
|
@@ -4812,6 +4939,7 @@ module Aws::APIGateway
|
|
4812
4939
|
class LimitExceededException < Struct.new(
|
4813
4940
|
:retry_after_seconds,
|
4814
4941
|
:message)
|
4942
|
+
SENSITIVE = []
|
4815
4943
|
include Aws::Structure
|
4816
4944
|
end
|
4817
4945
|
|
@@ -5012,6 +5140,7 @@ module Aws::APIGateway
|
|
5012
5140
|
:method_responses,
|
5013
5141
|
:method_integration,
|
5014
5142
|
:authorization_scopes)
|
5143
|
+
SENSITIVE = []
|
5015
5144
|
include Aws::Structure
|
5016
5145
|
end
|
5017
5146
|
|
@@ -5084,6 +5213,7 @@ module Aws::APIGateway
|
|
5084
5213
|
:status_code,
|
5085
5214
|
:response_parameters,
|
5086
5215
|
:response_models)
|
5216
|
+
SENSITIVE = []
|
5087
5217
|
include Aws::Structure
|
5088
5218
|
end
|
5089
5219
|
|
@@ -5173,6 +5303,7 @@ module Aws::APIGateway
|
|
5173
5303
|
:cache_data_encrypted,
|
5174
5304
|
:require_authorization_for_cache_control,
|
5175
5305
|
:unauthorized_cache_control_header_strategy)
|
5306
|
+
SENSITIVE = []
|
5176
5307
|
include Aws::Structure
|
5177
5308
|
end
|
5178
5309
|
|
@@ -5193,6 +5324,7 @@ module Aws::APIGateway
|
|
5193
5324
|
class MethodSnapshot < Struct.new(
|
5194
5325
|
:authorization_type,
|
5195
5326
|
:api_key_required)
|
5327
|
+
SENSITIVE = []
|
5196
5328
|
include Aws::Structure
|
5197
5329
|
end
|
5198
5330
|
|
@@ -5254,6 +5386,7 @@ module Aws::APIGateway
|
|
5254
5386
|
:description,
|
5255
5387
|
:schema,
|
5256
5388
|
:content_type)
|
5389
|
+
SENSITIVE = []
|
5257
5390
|
include Aws::Structure
|
5258
5391
|
end
|
5259
5392
|
|
@@ -5277,6 +5410,7 @@ module Aws::APIGateway
|
|
5277
5410
|
class Models < Struct.new(
|
5278
5411
|
:position,
|
5279
5412
|
:items)
|
5413
|
+
SENSITIVE = []
|
5280
5414
|
include Aws::Structure
|
5281
5415
|
end
|
5282
5416
|
|
@@ -5288,6 +5422,7 @@ module Aws::APIGateway
|
|
5288
5422
|
#
|
5289
5423
|
class NotFoundException < Struct.new(
|
5290
5424
|
:message)
|
5425
|
+
SENSITIVE = []
|
5291
5426
|
include Aws::Structure
|
5292
5427
|
end
|
5293
5428
|
|
@@ -5358,6 +5493,7 @@ module Aws::APIGateway
|
|
5358
5493
|
:path,
|
5359
5494
|
:value,
|
5360
5495
|
:from)
|
5496
|
+
SENSITIVE = []
|
5361
5497
|
include Aws::Structure
|
5362
5498
|
end
|
5363
5499
|
|
@@ -5428,6 +5564,7 @@ module Aws::APIGateway
|
|
5428
5564
|
:status_code,
|
5429
5565
|
:response_parameters,
|
5430
5566
|
:response_templates)
|
5567
|
+
SENSITIVE = []
|
5431
5568
|
include Aws::Structure
|
5432
5569
|
end
|
5433
5570
|
|
@@ -5457,6 +5594,9 @@ module Aws::APIGateway
|
|
5457
5594
|
# cache_key_parameters: ["String"],
|
5458
5595
|
# content_handling: "CONVERT_TO_BINARY", # accepts CONVERT_TO_BINARY, CONVERT_TO_TEXT
|
5459
5596
|
# timeout_in_millis: 1,
|
5597
|
+
# tls_config: {
|
5598
|
+
# insecure_skip_verification: false,
|
5599
|
+
# },
|
5460
5600
|
# }
|
5461
5601
|
#
|
5462
5602
|
# @!attribute [rw] rest_api_id
|
@@ -5574,11 +5714,16 @@ module Aws::APIGateway
|
|
5574
5714
|
# @return [String]
|
5575
5715
|
#
|
5576
5716
|
# @!attribute [rw] cache_namespace
|
5577
|
-
#
|
5717
|
+
# Specifies a group of related cached parameters. By default, API
|
5718
|
+
# Gateway uses the resource ID as the `cacheNamespace`. You can
|
5719
|
+
# specify the same `cacheNamespace` across resources to return the
|
5720
|
+
# same cached data for requests to different resources.
|
5578
5721
|
# @return [String]
|
5579
5722
|
#
|
5580
5723
|
# @!attribute [rw] cache_key_parameters
|
5581
|
-
#
|
5724
|
+
# A list of request parameters whose values API Gateway caches. To be
|
5725
|
+
# valid values for `cacheKeyParameters`, these parameters must also be
|
5726
|
+
# specified for Method `requestParameters`.
|
5582
5727
|
# @return [Array<String>]
|
5583
5728
|
#
|
5584
5729
|
# @!attribute [rw] content_handling
|
@@ -5603,6 +5748,9 @@ module Aws::APIGateway
|
|
5603
5748
|
# is 29,000 milliseconds or 29 seconds.
|
5604
5749
|
# @return [Integer]
|
5605
5750
|
#
|
5751
|
+
# @!attribute [rw] tls_config
|
5752
|
+
# @return [Types::TlsConfig]
|
5753
|
+
#
|
5606
5754
|
class PutIntegrationRequest < Struct.new(
|
5607
5755
|
:rest_api_id,
|
5608
5756
|
:resource_id,
|
@@ -5619,7 +5767,9 @@ module Aws::APIGateway
|
|
5619
5767
|
:cache_namespace,
|
5620
5768
|
:cache_key_parameters,
|
5621
5769
|
:content_handling,
|
5622
|
-
:timeout_in_millis
|
5770
|
+
:timeout_in_millis,
|
5771
|
+
:tls_config)
|
5772
|
+
SENSITIVE = []
|
5623
5773
|
include Aws::Structure
|
5624
5774
|
end
|
5625
5775
|
|
@@ -5710,6 +5860,7 @@ module Aws::APIGateway
|
|
5710
5860
|
:response_parameters,
|
5711
5861
|
:response_templates,
|
5712
5862
|
:content_handling)
|
5863
|
+
SENSITIVE = []
|
5713
5864
|
include Aws::Structure
|
5714
5865
|
end
|
5715
5866
|
|
@@ -5820,6 +5971,7 @@ module Aws::APIGateway
|
|
5820
5971
|
:request_models,
|
5821
5972
|
:request_validator_id,
|
5822
5973
|
:authorization_scopes)
|
5974
|
+
SENSITIVE = []
|
5823
5975
|
include Aws::Structure
|
5824
5976
|
end
|
5825
5977
|
|
@@ -5888,6 +6040,7 @@ module Aws::APIGateway
|
|
5888
6040
|
:status_code,
|
5889
6041
|
:response_parameters,
|
5890
6042
|
:response_models)
|
6043
|
+
SENSITIVE = []
|
5891
6044
|
include Aws::Structure
|
5892
6045
|
end
|
5893
6046
|
|
@@ -5935,7 +6088,7 @@ module Aws::APIGateway
|
|
5935
6088
|
# @!attribute [rw] body
|
5936
6089
|
# \[Required\] The PUT request body containing external API
|
5937
6090
|
# definitions. Currently, only OpenAPI definition JSON/YAML files are
|
5938
|
-
# supported. The maximum size of the API definition file is
|
6091
|
+
# supported. The maximum size of the API definition file is 6MB.
|
5939
6092
|
# @return [String]
|
5940
6093
|
#
|
5941
6094
|
class PutRestApiRequest < Struct.new(
|
@@ -5944,6 +6097,7 @@ module Aws::APIGateway
|
|
5944
6097
|
:fail_on_warnings,
|
5945
6098
|
:parameters,
|
5946
6099
|
:body)
|
6100
|
+
SENSITIVE = []
|
5947
6101
|
include Aws::Structure
|
5948
6102
|
end
|
5949
6103
|
|
@@ -5977,6 +6131,7 @@ module Aws::APIGateway
|
|
5977
6131
|
:limit,
|
5978
6132
|
:offset,
|
5979
6133
|
:period)
|
6134
|
+
SENSITIVE = []
|
5980
6135
|
include Aws::Structure
|
5981
6136
|
end
|
5982
6137
|
|
@@ -6023,6 +6178,7 @@ module Aws::APIGateway
|
|
6023
6178
|
:name,
|
6024
6179
|
:validate_request_body,
|
6025
6180
|
:validate_request_parameters)
|
6181
|
+
SENSITIVE = []
|
6026
6182
|
include Aws::Structure
|
6027
6183
|
end
|
6028
6184
|
|
@@ -6053,6 +6209,7 @@ module Aws::APIGateway
|
|
6053
6209
|
class RequestValidators < Struct.new(
|
6054
6210
|
:position,
|
6055
6211
|
:items)
|
6212
|
+
SENSITIVE = []
|
6056
6213
|
include Aws::Structure
|
6057
6214
|
end
|
6058
6215
|
|
@@ -6118,6 +6275,7 @@ module Aws::APIGateway
|
|
6118
6275
|
:path_part,
|
6119
6276
|
:path,
|
6120
6277
|
:resource_methods)
|
6278
|
+
SENSITIVE = []
|
6121
6279
|
include Aws::Structure
|
6122
6280
|
end
|
6123
6281
|
|
@@ -6141,6 +6299,7 @@ module Aws::APIGateway
|
|
6141
6299
|
class Resources < Struct.new(
|
6142
6300
|
:position,
|
6143
6301
|
:items)
|
6302
|
+
SENSITIVE = []
|
6144
6303
|
include Aws::Structure
|
6145
6304
|
end
|
6146
6305
|
|
@@ -6230,6 +6389,7 @@ module Aws::APIGateway
|
|
6230
6389
|
:endpoint_configuration,
|
6231
6390
|
:policy,
|
6232
6391
|
:tags)
|
6392
|
+
SENSITIVE = []
|
6233
6393
|
include Aws::Structure
|
6234
6394
|
end
|
6235
6395
|
|
@@ -6255,6 +6415,7 @@ module Aws::APIGateway
|
|
6255
6415
|
class RestApis < Struct.new(
|
6256
6416
|
:position,
|
6257
6417
|
:items)
|
6418
|
+
SENSITIVE = []
|
6258
6419
|
include Aws::Structure
|
6259
6420
|
end
|
6260
6421
|
|
@@ -6288,6 +6449,7 @@ module Aws::APIGateway
|
|
6288
6449
|
:description,
|
6289
6450
|
:required,
|
6290
6451
|
:default_value)
|
6452
|
+
SENSITIVE = []
|
6291
6453
|
include Aws::Structure
|
6292
6454
|
end
|
6293
6455
|
|
@@ -6310,6 +6472,7 @@ module Aws::APIGateway
|
|
6310
6472
|
:content_type,
|
6311
6473
|
:content_disposition,
|
6312
6474
|
:body)
|
6475
|
+
SENSITIVE = []
|
6313
6476
|
include Aws::Structure
|
6314
6477
|
end
|
6315
6478
|
|
@@ -6336,6 +6499,7 @@ module Aws::APIGateway
|
|
6336
6499
|
:friendly_name,
|
6337
6500
|
:description,
|
6338
6501
|
:configuration_properties)
|
6502
|
+
SENSITIVE = []
|
6339
6503
|
include Aws::Structure
|
6340
6504
|
end
|
6341
6505
|
|
@@ -6351,6 +6515,7 @@ module Aws::APIGateway
|
|
6351
6515
|
class SdkTypes < Struct.new(
|
6352
6516
|
:position,
|
6353
6517
|
:items)
|
6518
|
+
SENSITIVE = []
|
6354
6519
|
include Aws::Structure
|
6355
6520
|
end
|
6356
6521
|
|
@@ -6366,6 +6531,7 @@ module Aws::APIGateway
|
|
6366
6531
|
class ServiceUnavailableException < Struct.new(
|
6367
6532
|
:retry_after_seconds,
|
6368
6533
|
:message)
|
6534
|
+
SENSITIVE = []
|
6369
6535
|
include Aws::Structure
|
6370
6536
|
end
|
6371
6537
|
|
@@ -6477,6 +6643,7 @@ module Aws::APIGateway
|
|
6477
6643
|
:tags,
|
6478
6644
|
:created_date,
|
6479
6645
|
:last_updated_date)
|
6646
|
+
SENSITIVE = []
|
6480
6647
|
include Aws::Structure
|
6481
6648
|
end
|
6482
6649
|
|
@@ -6502,6 +6669,7 @@ module Aws::APIGateway
|
|
6502
6669
|
class StageKey < Struct.new(
|
6503
6670
|
:rest_api_id,
|
6504
6671
|
:stage_name)
|
6672
|
+
SENSITIVE = []
|
6505
6673
|
include Aws::Structure
|
6506
6674
|
end
|
6507
6675
|
|
@@ -6522,6 +6690,7 @@ module Aws::APIGateway
|
|
6522
6690
|
#
|
6523
6691
|
class Stages < Struct.new(
|
6524
6692
|
:item)
|
6693
|
+
SENSITIVE = []
|
6525
6694
|
include Aws::Structure
|
6526
6695
|
end
|
6527
6696
|
|
@@ -6551,6 +6720,7 @@ module Aws::APIGateway
|
|
6551
6720
|
class TagResourceRequest < Struct.new(
|
6552
6721
|
:resource_arn,
|
6553
6722
|
:tags)
|
6723
|
+
SENSITIVE = []
|
6554
6724
|
include Aws::Structure
|
6555
6725
|
end
|
6556
6726
|
|
@@ -6564,6 +6734,7 @@ module Aws::APIGateway
|
|
6564
6734
|
#
|
6565
6735
|
class Tags < Struct.new(
|
6566
6736
|
:tags)
|
6737
|
+
SENSITIVE = []
|
6567
6738
|
include Aws::Structure
|
6568
6739
|
end
|
6569
6740
|
|
@@ -6588,6 +6759,7 @@ module Aws::APIGateway
|
|
6588
6759
|
#
|
6589
6760
|
class Template < Struct.new(
|
6590
6761
|
:value)
|
6762
|
+
SENSITIVE = []
|
6591
6763
|
include Aws::Structure
|
6592
6764
|
end
|
6593
6765
|
|
@@ -6665,6 +6837,7 @@ module Aws::APIGateway
|
|
6665
6837
|
:body,
|
6666
6838
|
:stage_variables,
|
6667
6839
|
:additional_context)
|
6840
|
+
SENSITIVE = []
|
6668
6841
|
include Aws::Structure
|
6669
6842
|
end
|
6670
6843
|
|
@@ -6712,6 +6885,7 @@ module Aws::APIGateway
|
|
6712
6885
|
:policy,
|
6713
6886
|
:authorization,
|
6714
6887
|
:claims)
|
6888
|
+
SENSITIVE = []
|
6715
6889
|
include Aws::Structure
|
6716
6890
|
end
|
6717
6891
|
|
@@ -6791,6 +6965,7 @@ module Aws::APIGateway
|
|
6791
6965
|
:multi_value_headers,
|
6792
6966
|
:client_certificate_id,
|
6793
6967
|
:stage_variables)
|
6968
|
+
SENSITIVE = []
|
6794
6969
|
include Aws::Structure
|
6795
6970
|
end
|
6796
6971
|
|
@@ -6836,6 +7011,7 @@ module Aws::APIGateway
|
|
6836
7011
|
:multi_value_headers,
|
6837
7012
|
:log,
|
6838
7013
|
:latency)
|
7014
|
+
SENSITIVE = []
|
6839
7015
|
include Aws::Structure
|
6840
7016
|
end
|
6841
7017
|
|
@@ -6862,6 +7038,36 @@ module Aws::APIGateway
|
|
6862
7038
|
class ThrottleSettings < Struct.new(
|
6863
7039
|
:burst_limit,
|
6864
7040
|
:rate_limit)
|
7041
|
+
SENSITIVE = []
|
7042
|
+
include Aws::Structure
|
7043
|
+
end
|
7044
|
+
|
7045
|
+
# @note When making an API call, you may pass TlsConfig
|
7046
|
+
# data as a hash:
|
7047
|
+
#
|
7048
|
+
# {
|
7049
|
+
# insecure_skip_verification: false,
|
7050
|
+
# }
|
7051
|
+
#
|
7052
|
+
# @!attribute [rw] insecure_skip_verification
|
7053
|
+
# Specifies whether or not API Gateway skips verification that the
|
7054
|
+
# certificate for an integration endpoint is issued by a [supported
|
7055
|
+
# certificate authority][1]. This isn’t recommended, but it enables
|
7056
|
+
# you to use certificates that are signed by private certificate
|
7057
|
+
# authorities, or certificates that are self-signed. If enabled, API
|
7058
|
+
# Gateway still performs basic certificate validation, which includes
|
7059
|
+
# checking the certificate's expiration date, hostname, and presence
|
7060
|
+
# of a root certificate authority. Supported only for `HTTP` and
|
7061
|
+
# `HTTP_PROXY` integrations.
|
7062
|
+
#
|
7063
|
+
#
|
7064
|
+
#
|
7065
|
+
# [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html
|
7066
|
+
# @return [Boolean]
|
7067
|
+
#
|
7068
|
+
class TlsConfig < Struct.new(
|
7069
|
+
:insecure_skip_verification)
|
7070
|
+
SENSITIVE = []
|
6865
7071
|
include Aws::Structure
|
6866
7072
|
end
|
6867
7073
|
|
@@ -6877,6 +7083,7 @@ module Aws::APIGateway
|
|
6877
7083
|
class TooManyRequestsException < Struct.new(
|
6878
7084
|
:retry_after_seconds,
|
6879
7085
|
:message)
|
7086
|
+
SENSITIVE = []
|
6880
7087
|
include Aws::Structure
|
6881
7088
|
end
|
6882
7089
|
|
@@ -6887,6 +7094,7 @@ module Aws::APIGateway
|
|
6887
7094
|
#
|
6888
7095
|
class UnauthorizedException < Struct.new(
|
6889
7096
|
:message)
|
7097
|
+
SENSITIVE = []
|
6890
7098
|
include Aws::Structure
|
6891
7099
|
end
|
6892
7100
|
|
@@ -6911,6 +7119,7 @@ module Aws::APIGateway
|
|
6911
7119
|
class UntagResourceRequest < Struct.new(
|
6912
7120
|
:resource_arn,
|
6913
7121
|
:tag_keys)
|
7122
|
+
SENSITIVE = []
|
6914
7123
|
include Aws::Structure
|
6915
7124
|
end
|
6916
7125
|
|
@@ -6938,6 +7147,7 @@ module Aws::APIGateway
|
|
6938
7147
|
#
|
6939
7148
|
class UpdateAccountRequest < Struct.new(
|
6940
7149
|
:patch_operations)
|
7150
|
+
SENSITIVE = []
|
6941
7151
|
include Aws::Structure
|
6942
7152
|
end
|
6943
7153
|
|
@@ -6970,6 +7180,7 @@ module Aws::APIGateway
|
|
6970
7180
|
class UpdateApiKeyRequest < Struct.new(
|
6971
7181
|
:api_key,
|
6972
7182
|
:patch_operations)
|
7183
|
+
SENSITIVE = []
|
6973
7184
|
include Aws::Structure
|
6974
7185
|
end
|
6975
7186
|
|
@@ -7008,6 +7219,7 @@ module Aws::APIGateway
|
|
7008
7219
|
:rest_api_id,
|
7009
7220
|
:authorizer_id,
|
7010
7221
|
:patch_operations)
|
7222
|
+
SENSITIVE = []
|
7011
7223
|
include Aws::Structure
|
7012
7224
|
end
|
7013
7225
|
|
@@ -7050,6 +7262,7 @@ module Aws::APIGateway
|
|
7050
7262
|
:domain_name,
|
7051
7263
|
:base_path,
|
7052
7264
|
:patch_operations)
|
7265
|
+
SENSITIVE = []
|
7053
7266
|
include Aws::Structure
|
7054
7267
|
end
|
7055
7268
|
|
@@ -7083,6 +7296,7 @@ module Aws::APIGateway
|
|
7083
7296
|
class UpdateClientCertificateRequest < Struct.new(
|
7084
7297
|
:client_certificate_id,
|
7085
7298
|
:patch_operations)
|
7299
|
+
SENSITIVE = []
|
7086
7300
|
include Aws::Structure
|
7087
7301
|
end
|
7088
7302
|
|
@@ -7123,6 +7337,7 @@ module Aws::APIGateway
|
|
7123
7337
|
:rest_api_id,
|
7124
7338
|
:deployment_id,
|
7125
7339
|
:patch_operations)
|
7340
|
+
SENSITIVE = []
|
7126
7341
|
include Aws::Structure
|
7127
7342
|
end
|
7128
7343
|
|
@@ -7161,6 +7376,7 @@ module Aws::APIGateway
|
|
7161
7376
|
:rest_api_id,
|
7162
7377
|
:documentation_part_id,
|
7163
7378
|
:patch_operations)
|
7379
|
+
SENSITIVE = []
|
7164
7380
|
include Aws::Structure
|
7165
7381
|
end
|
7166
7382
|
|
@@ -7200,6 +7416,7 @@ module Aws::APIGateway
|
|
7200
7416
|
:rest_api_id,
|
7201
7417
|
:documentation_version,
|
7202
7418
|
:patch_operations)
|
7419
|
+
SENSITIVE = []
|
7203
7420
|
include Aws::Structure
|
7204
7421
|
end
|
7205
7422
|
|
@@ -7232,6 +7449,7 @@ module Aws::APIGateway
|
|
7232
7449
|
class UpdateDomainNameRequest < Struct.new(
|
7233
7450
|
:domain_name,
|
7234
7451
|
:patch_operations)
|
7452
|
+
SENSITIVE = []
|
7235
7453
|
include Aws::Structure
|
7236
7454
|
end
|
7237
7455
|
|
@@ -7292,6 +7510,7 @@ module Aws::APIGateway
|
|
7292
7510
|
:rest_api_id,
|
7293
7511
|
:response_type,
|
7294
7512
|
:patch_operations)
|
7513
|
+
SENSITIVE = []
|
7295
7514
|
include Aws::Structure
|
7296
7515
|
end
|
7297
7516
|
|
@@ -7338,6 +7557,7 @@ module Aws::APIGateway
|
|
7338
7557
|
:resource_id,
|
7339
7558
|
:http_method,
|
7340
7559
|
:patch_operations)
|
7560
|
+
SENSITIVE = []
|
7341
7561
|
include Aws::Structure
|
7342
7562
|
end
|
7343
7563
|
|
@@ -7391,6 +7611,7 @@ module Aws::APIGateway
|
|
7391
7611
|
:http_method,
|
7392
7612
|
:status_code,
|
7393
7613
|
:patch_operations)
|
7614
|
+
SENSITIVE = []
|
7394
7615
|
include Aws::Structure
|
7395
7616
|
end
|
7396
7617
|
|
@@ -7435,6 +7656,7 @@ module Aws::APIGateway
|
|
7435
7656
|
:resource_id,
|
7436
7657
|
:http_method,
|
7437
7658
|
:patch_operations)
|
7659
|
+
SENSITIVE = []
|
7438
7660
|
include Aws::Structure
|
7439
7661
|
end
|
7440
7662
|
|
@@ -7486,6 +7708,7 @@ module Aws::APIGateway
|
|
7486
7708
|
:http_method,
|
7487
7709
|
:status_code,
|
7488
7710
|
:patch_operations)
|
7711
|
+
SENSITIVE = []
|
7489
7712
|
include Aws::Structure
|
7490
7713
|
end
|
7491
7714
|
|
@@ -7524,6 +7747,7 @@ module Aws::APIGateway
|
|
7524
7747
|
:rest_api_id,
|
7525
7748
|
:model_name,
|
7526
7749
|
:patch_operations)
|
7750
|
+
SENSITIVE = []
|
7527
7751
|
include Aws::Structure
|
7528
7752
|
end
|
7529
7753
|
|
@@ -7562,6 +7786,7 @@ module Aws::APIGateway
|
|
7562
7786
|
:rest_api_id,
|
7563
7787
|
:request_validator_id,
|
7564
7788
|
:patch_operations)
|
7789
|
+
SENSITIVE = []
|
7565
7790
|
include Aws::Structure
|
7566
7791
|
end
|
7567
7792
|
|
@@ -7600,6 +7825,7 @@ module Aws::APIGateway
|
|
7600
7825
|
:rest_api_id,
|
7601
7826
|
:resource_id,
|
7602
7827
|
:patch_operations)
|
7828
|
+
SENSITIVE = []
|
7603
7829
|
include Aws::Structure
|
7604
7830
|
end
|
7605
7831
|
|
@@ -7632,6 +7858,7 @@ module Aws::APIGateway
|
|
7632
7858
|
class UpdateRestApiRequest < Struct.new(
|
7633
7859
|
:rest_api_id,
|
7634
7860
|
:patch_operations)
|
7861
|
+
SENSITIVE = []
|
7635
7862
|
include Aws::Structure
|
7636
7863
|
end
|
7637
7864
|
|
@@ -7671,6 +7898,7 @@ module Aws::APIGateway
|
|
7671
7898
|
:rest_api_id,
|
7672
7899
|
:stage_name,
|
7673
7900
|
:patch_operations)
|
7901
|
+
SENSITIVE = []
|
7674
7902
|
include Aws::Structure
|
7675
7903
|
end
|
7676
7904
|
|
@@ -7703,6 +7931,7 @@ module Aws::APIGateway
|
|
7703
7931
|
class UpdateUsagePlanRequest < Struct.new(
|
7704
7932
|
:usage_plan_id,
|
7705
7933
|
:patch_operations)
|
7934
|
+
SENSITIVE = []
|
7706
7935
|
include Aws::Structure
|
7707
7936
|
end
|
7708
7937
|
|
@@ -7745,6 +7974,7 @@ module Aws::APIGateway
|
|
7745
7974
|
:usage_plan_id,
|
7746
7975
|
:key_id,
|
7747
7976
|
:patch_operations)
|
7977
|
+
SENSITIVE = []
|
7748
7978
|
include Aws::Structure
|
7749
7979
|
end
|
7750
7980
|
|
@@ -7778,6 +8008,7 @@ module Aws::APIGateway
|
|
7778
8008
|
class UpdateVpcLinkRequest < Struct.new(
|
7779
8009
|
:vpc_link_id,
|
7780
8010
|
:patch_operations)
|
8011
|
+
SENSITIVE = []
|
7781
8012
|
include Aws::Structure
|
7782
8013
|
end
|
7783
8014
|
|
@@ -7824,6 +8055,7 @@ module Aws::APIGateway
|
|
7824
8055
|
:end_date,
|
7825
8056
|
:position,
|
7826
8057
|
:items)
|
8058
|
+
SENSITIVE = []
|
7827
8059
|
include Aws::Structure
|
7828
8060
|
end
|
7829
8061
|
|
@@ -7889,6 +8121,7 @@ module Aws::APIGateway
|
|
7889
8121
|
:quota,
|
7890
8122
|
:product_code,
|
7891
8123
|
:tags)
|
8124
|
+
SENSITIVE = []
|
7892
8125
|
include Aws::Structure
|
7893
8126
|
end
|
7894
8127
|
|
@@ -7930,6 +8163,7 @@ module Aws::APIGateway
|
|
7930
8163
|
:type,
|
7931
8164
|
:value,
|
7932
8165
|
:name)
|
8166
|
+
SENSITIVE = []
|
7933
8167
|
include Aws::Structure
|
7934
8168
|
end
|
7935
8169
|
|
@@ -7954,6 +8188,7 @@ module Aws::APIGateway
|
|
7954
8188
|
class UsagePlanKeys < Struct.new(
|
7955
8189
|
:position,
|
7956
8190
|
:items)
|
8191
|
+
SENSITIVE = []
|
7957
8192
|
include Aws::Structure
|
7958
8193
|
end
|
7959
8194
|
|
@@ -7977,6 +8212,7 @@ module Aws::APIGateway
|
|
7977
8212
|
class UsagePlans < Struct.new(
|
7978
8213
|
:position,
|
7979
8214
|
:items)
|
8215
|
+
SENSITIVE = []
|
7980
8216
|
include Aws::Structure
|
7981
8217
|
end
|
7982
8218
|
|
@@ -8037,6 +8273,7 @@ module Aws::APIGateway
|
|
8037
8273
|
:status,
|
8038
8274
|
:status_message,
|
8039
8275
|
:tags)
|
8276
|
+
SENSITIVE = []
|
8040
8277
|
include Aws::Structure
|
8041
8278
|
end
|
8042
8279
|
|
@@ -8062,6 +8299,7 @@ module Aws::APIGateway
|
|
8062
8299
|
class VpcLinks < Struct.new(
|
8063
8300
|
:position,
|
8064
8301
|
:items)
|
8302
|
+
SENSITIVE = []
|
8065
8303
|
include Aws::Structure
|
8066
8304
|
end
|
8067
8305
|
|