aws-sdk-apigateway 1.127.0 → 1.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +18 -1
- data/lib/aws-sdk-apigateway/client_api.rb +2 -0
- data/lib/aws-sdk-apigateway/types.rb +12 -2
- data/lib/aws-sdk-apigateway.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/types.rbs +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69776778b98a05367f4a5af10a11cb2e61705feca7ba30568fc20f57df722268
|
|
4
|
+
data.tar.gz: 66f66a2ca2814b2efa3d530953801bc2eeb65da42b064b6624b7dbe552295252
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d90fa3694d8f17bf1689f26d1f08e0ccbd9ea46efcecc889ddad7980c4e78207fb265b624357fc3306383709336f76a9fc0ce1db594f9461eda1cb71c0575db
|
|
7
|
+
data.tar.gz: 1d79f8ccba040f1e695cac1e2c3a2a84d269b505ab0e366018c8299ea9c656fd5bd460abd8d8f91683ec68acea33819cb46e87fa712dc35740457c02799fedc8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.128.0
|
|
@@ -1331,6 +1331,7 @@ module Aws::APIGateway
|
|
|
1331
1331
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
1332
1332
|
# resp.resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
1333
1333
|
# resp.resource_methods["String"].method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
1334
|
+
# resp.resource_methods["String"].method_integration.integration_target #=> String
|
|
1334
1335
|
# resp.resource_methods["String"].authorization_scopes #=> Array
|
|
1335
1336
|
# resp.resource_methods["String"].authorization_scopes[0] #=> String
|
|
1336
1337
|
#
|
|
@@ -3514,6 +3515,7 @@ module Aws::APIGateway
|
|
|
3514
3515
|
# * {Types::Integration#integration_responses #integration_responses} => Hash<String,Types::IntegrationResponse>
|
|
3515
3516
|
# * {Types::Integration#tls_config #tls_config} => Types::TlsConfig
|
|
3516
3517
|
# * {Types::Integration#response_transfer_mode #response_transfer_mode} => String
|
|
3518
|
+
# * {Types::Integration#integration_target #integration_target} => String
|
|
3517
3519
|
#
|
|
3518
3520
|
# @example Request syntax with placeholder values
|
|
3519
3521
|
#
|
|
@@ -3551,6 +3553,7 @@ module Aws::APIGateway
|
|
|
3551
3553
|
# resp.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
3552
3554
|
# resp.tls_config.insecure_skip_verification #=> Boolean
|
|
3553
3555
|
# resp.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
3556
|
+
# resp.integration_target #=> String
|
|
3554
3557
|
#
|
|
3555
3558
|
# @overload get_integration(params = {})
|
|
3556
3559
|
# @param [Hash] params ({})
|
|
@@ -3684,6 +3687,7 @@ module Aws::APIGateway
|
|
|
3684
3687
|
# resp.method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
3685
3688
|
# resp.method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
3686
3689
|
# resp.method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
3690
|
+
# resp.method_integration.integration_target #=> String
|
|
3687
3691
|
# resp.authorization_scopes #=> Array
|
|
3688
3692
|
# resp.authorization_scopes[0] #=> String
|
|
3689
3693
|
#
|
|
@@ -4016,6 +4020,7 @@ module Aws::APIGateway
|
|
|
4016
4020
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
4017
4021
|
# resp.resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
4018
4022
|
# resp.resource_methods["String"].method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
4023
|
+
# resp.resource_methods["String"].method_integration.integration_target #=> String
|
|
4019
4024
|
# resp.resource_methods["String"].authorization_scopes #=> Array
|
|
4020
4025
|
# resp.resource_methods["String"].authorization_scopes[0] #=> String
|
|
4021
4026
|
#
|
|
@@ -4114,6 +4119,7 @@ module Aws::APIGateway
|
|
|
4114
4119
|
# resp.items[0].resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
4115
4120
|
# resp.items[0].resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
4116
4121
|
# resp.items[0].resource_methods["String"].method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
4122
|
+
# resp.items[0].resource_methods["String"].method_integration.integration_target #=> String
|
|
4117
4123
|
# resp.items[0].resource_methods["String"].authorization_scopes #=> Array
|
|
4118
4124
|
# resp.items[0].resource_methods["String"].authorization_scopes[0] #=> String
|
|
4119
4125
|
#
|
|
@@ -5256,6 +5262,9 @@ module Aws::APIGateway
|
|
|
5256
5262
|
# @option params [String] :response_transfer_mode
|
|
5257
5263
|
# The response transfer mode of the integration.
|
|
5258
5264
|
#
|
|
5265
|
+
# @option params [String] :integration_target
|
|
5266
|
+
# The ALB or NLB listener to send the request to.
|
|
5267
|
+
#
|
|
5259
5268
|
# @return [Types::Integration] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5260
5269
|
#
|
|
5261
5270
|
# * {Types::Integration#type #type} => String
|
|
@@ -5274,6 +5283,7 @@ module Aws::APIGateway
|
|
|
5274
5283
|
# * {Types::Integration#integration_responses #integration_responses} => Hash<String,Types::IntegrationResponse>
|
|
5275
5284
|
# * {Types::Integration#tls_config #tls_config} => Types::TlsConfig
|
|
5276
5285
|
# * {Types::Integration#response_transfer_mode #response_transfer_mode} => String
|
|
5286
|
+
# * {Types::Integration#integration_target #integration_target} => String
|
|
5277
5287
|
#
|
|
5278
5288
|
# @example Request syntax with placeholder values
|
|
5279
5289
|
#
|
|
@@ -5302,6 +5312,7 @@ module Aws::APIGateway
|
|
|
5302
5312
|
# insecure_skip_verification: false,
|
|
5303
5313
|
# },
|
|
5304
5314
|
# response_transfer_mode: "BUFFERED", # accepts BUFFERED, STREAM
|
|
5315
|
+
# integration_target: "String",
|
|
5305
5316
|
# })
|
|
5306
5317
|
#
|
|
5307
5318
|
# @example Response structure
|
|
@@ -5332,6 +5343,7 @@ module Aws::APIGateway
|
|
|
5332
5343
|
# resp.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
5333
5344
|
# resp.tls_config.insecure_skip_verification #=> Boolean
|
|
5334
5345
|
# resp.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
5346
|
+
# resp.integration_target #=> String
|
|
5335
5347
|
#
|
|
5336
5348
|
# @overload put_integration(params = {})
|
|
5337
5349
|
# @param [Hash] params ({})
|
|
@@ -5564,6 +5576,7 @@ module Aws::APIGateway
|
|
|
5564
5576
|
# resp.method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
5565
5577
|
# resp.method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
5566
5578
|
# resp.method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
5579
|
+
# resp.method_integration.integration_target #=> String
|
|
5567
5580
|
# resp.authorization_scopes #=> Array
|
|
5568
5581
|
# resp.authorization_scopes[0] #=> String
|
|
5569
5582
|
#
|
|
@@ -6630,6 +6643,7 @@ module Aws::APIGateway
|
|
|
6630
6643
|
# * {Types::Integration#integration_responses #integration_responses} => Hash<String,Types::IntegrationResponse>
|
|
6631
6644
|
# * {Types::Integration#tls_config #tls_config} => Types::TlsConfig
|
|
6632
6645
|
# * {Types::Integration#response_transfer_mode #response_transfer_mode} => String
|
|
6646
|
+
# * {Types::Integration#integration_target #integration_target} => String
|
|
6633
6647
|
#
|
|
6634
6648
|
# @example Request syntax with placeholder values
|
|
6635
6649
|
#
|
|
@@ -6675,6 +6689,7 @@ module Aws::APIGateway
|
|
|
6675
6689
|
# resp.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
6676
6690
|
# resp.tls_config.insecure_skip_verification #=> Boolean
|
|
6677
6691
|
# resp.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
6692
|
+
# resp.integration_target #=> String
|
|
6678
6693
|
#
|
|
6679
6694
|
# @overload update_integration(params = {})
|
|
6680
6695
|
# @param [Hash] params ({})
|
|
@@ -6841,6 +6856,7 @@ module Aws::APIGateway
|
|
|
6841
6856
|
# resp.method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
6842
6857
|
# resp.method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
6843
6858
|
# resp.method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
6859
|
+
# resp.method_integration.integration_target #=> String
|
|
6844
6860
|
# resp.authorization_scopes #=> Array
|
|
6845
6861
|
# resp.authorization_scopes[0] #=> String
|
|
6846
6862
|
#
|
|
@@ -7106,6 +7122,7 @@ module Aws::APIGateway
|
|
|
7106
7122
|
# resp.resource_methods["String"].method_integration.integration_responses["String"].content_handling #=> String, one of "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
|
|
7107
7123
|
# resp.resource_methods["String"].method_integration.tls_config.insecure_skip_verification #=> Boolean
|
|
7108
7124
|
# resp.resource_methods["String"].method_integration.response_transfer_mode #=> String, one of "BUFFERED", "STREAM"
|
|
7125
|
+
# resp.resource_methods["String"].method_integration.integration_target #=> String
|
|
7109
7126
|
# resp.resource_methods["String"].authorization_scopes #=> Array
|
|
7110
7127
|
# resp.resource_methods["String"].authorization_scopes[0] #=> String
|
|
7111
7128
|
#
|
|
@@ -7493,7 +7510,7 @@ module Aws::APIGateway
|
|
|
7493
7510
|
tracer: tracer
|
|
7494
7511
|
)
|
|
7495
7512
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7496
|
-
context[:gem_version] = '1.
|
|
7513
|
+
context[:gem_version] = '1.128.0'
|
|
7497
7514
|
Seahorse::Client::Request.new(handlers, context)
|
|
7498
7515
|
end
|
|
7499
7516
|
|
|
@@ -986,6 +986,7 @@ module Aws::APIGateway
|
|
|
986
986
|
Integration.add_member(:integration_responses, Shapes::ShapeRef.new(shape: MapOfIntegrationResponse, location_name: "integrationResponses"))
|
|
987
987
|
Integration.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
|
988
988
|
Integration.add_member(:response_transfer_mode, Shapes::ShapeRef.new(shape: ResponseTransferMode, location_name: "responseTransferMode"))
|
|
989
|
+
Integration.add_member(:integration_target, Shapes::ShapeRef.new(shape: String, location_name: "integrationTarget"))
|
|
989
990
|
Integration.struct_class = Types::Integration
|
|
990
991
|
|
|
991
992
|
IntegrationResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location_name: "statusCode"))
|
|
@@ -1176,6 +1177,7 @@ module Aws::APIGateway
|
|
|
1176
1177
|
PutIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "timeoutInMillis"))
|
|
1177
1178
|
PutIntegrationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
|
1178
1179
|
PutIntegrationRequest.add_member(:response_transfer_mode, Shapes::ShapeRef.new(shape: ResponseTransferMode, location_name: "responseTransferMode"))
|
|
1180
|
+
PutIntegrationRequest.add_member(:integration_target, Shapes::ShapeRef.new(shape: String, location_name: "integrationTarget"))
|
|
1179
1181
|
PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
|
|
1180
1182
|
|
|
1181
1183
|
PutIntegrationResponseRequest.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "restapi_id"))
|
|
@@ -3654,6 +3654,10 @@ module Aws::APIGateway
|
|
|
3654
3654
|
# The response transfer mode of the integration.
|
|
3655
3655
|
# @return [String]
|
|
3656
3656
|
#
|
|
3657
|
+
# @!attribute [rw] integration_target
|
|
3658
|
+
# The ALB or NLB listener to send the request to.
|
|
3659
|
+
# @return [String]
|
|
3660
|
+
#
|
|
3657
3661
|
class Integration < Struct.new(
|
|
3658
3662
|
:type,
|
|
3659
3663
|
:http_method,
|
|
@@ -3670,7 +3674,8 @@ module Aws::APIGateway
|
|
|
3670
3674
|
:cache_key_parameters,
|
|
3671
3675
|
:integration_responses,
|
|
3672
3676
|
:tls_config,
|
|
3673
|
-
:response_transfer_mode
|
|
3677
|
+
:response_transfer_mode,
|
|
3678
|
+
:integration_target)
|
|
3674
3679
|
SENSITIVE = []
|
|
3675
3680
|
include Aws::Structure
|
|
3676
3681
|
end
|
|
@@ -4339,6 +4344,10 @@ module Aws::APIGateway
|
|
|
4339
4344
|
# The response transfer mode of the integration.
|
|
4340
4345
|
# @return [String]
|
|
4341
4346
|
#
|
|
4347
|
+
# @!attribute [rw] integration_target
|
|
4348
|
+
# The ALB or NLB listener to send the request to.
|
|
4349
|
+
# @return [String]
|
|
4350
|
+
#
|
|
4342
4351
|
class PutIntegrationRequest < Struct.new(
|
|
4343
4352
|
:rest_api_id,
|
|
4344
4353
|
:resource_id,
|
|
@@ -4357,7 +4366,8 @@ module Aws::APIGateway
|
|
|
4357
4366
|
:content_handling,
|
|
4358
4367
|
:timeout_in_millis,
|
|
4359
4368
|
:tls_config,
|
|
4360
|
-
:response_transfer_mode
|
|
4369
|
+
:response_transfer_mode,
|
|
4370
|
+
:integration_target)
|
|
4361
4371
|
SENSITIVE = []
|
|
4362
4372
|
include Aws::Structure
|
|
4363
4373
|
end
|
data/lib/aws-sdk-apigateway.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1016,6 +1016,7 @@ module Aws
|
|
|
1016
1016
|
def integration_responses: () -> ::Hash[::String, Types::IntegrationResponse]
|
|
1017
1017
|
def tls_config: () -> Types::TlsConfig
|
|
1018
1018
|
def response_transfer_mode: () -> ("BUFFERED" | "STREAM")
|
|
1019
|
+
def integration_target: () -> ::String
|
|
1019
1020
|
end
|
|
1020
1021
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/APIGateway/Client.html#get_integration-instance_method
|
|
1021
1022
|
def get_integration: (
|
|
@@ -1502,6 +1503,7 @@ module Aws
|
|
|
1502
1503
|
def integration_responses: () -> ::Hash[::String, Types::IntegrationResponse]
|
|
1503
1504
|
def tls_config: () -> Types::TlsConfig
|
|
1504
1505
|
def response_transfer_mode: () -> ("BUFFERED" | "STREAM")
|
|
1506
|
+
def integration_target: () -> ::String
|
|
1505
1507
|
end
|
|
1506
1508
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/APIGateway/Client.html#put_integration-instance_method
|
|
1507
1509
|
def put_integration: (
|
|
@@ -1524,7 +1526,8 @@ module Aws
|
|
|
1524
1526
|
?tls_config: {
|
|
1525
1527
|
insecure_skip_verification: bool?
|
|
1526
1528
|
},
|
|
1527
|
-
?response_transfer_mode: ("BUFFERED" | "STREAM")
|
|
1529
|
+
?response_transfer_mode: ("BUFFERED" | "STREAM"),
|
|
1530
|
+
?integration_target: ::String
|
|
1528
1531
|
) -> _PutIntegrationResponseSuccess
|
|
1529
1532
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutIntegrationResponseSuccess
|
|
1530
1533
|
|
|
@@ -1960,6 +1963,7 @@ module Aws
|
|
|
1960
1963
|
def integration_responses: () -> ::Hash[::String, Types::IntegrationResponse]
|
|
1961
1964
|
def tls_config: () -> Types::TlsConfig
|
|
1962
1965
|
def response_transfer_mode: () -> ("BUFFERED" | "STREAM")
|
|
1966
|
+
def integration_target: () -> ::String
|
|
1963
1967
|
end
|
|
1964
1968
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/APIGateway/Client.html#update_integration-instance_method
|
|
1965
1969
|
def update_integration: (
|
data/sig/types.rbs
CHANGED
|
@@ -941,6 +941,7 @@ module Aws::APIGateway
|
|
|
941
941
|
attr_accessor integration_responses: ::Hash[::String, Types::IntegrationResponse]
|
|
942
942
|
attr_accessor tls_config: Types::TlsConfig
|
|
943
943
|
attr_accessor response_transfer_mode: ("BUFFERED" | "STREAM")
|
|
944
|
+
attr_accessor integration_target: ::String
|
|
944
945
|
SENSITIVE: []
|
|
945
946
|
end
|
|
946
947
|
|
|
@@ -1070,6 +1071,7 @@ module Aws::APIGateway
|
|
|
1070
1071
|
attr_accessor timeout_in_millis: ::Integer
|
|
1071
1072
|
attr_accessor tls_config: Types::TlsConfig
|
|
1072
1073
|
attr_accessor response_transfer_mode: ("BUFFERED" | "STREAM")
|
|
1074
|
+
attr_accessor integration_target: ::String
|
|
1073
1075
|
SENSITIVE: []
|
|
1074
1076
|
end
|
|
1075
1077
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-apigateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.128.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.239.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|