The resource ARN for the tag.
" }, "TagKeys" : { "shape" : "__listOf__string", "location" : "querystring", "locationName" : "tagKeys", "documentation" : "The Tag keys to delete
" } }, "required" : [ "ResourceArn", "TagKeys" ] }, "UpdateApiInput" : { "type" : "structure", "members" : { "ApiKeySelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "apiKeySelectionExpression", "documentation" : "An API key selection expression. Supported only for WebSocket APIs. See API Key Selection Expressions.
" }, "CorsConfiguration" : { "shape" : "Cors", "locationName" : "corsConfiguration", "documentation" : "A CORS configuration. Supported only for HTTP APIs.
" }, "CredentialsArn" : { "shape" : "Arn", "locationName" : "credentialsArn", "documentation" : "This property is part of quick create. It specifies the credentials required for the integration, if any. For a Lambda integration, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null. Currently, this property is not used for HTTP integrations. If provided, this value replaces the credentials associated with the quick create integration. Supported only for HTTP APIs.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the API.
" }, "DisableExecuteApiEndpoint" : { "shape" : "__boolean", "locationName" : "disableExecuteApiEndpoint", "documentation" : "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.
" }, "DisableSchemaValidation" : { "shape" : "__boolean", "locationName" : "disableSchemaValidation", "documentation" : "Avoid validating models when creating a deployment. Supported only for WebSocket APIs.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the API.
" }, "RouteKey" : { "shape" : "SelectionKey", "locationName" : "routeKey", "documentation" : "This property is part of quick create. If not specified, the route created using quick create is kept. Otherwise, this value replaces the route key of the quick create route. Additional routes may still be added after the API is updated. Supported only for HTTP APIs.
" }, "RouteSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "routeSelectionExpression", "documentation" : "The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.
" }, "Target" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "target", "documentation" : "This property is part of quick create. For HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN. The type of the integration will be HTTP_PROXY or AWS_PROXY, respectively. The value provided updates the integration URI and integration type. You can update a quick-created target, but you can't remove it from an API. Supported only for HTTP APIs.
" }, "Version" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "version", "documentation" : "A version identifier for the API.
" } }, "documentation" : "Represents the input parameters for an UpdateApi request.
" }, "UpdateApiMappingInput" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "Id", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ApiMappingKey" : { "shape" : "SelectionKey", "locationName" : "apiMappingKey", "documentation" : "The API mapping key.
" }, "Stage" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "stage", "documentation" : "The API stage.
" } }, "documentation" : "Represents the input parameters for an UpdateApiMapping request.
" }, "UpdateApiMappingRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "Id", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ApiMappingId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiMappingId", "documentation" : "The API mapping identifier.
" }, "ApiMappingKey" : { "shape" : "SelectionKey", "locationName" : "apiMappingKey", "documentation" : "The API mapping key.
" }, "DomainName" : { "shape" : "__string", "location" : "uri", "locationName" : "domainName", "documentation" : "The domain name.
" }, "Stage" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "stage", "documentation" : "The API stage.
" } }, "documentation" : "Updates an ApiMapping.
", "required" : [ "ApiMappingId", "ApiId", "DomainName" ] }, "UpdateApiMappingResponse" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "Id", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ApiMappingId" : { "shape" : "Id", "locationName" : "apiMappingId", "documentation" : "The API mapping identifier.
" }, "ApiMappingKey" : { "shape" : "SelectionKey", "locationName" : "apiMappingKey", "documentation" : "The API mapping key.
" }, "Stage" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "stage", "documentation" : "The API stage.
" } } }, "UpdateApiRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ApiKeySelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "apiKeySelectionExpression", "documentation" : "An API key selection expression. Supported only for WebSocket APIs. See API Key Selection Expressions.
" }, "CorsConfiguration" : { "shape" : "Cors", "locationName" : "corsConfiguration", "documentation" : "A CORS configuration. Supported only for HTTP APIs.
" }, "CredentialsArn" : { "shape" : "Arn", "locationName" : "credentialsArn", "documentation" : "This property is part of quick create. It specifies the credentials required for the integration, if any. For a Lambda integration, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, don't specify this parameter. Currently, this property is not used for HTTP integrations. If provided, this value replaces the credentials associated with the quick create integration. Supported only for HTTP APIs.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the API.
" }, "DisableSchemaValidation" : { "shape" : "__boolean", "locationName" : "disableSchemaValidation", "documentation" : "Avoid validating models when creating a deployment. Supported only for WebSocket APIs.
" }, "DisableExecuteApiEndpoint" : { "shape" : "__boolean", "locationName" : "disableExecuteApiEndpoint", "documentation" : "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.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the API.
" }, "RouteKey" : { "shape" : "SelectionKey", "locationName" : "routeKey", "documentation" : "This property is part of quick create. If not specified, the route created using quick create is kept. Otherwise, this value replaces the route key of the quick create route. Additional routes may still be added after the API is updated. Supported only for HTTP APIs.
" }, "RouteSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "routeSelectionExpression", "documentation" : "The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.
" }, "Target" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "target", "documentation" : "This property is part of quick create. For HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN. The type of the integration will be HTTP_PROXY or AWS_PROXY, respectively. The value provided updates the integration URI and integration type. You can update a quick-created target, but you can't remove it from an API. Supported only for HTTP APIs.
" }, "Version" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "version", "documentation" : "A version identifier for the API.
" } }, "documentation" : "Updates an Api.
", "required" : [ "ApiId" ] }, "UpdateApiResponse" : { "type" : "structure", "members" : { "ApiEndpoint" : { "shape" : "__string", "locationName" : "apiEndpoint", "documentation" : "The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
" }, "ApiGatewayManaged" : { "shape" : "__boolean", "locationName" : "apiGatewayManaged", "documentation" : "Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.
" }, "ApiId" : { "shape" : "Id", "locationName" : "apiId", "documentation" : "The API ID.
" }, "ApiKeySelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "apiKeySelectionExpression", "documentation" : "An API key selection expression. Supported only for WebSocket APIs. See API Key Selection Expressions.
" }, "CorsConfiguration" : { "shape" : "Cors", "locationName" : "corsConfiguration", "documentation" : "A CORS configuration. Supported only for HTTP APIs.
" }, "CreatedDate" : { "shape" : "__timestampIso8601", "locationName" : "createdDate", "documentation" : "The timestamp when the API was created.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the API.
" }, "DisableSchemaValidation" : { "shape" : "__boolean", "locationName" : "disableSchemaValidation", "documentation" : "Avoid validating models when creating a deployment. Supported only for WebSocket APIs.
" }, "DisableExecuteApiEndpoint" : { "shape" : "__boolean", "locationName" : "disableExecuteApiEndpoint", "documentation" : "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.
" }, "ImportInfo" : { "shape" : "__listOf__string", "locationName" : "importInfo", "documentation" : "The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the API.
" }, "ProtocolType" : { "shape" : "ProtocolType", "locationName" : "protocolType", "documentation" : "The API protocol.
" }, "RouteSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "routeSelectionExpression", "documentation" : "The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.
" }, "Tags" : { "shape" : "Tags", "locationName" : "tags", "documentation" : "A collection of tags associated with the API.
" }, "Version" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "version", "documentation" : "A version identifier for the API.
" }, "Warnings" : { "shape" : "__listOf__string", "locationName" : "warnings", "documentation" : "The warning messages reported when failonwarnings is turned on during API import.
" } } }, "UpdateAuthorizerInput" : { "type" : "structure", "members" : { "AuthorizerCredentialsArn" : { "shape" : "Arn", "locationName" : "authorizerCredentialsArn", "documentation" : "Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter.
" }, "AuthorizerPayloadFormatVersion" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "authorizerPayloadFormatVersion", "documentation" : "Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see Working with AWS Lambda authorizers for HTTP APIs.
" }, "AuthorizerResultTtlInSeconds" : { "shape" : "IntegerWithLengthBetween0And3600", "locationName" : "authorizerResultTtlInSeconds", "documentation" : "The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.
" }, "AuthorizerType" : { "shape" : "AuthorizerType", "locationName" : "authorizerType", "documentation" : "The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).
" }, "AuthorizerUri" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "authorizerUri", "documentation" : "The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:
Specifies whether a Lambda authorizer returns a response in a simple format. By default, a Lambda authorizer must return an IAM policy. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see Working with AWS Lambda authorizers for HTTP APIs
" }, "IdentitySource" : { "shape" : "IdentitySourceList", "locationName" : "identitySource", "documentation" : "The identity source for which authorization is requested.
For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see Working with AWS Lambda authorizers for HTTP APIs.
For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.
" }, "IdentityValidationExpression" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "identityValidationExpression", "documentation" : "This parameter is not used.
" }, "JwtConfiguration" : { "shape" : "JWTConfiguration", "locationName" : "jwtConfiguration", "documentation" : "Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the authorizer.
" } }, "documentation" : "The input parameters for an UpdateAuthorizer request.
" }, "UpdateAuthorizerRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "AuthorizerCredentialsArn" : { "shape" : "Arn", "locationName" : "authorizerCredentialsArn", "documentation" : "Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter.
" }, "AuthorizerId" : { "shape" : "__string", "location" : "uri", "locationName" : "authorizerId", "documentation" : "The authorizer identifier.
" }, "AuthorizerPayloadFormatVersion" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "authorizerPayloadFormatVersion", "documentation" : "Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see Working with AWS Lambda authorizers for HTTP APIs.
" }, "AuthorizerResultTtlInSeconds" : { "shape" : "IntegerWithLengthBetween0And3600", "locationName" : "authorizerResultTtlInSeconds", "documentation" : "The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.
" }, "AuthorizerType" : { "shape" : "AuthorizerType", "locationName" : "authorizerType", "documentation" : "The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).
" }, "AuthorizerUri" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "authorizerUri", "documentation" : "The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:
Specifies whether a Lambda authorizer returns a response in a simple format. By default, a Lambda authorizer must return an IAM policy. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see Working with AWS Lambda authorizers for HTTP APIs
" }, "IdentitySource" : { "shape" : "IdentitySourceList", "locationName" : "identitySource", "documentation" : "The identity source for which authorization is requested.
For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see Working with AWS Lambda authorizers for HTTP APIs.
For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.
" }, "IdentityValidationExpression" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "identityValidationExpression", "documentation" : "This parameter is not used.
" }, "JwtConfiguration" : { "shape" : "JWTConfiguration", "locationName" : "jwtConfiguration", "documentation" : "Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the authorizer.
" } }, "documentation" : "Updates an Authorizer.
", "required" : [ "AuthorizerId", "ApiId" ] }, "UpdateAuthorizerResponse" : { "type" : "structure", "members" : { "AuthorizerCredentialsArn" : { "shape" : "Arn", "locationName" : "authorizerCredentialsArn", "documentation" : "Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.
" }, "AuthorizerId" : { "shape" : "Id", "locationName" : "authorizerId", "documentation" : "The authorizer identifier.
" }, "AuthorizerPayloadFormatVersion" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "authorizerPayloadFormatVersion", "documentation" : "Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see Working with AWS Lambda authorizers for HTTP APIs.
" }, "AuthorizerResultTtlInSeconds" : { "shape" : "IntegerWithLengthBetween0And3600", "locationName" : "authorizerResultTtlInSeconds", "documentation" : "The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.
" }, "AuthorizerType" : { "shape" : "AuthorizerType", "locationName" : "authorizerType", "documentation" : "The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).
" }, "AuthorizerUri" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "authorizerUri", "documentation" : "The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:
Specifies whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see Working with AWS Lambda authorizers for HTTP APIs
" }, "IdentitySource" : { "shape" : "IdentitySourceList", "locationName" : "identitySource", "documentation" : "The identity source for which authorization is requested.
For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see Working with AWS Lambda authorizers for HTTP APIs.
For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.
" }, "IdentityValidationExpression" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "identityValidationExpression", "documentation" : "The validation expression does not apply to the REQUEST authorizer.
" }, "JwtConfiguration" : { "shape" : "JWTConfiguration", "locationName" : "jwtConfiguration", "documentation" : "Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the authorizer.
" } } }, "UpdateDeploymentInput" : { "type" : "structure", "members" : { "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description for the deployment resource.
" } }, "documentation" : "Represents the input parameters for an UpdateDeployment request.
" }, "UpdateDeploymentRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "DeploymentId" : { "shape" : "__string", "location" : "uri", "locationName" : "deploymentId", "documentation" : "The deployment ID.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description for the deployment resource.
" } }, "documentation" : "Updates a Deployment.
", "required" : [ "ApiId", "DeploymentId" ] }, "UpdateDeploymentResponse" : { "type" : "structure", "members" : { "AutoDeployed" : { "shape" : "__boolean", "locationName" : "autoDeployed", "documentation" : "Specifies whether a deployment was automatically released.
" }, "CreatedDate" : { "shape" : "__timestampIso8601", "locationName" : "createdDate", "documentation" : "The date and time when the Deployment resource was created.
" }, "DeploymentId" : { "shape" : "Id", "locationName" : "deploymentId", "documentation" : "The identifier for the deployment.
" }, "DeploymentStatus" : { "shape" : "DeploymentStatus", "locationName" : "deploymentStatus", "documentation" : "The status of the deployment: PENDING, FAILED, or SUCCEEDED.
" }, "DeploymentStatusMessage" : { "shape" : "__string", "locationName" : "deploymentStatusMessage", "documentation" : "May contain additional feedback on the status of an API deployment.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description for the deployment.
" } } }, "UpdateDomainNameInput" : { "type" : "structure", "members" : { "DomainNameConfigurations" : { "shape" : "DomainNameConfigurations", "locationName" : "domainNameConfigurations", "documentation" : "The domain name configurations.
" }, "MutualTlsAuthentication" : { "shape" : "MutualTlsAuthenticationInput", "locationName" : "mutualTlsAuthentication", "documentation" : "The mutual TLS authentication configuration for a custom domain name.
" } }, "documentation" : "Represents the input parameters for an UpdateDomainName request.
" }, "UpdateDomainNameRequest" : { "type" : "structure", "members" : { "DomainName" : { "shape" : "__string", "location" : "uri", "locationName" : "domainName", "documentation" : "The domain name.
" }, "DomainNameConfigurations" : { "shape" : "DomainNameConfigurations", "locationName" : "domainNameConfigurations", "documentation" : "The domain name configurations.
" }, "MutualTlsAuthentication" : { "shape" : "MutualTlsAuthenticationInput", "locationName" : "mutualTlsAuthentication", "documentation" : "The mutual TLS authentication configuration for a custom domain name.
" } }, "documentation" : "Updates a DomainName.
", "required" : [ "DomainName" ] }, "UpdateDomainNameResponse" : { "type" : "structure", "members" : { "ApiMappingSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "apiMappingSelectionExpression", "documentation" : "The API mapping selection expression.
" }, "DomainName" : { "shape" : "StringWithLengthBetween1And512", "locationName" : "domainName", "documentation" : "The name of the DomainName resource.
" }, "DomainNameConfigurations" : { "shape" : "DomainNameConfigurations", "locationName" : "domainNameConfigurations", "documentation" : "The domain name configurations.
" }, "MutualTlsAuthentication" : { "shape" : "MutualTlsAuthentication", "locationName" : "mutualTlsAuthentication", "documentation" : "The mutual TLS authentication configuration for a custom domain name.
" }, "Tags" : { "shape" : "Tags", "locationName" : "tags", "documentation" : "The collection of tags associated with a domain name.
" } } }, "UpdateIntegrationInput" : { "type" : "structure", "members" : { "ConnectionId" : { "shape" : "StringWithLengthBetween1And1024", "locationName" : "connectionId", "documentation" : "The ID of the VPC link for a private integration. Supported only for HTTP APIs.
" }, "ConnectionType" : { "shape" : "ConnectionType", "locationName" : "connectionType", "documentation" : "The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
" }, "ContentHandlingStrategy" : { "shape" : "ContentHandlingStrategy", "locationName" : "contentHandlingStrategy", "documentation" : "Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:
CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.
If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.
" }, "CredentialsArn" : { "shape" : "Arn", "locationName" : "credentialsArn", "documentation" : "Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the integration
" }, "IntegrationMethod" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "integrationMethod", "documentation" : "Specifies the integration's HTTP method type.
" }, "IntegrationSubtype" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "integrationSubtype", "documentation" : "Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see Integration subtype reference.
" }, "IntegrationType" : { "shape" : "IntegrationType", "locationName" : "integrationType", "documentation" : "The integration type of an integration. One of the following:
AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.
AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.
HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.
HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration. For HTTP API private integrations, use an HTTP_PROXY integration.
MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.
" }, "IntegrationUri" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "integrationUri", "documentation" : "For a Lambda integration, specify the URI of a Lambda function.
For an HTTP integration, specify a fully-qualified URL.
For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see DiscoverInstances. For private integrations, all resources must be owned by the same AWS account.
" }, "PassthroughBehavior" : { "shape" : "PassthroughBehavior", "locationName" : "passthroughBehavior", "documentation" : "Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.
NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.
WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.
" }, "PayloadFormatVersion" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "payloadFormatVersion", "documentation" : "Specifies the format of the payload sent to an integration. Required for HTTP APIs.
" }, "RequestParameters" : { "shape" : "IntegrationParameters", "locationName" : "requestParameters", "documentation" : "For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.
For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs.
For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern <action>:<header|querystring|path>.<location> where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
" }, "RequestTemplates" : { "shape" : "TemplateMap", "locationName" : "requestTemplates", "documentation" : "Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.
" }, "ResponseParameters" : { "shape" : "ResponseParameters", "locationName" : "responseParameters", "documentation" : "Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern <action>:<header>.<location> or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
" }, "TemplateSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "templateSelectionExpression", "documentation" : "The template selection expression for the integration.
" }, "TimeoutInMillis" : { "shape" : "IntegerWithLengthBetween50And30000", "locationName" : "timeoutInMillis", "documentation" : "Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
" }, "TlsConfig" : { "shape" : "TlsConfigInput", "locationName" : "tlsConfig", "documentation" : "The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.
" } }, "documentation" : "Represents the input parameters for an UpdateIntegration request.
" }, "UpdateIntegrationRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ConnectionId" : { "shape" : "StringWithLengthBetween1And1024", "locationName" : "connectionId", "documentation" : "The ID of the VPC link for a private integration. Supported only for HTTP APIs.
" }, "ConnectionType" : { "shape" : "ConnectionType", "locationName" : "connectionType", "documentation" : "The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
" }, "ContentHandlingStrategy" : { "shape" : "ContentHandlingStrategy", "locationName" : "contentHandlingStrategy", "documentation" : "Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:
CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.
If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.
" }, "CredentialsArn" : { "shape" : "Arn", "locationName" : "credentialsArn", "documentation" : "Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the integration
" }, "IntegrationId" : { "shape" : "__string", "location" : "uri", "locationName" : "integrationId", "documentation" : "The integration ID.
" }, "IntegrationMethod" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "integrationMethod", "documentation" : "Specifies the integration's HTTP method type.
" }, "IntegrationSubtype" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "integrationSubtype", "documentation" : "Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see Integration subtype reference.
" }, "IntegrationType" : { "shape" : "IntegrationType", "locationName" : "integrationType", "documentation" : "The integration type of an integration. One of the following:
AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.
AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.
HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.
HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration. For HTTP API private integrations, use an HTTP_PROXY integration.
MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.
" }, "IntegrationUri" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "integrationUri", "documentation" : "For a Lambda integration, specify the URI of a Lambda function.
For an HTTP integration, specify a fully-qualified URL.
For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see DiscoverInstances. For private integrations, all resources must be owned by the same AWS account.
" }, "PassthroughBehavior" : { "shape" : "PassthroughBehavior", "locationName" : "passthroughBehavior", "documentation" : "Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.
NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.
WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.
" }, "PayloadFormatVersion" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "payloadFormatVersion", "documentation" : "Specifies the format of the payload sent to an integration. Required for HTTP APIs.
" }, "RequestParameters" : { "shape" : "IntegrationParameters", "locationName" : "requestParameters", "documentation" : "For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.
For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs.
For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern <action>:<header|querystring|path>.<location> where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
" }, "RequestTemplates" : { "shape" : "TemplateMap", "locationName" : "requestTemplates", "documentation" : "Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.
" }, "ResponseParameters" : { "shape" : "ResponseParameters", "locationName" : "responseParameters", "documentation" : "Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern <action>:<header>.<location> or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
" }, "TemplateSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "templateSelectionExpression", "documentation" : "The template selection expression for the integration.
" }, "TimeoutInMillis" : { "shape" : "IntegerWithLengthBetween50And30000", "locationName" : "timeoutInMillis", "documentation" : "Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
" }, "TlsConfig" : { "shape" : "TlsConfigInput", "locationName" : "tlsConfig", "documentation" : "The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.
" } }, "documentation" : "Updates an Integration.
", "required" : [ "ApiId", "IntegrationId" ] }, "UpdateIntegrationResult" : { "type" : "structure", "members" : { "ApiGatewayManaged" : { "shape" : "__boolean", "locationName" : "apiGatewayManaged", "documentation" : "Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.
" }, "ConnectionId" : { "shape" : "StringWithLengthBetween1And1024", "locationName" : "connectionId", "documentation" : "The ID of the VPC link for a private integration. Supported only for HTTP APIs.
" }, "ConnectionType" : { "shape" : "ConnectionType", "locationName" : "connectionType", "documentation" : "The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.
" }, "ContentHandlingStrategy" : { "shape" : "ContentHandlingStrategy", "locationName" : "contentHandlingStrategy", "documentation" : "Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:
CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.
If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.
" }, "CredentialsArn" : { "shape" : "Arn", "locationName" : "credentialsArn", "documentation" : "Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "Represents the description of an integration.
" }, "IntegrationId" : { "shape" : "Id", "locationName" : "integrationId", "documentation" : "Represents the identifier of an integration.
" }, "IntegrationMethod" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "integrationMethod", "documentation" : "Specifies the integration's HTTP method type.
" }, "IntegrationResponseSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "integrationResponseSelectionExpression", "documentation" : "The integration response selection expression for the integration. Supported only for WebSocket APIs. See Integration Response Selection Expressions.
" }, "IntegrationSubtype" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "integrationSubtype", "documentation" : "Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see Integration subtype reference.
" }, "IntegrationType" : { "shape" : "IntegrationType", "locationName" : "integrationType", "documentation" : "The integration type of an integration. One of the following:
AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.
AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.
HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.
HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration.
MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.
" }, "IntegrationUri" : { "shape" : "UriWithLengthBetween1And2048", "locationName" : "integrationUri", "documentation" : "For a Lambda integration, specify the URI of a Lambda function.
For an HTTP integration, specify a fully-qualified URL.
For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see DiscoverInstances. For private integrations, all resources must be owned by the same AWS account.
" }, "PassthroughBehavior" : { "shape" : "PassthroughBehavior", "locationName" : "passthroughBehavior", "documentation" : "Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.
WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.
NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.
WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.
" }, "PayloadFormatVersion" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "payloadFormatVersion", "documentation" : "Specifies the format of the payload sent to an integration. Required for HTTP APIs.
" }, "RequestParameters" : { "shape" : "IntegrationParameters", "locationName" : "requestParameters", "documentation" : "For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.
For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs.
For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern <action>:<header|querystring|path>.<location>. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
" }, "RequestTemplates" : { "shape" : "TemplateMap", "locationName" : "requestTemplates", "documentation" : "Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.
" }, "ResponseParameters" : { "shape" : "ResponseParameters", "locationName" : "responseParameters", "documentation" : "Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern <action>:<header>.<location> or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
" }, "TemplateSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "templateSelectionExpression", "documentation" : "The template selection expression for the integration. Supported only for WebSocket APIs.
" }, "TimeoutInMillis" : { "shape" : "IntegerWithLengthBetween50And30000", "locationName" : "timeoutInMillis", "documentation" : "Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.
" }, "TlsConfig" : { "shape" : "TlsConfig", "locationName" : "tlsConfig", "documentation" : "The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.
" } } }, "UpdateIntegrationResponseInput" : { "type" : "structure", "members" : { "ContentHandlingStrategy" : { "shape" : "ContentHandlingStrategy", "locationName" : "contentHandlingStrategy", "documentation" : "Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:
CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.
If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.
" }, "IntegrationResponseKey" : { "shape" : "SelectionKey", "locationName" : "integrationResponseKey", "documentation" : "The integration response key.
" }, "ResponseParameters" : { "shape" : "IntegrationParameters", "locationName" : "responseParameters", "documentation" : "A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.
The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.
" }, "TemplateSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "templateSelectionExpression", "documentation" : "The template selection expression for the integration response. Supported only for WebSocket APIs.
" } }, "documentation" : "Represents the input parameters for an UpdateIntegrationResponse request.
" }, "UpdateIntegrationResponseRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ContentHandlingStrategy" : { "shape" : "ContentHandlingStrategy", "locationName" : "contentHandlingStrategy", "documentation" : "Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:
CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.
If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.
" }, "IntegrationId" : { "shape" : "__string", "location" : "uri", "locationName" : "integrationId", "documentation" : "The integration ID.
" }, "IntegrationResponseId" : { "shape" : "__string", "location" : "uri", "locationName" : "integrationResponseId", "documentation" : "The integration response ID.
" }, "IntegrationResponseKey" : { "shape" : "SelectionKey", "locationName" : "integrationResponseKey", "documentation" : "The integration response key.
" }, "ResponseParameters" : { "shape" : "IntegrationParameters", "locationName" : "responseParameters", "documentation" : "A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.
The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.
" }, "TemplateSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "templateSelectionExpression", "documentation" : "The template selection expression for the integration response. Supported only for WebSocket APIs.
" } }, "documentation" : "Updates an IntegrationResponses.
", "required" : [ "ApiId", "IntegrationResponseId", "IntegrationId" ] }, "UpdateIntegrationResponseResponse" : { "type" : "structure", "members" : { "ContentHandlingStrategy" : { "shape" : "ContentHandlingStrategy", "locationName" : "contentHandlingStrategy", "documentation" : "Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:
CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.
CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.
If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.
" }, "IntegrationResponseId" : { "shape" : "Id", "locationName" : "integrationResponseId", "documentation" : "The integration response ID.
" }, "IntegrationResponseKey" : { "shape" : "SelectionKey", "locationName" : "integrationResponseKey", "documentation" : "The integration response key.
" }, "ResponseParameters" : { "shape" : "IntegrationParameters", "locationName" : "responseParameters", "documentation" : "A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.
" }, "ResponseTemplates" : { "shape" : "TemplateMap", "locationName" : "responseTemplates", "documentation" : "The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.
" }, "TemplateSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "templateSelectionExpression", "documentation" : "The template selection expressions for the integration response.
" } } }, "UpdateModelInput" : { "type" : "structure", "members" : { "ContentType" : { "shape" : "StringWithLengthBetween1And256", "locationName" : "contentType", "documentation" : "The content-type for the model, for example, \"application/json\".
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the model.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the model.
" }, "Schema" : { "shape" : "StringWithLengthBetween0And32K", "locationName" : "schema", "documentation" : "The schema for the model. For application/json models, this should be JSON schema draft 4 model.
" } }, "documentation" : "Represents the input parameters for an UpdateModel request. Supported only for WebSocket APIs.
" }, "UpdateModelRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ContentType" : { "shape" : "StringWithLengthBetween1And256", "locationName" : "contentType", "documentation" : "The content-type for the model, for example, \"application/json\".
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the model.
" }, "ModelId" : { "shape" : "__string", "location" : "uri", "locationName" : "modelId", "documentation" : "The model ID.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the model.
" }, "Schema" : { "shape" : "StringWithLengthBetween0And32K", "locationName" : "schema", "documentation" : "The schema for the model. For application/json models, this should be JSON schema draft 4 model.
" } }, "documentation" : "Updates a Model.
", "required" : [ "ModelId", "ApiId" ] }, "UpdateModelResponse" : { "type" : "structure", "members" : { "ContentType" : { "shape" : "StringWithLengthBetween1And256", "locationName" : "contentType", "documentation" : "The content-type for the model, for example, \"application/json\".
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the model.
" }, "ModelId" : { "shape" : "Id", "locationName" : "modelId", "documentation" : "The model identifier.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the model. Must be alphanumeric.
" }, "Schema" : { "shape" : "StringWithLengthBetween0And32K", "locationName" : "schema", "documentation" : "The schema for the model. For application/json models, this should be JSON schema draft 4 model.
" } } }, "UpdateRouteInput" : { "type" : "structure", "members" : { "ApiKeyRequired" : { "shape" : "__boolean", "locationName" : "apiKeyRequired", "documentation" : "Specifies whether an API key is required for the route. Supported only for WebSocket APIs.
" }, "AuthorizationScopes" : { "shape" : "AuthorizationScopes", "locationName" : "authorizationScopes", "documentation" : "The authorization scopes supported by this route.
" }, "AuthorizationType" : { "shape" : "AuthorizationType", "locationName" : "authorizationType", "documentation" : "The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.
" }, "AuthorizerId" : { "shape" : "Id", "locationName" : "authorizerId", "documentation" : "The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.
" }, "ModelSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "modelSelectionExpression", "documentation" : "The model selection expression for the route. Supported only for WebSocket APIs.
" }, "OperationName" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "operationName", "documentation" : "The operation name for the route.
" }, "RequestModels" : { "shape" : "RouteModels", "locationName" : "requestModels", "documentation" : "The request models for the route. Supported only for WebSocket APIs.
" }, "RequestParameters" : { "shape" : "RouteParameters", "locationName" : "requestParameters", "documentation" : "The request parameters for the route. Supported only for WebSocket APIs.
" }, "RouteKey" : { "shape" : "SelectionKey", "locationName" : "routeKey", "documentation" : "The route key for the route.
" }, "RouteResponseSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "routeResponseSelectionExpression", "documentation" : "The route response selection expression for the route. Supported only for WebSocket APIs.
" }, "Target" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "target", "documentation" : "The target for the route.
" } }, "documentation" : "Represents the input parameters for an UpdateRoute request.
" }, "UpdateRouteRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ApiKeyRequired" : { "shape" : "__boolean", "locationName" : "apiKeyRequired", "documentation" : "Specifies whether an API key is required for the route. Supported only for WebSocket APIs.
" }, "AuthorizationScopes" : { "shape" : "AuthorizationScopes", "locationName" : "authorizationScopes", "documentation" : "The authorization scopes supported by this route.
" }, "AuthorizationType" : { "shape" : "AuthorizationType", "locationName" : "authorizationType", "documentation" : "The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.
" }, "AuthorizerId" : { "shape" : "Id", "locationName" : "authorizerId", "documentation" : "The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.
" }, "ModelSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "modelSelectionExpression", "documentation" : "The model selection expression for the route. Supported only for WebSocket APIs.
" }, "OperationName" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "operationName", "documentation" : "The operation name for the route.
" }, "RequestModels" : { "shape" : "RouteModels", "locationName" : "requestModels", "documentation" : "The request models for the route. Supported only for WebSocket APIs.
" }, "RequestParameters" : { "shape" : "RouteParameters", "locationName" : "requestParameters", "documentation" : "The request parameters for the route. Supported only for WebSocket APIs.
" }, "RouteId" : { "shape" : "__string", "location" : "uri", "locationName" : "routeId", "documentation" : "The route ID.
" }, "RouteKey" : { "shape" : "SelectionKey", "locationName" : "routeKey", "documentation" : "The route key for the route.
" }, "RouteResponseSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "routeResponseSelectionExpression", "documentation" : "The route response selection expression for the route. Supported only for WebSocket APIs.
" }, "Target" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "target", "documentation" : "The target for the route.
" } }, "documentation" : "Updates a Route.
", "required" : [ "ApiId", "RouteId" ] }, "UpdateRouteResult" : { "type" : "structure", "members" : { "ApiGatewayManaged" : { "shape" : "__boolean", "locationName" : "apiGatewayManaged", "documentation" : "Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.
" }, "ApiKeyRequired" : { "shape" : "__boolean", "locationName" : "apiKeyRequired", "documentation" : "Specifies whether an API key is required for this route. Supported only for WebSocket APIs.
" }, "AuthorizationScopes" : { "shape" : "AuthorizationScopes", "locationName" : "authorizationScopes", "documentation" : "A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.
" }, "AuthorizationType" : { "shape" : "AuthorizationType", "locationName" : "authorizationType", "documentation" : "The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.
" }, "AuthorizerId" : { "shape" : "Id", "locationName" : "authorizerId", "documentation" : "The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.
" }, "ModelSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "modelSelectionExpression", "documentation" : "The model selection expression for the route. Supported only for WebSocket APIs.
" }, "OperationName" : { "shape" : "StringWithLengthBetween1And64", "locationName" : "operationName", "documentation" : "The operation name for the route.
" }, "RequestModels" : { "shape" : "RouteModels", "locationName" : "requestModels", "documentation" : "The request models for the route. Supported only for WebSocket APIs.
" }, "RequestParameters" : { "shape" : "RouteParameters", "locationName" : "requestParameters", "documentation" : "The request parameters for the route. Supported only for WebSocket APIs.
" }, "RouteId" : { "shape" : "Id", "locationName" : "routeId", "documentation" : "The route ID.
" }, "RouteKey" : { "shape" : "SelectionKey", "locationName" : "routeKey", "documentation" : "The route key for the route.
" }, "RouteResponseSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "routeResponseSelectionExpression", "documentation" : "The route response selection expression for the route. Supported only for WebSocket APIs.
" }, "Target" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "target", "documentation" : "The target for the route.
" } } }, "UpdateRouteResponseInput" : { "type" : "structure", "members" : { "ModelSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "modelSelectionExpression", "documentation" : "The model selection expression for the route response. Supported only for WebSocket APIs.
" }, "ResponseModels" : { "shape" : "RouteModels", "locationName" : "responseModels", "documentation" : "The response models for the route response.
" }, "ResponseParameters" : { "shape" : "RouteParameters", "locationName" : "responseParameters", "documentation" : "The route response parameters.
" }, "RouteResponseKey" : { "shape" : "SelectionKey", "locationName" : "routeResponseKey", "documentation" : "The route response key.
" } }, "documentation" : "Represents the input parameters for an UpdateRouteResponse request.
" }, "UpdateRouteResponseRequest" : { "type" : "structure", "members" : { "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "ModelSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "modelSelectionExpression", "documentation" : "The model selection expression for the route response. Supported only for WebSocket APIs.
" }, "ResponseModels" : { "shape" : "RouteModels", "locationName" : "responseModels", "documentation" : "The response models for the route response.
" }, "ResponseParameters" : { "shape" : "RouteParameters", "locationName" : "responseParameters", "documentation" : "The route response parameters.
" }, "RouteId" : { "shape" : "__string", "location" : "uri", "locationName" : "routeId", "documentation" : "The route ID.
" }, "RouteResponseId" : { "shape" : "__string", "location" : "uri", "locationName" : "routeResponseId", "documentation" : "The route response ID.
" }, "RouteResponseKey" : { "shape" : "SelectionKey", "locationName" : "routeResponseKey", "documentation" : "The route response key.
" } }, "documentation" : "Updates a RouteResponse.
", "required" : [ "RouteResponseId", "ApiId", "RouteId" ] }, "UpdateRouteResponseResponse" : { "type" : "structure", "members" : { "ModelSelectionExpression" : { "shape" : "SelectionExpression", "locationName" : "modelSelectionExpression", "documentation" : "Represents the model selection expression of a route response. Supported only for WebSocket APIs.
" }, "ResponseModels" : { "shape" : "RouteModels", "locationName" : "responseModels", "documentation" : "Represents the response models of a route response.
" }, "ResponseParameters" : { "shape" : "RouteParameters", "locationName" : "responseParameters", "documentation" : "Represents the response parameters of a route response.
" }, "RouteResponseId" : { "shape" : "Id", "locationName" : "routeResponseId", "documentation" : "Represents the identifier of a route response.
" }, "RouteResponseKey" : { "shape" : "SelectionKey", "locationName" : "routeResponseKey", "documentation" : "Represents the route response key of a route response.
" } } }, "UpdateStageInput" : { "type" : "structure", "members" : { "AccessLogSettings" : { "shape" : "AccessLogSettings", "locationName" : "accessLogSettings", "documentation" : "Settings for logging access in this stage.
" }, "AutoDeploy" : { "shape" : "__boolean", "locationName" : "autoDeploy", "documentation" : "Specifies whether updates to an API automatically trigger a new deployment. The default value is false.
" }, "ClientCertificateId" : { "shape" : "Id", "locationName" : "clientCertificateId", "documentation" : "The identifier of a client certificate for a Stage.
" }, "DefaultRouteSettings" : { "shape" : "RouteSettings", "locationName" : "defaultRouteSettings", "documentation" : "The default route settings for the stage.
" }, "DeploymentId" : { "shape" : "Id", "locationName" : "deploymentId", "documentation" : "The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description for the API stage.
" }, "RouteSettings" : { "shape" : "RouteSettingsMap", "locationName" : "routeSettings", "documentation" : "Route settings for the stage.
" }, "StageVariables" : { "shape" : "StageVariablesMap", "locationName" : "stageVariables", "documentation" : "A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
" } }, "documentation" : "Represents the input parameters for an UpdateStage request.
" }, "UpdateStageRequest" : { "type" : "structure", "members" : { "AccessLogSettings" : { "shape" : "AccessLogSettings", "locationName" : "accessLogSettings", "documentation" : "Settings for logging access in this stage.
" }, "ApiId" : { "shape" : "__string", "location" : "uri", "locationName" : "apiId", "documentation" : "The API identifier.
" }, "AutoDeploy" : { "shape" : "__boolean", "locationName" : "autoDeploy", "documentation" : "Specifies whether updates to an API automatically trigger a new deployment. The default value is false.
" }, "ClientCertificateId" : { "shape" : "Id", "locationName" : "clientCertificateId", "documentation" : "The identifier of a client certificate for a Stage.
" }, "DefaultRouteSettings" : { "shape" : "RouteSettings", "locationName" : "defaultRouteSettings", "documentation" : "The default route settings for the stage.
" }, "DeploymentId" : { "shape" : "Id", "locationName" : "deploymentId", "documentation" : "The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description for the API stage.
" }, "RouteSettings" : { "shape" : "RouteSettingsMap", "locationName" : "routeSettings", "documentation" : "Route settings for the stage.
" }, "StageName" : { "shape" : "__string", "location" : "uri", "locationName" : "stageName", "documentation" : "The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
" }, "StageVariables" : { "shape" : "StageVariablesMap", "locationName" : "stageVariables", "documentation" : "A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
" } }, "documentation" : "Updates a Stage.
", "required" : [ "StageName", "ApiId" ] }, "UpdateStageResponse" : { "type" : "structure", "members" : { "AccessLogSettings" : { "shape" : "AccessLogSettings", "locationName" : "accessLogSettings", "documentation" : "Settings for logging access in this stage.
" }, "ApiGatewayManaged" : { "shape" : "__boolean", "locationName" : "apiGatewayManaged", "documentation" : "Specifies whether a stage is managed by API Gateway. If you created an API using quick create, the $default stage is managed by API Gateway. You can't modify the $default stage.
" }, "AutoDeploy" : { "shape" : "__boolean", "locationName" : "autoDeploy", "documentation" : "Specifies whether updates to an API automatically trigger a new deployment. The default value is false.
" }, "ClientCertificateId" : { "shape" : "Id", "locationName" : "clientCertificateId", "documentation" : "The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.
" }, "CreatedDate" : { "shape" : "__timestampIso8601", "locationName" : "createdDate", "documentation" : "The timestamp when the stage was created.
" }, "DefaultRouteSettings" : { "shape" : "RouteSettings", "locationName" : "defaultRouteSettings", "documentation" : "Default route settings for the stage.
" }, "DeploymentId" : { "shape" : "Id", "locationName" : "deploymentId", "documentation" : "The identifier of the Deployment that the Stage is associated with. Can't be updated if autoDeploy is enabled.
" }, "Description" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "description", "documentation" : "The description of the stage.
" }, "LastDeploymentStatusMessage" : { "shape" : "__string", "locationName" : "lastDeploymentStatusMessage", "documentation" : "Describes the status of the last deployment of a stage. Supported only for stages with autoDeploy enabled.
" }, "LastUpdatedDate" : { "shape" : "__timestampIso8601", "locationName" : "lastUpdatedDate", "documentation" : "The timestamp when the stage was last updated.
" }, "RouteSettings" : { "shape" : "RouteSettingsMap", "locationName" : "routeSettings", "documentation" : "Route settings for the stage, by routeKey.
" }, "StageName" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "stageName", "documentation" : "The name of the stage.
" }, "StageVariables" : { "shape" : "StageVariablesMap", "locationName" : "stageVariables", "documentation" : "A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
" }, "Tags" : { "shape" : "Tags", "locationName" : "tags", "documentation" : "The collection of tags. Each tag element is associated with a given resource.
" } } }, "UpdateVpcLinkInput" : { "type" : "structure", "members" : { "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the VPC link.
" } }, "documentation" : "Represents the input parameters for an UpdateVpcLink request.
" }, "UpdateVpcLinkRequest" : { "type" : "structure", "members" : { "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the VPC link.
" }, "VpcLinkId" : { "shape" : "__string", "location" : "uri", "locationName" : "vpcLinkId", "documentation" : "The ID of the VPC link.
" } }, "documentation" : "Updates a VPC link.
", "required" : [ "VpcLinkId" ] }, "UpdateVpcLinkResponse" : { "type" : "structure", "members" : { "CreatedDate" : { "shape" : "__timestampIso8601", "locationName" : "createdDate", "documentation" : "The timestamp when the VPC link was created.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the VPC link.
" }, "SecurityGroupIds" : { "shape" : "SecurityGroupIdList", "locationName" : "securityGroupIds", "documentation" : "A list of security group IDs for the VPC link.
" }, "SubnetIds" : { "shape" : "SubnetIdList", "locationName" : "subnetIds", "documentation" : "A list of subnet IDs to include in the VPC link.
" }, "Tags" : { "shape" : "Tags", "locationName" : "tags", "documentation" : "Tags for the VPC link.
" }, "VpcLinkId" : { "shape" : "Id", "locationName" : "vpcLinkId", "documentation" : "The ID of the VPC link.
" }, "VpcLinkStatus" : { "shape" : "VpcLinkStatus", "locationName" : "vpcLinkStatus", "documentation" : "The status of the VPC link.
" }, "VpcLinkStatusMessage" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "vpcLinkStatusMessage", "documentation" : "A message summarizing the cause of the status of the VPC link.
" }, "VpcLinkVersion" : { "shape" : "VpcLinkVersion", "locationName" : "vpcLinkVersion", "documentation" : "The version of the VPC link.
" } } }, "UriWithLengthBetween1And2048" : { "type" : "string", "documentation" : "A string representation of a URI with a length between [1-2048].
" }, "VpcLink" : { "type" : "structure", "members" : { "CreatedDate" : { "shape" : "__timestampIso8601", "locationName" : "createdDate", "documentation" : "The timestamp when the VPC link was created.
" }, "Name" : { "shape" : "StringWithLengthBetween1And128", "locationName" : "name", "documentation" : "The name of the VPC link.
" }, "SecurityGroupIds" : { "shape" : "SecurityGroupIdList", "locationName" : "securityGroupIds", "documentation" : "A list of security group IDs for the VPC link.
" }, "SubnetIds" : { "shape" : "SubnetIdList", "locationName" : "subnetIds", "documentation" : "A list of subnet IDs to include in the VPC link.
" }, "Tags" : { "shape" : "Tags", "locationName" : "tags", "documentation" : "Tags for the VPC link.
" }, "VpcLinkId" : { "shape" : "Id", "locationName" : "vpcLinkId", "documentation" : "The ID of the VPC link.
" }, "VpcLinkStatus" : { "shape" : "VpcLinkStatus", "locationName" : "vpcLinkStatus", "documentation" : "The status of the VPC link.
" }, "VpcLinkStatusMessage" : { "shape" : "StringWithLengthBetween0And1024", "locationName" : "vpcLinkStatusMessage", "documentation" : "A message summarizing the cause of the status of the VPC link.
" }, "VpcLinkVersion" : { "shape" : "VpcLinkVersion", "locationName" : "vpcLinkVersion", "documentation" : "The version of the VPC link.
" } }, "documentation" : "Represents a VPC link.
", "required" : [ "VpcLinkId", "SecurityGroupIds", "SubnetIds", "Name" ] }, "VpcLinkStatus" : { "type" : "string", "documentation" : "The status of the VPC link.
", "enum" : [ "PENDING", "AVAILABLE", "DELETING", "FAILED", "INACTIVE" ] }, "VpcLinkVersion" : { "type" : "string", "documentation" : "The version of the VPC link.
", "enum" : [ "V2" ] }, "VpcLinks" : { "type" : "structure", "members" : { "Items" : { "shape" : "__listOfVpcLink", "locationName" : "items", "documentation" : "A collection of VPC links.
" }, "NextToken" : { "shape" : "NextToken", "locationName" : "nextToken", "documentation" : "The next page of elements from this collection. Not valid for the last element of the collection.
" } }, "documentation" : "Represents a collection of VPCLinks.
" }, "__boolean" : { "type" : "boolean" }, "__double" : { "type" : "double" }, "__integer" : { "type" : "integer" }, "__listOfApi" : { "type" : "list", "member" : { "shape" : "Api" } }, "__listOfApiMapping" : { "type" : "list", "member" : { "shape" : "ApiMapping" } }, "__listOfAuthorizer" : { "type" : "list", "member" : { "shape" : "Authorizer" } }, "__listOfDeployment" : { "type" : "list", "member" : { "shape" : "Deployment" } }, "__listOfDomainName" : { "type" : "list", "member" : { "shape" : "DomainName" } }, "__listOfIntegration" : { "type" : "list", "member" : { "shape" : "Integration" } }, "__listOfIntegrationResponse" : { "type" : "list", "member" : { "shape" : "IntegrationResponse" } }, "__listOfModel" : { "type" : "list", "member" : { "shape" : "Model" } }, "__listOfRoute" : { "type" : "list", "member" : { "shape" : "Route" } }, "__listOfRouteResponse" : { "type" : "list", "member" : { "shape" : "RouteResponse" } }, "__listOfStage" : { "type" : "list", "member" : { "shape" : "Stage" } }, "__listOfVpcLink" : { "type" : "list", "member" : { "shape" : "VpcLink" } }, "__listOf__string" : { "type" : "list", "member" : { "shape" : "__string" } }, "__long" : { "type" : "long" }, "__string" : { "type" : "string" }, "__timestampIso8601" : { "type" : "timestamp", "timestampFormat" : "iso8601" }, "__timestampUnix" : { "type" : "timestamp", "timestampFormat" : "unixTimestamp" } }, "documentation" : "Amazon API Gateway V2
" }