aws-sdk-apigateway 1.64.0 → 1.68.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: 1f2e8499c8ba813e5b6a3450ea285731cda30c10e0172ee10cf378173922a866
4
- data.tar.gz: 9f98b73d93218e4486698783dd68e57bb79139c797ec5f6449375e1907487a5d
3
+ metadata.gz: 4014fcc10ed95d5ff1aa4420819bf30654324da3448531eaecbfa4d8235879a8
4
+ data.tar.gz: cc1d5210fa816f101a926f53d9375c465831ab21069d80e6e3bb3bcdc331d107
5
5
  SHA512:
6
- metadata.gz: d2f6f469296623c1d70d69a03237fc0a9eab06bfc19a37e650819a42ee168d524cccfab049a725469dd9066aa6020d38e119962d0c4269124946be16a0f87ea6
7
- data.tar.gz: eebee97262d0e2368357e311404ed2708b263d5bf37e303944d5ca51c86c38a50391abb169565f815f67579806628265da45adb7409780762dac998ebd38c178
6
+ metadata.gz: 31bb29a56aa2678b705d46056a210dad33b1d0935de19d04feecf358ebadff2314b2e50443aacfb64f1a6a8d2797ceb6b85a6396aa22fd2636e634b3fdb00e42
7
+ data.tar.gz: 90c38df7267c526034260087f1f77b2f4457bf23184d35fc1328c216826b9e081df4c8d5592b5c8d1715f79d37ae5095b119fb14101abe6f74dc4d60040de282
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.67.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.66.0 (2021-08-23)
15
+ ------------------
16
+
17
+ * Feature - Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
18
+
19
+ 1.65.0 (2021-08-12)
20
+ ------------------
21
+
22
+ * Feature - Adding support for ACM imported or private CA certificates for mTLS enabled domain names
23
+
4
24
  1.64.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.68.0
@@ -843,6 +843,12 @@ module Aws::APIGateway
843
843
  # client and the server. Clients must present a trusted certificate to
844
844
  # access your custom domain name.
845
845
  #
846
+ # @option params [String] :ownership_verification_certificate_arn
847
+ # The ARN of the public certificate issued by ACM to validate ownership
848
+ # of your custom domain. Only required when configuring mutual TLS and
849
+ # using an ACM imported or private CA certificate ARN as the
850
+ # regionalCertificateArn.
851
+ #
846
852
  # @return [Types::DomainName] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
847
853
  #
848
854
  # * {Types::DomainName#domain_name #domain_name} => String
@@ -861,6 +867,7 @@ module Aws::APIGateway
861
867
  # * {Types::DomainName#security_policy #security_policy} => String
862
868
  # * {Types::DomainName#tags #tags} => Hash<String,String>
863
869
  # * {Types::DomainName#mutual_tls_authentication #mutual_tls_authentication} => Types::MutualTlsAuthentication
870
+ # * {Types::DomainName#ownership_verification_certificate_arn #ownership_verification_certificate_arn} => String
864
871
  #
865
872
  # @example Request syntax with placeholder values
866
873
  #
@@ -885,6 +892,7 @@ module Aws::APIGateway
885
892
  # truststore_uri: "String",
886
893
  # truststore_version: "String",
887
894
  # },
895
+ # ownership_verification_certificate_arn: "String",
888
896
  # })
889
897
  #
890
898
  # @example Response structure
@@ -903,7 +911,7 @@ module Aws::APIGateway
903
911
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
904
912
  # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
905
913
  # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
906
- # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
914
+ # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
907
915
  # resp.domain_name_status_message #=> String
908
916
  # resp.security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
909
917
  # resp.tags #=> Hash
@@ -912,6 +920,7 @@ module Aws::APIGateway
912
920
  # resp.mutual_tls_authentication.truststore_version #=> String
913
921
  # resp.mutual_tls_authentication.truststore_warnings #=> Array
914
922
  # resp.mutual_tls_authentication.truststore_warnings[0] #=> String
923
+ # resp.ownership_verification_certificate_arn #=> String
915
924
  #
916
925
  # @overload create_domain_name(params = {})
917
926
  # @param [Hash] params ({})
@@ -1758,27 +1767,6 @@ module Aws::APIGateway
1758
1767
  #
1759
1768
  # @option params [required, String] :response_type
1760
1769
  # \[Required\] The response type of the associated GatewayResponse.
1761
- # Valid values are
1762
- # * ACCESS\_DENIED
1763
- # * API\_CONFIGURATION\_ERROR
1764
- # * AUTHORIZER\_FAILURE
1765
- # * AUTHORIZER\_CONFIGURATION\_ERROR
1766
- # * BAD\_REQUEST\_PARAMETERS
1767
- # * BAD\_REQUEST\_BODY
1768
- # * DEFAULT\_4XX
1769
- # * DEFAULT\_5XX
1770
- # * EXPIRED\_TOKEN
1771
- # * INVALID\_SIGNATURE
1772
- # * INTEGRATION\_FAILURE
1773
- # * INTEGRATION\_TIMEOUT
1774
- # * INVALID\_API\_KEY
1775
- # * MISSING\_AUTHENTICATION\_TOKEN
1776
- # * QUOTA\_EXCEEDED
1777
- # * REQUEST\_TOO\_LARGE
1778
- # * RESOURCE\_NOT\_FOUND
1779
- # * THROTTLED
1780
- # * UNAUTHORIZED
1781
- # * UNSUPPORTED\_MEDIA\_TYPE
1782
1770
  #
1783
1771
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1784
1772
  #
@@ -1786,7 +1774,7 @@ module Aws::APIGateway
1786
1774
  #
1787
1775
  # resp = client.delete_gateway_response({
1788
1776
  # rest_api_id: "String", # required
1789
- # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED
1777
+ # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED, WAF_FILTERED
1790
1778
  # })
1791
1779
  #
1792
1780
  # @overload delete_gateway_response(params = {})
@@ -2904,6 +2892,7 @@ module Aws::APIGateway
2904
2892
  # * {Types::DomainName#security_policy #security_policy} => String
2905
2893
  # * {Types::DomainName#tags #tags} => Hash<String,String>
2906
2894
  # * {Types::DomainName#mutual_tls_authentication #mutual_tls_authentication} => Types::MutualTlsAuthentication
2895
+ # * {Types::DomainName#ownership_verification_certificate_arn #ownership_verification_certificate_arn} => String
2907
2896
  #
2908
2897
  # @example Request syntax with placeholder values
2909
2898
  #
@@ -2927,7 +2916,7 @@ module Aws::APIGateway
2927
2916
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
2928
2917
  # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
2929
2918
  # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
2930
- # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
2919
+ # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
2931
2920
  # resp.domain_name_status_message #=> String
2932
2921
  # resp.security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
2933
2922
  # resp.tags #=> Hash
@@ -2936,6 +2925,7 @@ module Aws::APIGateway
2936
2925
  # resp.mutual_tls_authentication.truststore_version #=> String
2937
2926
  # resp.mutual_tls_authentication.truststore_warnings #=> Array
2938
2927
  # resp.mutual_tls_authentication.truststore_warnings[0] #=> String
2928
+ # resp.ownership_verification_certificate_arn #=> String
2939
2929
  #
2940
2930
  # @overload get_domain_name(params = {})
2941
2931
  # @param [Hash] params ({})
@@ -2985,7 +2975,7 @@ module Aws::APIGateway
2985
2975
  # resp.items[0].endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
2986
2976
  # resp.items[0].endpoint_configuration.vpc_endpoint_ids #=> Array
2987
2977
  # resp.items[0].endpoint_configuration.vpc_endpoint_ids[0] #=> String
2988
- # resp.items[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
2978
+ # resp.items[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
2989
2979
  # resp.items[0].domain_name_status_message #=> String
2990
2980
  # resp.items[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
2991
2981
  # resp.items[0].tags #=> Hash
@@ -2994,6 +2984,7 @@ module Aws::APIGateway
2994
2984
  # resp.items[0].mutual_tls_authentication.truststore_version #=> String
2995
2985
  # resp.items[0].mutual_tls_authentication.truststore_warnings #=> Array
2996
2986
  # resp.items[0].mutual_tls_authentication.truststore_warnings[0] #=> String
2987
+ # resp.items[0].ownership_verification_certificate_arn #=> String
2997
2988
  #
2998
2989
  # @overload get_domain_names(params = {})
2999
2990
  # @param [Hash] params ({})
@@ -3069,27 +3060,6 @@ module Aws::APIGateway
3069
3060
  #
3070
3061
  # @option params [required, String] :response_type
3071
3062
  # \[Required\] The response type of the associated GatewayResponse.
3072
- # Valid values are
3073
- # * ACCESS\_DENIED
3074
- # * API\_CONFIGURATION\_ERROR
3075
- # * AUTHORIZER\_FAILURE
3076
- # * AUTHORIZER\_CONFIGURATION\_ERROR
3077
- # * BAD\_REQUEST\_PARAMETERS
3078
- # * BAD\_REQUEST\_BODY
3079
- # * DEFAULT\_4XX
3080
- # * DEFAULT\_5XX
3081
- # * EXPIRED\_TOKEN
3082
- # * INVALID\_SIGNATURE
3083
- # * INTEGRATION\_FAILURE
3084
- # * INTEGRATION\_TIMEOUT
3085
- # * INVALID\_API\_KEY
3086
- # * MISSING\_AUTHENTICATION\_TOKEN
3087
- # * QUOTA\_EXCEEDED
3088
- # * REQUEST\_TOO\_LARGE
3089
- # * RESOURCE\_NOT\_FOUND
3090
- # * THROTTLED
3091
- # * UNAUTHORIZED
3092
- # * UNSUPPORTED\_MEDIA\_TYPE
3093
3063
  #
3094
3064
  # @return [Types::GatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3095
3065
  #
@@ -3103,12 +3073,12 @@ module Aws::APIGateway
3103
3073
  #
3104
3074
  # resp = client.get_gateway_response({
3105
3075
  # rest_api_id: "String", # required
3106
- # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED
3076
+ # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED, WAF_FILTERED
3107
3077
  # })
3108
3078
  #
3109
3079
  # @example Response structure
3110
3080
  #
3111
- # resp.response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED"
3081
+ # resp.response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED", "WAF_FILTERED"
3112
3082
  # resp.status_code #=> String
3113
3083
  # resp.response_parameters #=> Hash
3114
3084
  # resp.response_parameters["String"] #=> String
@@ -3158,7 +3128,7 @@ module Aws::APIGateway
3158
3128
  #
3159
3129
  # resp.position #=> String
3160
3130
  # resp.items #=> Array
3161
- # resp.items[0].response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED"
3131
+ # resp.items[0].response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED", "WAF_FILTERED"
3162
3132
  # resp.items[0].status_code #=> String
3163
3133
  # resp.items[0].response_parameters #=> Hash
3164
3134
  # resp.items[0].response_parameters["String"] #=> String
@@ -4763,27 +4733,6 @@ module Aws::APIGateway
4763
4733
  #
4764
4734
  # @option params [required, String] :response_type
4765
4735
  # \[Required\] The response type of the associated GatewayResponse.
4766
- # Valid values are
4767
- # * ACCESS\_DENIED
4768
- # * API\_CONFIGURATION\_ERROR
4769
- # * AUTHORIZER\_FAILURE
4770
- # * AUTHORIZER\_CONFIGURATION\_ERROR
4771
- # * BAD\_REQUEST\_PARAMETERS
4772
- # * BAD\_REQUEST\_BODY
4773
- # * DEFAULT\_4XX
4774
- # * DEFAULT\_5XX
4775
- # * EXPIRED\_TOKEN
4776
- # * INVALID\_SIGNATURE
4777
- # * INTEGRATION\_FAILURE
4778
- # * INTEGRATION\_TIMEOUT
4779
- # * INVALID\_API\_KEY
4780
- # * MISSING\_AUTHENTICATION\_TOKEN
4781
- # * QUOTA\_EXCEEDED
4782
- # * REQUEST\_TOO\_LARGE
4783
- # * RESOURCE\_NOT\_FOUND
4784
- # * THROTTLED
4785
- # * UNAUTHORIZED
4786
- # * UNSUPPORTED\_MEDIA\_TYPE
4787
4736
  #
4788
4737
  # @option params [String] :status_code
4789
4738
  # The HTTP status code of the GatewayResponse.
@@ -4808,7 +4757,7 @@ module Aws::APIGateway
4808
4757
  #
4809
4758
  # resp = client.put_gateway_response({
4810
4759
  # rest_api_id: "String", # required
4811
- # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED
4760
+ # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED, WAF_FILTERED
4812
4761
  # status_code: "StatusCode",
4813
4762
  # response_parameters: {
4814
4763
  # "String" => "String",
@@ -4820,7 +4769,7 @@ module Aws::APIGateway
4820
4769
  #
4821
4770
  # @example Response structure
4822
4771
  #
4823
- # resp.response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED"
4772
+ # resp.response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED", "WAF_FILTERED"
4824
4773
  # resp.status_code #=> String
4825
4774
  # resp.response_parameters #=> Hash
4826
4775
  # resp.response_parameters["String"] #=> String
@@ -6124,6 +6073,7 @@ module Aws::APIGateway
6124
6073
  # * {Types::DomainName#security_policy #security_policy} => String
6125
6074
  # * {Types::DomainName#tags #tags} => Hash<String,String>
6126
6075
  # * {Types::DomainName#mutual_tls_authentication #mutual_tls_authentication} => Types::MutualTlsAuthentication
6076
+ # * {Types::DomainName#ownership_verification_certificate_arn #ownership_verification_certificate_arn} => String
6127
6077
  #
6128
6078
  # @example Request syntax with placeholder values
6129
6079
  #
@@ -6155,7 +6105,7 @@ module Aws::APIGateway
6155
6105
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
6156
6106
  # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
6157
6107
  # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
6158
- # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
6108
+ # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING", "PENDING_CERTIFICATE_REIMPORT", "PENDING_OWNERSHIP_VERIFICATION"
6159
6109
  # resp.domain_name_status_message #=> String
6160
6110
  # resp.security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
6161
6111
  # resp.tags #=> Hash
@@ -6164,6 +6114,7 @@ module Aws::APIGateway
6164
6114
  # resp.mutual_tls_authentication.truststore_version #=> String
6165
6115
  # resp.mutual_tls_authentication.truststore_warnings #=> Array
6166
6116
  # resp.mutual_tls_authentication.truststore_warnings[0] #=> String
6117
+ # resp.ownership_verification_certificate_arn #=> String
6167
6118
  #
6168
6119
  # @overload update_domain_name(params = {})
6169
6120
  # @param [Hash] params ({})
@@ -6180,27 +6131,6 @@ module Aws::APIGateway
6180
6131
  #
6181
6132
  # @option params [required, String] :response_type
6182
6133
  # \[Required\] The response type of the associated GatewayResponse.
6183
- # Valid values are
6184
- # * ACCESS\_DENIED
6185
- # * API\_CONFIGURATION\_ERROR
6186
- # * AUTHORIZER\_FAILURE
6187
- # * AUTHORIZER\_CONFIGURATION\_ERROR
6188
- # * BAD\_REQUEST\_PARAMETERS
6189
- # * BAD\_REQUEST\_BODY
6190
- # * DEFAULT\_4XX
6191
- # * DEFAULT\_5XX
6192
- # * EXPIRED\_TOKEN
6193
- # * INVALID\_SIGNATURE
6194
- # * INTEGRATION\_FAILURE
6195
- # * INTEGRATION\_TIMEOUT
6196
- # * INVALID\_API\_KEY
6197
- # * MISSING\_AUTHENTICATION\_TOKEN
6198
- # * QUOTA\_EXCEEDED
6199
- # * REQUEST\_TOO\_LARGE
6200
- # * RESOURCE\_NOT\_FOUND
6201
- # * THROTTLED
6202
- # * UNAUTHORIZED
6203
- # * UNSUPPORTED\_MEDIA\_TYPE
6204
6134
  #
6205
6135
  # @option params [Array<Types::PatchOperation>] :patch_operations
6206
6136
  # A list of update operations to be applied to the specified resource
@@ -6218,7 +6148,7 @@ module Aws::APIGateway
6218
6148
  #
6219
6149
  # resp = client.update_gateway_response({
6220
6150
  # rest_api_id: "String", # required
6221
- # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED
6151
+ # response_type: "DEFAULT_4XX", # required, accepts DEFAULT_4XX, DEFAULT_5XX, RESOURCE_NOT_FOUND, UNAUTHORIZED, INVALID_API_KEY, ACCESS_DENIED, AUTHORIZER_FAILURE, AUTHORIZER_CONFIGURATION_ERROR, INVALID_SIGNATURE, EXPIRED_TOKEN, MISSING_AUTHENTICATION_TOKEN, INTEGRATION_FAILURE, INTEGRATION_TIMEOUT, API_CONFIGURATION_ERROR, UNSUPPORTED_MEDIA_TYPE, BAD_REQUEST_PARAMETERS, BAD_REQUEST_BODY, REQUEST_TOO_LARGE, THROTTLED, QUOTA_EXCEEDED, WAF_FILTERED
6222
6152
  # patch_operations: [
6223
6153
  # {
6224
6154
  # op: "add", # accepts add, remove, replace, move, copy, test
@@ -6231,7 +6161,7 @@ module Aws::APIGateway
6231
6161
  #
6232
6162
  # @example Response structure
6233
6163
  #
6234
- # resp.response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED"
6164
+ # resp.response_type #=> String, one of "DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED", "WAF_FILTERED"
6235
6165
  # resp.status_code #=> String
6236
6166
  # resp.response_parameters #=> Hash
6237
6167
  # resp.response_parameters["String"] #=> String
@@ -7081,7 +7011,7 @@ module Aws::APIGateway
7081
7011
  params: params,
7082
7012
  config: config)
7083
7013
  context[:gem_name] = 'aws-sdk-apigateway'
7084
- context[:gem_version] = '1.64.0'
7014
+ context[:gem_version] = '1.68.0'
7085
7015
  Seahorse::Client::Request.new(handlers, context)
7086
7016
  end
7087
7017