aws-sdk-apigateway 1.105.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b172611b9ed8df1c6bfb51a637e35f17686dff03f03cb61a5f5f9755da56aa1
4
- data.tar.gz: 04f72541961191a2a9f30123b509a7f0fe79b3531725d01316bf3782b23052c5
3
+ metadata.gz: dfb537cee6dfe0a259c801d38a85a859ecaba7628bc79449414cf6f2f113191a
4
+ data.tar.gz: d928b0d95e0084e4c76dd9b33141fbce0a7c10ab3dcdbd0fc446581d606629f5
5
5
  SHA512:
6
- metadata.gz: afe812e0f829c7e6412f6ab61b1d394d13ff92f5ac6f75be852dd54a875ce9de547b6e80358bffecd15843dff2d22780188ab97897f67f08f7b229ce1fb0420c
7
- data.tar.gz: 04a285cdc840d135b22b5339e990ce1cb7534d0b35c61474933fbbfdbfd9d527d705e32e477b7f0f5ef3e00cf8453a9b43ac95c1969fdf3ac94f284faafebb1b
6
+ metadata.gz: 348c11ba461495f1f4631d6dc95efdef4c154d4d471a662388066cba5c8b3da32105d09684af67e5a12c53c71a9936e378e1ee18712dda48697e5a088bb1cf6b
7
+ data.tar.gz: b3d6697a629e4c90925d5123da74773e262d177175c35ad867a5e0c23ac2e8121afe89de3dde496e58c77c9c06b98e353a60f8d6a2e4d03fd19a99f3d06a1ece
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.106.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Amazon API Gateway
13
+
4
14
  1.105.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.107.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
  require 'aws-sdk-apigateway/plugins/apply_content_type_header.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:apigateway)
41
-
42
40
  module Aws::APIGateway
43
41
  # An API client for APIGateway. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -7127,7 +7125,7 @@ module Aws::APIGateway
7127
7125
  tracer: tracer
7128
7126
  )
7129
7127
  context[:gem_name] = 'aws-sdk-apigateway'
7130
- context[:gem_version] = '1.105.0'
7128
+ context[:gem_version] = '1.107.0'
7131
7129
  Seahorse::Client::Request.new(handlers, context)
7132
7130
  end
7133
7131
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::APIGateway
11
12
  # @api private
12
13
  module ClientApi
@@ -1845,7 +1845,8 @@ module Aws::APIGateway
1845
1845
  #
1846
1846
  # @!attribute [rw] certificate_upload_date
1847
1847
  # The timestamp when the certificate that was used by edge-optimized
1848
- # endpoint for this domain name was uploaded.
1848
+ # endpoint for this domain name was uploaded. API Gateway doesn't
1849
+ # change this value if you update the certificate.
1849
1850
  # @return [Time]
1850
1851
  #
1851
1852
  # @!attribute [rw] regional_domain_name
@@ -6007,3 +6008,4 @@ module Aws::APIGateway
6007
6008
 
6008
6009
  end
6009
6010
  end
6011
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-apigateway/types'
15
- require_relative 'aws-sdk-apigateway/client_api'
16
- require_relative 'aws-sdk-apigateway/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-apigateway/client'
18
- require_relative 'aws-sdk-apigateway/errors'
19
- require_relative 'aws-sdk-apigateway/resource'
20
- require_relative 'aws-sdk-apigateway/endpoint_parameters'
21
- require_relative 'aws-sdk-apigateway/endpoint_provider'
22
- require_relative 'aws-sdk-apigateway/endpoints'
23
- require_relative 'aws-sdk-apigateway/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:apigateway)
24
15
 
25
16
  # This module provides support for Amazon API Gateway. This module is available in the
26
17
  # `aws-sdk-apigateway` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-apigateway/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::APIGateway
45
+ autoload :Types, 'aws-sdk-apigateway/types'
46
+ autoload :ClientApi, 'aws-sdk-apigateway/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-apigateway/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-apigateway/client'
51
+ autoload :Errors, 'aws-sdk-apigateway/errors'
52
+ autoload :Resource, 'aws-sdk-apigateway/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-apigateway/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-apigateway/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-apigateway/endpoints'
54
56
 
55
- GEM_VERSION = '1.105.0'
57
+ GEM_VERSION = '1.107.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-apigateway/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.107.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: 2024-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core