Module: Aws::ApiGatewayV2::Client::_UpdateIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_gateway_managed ⇒ Boolean
- #connection_id ⇒ ::String
- #connection_type ⇒ "INTERNET", "VPC_LINK"
- #content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
- #credentials_arn ⇒ ::String
- #description ⇒ ::String
- #integration_id ⇒ ::String
- #integration_method ⇒ ::String
- #integration_response_selection_expression ⇒ ::String
- #integration_subtype ⇒ ::String
- #integration_type ⇒ "AWS", ...
- #integration_uri ⇒ ::String
- #passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
- #payload_format_version ⇒ ::String
- #request_parameters ⇒ ::Hash[::String, ::String]
- #request_templates ⇒ ::Hash[::String, ::String]
- #response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
- #template_selection_expression ⇒ ::String
- #timeout_in_millis ⇒ ::Integer
- #tls_config ⇒ Types::TlsConfig
Instance Method Details
#api_gateway_managed ⇒ Boolean
1570 |
# File 'sig/client.rbs', line 1570
def api_gateway_managed: () -> bool
|
#connection_id ⇒ ::String
1571 |
# File 'sig/client.rbs', line 1571
def connection_id: () -> ::String
|
#connection_type ⇒ "INTERNET", "VPC_LINK"
1572 |
# File 'sig/client.rbs', line 1572
def connection_type: () -> ("INTERNET" | "VPC_LINK")
|
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
1573 |
# File 'sig/client.rbs', line 1573
def content_handling_strategy: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#credentials_arn ⇒ ::String
1574 |
# File 'sig/client.rbs', line 1574
def credentials_arn: () -> ::String
|
#description ⇒ ::String
1575 |
# File 'sig/client.rbs', line 1575
def description: () -> ::String
|
#integration_id ⇒ ::String
1576 |
# File 'sig/client.rbs', line 1576
def integration_id: () -> ::String
|
#integration_method ⇒ ::String
1577 |
# File 'sig/client.rbs', line 1577
def integration_method: () -> ::String
|
#integration_response_selection_expression ⇒ ::String
1578 |
# File 'sig/client.rbs', line 1578
def integration_response_selection_expression: () -> ::String
|
#integration_subtype ⇒ ::String
1579 |
# File 'sig/client.rbs', line 1579
def integration_subtype: () -> ::String
|
#integration_type ⇒ "AWS", ...
1580 |
# File 'sig/client.rbs', line 1580
def integration_type: () -> ("AWS" | "HTTP" | "MOCK" | "HTTP_PROXY" | "AWS_PROXY")
|
#integration_uri ⇒ ::String
1581 |
# File 'sig/client.rbs', line 1581
def integration_uri: () -> ::String
|
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
1582 |
# File 'sig/client.rbs', line 1582
def passthrough_behavior: () -> ("WHEN_NO_MATCH" | "NEVER" | "WHEN_NO_TEMPLATES")
|
#payload_format_version ⇒ ::String
1583 |
# File 'sig/client.rbs', line 1583
def payload_format_version: () -> ::String
|
#request_parameters ⇒ ::Hash[::String, ::String]
1584 |
# File 'sig/client.rbs', line 1584
def request_parameters: () -> ::Hash[::String, ::String]
|
#request_templates ⇒ ::Hash[::String, ::String]
1586 |
# File 'sig/client.rbs', line 1586
def request_templates: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
1585 |
# File 'sig/client.rbs', line 1585
def response_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
|
#template_selection_expression ⇒ ::String
1587 |
# File 'sig/client.rbs', line 1587
def template_selection_expression: () -> ::String
|
#timeout_in_millis ⇒ ::Integer
1588 |
# File 'sig/client.rbs', line 1588
def timeout_in_millis: () -> ::Integer
|
#tls_config ⇒ Types::TlsConfig
1589 |
# File 'sig/client.rbs', line 1589
def tls_config: () -> Types::TlsConfig
|