aws-sdk-apigatewayv2 1.17.0 → 1.18.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
- SHA256:
3
- metadata.gz: 3878cd29c9cc7394a9dd6cc2a7b36d57cf4837f97a47043d0f4cf30a1b7bb32a
4
- data.tar.gz: 363560c49704144db539289516ef889bcbc895ad6d1942e3c9cd2aaeec5f9fe4
2
+ SHA1:
3
+ metadata.gz: aebd371bb19515e8e8a3c602b71263b6acc69f20
4
+ data.tar.gz: 5a94ac83df76e7659c7a4d060dc3ba06c28ad19f
5
5
  SHA512:
6
- metadata.gz: e4d5863825ba99cab307fd78d9f8a2bbe99dd925af4de18b426239467730a61deccc00c628315260541333422c78907eb5c5258837029db96f6130ec41b16aec
7
- data.tar.gz: 6c194e8d89f5160a48ece2b9544368dc6a3dc3233ab5eb280ee8bf97b264c99cfedaed5de32468ebcaca89857e837eb235f19724bb1f6e350c38f4de28c9c48e
6
+ metadata.gz: 1a9ba661e3a01dd0337f7649179d318f24b700ad7c48c6533960fb7a2868d2e7b29607c0d48f2eb9e68e4d6e3f55e2193ffecfd1e73e775fbcbac5dd12791a08
7
+ data.tar.gz: 47e236db259e6c8c509e4312006fcbe2ccf9f0063cf86f41e757a0045e16add22336317184883e43e07d7a18e853e264b7a7b88071e8e13cb9b3c29057d07b1b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-apigatewayv2/customizations'
45
45
  # @service
46
46
  module Aws::ApiGatewayV2
47
47
 
48
- GEM_VERSION = '1.17.0'
48
+ GEM_VERSION = '1.18.0'
49
49
 
50
50
  end
@@ -763,7 +763,7 @@ module Aws::ApiGatewayV2
763
763
  # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
764
764
  #
765
765
  # @option params [Integer] :timeout_in_millis
766
- # An integer with a value between \[50-29000\].
766
+ # An integer with a value between \[50-30000\].
767
767
  #
768
768
  # @option params [Types::TlsConfigInput] :tls_config
769
769
  # The TLS configuration for a private integration. If you specify a TLS
@@ -3531,7 +3531,7 @@ module Aws::ApiGatewayV2
3531
3531
  # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
3532
3532
  #
3533
3533
  # @option params [Integer] :timeout_in_millis
3534
- # An integer with a value between \[50-29000\].
3534
+ # An integer with a value between \[50-30000\].
3535
3535
  #
3536
3536
  # @option params [Types::TlsConfigInput] :tls_config
3537
3537
  # The TLS configuration for a private integration. If you specify a TLS
@@ -4144,7 +4144,7 @@ module Aws::ApiGatewayV2
4144
4144
  params: params,
4145
4145
  config: config)
4146
4146
  context[:gem_name] = 'aws-sdk-apigatewayv2'
4147
- context[:gem_version] = '1.17.0'
4147
+ context[:gem_version] = '1.18.0'
4148
4148
  Seahorse::Client::Request.new(handlers, context)
4149
4149
  end
4150
4150
 
@@ -151,7 +151,7 @@ module Aws::ApiGatewayV2
151
151
  ImportApiRequest = Shapes::StructureShape.new(name: 'ImportApiRequest')
152
152
  ImportApiResponse = Shapes::StructureShape.new(name: 'ImportApiResponse')
153
153
  IntegerWithLengthBetween0And3600 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween0And3600')
154
- IntegerWithLengthBetween50And29000 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween50And29000')
154
+ IntegerWithLengthBetween50And30000 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween50And30000')
155
155
  IntegerWithLengthBetweenMinus1And86400 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetweenMinus1And86400')
156
156
  Integration = Shapes::StructureShape.new(name: 'Integration')
157
157
  IntegrationParameters = Shapes::MapShape.new(name: 'IntegrationParameters')
@@ -482,7 +482,7 @@ module Aws::ApiGatewayV2
482
482
  CreateIntegrationInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
483
483
  CreateIntegrationInput.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
484
484
  CreateIntegrationInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
485
- CreateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
485
+ CreateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
486
486
  CreateIntegrationInput.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
487
487
  CreateIntegrationInput.struct_class = Types::CreateIntegrationInput
488
488
 
@@ -500,7 +500,7 @@ module Aws::ApiGatewayV2
500
500
  CreateIntegrationRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
501
501
  CreateIntegrationRequest.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
502
502
  CreateIntegrationRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
503
- CreateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
503
+ CreateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
504
504
  CreateIntegrationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
505
505
  CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
506
506
 
@@ -544,7 +544,7 @@ module Aws::ApiGatewayV2
544
544
  CreateIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
545
545
  CreateIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
546
546
  CreateIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
547
- CreateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
547
+ CreateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
548
548
  CreateIntegrationResult.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
549
549
  CreateIntegrationResult.struct_class = Types::CreateIntegrationResult
550
550
 
@@ -947,7 +947,7 @@ module Aws::ApiGatewayV2
947
947
  GetIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
948
948
  GetIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
949
949
  GetIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
950
- GetIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
950
+ GetIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
951
951
  GetIntegrationResult.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
952
952
  GetIntegrationResult.struct_class = Types::GetIntegrationResult
953
953
 
@@ -1136,7 +1136,7 @@ module Aws::ApiGatewayV2
1136
1136
  Integration.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1137
1137
  Integration.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1138
1138
  Integration.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1139
- Integration.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1139
+ Integration.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
1140
1140
  Integration.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
1141
1141
  Integration.struct_class = Types::Integration
1142
1142
 
@@ -1449,7 +1449,7 @@ module Aws::ApiGatewayV2
1449
1449
  UpdateIntegrationInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1450
1450
  UpdateIntegrationInput.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1451
1451
  UpdateIntegrationInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1452
- UpdateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1452
+ UpdateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
1453
1453
  UpdateIntegrationInput.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
1454
1454
  UpdateIntegrationInput.struct_class = Types::UpdateIntegrationInput
1455
1455
 
@@ -1468,7 +1468,7 @@ module Aws::ApiGatewayV2
1468
1468
  UpdateIntegrationRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1469
1469
  UpdateIntegrationRequest.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1470
1470
  UpdateIntegrationRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1471
- UpdateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1471
+ UpdateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
1472
1472
  UpdateIntegrationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfigInput, location_name: "tlsConfig"))
1473
1473
  UpdateIntegrationRequest.struct_class = Types::UpdateIntegrationRequest
1474
1474
 
@@ -1513,7 +1513,7 @@ module Aws::ApiGatewayV2
1513
1513
  UpdateIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1514
1514
  UpdateIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1515
1515
  UpdateIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1516
- UpdateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1516
+ UpdateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And30000, location_name: "timeoutInMillis"))
1517
1517
  UpdateIntegrationResult.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
1518
1518
  UpdateIntegrationResult.struct_class = Types::UpdateIntegrationResult
1519
1519
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ApiGatewayV2
9
- # This class provides a resource oriented interface for ApiGatewayV2.
10
- # To create a resource object:
11
- # resource = Aws::ApiGatewayV2::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::ApiGatewayV2::Client.new(region: 'us-west-2')
15
- # resource = Aws::ApiGatewayV2::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
@@ -1340,9 +1340,10 @@ module Aws::ApiGatewayV2
1340
1340
  # @return [String]
1341
1341
  #
1342
1342
  # @!attribute [rw] timeout_in_millis
1343
- # Custom timeout between 50 and 29,000 milliseconds. The default value
1344
- # is 29,000 milliseconds or 29 seconds for WebSocket APIs. The default
1345
- # value is 5,000 milliseconds, or 5 seconds for HTTP APIs.
1343
+ # Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs
1344
+ # and between 50 and 30,000 milliseconds for HTTP APIs. The default
1345
+ # timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP
1346
+ # APIs.
1346
1347
  # @return [Integer]
1347
1348
  #
1348
1349
  # @!attribute [rw] tls_config
@@ -1474,7 +1475,7 @@ module Aws::ApiGatewayV2
1474
1475
  # @return [String]
1475
1476
  #
1476
1477
  # @!attribute [rw] timeout_in_millis
1477
- # An integer with a value between \[50-29000\].
1478
+ # An integer with a value between \[50-30000\].
1478
1479
  # @return [Integer]
1479
1480
  #
1480
1481
  # @!attribute [rw] tls_config
@@ -1592,7 +1593,7 @@ module Aws::ApiGatewayV2
1592
1593
  # @return [String]
1593
1594
  #
1594
1595
  # @!attribute [rw] timeout_in_millis
1595
- # An integer with a value between \[50-29000\].
1596
+ # An integer with a value between \[50-30000\].
1596
1597
  # @return [Integer]
1597
1598
  #
1598
1599
  # @!attribute [rw] tls_config
@@ -3787,7 +3788,7 @@ module Aws::ApiGatewayV2
3787
3788
  # @return [String]
3788
3789
  #
3789
3790
  # @!attribute [rw] timeout_in_millis
3790
- # An integer with a value between \[50-29000\].
3791
+ # An integer with a value between \[50-30000\].
3791
3792
  # @return [Integer]
3792
3793
  #
3793
3794
  # @!attribute [rw] tls_config
@@ -4907,9 +4908,10 @@ module Aws::ApiGatewayV2
4907
4908
  # @return [String]
4908
4909
  #
4909
4910
  # @!attribute [rw] timeout_in_millis
4910
- # Custom timeout between 50 and 29,000 milliseconds. The default value
4911
- # is 29,000 milliseconds or 29 seconds for WebSocket APIs. The default
4912
- # value is 5,000 milliseconds, or 5 seconds for HTTP APIs.
4911
+ # Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs
4912
+ # and between 50 and 30,000 milliseconds for HTTP APIs. The default
4913
+ # timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP
4914
+ # APIs.
4913
4915
  # @return [Integer]
4914
4916
  #
4915
4917
  # @!attribute [rw] tls_config
@@ -6647,9 +6649,10 @@ module Aws::ApiGatewayV2
6647
6649
  # @return [String]
6648
6650
  #
6649
6651
  # @!attribute [rw] timeout_in_millis
6650
- # Custom timeout between 50 and 29,000 milliseconds. The default value
6651
- # is 29,000 milliseconds or 29 seconds for WebSocket APIs. The default
6652
- # value is 5,000 milliseconds, or 5 seconds for HTTP APIs.
6652
+ # Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs
6653
+ # and between 50 and 30,000 milliseconds for HTTP APIs. The default
6654
+ # timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP
6655
+ # APIs.
6653
6656
  # @return [Integer]
6654
6657
  #
6655
6658
  # @!attribute [rw] tls_config
@@ -6785,7 +6788,7 @@ module Aws::ApiGatewayV2
6785
6788
  # @return [String]
6786
6789
  #
6787
6790
  # @!attribute [rw] timeout_in_millis
6788
- # An integer with a value between \[50-29000\].
6791
+ # An integer with a value between \[50-30000\].
6789
6792
  # @return [Integer]
6790
6793
  #
6791
6794
  # @!attribute [rw] tls_config
@@ -6904,7 +6907,7 @@ module Aws::ApiGatewayV2
6904
6907
  # @return [String]
6905
6908
  #
6906
6909
  # @!attribute [rw] timeout_in_millis
6907
- # An integer with a value between \[50-29000\].
6910
+ # An integer with a value between \[50-30000\].
6908
6911
  # @return [Integer]
6909
6912
  #
6910
6913
  # @!attribute [rw] tls_config
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigatewayv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-16 00:00:00.000000000 Z
11
+ date: 2020-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.5.2.3
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - AmazonApiGatewayV2