aws-sdk-apigateway 1.134.0 → 1.135.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
2
  SHA256:
3
- metadata.gz: 03643f4fc22095a9843aca10c55743e9e45e6121d7476f6eeb76b40bd5c0f223
4
- data.tar.gz: f0843a2e70eb3ba2c0a775e56f38d74c850351b71a390deee482ec207a8f6b8e
3
+ metadata.gz: fca920ba6b30c6ba71964d97cfc8a7f2b09b6ac23707757041620322c0a3f5e7
4
+ data.tar.gz: 86a252c4b3d0f443b91d977843c1ac0c1adb4fb42bd62c31c9c1037e3672a899
5
5
  SHA512:
6
- metadata.gz: 8cb79f01241faac74d24fcddf10ab30e44f66d66698c98bdd8e164a91aabaca318ac8ce4e2b32e18de81c339502942d3fc0c590f33c1dcee259a0e0dddf230d5
7
- data.tar.gz: 7b4e6ec029f246dd4e4b9753126b3a25b6000f110777eee7f9e07d6696b9fe39814212385bacba7ca2cb41f998e278864e1e016c185822f5ff12d943e4ec8162
6
+ metadata.gz: d8172af43d658ad9861e3d0651aa06e9c8e0bd0c8063534fc3b3cfc33e4b70316899422bff3311207acafddd25b9c36e8e46c9f38960d7039d2ec3f8025ada8c
7
+ data.tar.gz: 886f3d982c4cdb43a3e39c71edb33594eb9258a902cdec31758bb70290c9d6b052c38c75d9f03a7a9da8bcf9fe974b390b784b9c36d815aeebc7103f97748e4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.134.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -7510,7 +7510,7 @@ module Aws::APIGateway
7510
7510
  tracer: tracer
7511
7511
  )
7512
7512
  context[:gem_name] = 'aws-sdk-apigateway'
7513
- context[:gem_version] = '1.134.0'
7513
+ context[:gem_version] = '1.135.0'
7514
7514
  Seahorse::Client::Request.new(handlers, context)
7515
7515
  end
7516
7516
 
@@ -54,7 +54,7 @@ module Aws::APIGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-apigateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.134.0'
57
+ GEM_VERSION = '1.135.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -102,7 +102,7 @@ module Aws
102
102
  {
103
103
  rest_api_id: ::String?,
104
104
  stage_name: ::String?
105
- },
105
+ }
106
106
  ],
107
107
  ?customer_id: ::String,
108
108
  ?tags: Hash[::String, ::String]
@@ -441,7 +441,7 @@ module Aws
441
441
  burst_limit: ::Integer?,
442
442
  rate_limit: ::Float?
443
443
  }]?
444
- },
444
+ }
445
445
  ],
446
446
  ?throttle: {
447
447
  burst_limit: ::Integer?,
@@ -1712,7 +1712,7 @@ module Aws
1712
1712
  path: ::String?,
1713
1713
  value: ::String?,
1714
1714
  from: ::String?
1715
- },
1715
+ }
1716
1716
  ]
1717
1717
  ) -> _UpdateAccountResponseSuccess
1718
1718
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountResponseSuccess
@@ -1739,7 +1739,7 @@ module Aws
1739
1739
  path: ::String?,
1740
1740
  value: ::String?,
1741
1741
  from: ::String?
1742
- },
1742
+ }
1743
1743
  ]
1744
1744
  ) -> _UpdateApiKeyResponseSuccess
1745
1745
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApiKeyResponseSuccess
@@ -1767,7 +1767,7 @@ module Aws
1767
1767
  path: ::String?,
1768
1768
  value: ::String?,
1769
1769
  from: ::String?
1770
- },
1770
+ }
1771
1771
  ]
1772
1772
  ) -> _UpdateAuthorizerResponseSuccess
1773
1773
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAuthorizerResponseSuccess
@@ -1789,7 +1789,7 @@ module Aws
1789
1789
  path: ::String?,
1790
1790
  value: ::String?,
1791
1791
  from: ::String?
1792
- },
1792
+ }
1793
1793
  ]
1794
1794
  ) -> _UpdateBasePathMappingResponseSuccess
1795
1795
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBasePathMappingResponseSuccess
@@ -1812,7 +1812,7 @@ module Aws
1812
1812
  path: ::String?,
1813
1813
  value: ::String?,
1814
1814
  from: ::String?
1815
- },
1815
+ }
1816
1816
  ]
1817
1817
  ) -> _UpdateClientCertificateResponseSuccess
1818
1818
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClientCertificateResponseSuccess
@@ -1834,7 +1834,7 @@ module Aws
1834
1834
  path: ::String?,
1835
1835
  value: ::String?,
1836
1836
  from: ::String?
1837
- },
1837
+ }
1838
1838
  ]
1839
1839
  ) -> _UpdateDeploymentResponseSuccess
1840
1840
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDeploymentResponseSuccess
@@ -1855,7 +1855,7 @@ module Aws
1855
1855
  path: ::String?,
1856
1856
  value: ::String?,
1857
1857
  from: ::String?
1858
- },
1858
+ }
1859
1859
  ]
1860
1860
  ) -> _UpdateDocumentationPartResponseSuccess
1861
1861
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDocumentationPartResponseSuccess
@@ -1876,7 +1876,7 @@ module Aws
1876
1876
  path: ::String?,
1877
1877
  value: ::String?,
1878
1878
  from: ::String?
1879
- },
1879
+ }
1880
1880
  ]
1881
1881
  ) -> _UpdateDocumentationVersionResponseSuccess
1882
1882
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDocumentationVersionResponseSuccess
@@ -1917,7 +1917,7 @@ module Aws
1917
1917
  path: ::String?,
1918
1918
  value: ::String?,
1919
1919
  from: ::String?
1920
- },
1920
+ }
1921
1921
  ]
1922
1922
  ) -> _UpdateDomainNameResponseSuccess
1923
1923
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainNameResponseSuccess
@@ -1940,7 +1940,7 @@ module Aws
1940
1940
  path: ::String?,
1941
1941
  value: ::String?,
1942
1942
  from: ::String?
1943
- },
1943
+ }
1944
1944
  ]
1945
1945
  ) -> _UpdateGatewayResponseResponseSuccess
1946
1946
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayResponseResponseSuccess
@@ -1976,7 +1976,7 @@ module Aws
1976
1976
  path: ::String?,
1977
1977
  value: ::String?,
1978
1978
  from: ::String?
1979
- },
1979
+ }
1980
1980
  ]
1981
1981
  ) -> _UpdateIntegrationResponseSuccess
1982
1982
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIntegrationResponseSuccess
@@ -2001,7 +2001,7 @@ module Aws
2001
2001
  path: ::String?,
2002
2002
  value: ::String?,
2003
2003
  from: ::String?
2004
- },
2004
+ }
2005
2005
  ]
2006
2006
  ) -> _UpdateIntegrationResponseResponseSuccess
2007
2007
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIntegrationResponseResponseSuccess
@@ -2031,7 +2031,7 @@ module Aws
2031
2031
  path: ::String?,
2032
2032
  value: ::String?,
2033
2033
  from: ::String?
2034
- },
2034
+ }
2035
2035
  ]
2036
2036
  ) -> _UpdateMethodResponseSuccess
2037
2037
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMethodResponseSuccess
@@ -2054,7 +2054,7 @@ module Aws
2054
2054
  path: ::String?,
2055
2055
  value: ::String?,
2056
2056
  from: ::String?
2057
- },
2057
+ }
2058
2058
  ]
2059
2059
  ) -> _UpdateMethodResponseResponseSuccess
2060
2060
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMethodResponseResponseSuccess
@@ -2077,7 +2077,7 @@ module Aws
2077
2077
  path: ::String?,
2078
2078
  value: ::String?,
2079
2079
  from: ::String?
2080
- },
2080
+ }
2081
2081
  ]
2082
2082
  ) -> _UpdateModelResponseSuccess
2083
2083
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateModelResponseSuccess
@@ -2099,7 +2099,7 @@ module Aws
2099
2099
  path: ::String?,
2100
2100
  value: ::String?,
2101
2101
  from: ::String?
2102
- },
2102
+ }
2103
2103
  ]
2104
2104
  ) -> _UpdateRequestValidatorResponseSuccess
2105
2105
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRequestValidatorResponseSuccess
@@ -2122,7 +2122,7 @@ module Aws
2122
2122
  path: ::String?,
2123
2123
  value: ::String?,
2124
2124
  from: ::String?
2125
- },
2125
+ }
2126
2126
  ]
2127
2127
  ) -> _UpdateResourceResponseSuccess
2128
2128
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceResponseSuccess
@@ -2157,7 +2157,7 @@ module Aws
2157
2157
  path: ::String?,
2158
2158
  value: ::String?,
2159
2159
  from: ::String?
2160
- },
2160
+ }
2161
2161
  ]
2162
2162
  ) -> _UpdateRestApiResponseSuccess
2163
2163
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRestApiResponseSuccess
@@ -2192,7 +2192,7 @@ module Aws
2192
2192
  path: ::String?,
2193
2193
  value: ::String?,
2194
2194
  from: ::String?
2195
- },
2195
+ }
2196
2196
  ]
2197
2197
  ) -> _UpdateStageResponseSuccess
2198
2198
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStageResponseSuccess
@@ -2215,7 +2215,7 @@ module Aws
2215
2215
  path: ::String?,
2216
2216
  value: ::String?,
2217
2217
  from: ::String?
2218
- },
2218
+ }
2219
2219
  ]
2220
2220
  ) -> _UpdateUsageResponseSuccess
2221
2221
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUsageResponseSuccess
@@ -2240,7 +2240,7 @@ module Aws
2240
2240
  path: ::String?,
2241
2241
  value: ::String?,
2242
2242
  from: ::String?
2243
- },
2243
+ }
2244
2244
  ]
2245
2245
  ) -> _UpdateUsagePlanResponseSuccess
2246
2246
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUsagePlanResponseSuccess
@@ -2264,7 +2264,7 @@ module Aws
2264
2264
  path: ::String?,
2265
2265
  value: ::String?,
2266
2266
  from: ::String?
2267
- },
2267
+ }
2268
2268
  ]
2269
2269
  ) -> _UpdateVpcLinkResponseSuccess
2270
2270
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVpcLinkResponseSuccess
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.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services