You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Soto/Services/APIGateway/APIGateway_api.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ public struct APIGateway: AWSService {
423
423
/// - certificateName: The user-friendly name of the certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.
424
424
/// - certificatePrivateKey: [Deprecated] Your edge-optimized endpoint's domain name certificate's private key.
425
425
/// - domainName: The name of the DomainName resource.
426
-
/// - endpointConfiguration: The endpoint configuration of this DomainName showing the endpoint types of the domain name.
426
+
/// - endpointConfiguration: The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
427
427
/// - mutualTlsAuthentication:
428
428
/// - ownershipVerificationCertificateArn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.
429
429
/// - policy: A stringified JSON policy document that applies to the execute-api service for this DomainName regardless of the caller and Method configuration. Supported only for private custom domain names.
@@ -642,7 +642,7 @@ public struct APIGateway: AWSService {
642
642
/// - cloneFrom: The ID of the RestApi that you want to clone from.
643
643
/// - description: The description of the RestApi.
644
644
/// - disableExecuteApiEndpoint: Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint
645
-
/// - endpointConfiguration: The endpoint configuration of this RestApi showing the endpoint types of the API.
645
+
/// - endpointConfiguration: The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.
646
646
/// - minimumCompressionSize: A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.
647
647
/// - name: The name of the RestApi.
648
648
/// - policy: A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
/// The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.
@@ -1020,7 +1026,7 @@ extension APIGateway {
1020
1026
publicletdescription:String?
1021
1027
/// Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint
1022
1028
publicletdisableExecuteApiEndpoint:Bool?
1023
-
/// The endpoint configuration of this RestApi showing the endpoint types of the API.
1029
+
/// The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.
/// A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size.
1026
1032
publicletminimumCompressionSize:Int?
@@ -1936,7 +1942,7 @@ extension APIGateway {
1936
1942
publicletdomainNameStatus:DomainNameStatus?
1937
1943
/// An optional text message containing detailed information about status of the DomainName migration.
1938
1944
publicletdomainNameStatusMessage:String?
1939
-
/// The endpoint configuration of this DomainName showing the endpoint types of the domain name.
1945
+
/// The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
/// A stringified JSON policy document that applies to the API Gateway Management service for this DomainName. This policy document controls access for access association sources to create domain name access associations with this DomainName. Supported only for private custom domain names.
/// The IP address types that can invoke an API (RestApi) or a DomainName. Use ipv4 to allow only IPv4 addresses to invoke an API or DomainName, or use dualstack to allow both IPv4 and IPv6 addresses to invoke an API or a DomainName. For the PRIVATE endpoint type, only dualstack is supported.
2086
+
publicletipAddressType:IpAddressType?
2079
2087
/// A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is "EDGE". For a regional API and its custom domain name, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.
2080
2088
publiclettypes:[EndpointType]?
2081
2089
/// A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only supported for PRIVATE endpoint type.
/// Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.
4357
4367
publicletdisableExecuteApiEndpoint:Bool?
4358
-
/// The endpoint configuration of this RestApi showing the endpoint types of the API.
4368
+
/// The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.
0 commit comments