From 981bb65984df32beae20b939f05e4445e7402ec2 Mon Sep 17 00:00:00 2001 From: Luc Talatinian <102624213+lucix-aws@users.noreply.github.com> Date: Fri, 10 Jun 2022 10:34:09 -0400 Subject: [PATCH] chore: remove redshift-serverless model (#631) --- .../sdk/aws-models/redshift-serverless.json | 4023 ----------------- 1 file changed, 4023 deletions(-) delete mode 100644 codegen/sdk/aws-models/redshift-serverless.json diff --git a/codegen/sdk/aws-models/redshift-serverless.json b/codegen/sdk/aws-models/redshift-serverless.json deleted file mode 100644 index b4d22415c2d..00000000000 --- a/codegen/sdk/aws-models/redshift-serverless.json +++ /dev/null @@ -1,4023 +0,0 @@ -{ - "smithy": "1.0", - "shapes": { - "com.amazonaws.redshiftserverless#AccessDeniedException": { - "type": "structure", - "members": { - "code": { - "target": "smithy.api#String" - }, - "message": { - "target": "smithy.api#String" - } - }, - "traits": { - "smithy.api#documentation": "

You do not have sufficient access to perform this action.

", - "smithy.api#error": "client", - "smithy.api#httpError": 403 - } - }, - "com.amazonaws.redshiftserverless#AccountIdList": { - "type": "list", - "member": { - "target": "smithy.api#String" - } - }, - "com.amazonaws.redshiftserverless#AmazonResourceName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 1011 - } - } - }, - "com.amazonaws.redshiftserverless#ConfigParameter": { - "type": "structure", - "members": { - "parameterKey": { - "target": "com.amazonaws.redshiftserverless#ParameterKey", - "traits": { - "smithy.api#documentation": "

The key of the parameter. The\n options are datestyle, enable_user_activity_logging,\n query_group, search_path, and max_query_execution_time.

" - } - }, - "parameterValue": { - "target": "com.amazonaws.redshiftserverless#ParameterValue", - "traits": { - "smithy.api#documentation": "

The value of the parameter to set.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.

" - } - }, - "com.amazonaws.redshiftserverless#ConfigParameterList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#ConfigParameter" - } - }, - "com.amazonaws.redshiftserverless#ConflictException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The submitted action has conflicts.

", - "smithy.api#error": "client", - "smithy.api#httpError": 409 - } - }, - "com.amazonaws.redshiftserverless#ConvertRecoveryPointToSnapshot": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ConvertRecoveryPointToSnapshotRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ConvertRecoveryPointToSnapshotResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Converts a recovery point to a snapshot. For more information about recovery points and snapshots, \n see Working with snapshots and recovery points.

" - } - }, - "com.amazonaws.redshiftserverless#ConvertRecoveryPointToSnapshotRequest": { - "type": "structure", - "members": { - "recoveryPointId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the recovery point.

", - "smithy.api#required": {} - } - }, - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot.

", - "smithy.api#required": {} - } - }, - "retentionPeriod": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

How long to retain the snapshot.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ConvertRecoveryPointToSnapshotResponse": { - "type": "structure", - "members": { - "snapshot": { - "target": "com.amazonaws.redshiftserverless#Snapshot", - "traits": { - "smithy.api#documentation": "

The snapshot converted from the recovery point.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#CreateEndpointAccess": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#CreateEndpointAccessRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#CreateEndpointAccessResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#AccessDeniedException" - }, - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates an Amazon Redshift Serverless managed VPC endpoint.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#CreateEndpointAccessRequest": { - "type": "structure", - "members": { - "endpointName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the VPC endpoint. An endpoint name must contain 1-30 characters. \n Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. \n The name can't contain two consecutive hyphens or end with a hyphen.

", - "smithy.api#required": {} - } - }, - "subnetIds": { - "target": "com.amazonaws.redshiftserverless#SubnetIdList", - "traits": { - "smithy.api#documentation": "

The unique identifers of subnets from which \n Amazon Redshift Serverless chooses one to deploy a VPC endpoint.

", - "smithy.api#required": {} - } - }, - "workgroupName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the workgroup to associate with the VPC endpoint.

", - "smithy.api#required": {} - } - }, - "vpcSecurityGroupIds": { - "target": "com.amazonaws.redshiftserverless#VpcSecurityGroupIdList", - "traits": { - "smithy.api#documentation": "

The unique identifiers of the security group that defines the ports, \n protocols, and sources for inbound traffic that you are authorizing into your endpoint.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#CreateEndpointAccessResponse": { - "type": "structure", - "members": { - "endpoint": { - "target": "com.amazonaws.redshiftserverless#EndpointAccess", - "traits": { - "smithy.api#documentation": "

The created VPC endpoint.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#CreateNamespace": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#CreateNamespaceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#CreateNamespaceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#TooManyTagsException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a namespace in Amazon Redshift Serverless.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#CreateNamespaceRequest": { - "type": "structure", - "members": { - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace.

", - "smithy.api#required": {} - } - }, - "adminUsername": { - "target": "com.amazonaws.redshiftserverless#DbUser", - "traits": { - "smithy.api#documentation": "

The username of the administrator for the first database created in the namespace.

" - } - }, - "adminUserPassword": { - "target": "com.amazonaws.redshiftserverless#DbPassword", - "traits": { - "smithy.api#documentation": "

The password of the administrator for the first database created in the namespace.

" - } - }, - "dbName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the first database created in the namespace.

" - } - }, - "kmsKeyId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The ID of the Amazon Web Services Key Management Service key used to encrypt your data.

" - } - }, - "defaultIamRoleArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.

" - } - }, - "iamRoles": { - "target": "com.amazonaws.redshiftserverless#IamRoleArnList", - "traits": { - "smithy.api#documentation": "

A list of IAM roles to associate with the namespace.

" - } - }, - "logExports": { - "target": "com.amazonaws.redshiftserverless#LogExportList", - "traits": { - "smithy.api#documentation": "

The types of logs the namespace can export. \n Available export types are userlog, connectionlog, and useractivitylog.

" - } - }, - "tags": { - "target": "com.amazonaws.redshiftserverless#TagList", - "traits": { - "smithy.api#documentation": "

A list of tag instances.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#CreateNamespaceResponse": { - "type": "structure", - "members": { - "namespace": { - "target": "com.amazonaws.redshiftserverless#Namespace", - "traits": { - "smithy.api#documentation": "

The created namespace object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#CreateSnapshot": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#CreateSnapshotRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#CreateSnapshotResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a snapshot of all databases in a namespace.\n For more information about snapshots, see \n \n Working with snapshots and recovery points.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#CreateSnapshotRequest": { - "type": "structure", - "members": { - "namespaceName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The namespace to create a snapshot for.

", - "smithy.api#required": {} - } - }, - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot.

", - "smithy.api#required": {} - } - }, - "retentionPeriod": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

How long to retain the created snapshot.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#CreateSnapshotResponse": { - "type": "structure", - "members": { - "snapshot": { - "target": "com.amazonaws.redshiftserverless#Snapshot", - "traits": { - "smithy.api#documentation": "

The created snapshot object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#CreateUsageLimit": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#CreateUsageLimitRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#CreateUsageLimitResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.\n

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#CreateUsageLimitRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.

", - "smithy.api#required": {} - } - }, - "usageType": { - "target": "com.amazonaws.redshiftserverless#UsageLimitUsageType", - "traits": { - "smithy.api#documentation": "

The type of Amazon Redshift Serverless usage to create a usage limit for.

", - "smithy.api#required": {} - } - }, - "amount": { - "target": "smithy.api#Long", - "traits": { - "smithy.api#documentation": "

The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data\n transferred between Regions in cross-account sharing. The value must be a positive number.

", - "smithy.api#required": {} - } - }, - "period": { - "target": "com.amazonaws.redshiftserverless#UsageLimitPeriod", - "traits": { - "smithy.api#documentation": "

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

" - } - }, - "breachAction": { - "target": "com.amazonaws.redshiftserverless#UsageLimitBreachAction", - "traits": { - "smithy.api#documentation": "

The action that Amazon Redshift Serverless takes when the limit is reached. The default is log.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#CreateUsageLimitResponse": { - "type": "structure", - "members": { - "usageLimit": { - "target": "com.amazonaws.redshiftserverless#UsageLimit", - "traits": { - "smithy.api#documentation": "

The returned usage limit object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#CreateWorkgroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#CreateWorkgroupRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#CreateWorkgroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InsufficientCapacityException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#TooManyTagsException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates an workgroup in Amazon Redshift Serverless.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#CreateWorkgroupRequest": { - "type": "structure", - "members": { - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the created workgroup.

", - "smithy.api#required": {} - } - }, - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace to associate with the workgroup.

", - "smithy.api#required": {} - } - }, - "baseCapacity": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).

" - } - }, - "enhancedVpcRouting": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

The value that specifies whether to turn on enhanced virtual \n private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.

" - } - }, - "configParameters": { - "target": "com.amazonaws.redshiftserverless#ConfigParameterList", - "traits": { - "smithy.api#documentation": "

An array of parameters to set for more control over a serverless database. The\n options are datestyle, enable_user_activity_logging,\n query_group, search_path, and max_query_execution_time.

" - } - }, - "securityGroupIds": { - "target": "com.amazonaws.redshiftserverless#SecurityGroupIdList", - "traits": { - "smithy.api#documentation": "

An array of security group IDs to associate with the workgroup.

" - } - }, - "subnetIds": { - "target": "com.amazonaws.redshiftserverless#SubnetIdList", - "traits": { - "smithy.api#documentation": "

An array of VPC subnet IDs to associate with the workgroup.

" - } - }, - "publiclyAccessible": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

A value that specifies whether the workgroup can be accessed from a public network.

" - } - }, - "tags": { - "target": "com.amazonaws.redshiftserverless#TagList", - "traits": { - "smithy.api#documentation": "

A array of tag instances.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#CreateWorkgroupResponse": { - "type": "structure", - "members": { - "workgroup": { - "target": "com.amazonaws.redshiftserverless#Workgroup", - "traits": { - "smithy.api#documentation": "

The created workgroup object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#CrossVpcEndpointResource": { - "type": "resource", - "operations": [ - { - "target": "com.amazonaws.redshiftserverless#CreateEndpointAccess" - }, - { - "target": "com.amazonaws.redshiftserverless#DeleteEndpointAccess" - }, - { - "target": "com.amazonaws.redshiftserverless#GetEndpointAccess" - }, - { - "target": "com.amazonaws.redshiftserverless#ListEndpointAccess" - }, - { - "target": "com.amazonaws.redshiftserverless#UpdateEndpointAccess" - } - ] - }, - "com.amazonaws.redshiftserverless#DbName": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#DbPassword": { - "type": "string", - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.redshiftserverless#DbUser": { - "type": "string", - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteEndpointAccess": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#DeleteEndpointAccessRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#DeleteEndpointAccessResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes an Amazon Redshift Serverless managed VPC endpoint.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteEndpointAccessRequest": { - "type": "structure", - "members": { - "endpointName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the VPC endpoint to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteEndpointAccessResponse": { - "type": "structure", - "members": { - "endpoint": { - "target": "com.amazonaws.redshiftserverless#EndpointAccess", - "traits": { - "smithy.api#documentation": "

The deleted VPC endpoint.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteNamespace": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#DeleteNamespaceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#DeleteNamespaceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a namespace from Amazon Redshift Serverless. \n Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteNamespaceRequest": { - "type": "structure", - "members": { - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace to delete.

", - "smithy.api#required": {} - } - }, - "finalSnapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot to be created before the namespace is deleted.

" - } - }, - "finalSnapshotRetentionPeriod": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

How long to retain the final snapshot.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteNamespaceResponse": { - "type": "structure", - "members": { - "namespace": { - "target": "com.amazonaws.redshiftserverless#Namespace", - "traits": { - "smithy.api#documentation": "

The deleted namespace object.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteResourcePolicy": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#DeleteResourcePolicyRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#DeleteResourcePolicyResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes the specified resource policy.

" - } - }, - "com.amazonaws.redshiftserverless#DeleteResourcePolicyRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the policy to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteResourcePolicyResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteSnapshot": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#DeleteSnapshotRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#DeleteSnapshotResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a snapshot from Amazon Redshift Serverless.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteSnapshotRequest": { - "type": "structure", - "members": { - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot to be deleted.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteSnapshotResponse": { - "type": "structure", - "members": { - "snapshot": { - "target": "com.amazonaws.redshiftserverless#Snapshot", - "traits": { - "smithy.api#documentation": "

The deleted snapshot object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteUsageLimit": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#DeleteUsageLimitRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#DeleteUsageLimitResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a usage limit from Amazon Redshift Serverless.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteUsageLimitRequest": { - "type": "structure", - "members": { - "usageLimitId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the usage limit to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteUsageLimitResponse": { - "type": "structure", - "members": { - "usageLimit": { - "target": "com.amazonaws.redshiftserverless#UsageLimit", - "traits": { - "smithy.api#documentation": "

The deleted usage limit object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteWorkgroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#DeleteWorkgroupRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#DeleteWorkgroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deletes a workgroup.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteWorkgroupRequest": { - "type": "structure", - "members": { - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup to be deleted.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#DeleteWorkgroupResponse": { - "type": "structure", - "members": { - "workgroup": { - "target": "com.amazonaws.redshiftserverless#Workgroup", - "traits": { - "smithy.api#documentation": "

The deleted workgroup object.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#Endpoint": { - "type": "structure", - "members": { - "address": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The DNS address of the VPC endpoint.

" - } - }, - "port": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The port that Amazon Redshift Serverless listens on.

" - } - }, - "vpcEndpoints": { - "target": "com.amazonaws.redshiftserverless#VpcEndpointList", - "traits": { - "smithy.api#documentation": "

An array of VpcEndpoint objects.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The VPC endpoint object.

" - } - }, - "com.amazonaws.redshiftserverless#EndpointAccess": { - "type": "structure", - "members": { - "endpointName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the VPC endpoint.

" - } - }, - "endpointStatus": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The status of the VPC endpoint.

" - } - }, - "workgroupName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the workgroup associated with the endpoint.

" - } - }, - "endpointCreateTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The time that the endpoint was created.

", - "smithy.api#timestampFormat": "date-time" - } - }, - "port": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The port number on which Amazon Redshift Serverless accepts incoming connections.

" - } - }, - "address": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The DNS address of the endpoint.

" - } - }, - "subnetIds": { - "target": "com.amazonaws.redshiftserverless#SubnetIdList", - "traits": { - "smithy.api#documentation": "

The unique identifier of subnets \n where Amazon Redshift Serverless choose to deploy the VPC endpoint.

" - } - }, - "vpcSecurityGroups": { - "target": "com.amazonaws.redshiftserverless#VpcSecurityGroupMembershipList", - "traits": { - "smithy.api#documentation": "

The security groups associated with the endpoint.

" - } - }, - "vpcEndpoint": { - "target": "com.amazonaws.redshiftserverless#VpcEndpoint", - "traits": { - "smithy.api#documentation": "

The connection endpoint for connecting to Amazon Redshift Serverless.

" - } - }, - "endpointArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the VPC endpoint.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about an Amazon Redshift Serverless VPC endpoint.

" - } - }, - "com.amazonaws.redshiftserverless#EndpointAccessList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#EndpointAccess" - } - }, - "com.amazonaws.redshiftserverless#GetCredentials": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetCredentialsRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetCredentialsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns a database user name and temporary password with\n temporary authorization to log in to Amazon Redshift Serverless.

\n

By default, the temporary credentials expire in 900 seconds. \n You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).

\n \n

\n The Identity and Access Management (IAM) user or role that runs \n GetCredentials must have an IAM policy attached that allows access to all \n necessary actions and resources.\n

\n \n

\n If the DbName parameter is specified, the IAM policy must \n allow access to the resource dbname for the specified database name.

" - } - }, - "com.amazonaws.redshiftserverless#GetCredentialsRequest": { - "type": "structure", - "members": { - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup associated with the database.

", - "smithy.api#required": {} - } - }, - "dbName": { - "target": "com.amazonaws.redshiftserverless#DbName", - "traits": { - "smithy.api#documentation": "

The name of the database to get temporary authorization to log on to.

\n

Constraints:

\n " - } - }, - "durationSeconds": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The number of seconds until the returned temporary password expires.\n The minimum is 900 seconds, and the maximum is 3600 seconds.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetCredentialsResponse": { - "type": "structure", - "members": { - "dbUser": { - "target": "com.amazonaws.redshiftserverless#DbUser", - "traits": { - "smithy.api#documentation": "

A database user name that is authorized to log on to the database DbName\n using the password DbPassword. If the specified DbUser exists in the database, \n the new user name has the same database privileges as the the user named in \n DbUser. By default, the user is added to PUBLIC.

" - } - }, - "dbPassword": { - "target": "com.amazonaws.redshiftserverless#DbPassword", - "traits": { - "smithy.api#documentation": "

A temporary password that authorizes the user name returned by \n DbUser to log on to the database DbName.

" - } - }, - "expiration": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The date and time the password in DbPassword expires.

" - } - }, - "nextRefreshTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The date and time of when the DbUser and DbPassword \n authorization refreshes.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetEndpointAccess": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetEndpointAccessRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetEndpointAccessResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information, such as the name, about a VPC endpoint.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetEndpointAccessRequest": { - "type": "structure", - "members": { - "endpointName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the VPC endpoint to return information for.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetEndpointAccessResponse": { - "type": "structure", - "members": { - "endpoint": { - "target": "com.amazonaws.redshiftserverless#EndpointAccess", - "traits": { - "smithy.api#documentation": "

The returned VPC endpoint.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetNamespace": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetNamespaceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetNamespaceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a namespace in Amazon Redshift Serverless.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetNamespaceRequest": { - "type": "structure", - "members": { - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace to retrieve information for.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetNamespaceResponse": { - "type": "structure", - "members": { - "namespace": { - "target": "com.amazonaws.redshiftserverless#Namespace", - "traits": { - "smithy.api#documentation": "

The returned namespace object.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetRecoveryPoint": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetRecoveryPointRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetRecoveryPointResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a recovery point.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetRecoveryPointRequest": { - "type": "structure", - "members": { - "recoveryPointId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the recovery point to return information for.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetRecoveryPointResponse": { - "type": "structure", - "members": { - "recoveryPoint": { - "target": "com.amazonaws.redshiftserverless#RecoveryPoint", - "traits": { - "smithy.api#documentation": "

The returned recovery point object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetResourcePolicy": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetResourcePolicyRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetResourcePolicyResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns a resource policy.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetResourcePolicyRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource to return.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetResourcePolicyResponse": { - "type": "structure", - "members": { - "resourcePolicy": { - "target": "com.amazonaws.redshiftserverless#ResourcePolicy", - "traits": { - "smithy.api#documentation": "

The returned resource policy.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetSnapshot": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetSnapshotRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetSnapshotResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a specific snapshot.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetSnapshotRequest": { - "type": "structure", - "members": { - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot to return.

" - } - }, - "ownerAccount": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The owner Amazon Web Services account of a snapshot shared with another user.

" - } - }, - "snapshotArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the snapshot to return.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetSnapshotResponse": { - "type": "structure", - "members": { - "snapshot": { - "target": "com.amazonaws.redshiftserverless#Snapshot", - "traits": { - "smithy.api#documentation": "

The returned snapshot object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetUsageLimit": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetUsageLimitRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetUsageLimitResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a usage limit.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetUsageLimitRequest": { - "type": "structure", - "members": { - "usageLimitId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the usage limit to return information for.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetUsageLimitResponse": { - "type": "structure", - "members": { - "usageLimit": { - "target": "com.amazonaws.redshiftserverless#UsageLimit", - "traits": { - "smithy.api#documentation": "

The returned usage limit object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#GetWorkgroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#GetWorkgroupRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#GetWorkgroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a specific workgroup.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#GetWorkgroupRequest": { - "type": "structure", - "members": { - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup to return information for.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#GetWorkgroupResponse": { - "type": "structure", - "members": { - "workgroup": { - "target": "com.amazonaws.redshiftserverless#Workgroup", - "traits": { - "smithy.api#documentation": "

The returned workgroup object.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#IamRoleArn": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#IamRoleArnList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#IamRoleArn" - } - }, - "com.amazonaws.redshiftserverless#InsufficientCapacityException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

There is an insufficient capacity to perform the action.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400, - "smithy.api#retryable": {} - } - }, - "com.amazonaws.redshiftserverless#InternalServerException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The request processing has failed because of an unknown error, exception or failure.

", - "smithy.api#error": "server", - "smithy.api#httpError": 500, - "smithy.api#retryable": {} - } - }, - "com.amazonaws.redshiftserverless#InvalidPaginationException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The provided pagination token is invalid.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.redshiftserverless#KmsKeyId": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#ListEndpointAccess": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListEndpointAccessRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListEndpointAccessResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns an array of EndpointAccess objects and relevant information.

", - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "endpoints" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListEndpointAccessRequest": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If your initial ListEndpointAccess operation returns a nextToken,\n you can include the returned nextToken in subsequent ListEndpointAccess operations,\n which returns results in the next page.

", - "smithy.api#httpQuery": "nextToken" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#box": {}, - "smithy.api#documentation": "

An optional parameter that specifies the maximum number of results to return.\n You can use nextToken to get the next page of results.

", - "smithy.api#httpQuery": "maxResults", - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - }, - "workgroupName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the workgroup associated with the VPC endpoint to return.

" - } - }, - "vpcId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListEndpointAccessResponse": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

When nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n Make the call again using the returned token to retrieve the next page.

" - } - }, - "endpoints": { - "target": "com.amazonaws.redshiftserverless#EndpointAccessList", - "traits": { - "smithy.api#documentation": "

The returned VPC endpoints.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#ListNamespaces": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListNamespacesRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListNamespacesResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a list of specified namespaces.

", - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "namespaces" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListNamespacesRequest": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If your initial ListNamespaces operation returns a nextToken,\n you can include the returned nextToken in subsequent ListNamespaces operations,\n which returns results in the next page.

", - "smithy.api#httpQuery": "nextToken" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#box": {}, - "smithy.api#documentation": "

An optional parameter that specifies the maximum number of results to return.\n You can use nextToken to get the next page of results.

", - "smithy.api#httpQuery": "maxResults", - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListNamespacesResponse": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

When nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n Make the call again using the returned token to retrieve the next page.

" - } - }, - "namespaces": { - "target": "com.amazonaws.redshiftserverless#NamespaceList", - "traits": { - "smithy.api#documentation": "

The list of returned namespaces.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#ListRecoveryPoints": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListRecoveryPointsRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListRecoveryPointsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns an array of recovery points.

", - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "recoveryPoints" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListRecoveryPointsRequest": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If your initial ListRecoveryPoints operation returns a nextToken,\n you can include the returned nextToken in subsequent ListRecoveryPoints operations,\n which returns results in the next page.

", - "smithy.api#httpQuery": "nextToken" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#box": {}, - "smithy.api#documentation": "

An optional parameter that specifies the maximum number of results to return.\n You can use nextToken to get the next page of results.

", - "smithy.api#httpQuery": "maxResults", - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - }, - "startTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when the recovery point's creation was initiated.

" - } - }, - "endTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when creation of the recovery point finished.

" - } - }, - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace to list recovery points for.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListRecoveryPointsResponse": { - "type": "structure", - "members": { - "recoveryPoints": { - "target": "com.amazonaws.redshiftserverless#RecoveryPointList", - "traits": { - "smithy.api#documentation": "

The returned recovery point objects.

" - } - }, - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n Make the call again using the returned token to retrieve the next page.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#ListSnapshots": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListSnapshotsRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListSnapshotsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns a list of snapshots.

", - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "snapshots" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListSnapshotsRequest": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n Make the call again using the returned token to retrieve the next page.

", - "smithy.api#httpQuery": "nextToken" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#box": {}, - "smithy.api#documentation": "

An optional parameter that specifies the maximum number of results to return.\n You can use nextToken to get the next page of results.

", - "smithy.api#httpQuery": "maxResults", - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - }, - "namespaceName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The namespace from which to list all snapshots.

" - } - }, - "namespaceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.

" - } - }, - "ownerAccount": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The owner Amazon Web Services account of the snapshot.

" - } - }, - "startTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The time when the creation of the snapshot was initiated.

" - } - }, - "endTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The timestamp showing when the snapshot creation finished.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListSnapshotsResponse": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n Make the call again using the returned token to retrieve the next page.

" - } - }, - "snapshots": { - "target": "com.amazonaws.redshiftserverless#SnapshotList", - "traits": { - "smithy.api#documentation": "

All of the returned snapshot objects.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#ListTagsForResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListTagsForResourceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListTagsForResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ThrottlingException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Lists the tags assigned to a resource.

", - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListTagsForResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.redshiftserverless#AmazonResourceName", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource to list tags for.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListTagsForResourceResponse": { - "type": "structure", - "members": { - "tags": { - "target": "com.amazonaws.redshiftserverless#TagList", - "traits": { - "smithy.api#documentation": "

A map of the key-value pairs assigned to the resource.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#ListUsageLimits": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListUsageLimitsRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListUsageLimitsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#InvalidPaginationException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Lists all usage limits within Amazon Redshift Serverless.

", - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "usageLimits" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListUsageLimitsRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.

" - } - }, - "usageType": { - "target": "com.amazonaws.redshiftserverless#UsageLimitUsageType", - "traits": { - "smithy.api#documentation": "

The Amazon Redshift Serverless feature whose limits you want to see.

" - } - }, - "nextToken": { - "target": "com.amazonaws.redshiftserverless#PaginationToken", - "traits": { - "smithy.api#documentation": "

If your initial ListUsageLimits operation returns a nextToken,\n you can include the returned nextToken in subsequent ListUsageLimits operations,\n which returns results in the next page.\n

", - "smithy.api#httpQuery": "nextToken" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#box": {}, - "smithy.api#documentation": "

An optional parameter that specifies the maximum number of results to return.\n You can use nextToken to get the next page of results. The default is 100.

", - "smithy.api#httpQuery": "maxResults", - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListUsageLimitsResponse": { - "type": "structure", - "members": { - "usageLimits": { - "target": "com.amazonaws.redshiftserverless#UsageLimits", - "traits": { - "smithy.api#documentation": "

An array of returned usage limit objects.

" - } - }, - "nextToken": { - "target": "com.amazonaws.redshiftserverless#PaginationToken", - "traits": { - "smithy.api#documentation": "

When nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n Make the call again using the returned token to retrieve the next page.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#ListWorkgroups": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#ListWorkgroupsRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#ListWorkgroupsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Returns information about a list of specified workgroups.

", - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "workgroups" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.redshiftserverless#ListWorkgroupsRequest": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

If your initial ListWorkgroups operation returns a nextToken,\n you can include the returned nextToken in subsequent ListNamespaces operations,\n which returns results in the next page.

", - "smithy.api#httpQuery": "nextToken" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#box": {}, - "smithy.api#documentation": "

An optional parameter that specifies the maximum number of results to return.\n You can use nextToken to get the next page of results.

", - "smithy.api#httpQuery": "maxResults", - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#ListWorkgroupsResponse": { - "type": "structure", - "members": { - "nextToken": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

\n If nextToken is returned, there are more results available. \n The value of nextToken is a unique pagination token for each page. \n To retrieve the next page, make the call again using the returned token.

" - } - }, - "workgroups": { - "target": "com.amazonaws.redshiftserverless#WorkgroupList", - "traits": { - "smithy.api#documentation": "

The returned array of workgroups.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#LogExport": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "USER_ACTIVITY_LOG", - "value": "useractivitylog" - }, - { - "name": "USER_LOG", - "value": "userlog" - }, - { - "name": "CONNECTION_LOG", - "value": "connectionlog" - } - ] - } - }, - "com.amazonaws.redshiftserverless#LogExportList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#LogExport" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 16 - } - } - }, - "com.amazonaws.redshiftserverless#Namespace": { - "type": "structure", - "members": { - "namespaceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) associated with a namespace.

" - } - }, - "namespaceId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of a namespace.

" - } - }, - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace. \n Must be between 3-64 alphanumeric characters in lowercase, \n and it cannot be a reserved word. A list of reserved words can be found \n in Reserved Words in the Amazon Redshift Database Developer Guide.

" - } - }, - "adminUsername": { - "target": "com.amazonaws.redshiftserverless#DbUser", - "traits": { - "smithy.api#documentation": "

The username of the administrator for the first database created in the namespace.

" - } - }, - "dbName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the first database created in the namespace.

" - } - }, - "kmsKeyId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The ID of the Amazon Web Services Key Management Service key used to encrypt your data.

" - } - }, - "defaultIamRoleArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.

" - } - }, - "iamRoles": { - "target": "com.amazonaws.redshiftserverless#IamRoleArnList", - "traits": { - "smithy.api#documentation": "

A list of IAM roles to associate with the namespace.

" - } - }, - "logExports": { - "target": "com.amazonaws.redshiftserverless#LogExportList", - "traits": { - "smithy.api#documentation": "

The types of logs the namespace can export. Available export types are User log, Connection log, and User activity log.

" - } - }, - "status": { - "target": "com.amazonaws.redshiftserverless#NamespaceStatus", - "traits": { - "smithy.api#documentation": "

The status of the namespace.

" - } - }, - "creationDate": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The date of when the namespace was created.

", - "smithy.api#timestampFormat": "date-time" - } - } - }, - "traits": { - "smithy.api#documentation": "

A collection of database objects and users.

" - } - }, - "com.amazonaws.redshiftserverless#NamespaceList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#Namespace" - } - }, - "com.amazonaws.redshiftserverless#NamespaceName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 3, - "max": 64 - }, - "smithy.api#pattern": "^[a-z0-9-]+$" - } - }, - "com.amazonaws.redshiftserverless#NamespaceResource": { - "type": "resource", - "identifiers": { - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName" - } - }, - "put": { - "target": "com.amazonaws.redshiftserverless#CreateNamespace" - }, - "read": { - "target": "com.amazonaws.redshiftserverless#GetNamespace" - }, - "update": { - "target": "com.amazonaws.redshiftserverless#UpdateNamespace" - }, - "delete": { - "target": "com.amazonaws.redshiftserverless#DeleteNamespace" - }, - "list": { - "target": "com.amazonaws.redshiftserverless#ListNamespaces" - }, - "traits": { - "aws.api#arn": { - "template": "namespace/{namespaceName}" - }, - "smithy.api#noReplace": {} - } - }, - "com.amazonaws.redshiftserverless#NamespaceStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "AVAILABLE", - "value": "AVAILABLE" - }, - { - "name": "MODIFYING", - "value": "MODIFYING" - }, - { - "name": "DELETING", - "value": "DELETING" - } - ] - } - }, - "com.amazonaws.redshiftserverless#NetworkInterface": { - "type": "structure", - "members": { - "networkInterfaceId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the network interface.

" - } - }, - "subnetId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the subnet.

" - } - }, - "privateIpAddress": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The IPv4 address of the network interface within the subnet.

" - } - }, - "availabilityZone": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The availability Zone.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Contains information about a network interface \n in an Amazon Redshift Serverless managed VPC endpoint.\n

" - } - }, - "com.amazonaws.redshiftserverless#NetworkInterfaceList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#NetworkInterface" - } - }, - "com.amazonaws.redshiftserverless#PaginationToken": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 8, - "max": 1024 - } - } - }, - "com.amazonaws.redshiftserverless#ParameterKey": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#ParameterValue": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#PutResourcePolicy": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#PutResourcePolicyRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#PutResourcePolicyResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.

" - } - }, - "com.amazonaws.redshiftserverless#PutResourcePolicyRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the account to create or update a resource policy for.

", - "smithy.api#required": {} - } - }, - "policy": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.

\n

\n \"{\\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\" : \n [{ \\\"Sid\\\": \\\"AllowUserRestoreFromSnapshot\\\", \\\"Principal\\\":{\\\"AWS\\\": \n [\\\"739247239426\\\"]}, \\\"Action\\\": [\\\"redshift-serverless:RestoreFromSnapshot\\\"]\n , \\\"Effect\\\": \\\"Allow\\\" }]}\"\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#PutResourcePolicyResponse": { - "type": "structure", - "members": { - "resourcePolicy": { - "target": "com.amazonaws.redshiftserverless#ResourcePolicy", - "traits": { - "smithy.api#documentation": "

The policy that was created or updated.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#RecoveryPoint": { - "type": "structure", - "members": { - "recoveryPointId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the recovery point.

" - } - }, - "recoveryPointCreateTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The time the recovery point is created.

", - "smithy.api#timestampFormat": "date-time" - } - }, - "totalSizeInMegaBytes": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The total size of the data in the recovery point in megabytes.

" - } - }, - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace the recovery point is associated with.

" - } - }, - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup the recovery point is associated with.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The automatically created recovery point of a namespace. \n Recovery points are created every 30 minutes and kept for 24 hours.

" - } - }, - "com.amazonaws.redshiftserverless#RecoveryPointList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#RecoveryPoint" - } - }, - "com.amazonaws.redshiftserverless#RecoveryPointResource": { - "type": "resource", - "operations": [ - { - "target": "com.amazonaws.redshiftserverless#ConvertRecoveryPointToSnapshot" - }, - { - "target": "com.amazonaws.redshiftserverless#GetRecoveryPoint" - }, - { - "target": "com.amazonaws.redshiftserverless#ListRecoveryPoints" - }, - { - "target": "com.amazonaws.redshiftserverless#RestoreFromRecoveryPoint" - } - ] - }, - "com.amazonaws.redshiftserverless#RedshiftArcadiaCoralService": { - "type": "service", - "traits": { - "aws.api#service": { - "sdkId": "Redshift Serverless", - "arnNamespace": "redshift-serverless" - }, - "aws.auth#sigv4": { - "name": "redshift-serverless" - }, - "aws.iam#supportedPrincipalTypes": [ - "Root", - "IAMUser", - "IAMRole", - "FederatedUser" - ], - "aws.protocols#awsJson1_1": {}, - "smithy.api#cors": {}, - "smithy.api#documentation": "

\n This is prerelease documentation for Amazon Redshift Serverless, which is in preview release. \n The documentation and the feature are both subject to change. We recommend that you use this feature only in test environments, \n and not in production environments. For preview terms and conditions, see Beta Service Participation in \n Amazon Web Services Service Terms.\n

\n

This is an interface reference for Amazon Redshift Serverless. \n It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.\n

\n

Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the \n underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high \n performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you\n focus on using your data to acquire new insights for your business and customers.\n

\n

\n To learn more about Amazon Redshift Serverless, \n see What is Amazon Redshift Serverless.\n

", - "smithy.api#title": "Redshift Serverless" - }, - "version": "2021-04-21", - "operations": [ - { - "target": "com.amazonaws.redshiftserverless#DeleteResourcePolicy" - }, - { - "target": "com.amazonaws.redshiftserverless#GetCredentials" - }, - { - "target": "com.amazonaws.redshiftserverless#GetResourcePolicy" - }, - { - "target": "com.amazonaws.redshiftserverless#ListTagsForResource" - }, - { - "target": "com.amazonaws.redshiftserverless#PutResourcePolicy" - }, - { - "target": "com.amazonaws.redshiftserverless#TagResource" - }, - { - "target": "com.amazonaws.redshiftserverless#UntagResource" - } - ], - "resources": [ - { - "target": "com.amazonaws.redshiftserverless#CrossVpcEndpointResource" - }, - { - "target": "com.amazonaws.redshiftserverless#NamespaceResource" - }, - { - "target": "com.amazonaws.redshiftserverless#RecoveryPointResource" - }, - { - "target": "com.amazonaws.redshiftserverless#SnapshotResource" - }, - { - "target": "com.amazonaws.redshiftserverless#UsageLimitResource" - }, - { - "target": "com.amazonaws.redshiftserverless#WorkgroupResource" - } - ] - }, - "com.amazonaws.redshiftserverless#ResourceNotFoundException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - }, - "resourceName": { - "target": "com.amazonaws.redshiftserverless#AmazonResourceName", - "traits": { - "smithy.api#documentation": "

The name of the resource that could not be found.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The resource could not be found.

", - "smithy.api#error": "client", - "smithy.api#httpError": 404 - } - }, - "com.amazonaws.redshiftserverless#ResourcePolicy": { - "type": "structure", - "members": { - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the policy.

" - } - }, - "policy": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The resource policy.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The resource policy object. Currently, you can use policies to share snapshots across Amazon Web Services accounts.

" - } - }, - "com.amazonaws.redshiftserverless#RestoreFromRecoveryPoint": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#RestoreFromRecoveryPointRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#RestoreFromRecoveryPointResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Restore the data from a recovery point.

" - } - }, - "com.amazonaws.redshiftserverless#RestoreFromRecoveryPointRequest": { - "type": "structure", - "members": { - "recoveryPointId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the recovery point to restore from.

", - "smithy.api#required": {} - } - }, - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace to restore data into.

", - "smithy.api#required": {} - } - }, - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup used to restore data.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#RestoreFromRecoveryPointResponse": { - "type": "structure", - "members": { - "recoveryPointId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the recovery point used for the restore.

" - } - }, - "namespace": { - "target": "com.amazonaws.redshiftserverless#Namespace", - "traits": { - "smithy.api#documentation": "

The namespace that data was restored into.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#RestoreFromSnapshot": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#RestoreFromSnapshotRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#RestoreFromSnapshotResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Restores a namespace from a snapshot.

", - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.redshiftserverless#RestoreFromSnapshotRequest": { - "type": "structure", - "members": { - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace to restore the snapshot to.

", - "smithy.api#required": {} - } - }, - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup used to restore the snapshot.

", - "smithy.api#required": {} - } - }, - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot to restore from.

" - } - }, - "snapshotArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the snapshot to restore from.

" - } - }, - "ownerAccount": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Web Services account that owns the snapshot.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#RestoreFromSnapshotResponse": { - "type": "structure", - "members": { - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot used to restore the namespace.

" - } - }, - "ownerAccount": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The owner Amazon Web Services; account of the snapshot that was restored.

" - } - }, - "namespace": { - "target": "com.amazonaws.redshiftserverless#Namespace" - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#SecurityGroupId": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#SecurityGroupIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#SecurityGroupId" - } - }, - "com.amazonaws.redshiftserverless#ServiceQuotaExceededException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The service limit was exceeded.

", - "smithy.api#error": "client", - "smithy.api#httpError": 402 - } - }, - "com.amazonaws.redshiftserverless#Snapshot": { - "type": "structure", - "members": { - "namespaceName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the namepsace.

" - } - }, - "namespaceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the namespace the snapshot was created from.

" - } - }, - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot.

" - } - }, - "snapshotCreateTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The timestamp of when the snapshot was created.

", - "smithy.api#timestampFormat": "date-time" - } - }, - "adminUsername": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The username of the database within a snapshot.

" - } - }, - "status": { - "target": "com.amazonaws.redshiftserverless#SnapshotStatus", - "traits": { - "smithy.api#documentation": "

The status of the snapshot.

" - } - }, - "kmsKeyId": { - "target": "com.amazonaws.redshiftserverless#KmsKeyId", - "traits": { - "smithy.api#documentation": "

The unique identifier of the KMS key used to encrypt the snapshot.

" - } - }, - "ownerAccount": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The owner Amazon Web Services; account of the snapshot.

" - } - }, - "totalBackupSizeInMegaBytes": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The total size, in megabytes, of how big the snapshot is.

" - } - }, - "actualIncrementalBackupSizeInMegaBytes": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The size of the incremental backup in megabytes.

" - } - }, - "backupProgressInMegaBytes": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The size in megabytes of the data that has been backed up to a snapshot.

" - } - }, - "currentBackupRateInMegaBytesPerSecond": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The rate at which data is backed up into a snapshot in megabytes per second.

" - } - }, - "estimatedSecondsToCompletion": { - "target": "smithy.api#Long", - "traits": { - "smithy.api#documentation": "

The estimated amount of seconds until the snapshot completes backup.

" - } - }, - "elapsedTimeInSeconds": { - "target": "smithy.api#Long", - "traits": { - "smithy.api#documentation": "

The amount of time it took to back up data into a snapshot.

" - } - }, - "snapshotRetentionPeriod": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The period of time, in days, of how long the snapshot is retained.

" - } - }, - "snapshotRemainingDays": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The amount of days until the snapshot is deleted.

" - } - }, - "snapshotRetentionStartTime": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The timestamp of when data within the snapshot started getting retained.

", - "smithy.api#timestampFormat": "date-time" - } - }, - "snapshotArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the snapshot.

" - } - }, - "accountsWithRestoreAccess": { - "target": "com.amazonaws.redshiftserverless#AccountIdList", - "traits": { - "smithy.api#documentation": "

All of the Amazon Web Services accounts that have access to \n restore a snapshot to a namespace.

" - } - }, - "accountsWithProvisionedRestoreAccess": { - "target": "com.amazonaws.redshiftserverless#AccountIdList", - "traits": { - "smithy.api#documentation": "

All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A snapshot object that contains databases.

" - } - }, - "com.amazonaws.redshiftserverless#SnapshotList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#Snapshot" - } - }, - "com.amazonaws.redshiftserverless#SnapshotResource": { - "type": "resource", - "operations": [ - { - "target": "com.amazonaws.redshiftserverless#CreateSnapshot" - }, - { - "target": "com.amazonaws.redshiftserverless#DeleteSnapshot" - }, - { - "target": "com.amazonaws.redshiftserverless#GetSnapshot" - }, - { - "target": "com.amazonaws.redshiftserverless#ListSnapshots" - }, - { - "target": "com.amazonaws.redshiftserverless#RestoreFromSnapshot" - }, - { - "target": "com.amazonaws.redshiftserverless#UpdateSnapshot" - } - ] - }, - "com.amazonaws.redshiftserverless#SnapshotStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "AVAILABLE", - "value": "AVAILABLE" - }, - { - "name": "CREATING", - "value": "CREATING" - }, - { - "name": "DELETED", - "value": "DELETED" - }, - { - "name": "CANCELLED", - "value": "CANCELLED" - }, - { - "name": "FAILED", - "value": "FAILED" - }, - { - "name": "COPYING", - "value": "COPYING" - } - ] - } - }, - "com.amazonaws.redshiftserverless#SubnetId": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#SubnetIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#SubnetId" - } - }, - "com.amazonaws.redshiftserverless#Tag": { - "type": "structure", - "members": { - "key": { - "target": "com.amazonaws.redshiftserverless#TagKey", - "traits": { - "smithy.api#documentation": "

The key to use in the tag.

", - "smithy.api#required": {} - } - }, - "value": { - "target": "com.amazonaws.redshiftserverless#TagValue", - "traits": { - "smithy.api#documentation": "

The value of the tag.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

A map of key-value pairs.

" - } - }, - "com.amazonaws.redshiftserverless#TagKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - } - } - }, - "com.amazonaws.redshiftserverless#TagKeyList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#TagKey" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 200 - } - } - }, - "com.amazonaws.redshiftserverless#TagList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#Tag" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 200 - } - } - }, - "com.amazonaws.redshiftserverless#TagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#TagResourceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#TagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ThrottlingException" - }, - { - "target": "com.amazonaws.redshiftserverless#TooManyTagsException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Assigns one or more tags to a resource.

" - } - }, - "com.amazonaws.redshiftserverless#TagResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.redshiftserverless#AmazonResourceName", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource to tag.

", - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.redshiftserverless#TagList", - "traits": { - "smithy.api#documentation": "

The map of the key-value pairs used to tag the resource.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#TagResourceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#TagValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 256 - } - } - }, - "com.amazonaws.redshiftserverless#ThrottlingException": { - "type": "structure", - "members": { - "code": { - "target": "smithy.api#String" - }, - "message": { - "target": "smithy.api#String" - } - }, - "traits": { - "smithy.api#documentation": "

The request was denied due to request throttling.

", - "smithy.api#error": "client", - "smithy.api#httpError": 429, - "smithy.api#retryable": {} - } - }, - "com.amazonaws.redshiftserverless#TooManyTagsException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String" - }, - "resourceName": { - "target": "com.amazonaws.redshiftserverless#AmazonResourceName", - "traits": { - "smithy.api#documentation": "

The name of the resource that exceeded the number of tags allowed for a resource.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The request exceeded the number of tags allowed for a resource.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.redshiftserverless#UntagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#UntagResourceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#UntagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ThrottlingException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Removes a tag or set of tags from a resource.

" - } - }, - "com.amazonaws.redshiftserverless#UntagResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.redshiftserverless#AmazonResourceName", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource to remove tags from.

", - "smithy.api#required": {} - } - }, - "tagKeys": { - "target": "com.amazonaws.redshiftserverless#TagKeyList", - "traits": { - "smithy.api#documentation": "

The tag or set of tags to remove from the resource.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#UntagResourceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateEndpointAccess": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#UpdateEndpointAccessRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#UpdateEndpointAccessResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#AccessDeniedException" - }, - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates an Amazon Redshift Serverless managed endpoint.

" - } - }, - "com.amazonaws.redshiftserverless#UpdateEndpointAccessRequest": { - "type": "structure", - "members": { - "endpointName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the VPC endpoint to update.

", - "smithy.api#required": {} - } - }, - "vpcSecurityGroupIds": { - "target": "com.amazonaws.redshiftserverless#VpcSecurityGroupIdList", - "traits": { - "smithy.api#documentation": "

The list of VPC security groups associated with the endpoint after the endpoint is modified.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateEndpointAccessResponse": { - "type": "structure", - "members": { - "endpoint": { - "target": "com.amazonaws.redshiftserverless#EndpointAccess", - "traits": { - "smithy.api#documentation": "

The updated VPC endpoint.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateNamespace": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#UpdateNamespaceRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#UpdateNamespaceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a namespace with the specified settings.

" - } - }, - "com.amazonaws.redshiftserverless#UpdateNamespaceRequest": { - "type": "structure", - "members": { - "namespaceName": { - "target": "com.amazonaws.redshiftserverless#NamespaceName", - "traits": { - "smithy.api#documentation": "

The name of the namespace.

", - "smithy.api#required": {} - } - }, - "adminUserPassword": { - "target": "com.amazonaws.redshiftserverless#DbPassword", - "traits": { - "smithy.api#documentation": "

The password of the administrator for the first database created in the namespace.

" - } - }, - "adminUsername": { - "target": "com.amazonaws.redshiftserverless#DbUser", - "traits": { - "smithy.api#documentation": "

The username of the administrator for the first database created in the namespace.

" - } - }, - "kmsKeyId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The ID of the Amazon Web Services Key Management Service key used to encrypt your data.

" - } - }, - "defaultIamRoleArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.

" - } - }, - "iamRoles": { - "target": "com.amazonaws.redshiftserverless#IamRoleArnList", - "traits": { - "smithy.api#documentation": "

A list of IAM roles to associate with the namespace.

" - } - }, - "logExports": { - "target": "com.amazonaws.redshiftserverless#LogExportList", - "traits": { - "smithy.api#documentation": "

The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateNamespaceResponse": { - "type": "structure", - "members": { - "namespace": { - "target": "com.amazonaws.redshiftserverless#Namespace", - "traits": { - "smithy.api#documentation": "

A list of tag instances.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateSnapshot": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#UpdateSnapshotRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#UpdateSnapshotResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a snapshot.

" - } - }, - "com.amazonaws.redshiftserverless#UpdateSnapshotRequest": { - "type": "structure", - "members": { - "snapshotName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the snapshot.

", - "smithy.api#required": {} - } - }, - "retentionPeriod": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The new retention period of the snapshot.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateSnapshotResponse": { - "type": "structure", - "members": { - "snapshot": { - "target": "com.amazonaws.redshiftserverless#Snapshot", - "traits": { - "smithy.api#documentation": "

The updated snapshot object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateUsageLimit": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#UpdateUsageLimitRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#UpdateUsageLimitResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.

" - } - }, - "com.amazonaws.redshiftserverless#UpdateUsageLimitRequest": { - "type": "structure", - "members": { - "usageLimitId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The identifier of the usage limit to update.

", - "smithy.api#required": {} - } - }, - "amount": { - "target": "smithy.api#Long", - "traits": { - "smithy.api#documentation": "

The new limit amount. For more information about this parameter.

" - } - }, - "breachAction": { - "target": "com.amazonaws.redshiftserverless#UsageLimitBreachAction", - "traits": { - "smithy.api#documentation": "

The new action that Amazon Redshift Serverless takes when the limit is reached.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateUsageLimitResponse": { - "type": "structure", - "members": { - "usageLimit": { - "target": "com.amazonaws.redshiftserverless#UsageLimit", - "traits": { - "smithy.api#documentation": "

The updated usage limit object.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateWorkgroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.redshiftserverless#UpdateWorkgroupRequest" - }, - "output": { - "target": "com.amazonaws.redshiftserverless#UpdateWorkgroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.redshiftserverless#ConflictException" - }, - { - "target": "com.amazonaws.redshiftserverless#InsufficientCapacityException" - }, - { - "target": "com.amazonaws.redshiftserverless#InternalServerException" - }, - { - "target": "com.amazonaws.redshiftserverless#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.redshiftserverless#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates a workgroup with the specified configuration settings.

" - } - }, - "com.amazonaws.redshiftserverless#UpdateWorkgroupRequest": { - "type": "structure", - "members": { - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup to update.

", - "smithy.api#required": {} - } - }, - "baseCapacity": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The new base data warehouse capacity in Redshift Processing Units (RPUs).

" - } - }, - "enhancedVpcRouting": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

The value that specifies whether to turn on enhanced virtual \n private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.

" - } - }, - "configParameters": { - "target": "com.amazonaws.redshiftserverless#ConfigParameterList", - "traits": { - "smithy.api#documentation": "

An array of parameters to set for advanced control over a database. The\n options are datestyle, enable_user_activity_logging,\n query_group, search_path, and max_query_execution_time.

" - } - }, - "publiclyAccessible": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

A value that specifies whether the workgroup can be accessible from a public network.

" - } - }, - "subnetIds": { - "target": "com.amazonaws.redshiftserverless#SubnetIdList", - "traits": { - "smithy.api#documentation": "

An array of VPC subnet IDs to associate with the workgroup.

" - } - }, - "securityGroupIds": { - "target": "com.amazonaws.redshiftserverless#SecurityGroupIdList", - "traits": { - "smithy.api#documentation": "

An array of security group IDs to associate with the workgroup.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.redshiftserverless#UpdateWorkgroupResponse": { - "type": "structure", - "members": { - "workgroup": { - "target": "com.amazonaws.redshiftserverless#Workgroup", - "traits": { - "smithy.api#documentation": "

The updated workgroup object.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.redshiftserverless#UsageLimit": { - "type": "structure", - "members": { - "usageLimitId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The identifier of the usage limit.

" - } - }, - "usageLimitArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name of the resource associated with the usage limit.

" - } - }, - "resourceArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.

" - } - }, - "usageType": { - "target": "com.amazonaws.redshiftserverless#UsageLimitUsageType", - "traits": { - "smithy.api#documentation": "

The Amazon Redshift Serverless feature to limit.

" - } - }, - "amount": { - "target": "smithy.api#Long", - "traits": { - "smithy.api#documentation": "

The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.

" - } - }, - "period": { - "target": "com.amazonaws.redshiftserverless#UsageLimitPeriod", - "traits": { - "smithy.api#documentation": "

The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.

" - } - }, - "breachAction": { - "target": "com.amazonaws.redshiftserverless#UsageLimitBreachAction", - "traits": { - "smithy.api#documentation": "

The action that Amazon Redshift Serverless takes when the limit is reached.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The usage limit object.

" - } - }, - "com.amazonaws.redshiftserverless#UsageLimitBreachAction": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "LOG", - "value": "log" - }, - { - "name": "EMIT_METRIC", - "value": "emit-metric" - }, - { - "name": "DEACTIVATE", - "value": "deactivate" - } - ] - } - }, - "com.amazonaws.redshiftserverless#UsageLimitPeriod": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "DAILY", - "value": "daily" - }, - { - "name": "WEEKLY", - "value": "weekly" - }, - { - "name": "MONTHLY", - "value": "monthly" - } - ] - } - }, - "com.amazonaws.redshiftserverless#UsageLimitResource": { - "type": "resource", - "operations": [ - { - "target": "com.amazonaws.redshiftserverless#CreateUsageLimit" - }, - { - "target": "com.amazonaws.redshiftserverless#DeleteUsageLimit" - }, - { - "target": "com.amazonaws.redshiftserverless#GetUsageLimit" - }, - { - "target": "com.amazonaws.redshiftserverless#ListUsageLimits" - }, - { - "target": "com.amazonaws.redshiftserverless#UpdateUsageLimit" - } - ] - }, - "com.amazonaws.redshiftserverless#UsageLimitUsageType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "SERVERLESS_COMPUTE", - "value": "serverless-compute" - }, - { - "name": "CROSS_REGION_DATASHARING", - "value": "cross-region-datasharing" - } - ] - } - }, - "com.amazonaws.redshiftserverless#UsageLimits": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#UsageLimit" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.redshiftserverless#ValidationException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The input failed to satisfy the constraints specified by an AWS service.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.redshiftserverless#VpcEndpoint": { - "type": "structure", - "members": { - "vpcEndpointId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The connection endpoint ID for connecting to Amazon Redshift Serverless.

" - } - }, - "vpcId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The VPC identifier that the endpoint is associated with.

" - } - }, - "networkInterfaces": { - "target": "com.amazonaws.redshiftserverless#NetworkInterfaceList", - "traits": { - "smithy.api#documentation": "

One or more network interfaces of the endpoint. Also known as an interface endpoint.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.

" - } - }, - "com.amazonaws.redshiftserverless#VpcEndpointList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#VpcEndpoint" - } - }, - "com.amazonaws.redshiftserverless#VpcSecurityGroupId": { - "type": "string" - }, - "com.amazonaws.redshiftserverless#VpcSecurityGroupIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#VpcSecurityGroupId" - } - }, - "com.amazonaws.redshiftserverless#VpcSecurityGroupMembership": { - "type": "structure", - "members": { - "vpcSecurityGroupId": { - "target": "com.amazonaws.redshiftserverless#VpcSecurityGroupId", - "traits": { - "smithy.api#documentation": "

The unique identifier of the VPC security group.

" - } - }, - "status": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The status of the VPC security group.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Describes the members of a VPC security group.

" - } - }, - "com.amazonaws.redshiftserverless#VpcSecurityGroupMembershipList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#VpcSecurityGroupMembership" - } - }, - "com.amazonaws.redshiftserverless#Workgroup": { - "type": "structure", - "members": { - "workgroupId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The unique identifier of the workgroup.

" - } - }, - "workgroupArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) that links to the workgroup.

" - } - }, - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName", - "traits": { - "smithy.api#documentation": "

The name of the workgroup.

" - } - }, - "namespaceName": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The namespace the workgroup is associated with.

" - } - }, - "baseCapacity": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).

" - } - }, - "enhancedVpcRouting": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

The value that specifies whether to enable enhanced virtual \n private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.

" - } - }, - "configParameters": { - "target": "com.amazonaws.redshiftserverless#ConfigParameterList", - "traits": { - "smithy.api#documentation": "

An array of parameters to set for finer control over a database. The\n options are datestyle, enable_user_activity_logging,\n query_group, search_path, and max_query_execution_time.

" - } - }, - "securityGroupIds": { - "target": "com.amazonaws.redshiftserverless#SecurityGroupIdList", - "traits": { - "smithy.api#documentation": "

An array of security group IDs to associate with the workgroup.

" - } - }, - "subnetIds": { - "target": "com.amazonaws.redshiftserverless#SubnetIdList", - "traits": { - "smithy.api#documentation": "

An array of subnet IDs the workgroup is associated with.

" - } - }, - "status": { - "target": "com.amazonaws.redshiftserverless#WorkgroupStatus", - "traits": { - "smithy.api#documentation": "

The status of the workgroup.

" - } - }, - "endpoint": { - "target": "com.amazonaws.redshiftserverless#Endpoint", - "traits": { - "smithy.api#documentation": "

The endpoint that is created from the workgroup.

" - } - }, - "publiclyAccessible": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

A value that specifies whether the workgroup \n can be accessible from a public network

" - } - }, - "creationDate": { - "target": "smithy.api#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation date of the workgroup.

", - "smithy.api#timestampFormat": "date-time" - } - } - }, - "traits": { - "smithy.api#documentation": "

The collection of computing resources from which an endpoint is created.

" - } - }, - "com.amazonaws.redshiftserverless#WorkgroupList": { - "type": "list", - "member": { - "target": "com.amazonaws.redshiftserverless#Workgroup" - } - }, - "com.amazonaws.redshiftserverless#WorkgroupName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 3, - "max": 64 - }, - "smithy.api#pattern": "^[a-z0-9-]+$" - } - }, - "com.amazonaws.redshiftserverless#WorkgroupResource": { - "type": "resource", - "identifiers": { - "workgroupName": { - "target": "com.amazonaws.redshiftserverless#WorkgroupName" - } - }, - "put": { - "target": "com.amazonaws.redshiftserverless#CreateWorkgroup" - }, - "read": { - "target": "com.amazonaws.redshiftserverless#GetWorkgroup" - }, - "update": { - "target": "com.amazonaws.redshiftserverless#UpdateWorkgroup" - }, - "delete": { - "target": "com.amazonaws.redshiftserverless#DeleteWorkgroup" - }, - "list": { - "target": "com.amazonaws.redshiftserverless#ListWorkgroups" - }, - "traits": { - "aws.api#arn": { - "template": "workgroup/{workgroupName}" - }, - "smithy.api#noReplace": {} - } - }, - "com.amazonaws.redshiftserverless#WorkgroupStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "CREATING", - "value": "CREATING" - }, - { - "name": "AVAILABLE", - "value": "AVAILABLE" - }, - { - "name": "MODIFYING", - "value": "MODIFYING" - }, - { - "name": "DELETING", - "value": "DELETING" - } - ] - } - } - } -} \ No newline at end of file