aws-sdk-apigateway 1.91.0 → 1.92.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: a47b697ed222dd45eeae55d582cd89e93378277c59177ab0af4406623092b14c
4
- data.tar.gz: d9ca4de1c0cb6d607bef35b169d7e2a67e61a78aab9bfbe01032e2b260991074
3
+ metadata.gz: 650cd7b711a569e955c0ef90da212bb0075e0adbf2451f52df2842765e286d3f
4
+ data.tar.gz: 2889a428461ef1cf8e12036cf963a4a20dcf1d6fa667b85136d47aa08c840a6d
5
5
  SHA512:
6
- metadata.gz: 651743fa577e9aaf5b3198f3db5381f0452ee7b582c75ef0b6a218dad36e421c4f755af743444380ddfe3548bd81a61ada5bf8c5948e2a0c28659e281fa365be
7
- data.tar.gz: 728dd5bbd749f58548b80c92186421dcb737a00f385f870a220cfc946798fc7717a860b300efb3951e24c72bba3bd7c4ebb08029cc51d14d1e4d885f7d2938f1
6
+ metadata.gz: d7d26dba0653f44d4aec82e5b6f5b7cb6a6ee40aec4ec20a7aee183e8b6513ce83d2858ecee077770bf5087334cdfb24d36f3322a528be8cc1d337be6bb74828
7
+ data.tar.gz: 16e70601806cab2ae565eef0dd9a0220d9c5e4bbb200daeadc61408bbc737fab242b725c27b0dac450eb232e724c29f1e7b760fa26eac2d261f2cb59ad60be08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2024-02-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon API Gateway.
8
+
4
9
  1.91.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -992,7 +992,7 @@ module Aws::APIGateway
992
992
  #
993
993
  # @option params [String] :schema
994
994
  # The schema for the model. For `application/json` models, this should
995
- # be JSON schema draft 4 model.
995
+ # be JSON schema draft 4 model. The maximum size of the model is 400 KB.
996
996
  #
997
997
  # @option params [required, String] :content_type
998
998
  # The content-type for the model.
@@ -6494,7 +6494,8 @@ module Aws::APIGateway
6494
6494
  req.send_request(options)
6495
6495
  end
6496
6496
 
6497
- # Changes information about a model.
6497
+ # Changes information about a model. The maximum size of the model is
6498
+ # 400 KB.
6498
6499
  #
6499
6500
  # @option params [required, String] :rest_api_id
6500
6501
  # The string identifier of the associated RestApi.
@@ -7060,7 +7061,7 @@ module Aws::APIGateway
7060
7061
  params: params,
7061
7062
  config: config)
7062
7063
  context[:gem_name] = 'aws-sdk-apigateway'
7063
- context[:gem_version] = '1.91.0'
7064
+ context[:gem_version] = '1.92.0'
7064
7065
  Seahorse::Client::Request.new(handlers, context)
7065
7066
  end
7066
7067
 
@@ -32,7 +32,7 @@ module Aws::APIGateway
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://apigateway-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -890,7 +890,8 @@ module Aws::APIGateway
890
890
  #
891
891
  # @!attribute [rw] schema
892
892
  # The schema for the model. For `application/json` models, this should
893
- # be JSON schema draft 4 model.
893
+ # be JSON schema draft 4 model. The maximum size of the model is 400
894
+ # KB.
894
895
  # @return [String]
895
896
  #
896
897
  # @!attribute [rw] content_type
@@ -4735,7 +4736,9 @@ module Aws::APIGateway
4735
4736
  # @return [String]
4736
4737
  #
4737
4738
  # @!attribute [rw] cache_cluster_enabled
4738
- # Specifies whether a cache cluster is enabled for the stage.
4739
+ # Specifies whether a cache cluster is enabled for the stage. To
4740
+ # activate a method-level cache, set `CachingEnabled` to `true` for a
4741
+ # method.
4739
4742
  # @return [Boolean]
4740
4743
  #
4741
4744
  # @!attribute [rw] cache_cluster_size
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apigateway/customizations'
52
52
  # @!group service
53
53
  module Aws::APIGateway
54
54
 
55
- GEM_VERSION = '1.91.0'
55
+ GEM_VERSION = '1.92.0'
56
56
 
57
57
  end
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.91.0
4
+ version: 1.92.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core