Socket
Socket
Sign inDemoInstall

aws-sdk

Package Overview
Dependencies
36
Maintainers
5
Versions
1902
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1568.0 to 2.1569.0

271

apis/docdb-elastic-2022-11-28.min.json

@@ -16,2 +16,41 @@ {

"operations": {
"CopyClusterSnapshot": {
"http": {
"requestUri": "/cluster-snapshot/{snapshotArn}/copy",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"snapshotArn",
"targetSnapshotName"
],
"members": {
"copyTags": {
"type": "boolean"
},
"kmsKeyId": {},
"snapshotArn": {
"location": "uri",
"locationName": "snapshotArn"
},
"tags": {
"shape": "S4"
},
"targetSnapshotName": {}
}
},
"output": {
"type": "structure",
"required": [
"snapshot"
],
"members": {
"snapshot": {
"shape": "S9"
}
}
},
"idempotent": true
},
"CreateCluster": {

@@ -35,5 +74,8 @@ "http": {

"adminUserPassword": {
"shape": "S3"
"shape": "Se"
},
"authType": {},
"backupRetentionPeriod": {
"type": "integer"
},
"clientToken": {

@@ -44,2 +86,3 @@ "idempotencyToken": true

"kmsKeyId": {},
"preferredBackupWindow": {},
"preferredMaintenanceWindow": {},

@@ -52,10 +95,13 @@ "shardCapacity": {

},
"shardInstanceCount": {
"type": "integer"
},
"subnetIds": {
"shape": "S6"
"shape": "Sc"
},
"tags": {
"shape": "S7"
"shape": "S4"
},
"vpcSecurityGroupIds": {
"shape": "S6"
"shape": "Sc"
}

@@ -71,3 +117,3 @@ }

"cluster": {
"shape": "Sb"
"shape": "Si"
}

@@ -93,3 +139,3 @@ }

"tags": {
"shape": "S7"
"shape": "S4"
}

@@ -105,3 +151,3 @@ }

"snapshot": {
"shape": "Sg"
"shape": "S9"
}

@@ -137,3 +183,3 @@ }

"cluster": {
"shape": "Sb"
"shape": "Si"
}

@@ -169,3 +215,3 @@ }

"snapshot": {
"shape": "Sg"
"shape": "S9"
}

@@ -201,3 +247,3 @@ }

"cluster": {
"shape": "Sb"
"shape": "Si"
}

@@ -232,3 +278,3 @@ }

"snapshot": {
"shape": "Sg"
"shape": "S9"
}

@@ -259,2 +305,6 @@ }

"locationName": "nextToken"
},
"snapshotType": {
"location": "querystring",
"locationName": "snapshotType"
}

@@ -355,3 +405,3 @@ }

"tags": {
"shape": "S7"
"shape": "S4"
}

@@ -375,2 +425,8 @@ }

"kmsKeyId": {},
"shardCapacity": {
"type": "integer"
},
"shardInstanceCount": {
"type": "integer"
},
"snapshotArn": {

@@ -381,9 +437,9 @@ "location": "uri",

"subnetIds": {
"shape": "S6"
"shape": "Sc"
},
"tags": {
"shape": "S7"
"shape": "S4"
},
"vpcSecurityGroupIds": {
"shape": "S6"
"shape": "Sc"
}

@@ -399,3 +455,3 @@ }

"cluster": {
"shape": "Sb"
"shape": "Si"
}

@@ -406,2 +462,62 @@ }

},
"StartCluster": {
"http": {
"requestUri": "/cluster/{clusterArn}/start",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"clusterArn"
],
"members": {
"clusterArn": {
"location": "uri",
"locationName": "clusterArn"
}
}
},
"output": {
"type": "structure",
"required": [
"cluster"
],
"members": {
"cluster": {
"shape": "Si"
}
}
},
"idempotent": true
},
"StopCluster": {
"http": {
"requestUri": "/cluster/{clusterArn}/stop",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"clusterArn"
],
"members": {
"clusterArn": {
"location": "uri",
"locationName": "clusterArn"
}
}
},
"output": {
"type": "structure",
"required": [
"cluster"
],
"members": {
"cluster": {
"shape": "Si"
}
}
},
"idempotent": true
},
"TagResource": {

@@ -424,3 +540,3 @@ "http": {

"tags": {
"shape": "S7"
"shape": "S4"
}

@@ -478,5 +594,8 @@ }

"adminUserPassword": {
"shape": "S3"
"shape": "Se"
},
"authType": {},
"backupRetentionPeriod": {
"type": "integer"
},
"clientToken": {

@@ -489,2 +608,3 @@ "idempotencyToken": true

},
"preferredBackupWindow": {},
"preferredMaintenanceWindow": {},

@@ -497,7 +617,10 @@ "shardCapacity": {

},
"shardInstanceCount": {
"type": "integer"
},
"subnetIds": {
"shape": "S6"
"shape": "Sc"
},
"vpcSecurityGroupIds": {
"shape": "S6"
"shape": "Sc"
}

@@ -513,3 +636,3 @@ }

"cluster": {
"shape": "Sb"
"shape": "Si"
}

@@ -522,16 +645,48 @@ }

"shapes": {
"S3": {
"type": "string",
"sensitive": true
"S4": {
"type": "map",
"key": {},
"value": {}
},
"S6": {
"S9": {
"type": "structure",
"required": [
"adminUserName",
"clusterArn",
"clusterCreationTime",
"kmsKeyId",
"snapshotArn",
"snapshotCreationTime",
"snapshotName",
"status",
"subnetIds",
"vpcSecurityGroupIds"
],
"members": {
"adminUserName": {},
"clusterArn": {},
"clusterCreationTime": {},
"kmsKeyId": {},
"snapshotArn": {},
"snapshotCreationTime": {},
"snapshotName": {},
"snapshotType": {},
"status": {},
"subnetIds": {
"shape": "Sc"
},
"vpcSecurityGroupIds": {
"shape": "Sc"
}
}
},
"Sc": {
"type": "list",
"member": {}
},
"S7": {
"type": "map",
"key": {},
"value": {}
"Se": {
"type": "string",
"sensitive": true
},
"Sb": {
"Si": {
"type": "structure",

@@ -556,2 +711,5 @@ "required": [

"authType": {},
"backupRetentionPeriod": {
"type": "integer"
},
"clusterArn": {},

@@ -562,2 +720,3 @@ "clusterEndpoint": {},

"kmsKeyId": {},
"preferredBackupWindow": {},
"preferredMaintenanceWindow": {},

@@ -570,39 +729,27 @@ "shardCapacity": {

},
"status": {},
"subnetIds": {
"shape": "S6"
"shardInstanceCount": {
"type": "integer"
},
"vpcSecurityGroupIds": {
"shape": "S6"
}
}
},
"Sg": {
"type": "structure",
"required": [
"adminUserName",
"clusterArn",
"clusterCreationTime",
"kmsKeyId",
"snapshotArn",
"snapshotCreationTime",
"snapshotName",
"status",
"subnetIds",
"vpcSecurityGroupIds"
],
"members": {
"adminUserName": {},
"clusterArn": {},
"clusterCreationTime": {},
"kmsKeyId": {},
"snapshotArn": {},
"snapshotCreationTime": {},
"snapshotName": {},
"shards": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createTime",
"shardId",
"status"
],
"members": {
"createTime": {},
"shardId": {},
"status": {}
}
}
},
"status": {},
"subnetIds": {
"shape": "S6"
"shape": "Sc"
},
"vpcSecurityGroupIds": {
"shape": "S6"
"shape": "Sc"
}

@@ -609,0 +756,0 @@ }

@@ -15,2 +15,42 @@ {

"operations": {
"CreateTemplate": {
"http": {
"requestUri": "/template",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"templateName",
"templateSource"
],
"members": {
"templateName": {},
"templateDescription": {},
"templateSource": {
"type": "structure",
"members": {
"workflowId": {}
},
"union": true
},
"clientToken": {
"idempotencyToken": true
},
"tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"templateId": {},
"templateArn": {},
"tags": {
"shape": "Sc"
}
}
}
},
"CreateWorkflow": {

@@ -26,3 +66,2 @@ "http": {

"templateId",
"applicationConfigurationId",
"inputParameters"

@@ -36,9 +75,9 @@ ],

"inputParameters": {
"shape": "S6"
"shape": "Sk"
},
"stepTargets": {
"shape": "Sb"
"shape": "Sp"
},
"tags": {
"shape": "Sd"
"shape": "Sc"
}

@@ -57,6 +96,6 @@ }

"workflowInputs": {
"shape": "S6"
"shape": "Sk"
},
"stepTargets": {
"shape": "Sb"
"shape": "Sp"
},

@@ -68,3 +107,3 @@ "status": {},

"tags": {
"shape": "Sd"
"shape": "Sc"
}

@@ -94,15 +133,15 @@ }

"workflowStepAutomationConfiguration": {
"shape": "Sq"
"shape": "Sz"
},
"stepTarget": {
"shape": "Sb"
"shape": "Sp"
},
"outputs": {
"shape": "Sx"
"shape": "S16"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
}

@@ -137,6 +176,6 @@ }

"next": {
"shape": "Sb"
"shape": "Sp"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
}

@@ -153,9 +192,9 @@ }

"tools": {
"shape": "S18"
"shape": "S1j"
},
"next": {
"shape": "Sb"
"shape": "Sp"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},

@@ -168,2 +207,26 @@ "creationTime": {

},
"DeleteTemplate": {
"http": {
"method": "DELETE",
"requestUri": "/template/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"id"
],
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteWorkflow": {

@@ -282,2 +345,3 @@ "http": {

"id": {},
"templateArn": {},
"name": {},

@@ -299,7 +363,13 @@ "description": {},

"tools": {
"shape": "S18"
"shape": "S1j"
},
"status": {},
"creationTime": {
"type": "timestamp"
},
"owner": {},
"status": {},
"statusMessage": {},
"templateClass": {},
"tags": {
"shape": "Sc"
}

@@ -348,6 +418,6 @@ }

"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
},

@@ -372,6 +442,6 @@ "outputs": {

"scriptLocationS3Key": {
"shape": "Ss"
"shape": "S11"
},
"command": {
"shape": "Su"
"shape": "S13"
},

@@ -423,9 +493,9 @@ "runEnvironment": {},

"tools": {
"shape": "S18"
"shape": "S1j"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
}

@@ -481,3 +551,3 @@ }

"tools": {
"shape": "S18"
"shape": "S1j"
},

@@ -491,6 +561,6 @@ "totalSteps": {

"workflowInputs": {
"shape": "S6"
"shape": "Sk"
},
"tags": {
"shape": "Sd"
"shape": "Sc"
},

@@ -540,6 +610,6 @@ "workflowBucket": {}

"workflowStepAutomationConfiguration": {
"shape": "Sq"
"shape": "Sz"
},
"stepTarget": {
"shape": "Sb"
"shape": "Sp"
},

@@ -549,10 +619,10 @@ "outputs": {

"member": {
"shape": "Sy"
"shape": "S17"
}
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
},

@@ -625,9 +695,9 @@ "status": {},

"tools": {
"shape": "S18"
"shape": "S1j"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
}

@@ -700,3 +770,3 @@ }

"tags": {
"shape": "S2i"
"shape": "S7"
}

@@ -748,6 +818,6 @@ }

"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
}

@@ -809,6 +879,6 @@ }

"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
}

@@ -911,6 +981,6 @@ }

"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
}

@@ -972,6 +1042,6 @@ }

"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
},

@@ -1183,3 +1253,3 @@ "status": {},

"tags": {
"shape": "S2i"
"shape": "S7"
}

@@ -1225,2 +1295,35 @@ }

},
"UpdateTemplate": {
"http": {
"requestUri": "/template/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"id"
],
"members": {
"id": {
"location": "uri",
"locationName": "id"
},
"templateName": {},
"templateDescription": {},
"clientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"templateId": {},
"templateArn": {},
"tags": {
"shape": "Sc"
}
}
}
},
"UpdateWorkflow": {

@@ -1244,6 +1347,6 @@ "http": {

"inputParameters": {
"shape": "S6"
"shape": "Sk"
},
"stepTargets": {
"shape": "Sb"
"shape": "Sp"
}

@@ -1262,6 +1365,6 @@ }

"workflowInputs": {
"shape": "S6"
"shape": "Sk"
},
"stepTargets": {
"shape": "Sb"
"shape": "Sp"
},

@@ -1276,3 +1379,3 @@ "status": {},

"tags": {
"shape": "Sd"
"shape": "Sc"
}

@@ -1305,15 +1408,15 @@ }

"workflowStepAutomationConfiguration": {
"shape": "Sq"
"shape": "Sz"
},
"stepTarget": {
"shape": "Sb"
"shape": "Sp"
},
"outputs": {
"shape": "Sx"
"shape": "S16"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},
"next": {
"shape": "Sb"
"shape": "Sp"
},

@@ -1356,6 +1459,6 @@ "status": {}

"next": {
"shape": "Sb"
"shape": "Sp"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
}

@@ -1372,9 +1475,9 @@ }

"tools": {
"shape": "S18"
"shape": "S1j"
},
"next": {
"shape": "Sb"
"shape": "Sp"
},
"previous": {
"shape": "Sb"
"shape": "Sp"
},

@@ -1390,5 +1493,15 @@ "lastModifiedTime": {

"shapes": {
"S6": {
"S7": {
"type": "map",
"key": {},
"value": {}
},
"Sc": {
"type": "map",
"key": {},
"value": {}
},
"Sk": {
"type": "map",
"key": {},
"value": {

@@ -1402,6 +1515,6 @@ "type": "structure",

"listOfStringsValue": {
"shape": "Sb"
"shape": "Sp"
},
"mapOfStringValue": {
"shape": "Sd"
"shape": "Sc"
}

@@ -1413,12 +1526,7 @@ },

},
"Sb": {
"Sp": {
"type": "list",
"member": {}
},
"Sd": {
"type": "map",
"key": {},
"value": {}
},
"Sq": {
"Sz": {
"type": "structure",

@@ -1428,6 +1536,6 @@ "members": {

"scriptLocationS3Key": {
"shape": "Ss"
"shape": "S11"
},
"command": {
"shape": "Su"
"shape": "S13"
},

@@ -1438,3 +1546,3 @@ "runEnvironment": {},

},
"Ss": {
"S11": {
"type": "structure",

@@ -1446,3 +1554,3 @@ "members": {

},
"Su": {
"S13": {
"type": "structure",

@@ -1454,9 +1562,9 @@ "members": {

},
"Sx": {
"S16": {
"type": "list",
"member": {
"shape": "Sy"
"shape": "S17"
}
},
"Sy": {
"S17": {
"type": "structure",

@@ -1477,3 +1585,4 @@ "members": {

"listOfStringValue": {
"shape": "Sb"
"type": "list",
"member": {}
}

@@ -1485,3 +1594,3 @@ },

},
"S18": {
"S1j": {
"type": "list",

@@ -1495,9 +1604,4 @@ "member": {

}
},
"S2i": {
"type": "map",
"key": {},
"value": {}
}
}
}

@@ -48,2 +48,3 @@ {

"required": [
"configuration",
"sourceName"

@@ -151,5 +152,2 @@ ],

"type": "structure",
"required": [
"autoEnableNewAccount"
],
"members": {

@@ -330,5 +328,2 @@ "autoEnableNewAccount": {

"type": "structure",
"required": [
"autoEnableNewAccount"
],
"members": {

@@ -781,3 +776,4 @@ "autoEnableNewAccount": {

"shape": "St"
}
},
"metaStoreManagerRoleArn": {}
}

@@ -784,0 +780,0 @@ },

@@ -15,103 +15,127 @@ import {Request} from '../lib/request';

/**
* Creates a new Elastic DocumentDB cluster and returns its Cluster structure.
* Copies a snapshot of an elastic cluster.
*/
copyClusterSnapshot(params: DocDBElastic.Types.CopyClusterSnapshotInput, callback?: (err: AWSError, data: DocDBElastic.Types.CopyClusterSnapshotOutput) => void): Request<DocDBElastic.Types.CopyClusterSnapshotOutput, AWSError>;
/**
* Copies a snapshot of an elastic cluster.
*/
copyClusterSnapshot(callback?: (err: AWSError, data: DocDBElastic.Types.CopyClusterSnapshotOutput) => void): Request<DocDBElastic.Types.CopyClusterSnapshotOutput, AWSError>;
/**
* Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
*/
createCluster(params: DocDBElastic.Types.CreateClusterInput, callback?: (err: AWSError, data: DocDBElastic.Types.CreateClusterOutput) => void): Request<DocDBElastic.Types.CreateClusterOutput, AWSError>;
/**
* Creates a new Elastic DocumentDB cluster and returns its Cluster structure.
* Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.
*/
createCluster(callback?: (err: AWSError, data: DocDBElastic.Types.CreateClusterOutput) => void): Request<DocDBElastic.Types.CreateClusterOutput, AWSError>;
/**
* Creates a snapshot of a cluster.
* Creates a snapshot of an elastic cluster.
*/
createClusterSnapshot(params: DocDBElastic.Types.CreateClusterSnapshotInput, callback?: (err: AWSError, data: DocDBElastic.Types.CreateClusterSnapshotOutput) => void): Request<DocDBElastic.Types.CreateClusterSnapshotOutput, AWSError>;
/**
* Creates a snapshot of a cluster.
* Creates a snapshot of an elastic cluster.
*/
createClusterSnapshot(callback?: (err: AWSError, data: DocDBElastic.Types.CreateClusterSnapshotOutput) => void): Request<DocDBElastic.Types.CreateClusterSnapshotOutput, AWSError>;
/**
* Delete a Elastic DocumentDB cluster.
* Delete an elastic cluster.
*/
deleteCluster(params: DocDBElastic.Types.DeleteClusterInput, callback?: (err: AWSError, data: DocDBElastic.Types.DeleteClusterOutput) => void): Request<DocDBElastic.Types.DeleteClusterOutput, AWSError>;
/**
* Delete a Elastic DocumentDB cluster.
* Delete an elastic cluster.
*/
deleteCluster(callback?: (err: AWSError, data: DocDBElastic.Types.DeleteClusterOutput) => void): Request<DocDBElastic.Types.DeleteClusterOutput, AWSError>;
/**
* Delete a Elastic DocumentDB snapshot.
* Delete an elastic cluster snapshot.
*/
deleteClusterSnapshot(params: DocDBElastic.Types.DeleteClusterSnapshotInput, callback?: (err: AWSError, data: DocDBElastic.Types.DeleteClusterSnapshotOutput) => void): Request<DocDBElastic.Types.DeleteClusterSnapshotOutput, AWSError>;
/**
* Delete a Elastic DocumentDB snapshot.
* Delete an elastic cluster snapshot.
*/
deleteClusterSnapshot(callback?: (err: AWSError, data: DocDBElastic.Types.DeleteClusterSnapshotOutput) => void): Request<DocDBElastic.Types.DeleteClusterSnapshotOutput, AWSError>;
/**
* Returns information about a specific Elastic DocumentDB cluster.
* Returns information about a specific elastic cluster.
*/
getCluster(params: DocDBElastic.Types.GetClusterInput, callback?: (err: AWSError, data: DocDBElastic.Types.GetClusterOutput) => void): Request<DocDBElastic.Types.GetClusterOutput, AWSError>;
/**
* Returns information about a specific Elastic DocumentDB cluster.
* Returns information about a specific elastic cluster.
*/
getCluster(callback?: (err: AWSError, data: DocDBElastic.Types.GetClusterOutput) => void): Request<DocDBElastic.Types.GetClusterOutput, AWSError>;
/**
* Returns information about a specific Elastic DocumentDB snapshot
* Returns information about a specific elastic cluster snapshot
*/
getClusterSnapshot(params: DocDBElastic.Types.GetClusterSnapshotInput, callback?: (err: AWSError, data: DocDBElastic.Types.GetClusterSnapshotOutput) => void): Request<DocDBElastic.Types.GetClusterSnapshotOutput, AWSError>;
/**
* Returns information about a specific Elastic DocumentDB snapshot
* Returns information about a specific elastic cluster snapshot
*/
getClusterSnapshot(callback?: (err: AWSError, data: DocDBElastic.Types.GetClusterSnapshotOutput) => void): Request<DocDBElastic.Types.GetClusterSnapshotOutput, AWSError>;
/**
* Returns information about Elastic DocumentDB snapshots for a specified cluster.
* Returns information about snapshots for a specified elastic cluster.
*/
listClusterSnapshots(params: DocDBElastic.Types.ListClusterSnapshotsInput, callback?: (err: AWSError, data: DocDBElastic.Types.ListClusterSnapshotsOutput) => void): Request<DocDBElastic.Types.ListClusterSnapshotsOutput, AWSError>;
/**
* Returns information about Elastic DocumentDB snapshots for a specified cluster.
* Returns information about snapshots for a specified elastic cluster.
*/
listClusterSnapshots(callback?: (err: AWSError, data: DocDBElastic.Types.ListClusterSnapshotsOutput) => void): Request<DocDBElastic.Types.ListClusterSnapshotsOutput, AWSError>;
/**
* Returns information about provisioned Elastic DocumentDB clusters.
* Returns information about provisioned Amazon DocumentDB elastic clusters.
*/
listClusters(params: DocDBElastic.Types.ListClustersInput, callback?: (err: AWSError, data: DocDBElastic.Types.ListClustersOutput) => void): Request<DocDBElastic.Types.ListClustersOutput, AWSError>;
/**
* Returns information about provisioned Elastic DocumentDB clusters.
* Returns information about provisioned Amazon DocumentDB elastic clusters.
*/
listClusters(callback?: (err: AWSError, data: DocDBElastic.Types.ListClustersOutput) => void): Request<DocDBElastic.Types.ListClustersOutput, AWSError>;
/**
* Lists all tags on a Elastic DocumentDB resource
* Lists all tags on a elastic cluster resource
*/
listTagsForResource(params: DocDBElastic.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: DocDBElastic.Types.ListTagsForResourceResponse) => void): Request<DocDBElastic.Types.ListTagsForResourceResponse, AWSError>;
/**
* Lists all tags on a Elastic DocumentDB resource
* Lists all tags on a elastic cluster resource
*/
listTagsForResource(callback?: (err: AWSError, data: DocDBElastic.Types.ListTagsForResourceResponse) => void): Request<DocDBElastic.Types.ListTagsForResourceResponse, AWSError>;
/**
* Restores a Elastic DocumentDB cluster from a snapshot.
* Restores an elastic cluster from a snapshot.
*/
restoreClusterFromSnapshot(params: DocDBElastic.Types.RestoreClusterFromSnapshotInput, callback?: (err: AWSError, data: DocDBElastic.Types.RestoreClusterFromSnapshotOutput) => void): Request<DocDBElastic.Types.RestoreClusterFromSnapshotOutput, AWSError>;
/**
* Restores a Elastic DocumentDB cluster from a snapshot.
* Restores an elastic cluster from a snapshot.
*/
restoreClusterFromSnapshot(callback?: (err: AWSError, data: DocDBElastic.Types.RestoreClusterFromSnapshotOutput) => void): Request<DocDBElastic.Types.RestoreClusterFromSnapshotOutput, AWSError>;
/**
* Adds metadata tags to a Elastic DocumentDB resource
* Restarts the stopped elastic cluster that is specified by clusterARN.
*/
startCluster(params: DocDBElastic.Types.StartClusterInput, callback?: (err: AWSError, data: DocDBElastic.Types.StartClusterOutput) => void): Request<DocDBElastic.Types.StartClusterOutput, AWSError>;
/**
* Restarts the stopped elastic cluster that is specified by clusterARN.
*/
startCluster(callback?: (err: AWSError, data: DocDBElastic.Types.StartClusterOutput) => void): Request<DocDBElastic.Types.StartClusterOutput, AWSError>;
/**
* Stops the running elastic cluster that is specified by clusterArn. The elastic cluster must be in the available state.
*/
stopCluster(params: DocDBElastic.Types.StopClusterInput, callback?: (err: AWSError, data: DocDBElastic.Types.StopClusterOutput) => void): Request<DocDBElastic.Types.StopClusterOutput, AWSError>;
/**
* Stops the running elastic cluster that is specified by clusterArn. The elastic cluster must be in the available state.
*/
stopCluster(callback?: (err: AWSError, data: DocDBElastic.Types.StopClusterOutput) => void): Request<DocDBElastic.Types.StopClusterOutput, AWSError>;
/**
* Adds metadata tags to an elastic cluster resource
*/
tagResource(params: DocDBElastic.Types.TagResourceRequest, callback?: (err: AWSError, data: DocDBElastic.Types.TagResourceResponse) => void): Request<DocDBElastic.Types.TagResourceResponse, AWSError>;
/**
* Adds metadata tags to a Elastic DocumentDB resource
* Adds metadata tags to an elastic cluster resource
*/
tagResource(callback?: (err: AWSError, data: DocDBElastic.Types.TagResourceResponse) => void): Request<DocDBElastic.Types.TagResourceResponse, AWSError>;
/**
* Removes metadata tags to a Elastic DocumentDB resource
* Removes metadata tags from an elastic cluster resource
*/
untagResource(params: DocDBElastic.Types.UntagResourceRequest, callback?: (err: AWSError, data: DocDBElastic.Types.UntagResourceResponse) => void): Request<DocDBElastic.Types.UntagResourceResponse, AWSError>;
/**
* Removes metadata tags to a Elastic DocumentDB resource
* Removes metadata tags from an elastic cluster resource
*/
untagResource(callback?: (err: AWSError, data: DocDBElastic.Types.UntagResourceResponse) => void): Request<DocDBElastic.Types.UntagResourceResponse, AWSError>;
/**
* Modifies a Elastic DocumentDB cluster. This includes updating admin-username/password, upgrading API version setting up a backup window and maintenance window
* Modifies an elastic cluster. This includes updating admin-username/password, upgrading the API version, and setting up a backup window and maintenance window
*/
updateCluster(params: DocDBElastic.Types.UpdateClusterInput, callback?: (err: AWSError, data: DocDBElastic.Types.UpdateClusterOutput) => void): Request<DocDBElastic.Types.UpdateClusterOutput, AWSError>;
/**
* Modifies a Elastic DocumentDB cluster. This includes updating admin-username/password, upgrading API version setting up a backup window and maintenance window
* Modifies an elastic cluster. This includes updating admin-username/password, upgrading the API version, and setting up a backup window and maintenance window
*/

@@ -123,32 +147,41 @@ updateCluster(callback?: (err: AWSError, data: DocDBElastic.Types.UpdateClusterOutput) => void): Request<DocDBElastic.Types.UpdateClusterOutput, AWSError>;

export type Auth = "PLAIN_TEXT"|"SECRET_ARN"|string;
export type Boolean = boolean;
export interface Cluster {
/**
* The name of the Elastic DocumentDB cluster administrator.
* The name of the elastic cluster administrator.
*/
adminUserName: String;
/**
* The authentication type for the Elastic DocumentDB cluster.
* The authentication type for the elastic cluster.
*/
authType: Auth;
/**
* The arn of the Elastic DocumentDB cluster.
* The number of days for which automatic snapshots are retained.
*/
backupRetentionPeriod?: Integer;
/**
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
/**
* The URL used to connect to the Elastic DocumentDB cluster.
* The URL used to connect to the elastic cluster.
*/
clusterEndpoint: String;
/**
* The name of the Elastic DocumentDB cluster.
* The name of the elastic cluster.
*/
clusterName: String;
/**
* The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).
* The time when the elastic cluster was created in Universal Coordinated Time (UTC).
*/
createTime: String;
/**
* The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.
* The KMS key identifier to use to encrypt the elastic cluster.
*/
kmsKeyId: String;
/**
* The daily time range during which automated backups are created if automated backups are enabled, as determined by backupRetentionPeriod.
*/
preferredBackupWindow?: String;
/**
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi

@@ -158,19 +191,27 @@ */

/**
* The capacity of each shard in the Elastic DocumentDB cluster.
* The number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64.
*/
shardCapacity: Integer;
/**
* The number of shards in the Elastic DocumentDB cluster.
* The number of shards assigned to the elastic cluster. Maximum is 32.
*/
shardCount: Integer;
/**
* The status of the Elastic DocumentDB cluster.
* The number of replica instances applying to all shards in the cluster. A shardInstanceCount value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.
*/
shardInstanceCount?: Integer;
/**
* The total number of shards in the cluster.
*/
shards?: ShardList;
/**
* The status of the elastic cluster.
*/
status: Status;
/**
* The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
* The Amazon EC2 subnet IDs for the elastic cluster.
*/
subnetIds: StringList;
/**
* A list of EC2 VPC security groups associated with this cluster.
* A list of EC2 VPC security groups associated with thie elastic cluster.
*/

@@ -181,11 +222,11 @@ vpcSecurityGroupIds: StringList;

/**
* The arn of the Elastic DocumentDB cluster.
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
/**
* The name of the Elastic DocumentDB cluster.
* The name of the elastic cluster.
*/
clusterName: String;
/**
* The status of the Elastic DocumentDB cluster.
* The status of the elastic cluster.
*/

@@ -197,39 +238,43 @@ status: Status;

/**
* The name of the Elastic DocumentDB cluster administrator.
* The name of the elastic cluster administrator.
*/
adminUserName: String;
/**
* The arn of the Elastic DocumentDB cluster.
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
/**
* The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).
* The time when the elastic cluster was created in Universal Coordinated Time (UTC).
*/
clusterCreationTime: String;
/**
* The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.
* The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
*/
kmsKeyId: String;
/**
* The arn of the Elastic DocumentDB snapshot
* The ARN identifier of the elastic cluster snapshot.
*/
snapshotArn: String;
/**
* The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
* The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
*/
snapshotCreationTime: String;
/**
* The name of the Elastic DocumentDB snapshot.
* The name of the elastic cluster snapshot.
*/
snapshotName: String;
/**
* The status of the Elastic DocumentDB snapshot.
* The type of cluster snapshots to be returned. You can specify one of the following values: automated - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account. manual - Return all cluster snapshots that you have manually created for your Amazon Web Services account.
*/
snapshotType?: SnapshotType;
/**
* The status of the elastic cluster snapshot.
*/
status: Status;
/**
* A list of the IDs of subnets associated with the DB cluster snapshot.
* The Amazon EC2 subnet IDs for the elastic cluster.
*/
subnetIds: StringList;
/**
* A list of the IDs of the VPC security groups associated with the cluster snapshot.
* A list of EC2 VPC security groups to associate with the elastic cluster.
*/

@@ -240,19 +285,19 @@ vpcSecurityGroupIds: StringList;

/**
* The arn of the Elastic DocumentDB cluster.
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
/**
* The arn of the Elastic DocumentDB snapshot
* The ARN identifier of the elastic cluster snapshot.
*/
snapshotArn: String;
/**
* The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
* The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
*/
snapshotCreationTime: String;
/**
* The name of the Elastic DocumentDB snapshot.
* The name of the elastic cluster snapshot.
*/
snapshotName: String;
/**
* The status of the Elastic DocumentDB snapshot.
* The status of the elastic cluster snapshot.
*/

@@ -262,28 +307,62 @@ status: Status;

export type ClusterSnapshotList = ClusterSnapshotInList[];
export interface CopyClusterSnapshotInput {
/**
* Set to true to copy all tags from the source cluster snapshot to the target elastic cluster snapshot. The default is false.
*/
copyTags?: Boolean;
/**
* The Amazon Web Services KMS key ID for an encrypted elastic cluster snapshot. The Amazon Web Services KMS key ID is the Amazon Resource Name (ARN), Amazon Web Services KMS key identifier, or the Amazon Web Services KMS key alias for the Amazon Web Services KMS encryption key. If you copy an encrypted elastic cluster snapshot from your Amazon Web Services account, you can specify a value for KmsKeyId to encrypt the copy with a new Amazon Web ServicesS KMS encryption key. If you don't specify a value for KmsKeyId, then the copy of the elastic cluster snapshot is encrypted with the same AWS KMS key as the source elastic cluster snapshot. To copy an encrypted elastic cluster snapshot to another Amazon Web Services region, set KmsKeyId to the Amazon Web Services KMS key ID that you want to use to encrypt the copy of the elastic cluster snapshot in the destination region. Amazon Web Services KMS encryption keys are specific to the Amazon Web Services region that they are created in, and you can't use encryption keys from one Amazon Web Services region in another Amazon Web Services region. If you copy an unencrypted elastic cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.
*/
kmsKeyId?: String;
/**
* The Amazon Resource Name (ARN) identifier of the elastic cluster snapshot.
*/
snapshotArn: String;
/**
* The tags to be assigned to the elastic cluster snapshot.
*/
tags?: TagMap;
/**
* The identifier of the new elastic cluster snapshot to create from the source cluster snapshot. This parameter is not case sensitive. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. The first character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. Example: elastic-cluster-snapshot-5
*/
targetSnapshotName: CopyClusterSnapshotInputTargetSnapshotNameString;
}
export type CopyClusterSnapshotInputTargetSnapshotNameString = string;
export interface CopyClusterSnapshotOutput {
snapshot: ClusterSnapshot;
}
export interface CreateClusterInput {
/**
* The name of the Elastic DocumentDB cluster administrator. Constraints: Must be from 1 to 63 letters or numbers. The first character must be a letter. Cannot be a reserved word.
* The name of the Amazon DocumentDB elastic clusters administrator. Constraints: Must be from 1 to 63 letters or numbers. The first character must be a letter. Cannot be a reserved word.
*/
adminUserName: String;
/**
* The password for the Elastic DocumentDB cluster administrator and can contain any printable ASCII characters. Constraints: Must contain from 8 to 100 characters. Cannot contain a forward slash (/), double quote ("), or the "at" symbol (@).
* The password for the Amazon DocumentDB elastic clusters administrator. The password can contain any printable ASCII characters. Constraints: Must contain from 8 to 100 characters. Cannot contain a forward slash (/), double quote ("), or the "at" symbol (@).
*/
adminUserPassword: Password;
/**
* The authentication type for the Elastic DocumentDB cluster.
* The authentication type used to determine where to fetch the password used for accessing the elastic cluster. Valid types are PLAIN_TEXT or SECRET_ARN.
*/
authType: Auth;
/**
* The client token for the Elastic DocumentDB cluster.
* The number of days for which automatic snapshots are retained.
*/
backupRetentionPeriod?: Integer;
/**
* The client token for the elastic cluster.
*/
clientToken?: String;
/**
* The name of the new Elastic DocumentDB cluster. This parameter is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. The first character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. Example: my-cluster
* The name of the new elastic cluster. This parameter is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. The first character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. Example: my-cluster
*/
clusterName: String;
/**
* The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster. The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified, Elastic DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
* The KMS key identifier to use to encrypt the new elastic cluster. The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
*/
kmsKeyId?: String;
/**
* The daily time range during which automated backups are created if automated backups are enabled, as determined by the backupRetentionPeriod.
*/
preferredBackupWindow?: String;
/**
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi Default: a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun Constraints: Minimum 30-minute window.

@@ -293,19 +372,23 @@ */

/**
* The capacity of each shard in the new Elastic DocumentDB cluster.
* The number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64.
*/
shardCapacity: Integer;
/**
* The number of shards to create in the new Elastic DocumentDB cluster.
* The number of shards assigned to the elastic cluster. Maximum is 32.
*/
shardCount: Integer;
/**
* The Amazon EC2 subnet IDs for the new Elastic DocumentDB cluster.
* The number of replica instances applying to all shards in the elastic cluster. A shardInstanceCount value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.
*/
shardInstanceCount?: Integer;
/**
* The Amazon EC2 subnet IDs for the new elastic cluster.
*/
subnetIds?: StringList;
/**
* The tags to be assigned to the new Elastic DocumentDB cluster.
* The tags to be assigned to the new elastic cluster.
*/
tags?: TagMap;
/**
* A list of EC2 VPC security groups to associate with the new Elastic DocumentDB cluster.
* A list of EC2 VPC security groups to associate with the new elastic cluster.
*/

@@ -316,3 +399,3 @@ vpcSecurityGroupIds?: StringList;

/**
* The new Elastic DocumentDB cluster that has been created.
* The new elastic cluster that has been created.
*/

@@ -323,11 +406,11 @@ cluster: Cluster;

/**
* The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.
* The ARN identifier of the elastic cluster of which you want to create a snapshot.
*/
clusterArn: String;
/**
* The name of the Elastic DocumentDB snapshot.
* The name of the new elastic cluster snapshot.
*/
snapshotName: CreateClusterSnapshotInputSnapshotNameString;
/**
* The tags to be assigned to the new Elastic DocumentDB snapshot.
* The tags to be assigned to the new elastic cluster snapshot.
*/

@@ -339,3 +422,3 @@ tags?: TagMap;

/**
* Returns information about the new Elastic DocumentDB snapshot.
* Returns information about the new elastic cluster snapshot.
*/

@@ -346,3 +429,3 @@ snapshot: ClusterSnapshot;

/**
* The arn of the Elastic DocumentDB cluster that is to be deleted.
* The ARN identifier of the elastic cluster that is to be deleted.
*/

@@ -353,3 +436,3 @@ clusterArn: String;

/**
* Returns information about the newly deleted Elastic DocumentDB cluster.
* Returns information about the newly deleted elastic cluster.
*/

@@ -360,3 +443,3 @@ cluster: Cluster;

/**
* The arn of the Elastic DocumentDB snapshot that is to be deleted.
* The ARN identifier of the elastic cluster snapshot that is to be deleted.
*/

@@ -367,3 +450,3 @@ snapshotArn: String;

/**
* Returns information about the newly deleted Elastic DocumentDB snapshot.
* Returns information about the newly deleted elastic cluster snapshot.
*/

@@ -374,3 +457,3 @@ snapshot: ClusterSnapshot;

/**
* The arn of the Elastic DocumentDB cluster.
* The ARN identifier of the elastic cluster.
*/

@@ -381,3 +464,3 @@ clusterArn: String;

/**
* Returns information about a specific Elastic DocumentDB cluster.
* Returns information about a specific elastic cluster.
*/

@@ -388,3 +471,3 @@ cluster: Cluster;

/**
* The arn of the Elastic DocumentDB snapshot.
* The ARN identifier of the elastic cluster snapshot.
*/

@@ -395,3 +478,3 @@ snapshotArn: String;

/**
* Returns information about a specific Elastic DocumentDB snapshot.
* Returns information about a specific elastic cluster snapshot.
*/

@@ -403,13 +486,17 @@ snapshot: ClusterSnapshot;

/**
* The arn of the Elastic DocumentDB cluster.
* The ARN identifier of the elastic cluster.
*/
clusterArn?: String;
/**
* The maximum number of entries to recieve in the response.
* The maximum number of elastic cluster snapshot results to receive in the response.
*/
maxResults?: ListClusterSnapshotsInputMaxResultsInteger;
/**
* The nextToken which is used the get the next page of data.
* A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results. If there is no more data in the responce, the nextToken will not be returned.
*/
nextToken?: PaginationToken;
/**
* The type of cluster snapshots to be returned. You can specify one of the following values: automated - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account. manual - Return all cluster snapshots that you have manually created for your Amazon Web Services account.
*/
snapshotType?: String;
}

@@ -419,7 +506,7 @@ export type ListClusterSnapshotsInputMaxResultsInteger = number;

/**
* The response will provide a nextToken if there is more data beyond the maxResults. If there is no more data in the responce, the nextToken will not be returned.
* A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results. If there is no more data in the responce, the nextToken will not be returned.
*/
nextToken?: PaginationToken;
/**
* A list of Elastic DocumentDB snapshots for a specified cluster.
* A list of snapshots for a specified elastic cluster.
*/

@@ -430,7 +517,7 @@ snapshots?: ClusterSnapshotList;

/**
* The maximum number of entries to recieve in the response.
* The maximum number of elastic cluster snapshot results to receive in the response.
*/
maxResults?: ListClustersInputMaxResultsInteger;
/**
* The nextToken which is used the get the next page of data.
* A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results. If there is no more data in the responce, the nextToken will not be returned.
*/

@@ -442,7 +529,7 @@ nextToken?: PaginationToken;

/**
* A list of Elastic DocumentDB cluster.
* A list of Amazon DocumentDB elastic clusters.
*/
clusters?: ClusterList;
/**
* The response will provide a nextToken if there is more data beyond the maxResults. If there is no more data in the responce, the nextToken will not be returned.
* A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results. If there is no more data in the responce, the nextToken will not be returned.
*/

@@ -453,3 +540,3 @@ nextToken?: PaginationToken;

/**
* The arn of the Elastic DocumentDB resource.
* The ARN identifier of the elastic cluster resource.
*/

@@ -460,3 +547,3 @@ resourceArn: Arn;

/**
* The list of tags for the specified Elastic DocumentDB resource.
* The list of tags for the specified elastic cluster resource.
*/

@@ -469,23 +556,31 @@ tags?: TagMap;

/**
* The name of the Elastic DocumentDB cluster.
* The name of the elastic cluster.
*/
clusterName: String;
/**
* The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster. The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified here, Elastic DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
* The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster. The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
*/
kmsKeyId?: String;
/**
* The arn of the Elastic DocumentDB snapshot.
* The capacity of each shard in the new restored elastic cluster.
*/
shardCapacity?: Integer;
/**
* The number of replica instances applying to all shards in the elastic cluster. A shardInstanceCount value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.
*/
shardInstanceCount?: Integer;
/**
* The ARN identifier of the elastic cluster snapshot.
*/
snapshotArn: String;
/**
* The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
* The Amazon EC2 subnet IDs for the elastic cluster.
*/
subnetIds?: StringList;
/**
* A list of the tag names to be assigned to the restored DB cluster, in the form of an array of key-value pairs in which the key is the tag name and the value is the key value.
* A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value pairs in which the key is the tag name and the value is the key value.
*/
tags?: TagMap;
/**
* A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
* A list of EC2 VPC security groups to associate with the elastic cluster.
*/

@@ -496,7 +591,41 @@ vpcSecurityGroupIds?: StringList;

/**
* Returns information about a the restored Elastic DocumentDB cluster.
* Returns information about a the restored elastic cluster.
*/
cluster: Cluster;
}
export type Status = "CREATING"|"ACTIVE"|"DELETING"|"UPDATING"|"VPC_ENDPOINT_LIMIT_EXCEEDED"|"IP_ADDRESS_LIMIT_EXCEEDED"|"INVALID_SECURITY_GROUP_ID"|"INVALID_SUBNET_ID"|"INACCESSIBLE_ENCRYPTION_CREDS"|string;
export interface Shard {
/**
* The time when the shard was created in Universal Coordinated Time (UTC).
*/
createTime: String;
/**
* The ID of the shard.
*/
shardId: String;
/**
* The current status of the shard.
*/
status: Status;
}
export type ShardList = Shard[];
export type SnapshotType = "MANUAL"|"AUTOMATED"|string;
export interface StartClusterInput {
/**
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
}
export interface StartClusterOutput {
cluster: Cluster;
}
export type Status = "CREATING"|"ACTIVE"|"DELETING"|"UPDATING"|"VPC_ENDPOINT_LIMIT_EXCEEDED"|"IP_ADDRESS_LIMIT_EXCEEDED"|"INVALID_SECURITY_GROUP_ID"|"INVALID_SUBNET_ID"|"INACCESSIBLE_ENCRYPTION_CREDS"|"INACCESSIBLE_SECRET_ARN"|"INACCESSIBLE_VPC_ENDPOINT"|"INCOMPATIBLE_NETWORK"|"MERGING"|"MODIFYING"|"SPLITTING"|"COPYING"|"STARTING"|"STOPPING"|"STOPPED"|string;
export interface StopClusterInput {
/**
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
}
export interface StopClusterOutput {
cluster: Cluster;
}
export type String = string;

@@ -509,7 +638,7 @@ export type StringList = String[];

/**
* The arn of the Elastic DocumentDB resource.
* The ARN identifier of the elastic cluster resource.
*/
resourceArn: Arn;
/**
* The tags to be assigned to the Elastic DocumentDB resource.
* The tags that are assigned to the elastic cluster resource.
*/

@@ -523,7 +652,7 @@ tags: TagMap;

/**
* The arn of the Elastic DocumentDB resource.
* The ARN identifier of the elastic cluster resource.
*/
resourceArn: Arn;
/**
* The tag keys to be removed from the Elastic DocumentDB resource.
* The tag keys to be removed from the elastic cluster resource.
*/

@@ -536,18 +665,26 @@ tagKeys: TagKeyList;

/**
* The password for the Elastic DocumentDB cluster administrator. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@). Constraints: Must contain from 8 to 100 characters.
* The password associated with the elastic cluster administrator. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@). Constraints: Must contain from 8 to 100 characters.
*/
adminUserPassword?: Password;
/**
* The authentication type for the Elastic DocumentDB cluster.
* The authentication type used to determine where to fetch the password used for accessing the elastic cluster. Valid types are PLAIN_TEXT or SECRET_ARN.
*/
authType?: Auth;
/**
* The client token for the Elastic DocumentDB cluster.
* The number of days for which automatic snapshots are retained.
*/
backupRetentionPeriod?: Integer;
/**
* The client token for the elastic cluster.
*/
clientToken?: String;
/**
* The arn of the Elastic DocumentDB cluster.
* The ARN identifier of the elastic cluster.
*/
clusterArn: String;
/**
* The daily time range during which automated backups are created if automated backups are enabled, as determined by the backupRetentionPeriod.
*/
preferredBackupWindow?: String;
/**
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi Default: a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun Constraints: Minimum 30-minute window.

@@ -557,15 +694,19 @@ */

/**
* The capacity of each shard in the Elastic DocumentDB cluster.
* The number of vCPUs assigned to each elastic cluster shard. Maximum is 64. Allowed values are 2, 4, 8, 16, 32, 64.
*/
shardCapacity?: Integer;
/**
* The number of shards to create in the Elastic DocumentDB cluster.
* The number of shards assigned to the elastic cluster. Maximum is 32.
*/
shardCount?: Integer;
/**
* The number of shards to create in the Elastic DocumentDB cluster.
* The number of replica instances applying to all shards in the elastic cluster. A shardInstanceCount value of 1 means there is one writer instance, and any additional instances are replicas that can be used for reads and to improve availability.
*/
shardInstanceCount?: Integer;
/**
* The Amazon EC2 subnet IDs for the elastic cluster.
*/
subnetIds?: StringList;
/**
* A list of EC2 VPC security groups to associate with the new Elastic DocumentDB cluster.
* A list of EC2 VPC security groups to associate with the elastic cluster.
*/

@@ -576,3 +717,3 @@ vpcSecurityGroupIds?: StringList;

/**
* Returns information about the updated Elastic DocumentDB cluster.
* Returns information about the updated elastic cluster.
*/

@@ -579,0 +720,0 @@ cluster: Cluster;

@@ -15,2 +15,10 @@ import {Request} from '../lib/request';

/**
* Creates a migration workflow template.
*/
createTemplate(params: MigrationHubOrchestrator.Types.CreateTemplateRequest, callback?: (err: AWSError, data: MigrationHubOrchestrator.Types.CreateTemplateResponse) => void): Request<MigrationHubOrchestrator.Types.CreateTemplateResponse, AWSError>;
/**
* Creates a migration workflow template.
*/
createTemplate(callback?: (err: AWSError, data: MigrationHubOrchestrator.Types.CreateTemplateResponse) => void): Request<MigrationHubOrchestrator.Types.CreateTemplateResponse, AWSError>;
/**
* Create a workflow to orchestrate your migrations.

@@ -40,2 +48,10 @@ */

/**
* Deletes a migration workflow template.
*/
deleteTemplate(params: MigrationHubOrchestrator.Types.DeleteTemplateRequest, callback?: (err: AWSError, data: MigrationHubOrchestrator.Types.DeleteTemplateResponse) => void): Request<MigrationHubOrchestrator.Types.DeleteTemplateResponse, AWSError>;
/**
* Deletes a migration workflow template.
*/
deleteTemplate(callback?: (err: AWSError, data: MigrationHubOrchestrator.Types.DeleteTemplateResponse) => void): Request<MigrationHubOrchestrator.Types.DeleteTemplateResponse, AWSError>;
/**
* Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to delete it.

@@ -217,2 +233,10 @@ */

/**
* Updates a migration workflow template.
*/
updateTemplate(params: MigrationHubOrchestrator.Types.UpdateTemplateRequest, callback?: (err: AWSError, data: MigrationHubOrchestrator.Types.UpdateTemplateResponse) => void): Request<MigrationHubOrchestrator.Types.UpdateTemplateResponse, AWSError>;
/**
* Updates a migration workflow template.
*/
updateTemplate(callback?: (err: AWSError, data: MigrationHubOrchestrator.Types.UpdateTemplateResponse) => void): Request<MigrationHubOrchestrator.Types.UpdateTemplateResponse, AWSError>;
/**
* Update a migration workflow.

@@ -245,2 +269,3 @@ */

export type Boolean = boolean;
export type ClientToken = string;
export interface CreateMigrationWorkflowRequest {

@@ -262,3 +287,3 @@ /**

*/
applicationConfigurationId: CreateMigrationWorkflowRequestApplicationConfigurationIdString;
applicationConfigurationId?: CreateMigrationWorkflowRequestApplicationConfigurationIdString;
/**

@@ -327,2 +352,40 @@ * The input parameters required to create a migration workflow.

}
export interface CreateTemplateRequest {
/**
* The name of the migration workflow template.
*/
templateName: CreateTemplateRequestTemplateNameString;
/**
* A description of the migration workflow template.
*/
templateDescription?: CreateTemplateRequestTemplateDescriptionString;
/**
* The source of the migration workflow template.
*/
templateSource: TemplateSource;
/**
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Idempotency in the Smithy documentation.
*/
clientToken?: ClientToken;
/**
* The tags to add to the migration workflow template.
*/
tags?: TagMap;
}
export type CreateTemplateRequestTemplateDescriptionString = string;
export type CreateTemplateRequestTemplateNameString = string;
export interface CreateTemplateResponse {
/**
* The ID of the migration workflow template.
*/
templateId?: String;
/**
* The Amazon Resource Name (ARN) of the migration workflow template. The format for an Migration Hub Orchestrator template ARN is arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
*/
templateArn?: String;
/**
* The tags added to the migration workflow template.
*/
tags?: StringMap;
}
export interface CreateWorkflowStepGroupRequest {

@@ -465,2 +528,10 @@ /**

}
export interface DeleteTemplateRequest {
/**
* The ID of the request to delete a migration workflow template.
*/
id: TemplateId;
}
export interface DeleteTemplateResponse {
}
export interface DeleteWorkflowStepGroupRequest {

@@ -594,2 +665,6 @@ /**

/**
* &gt;The Amazon Resource Name (ARN) of the migration workflow template. The format for an Migration Hub Orchestrator template ARN is arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
*/
templateArn?: String;
/**
* The name of the template.

@@ -611,2 +686,10 @@ */

/**
* The time at which the template was last created.
*/
creationTime?: Timestamp;
/**
* The owner of the migration workflow template.
*/
owner?: String;
/**
* The status of the template.

@@ -616,5 +699,13 @@ */

/**
* The time at which the template was last created.
* The status message of retrieving migration workflow templates.
*/
creationTime?: Timestamp;
statusMessage?: String;
/**
* The class of the migration workflow template. The available template classes are: A2C MGN SAP_MULTI SQL_EC2 SQL_RDS VMIE
*/
templateClass?: String;
/**
* The tags added to the migration workflow template.
*/
tags?: StringMap;
}

@@ -799,3 +890,3 @@ export interface GetTemplateStepGroupRequest {

/**
* desThe ID of the step group.
* The ID of the step group.
*/

@@ -1094,2 +1185,4 @@ stepGroupId: StepGroupId;

export type MaxResults = number;
export type MaxStringList = MaxStringValue[];
export type MaxStringValue = string;
export type MigrationWorkflowDescription = string;

@@ -1323,3 +1416,3 @@ export type MigrationWorkflowId = string;

export type StepOutputList = StepOutput[];
export type StepStatus = "AWAITING_DEPENDENCIES"|"READY"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"PAUSED"|"USER_ATTENTION_REQUIRED"|string;
export type StepStatus = "AWAITING_DEPENDENCIES"|"SKIPPED"|"READY"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"PAUSED"|"USER_ATTENTION_REQUIRED"|string;
export interface StopMigrationWorkflowRequest {

@@ -1395,3 +1488,9 @@ /**

export type TemplateName = string;
export type TemplateStatus = "CREATED"|string;
export interface TemplateSource {
/**
* The ID of the workflow from the source migration workflow template.
*/
workflowId?: MigrationWorkflowId;
}
export type TemplateStatus = "CREATED"|"READY"|"PENDING_CREATION"|"CREATING"|"CREATION_FAILED"|string;
export interface TemplateStepGroupSummary {

@@ -1572,2 +1671,36 @@ /**

}
export interface UpdateTemplateRequest {
/**
* The ID of the request to update a migration workflow template.
*/
id: TemplateId;
/**
* The name of the migration workflow template to update.
*/
templateName?: UpdateTemplateRequestTemplateNameString;
/**
* The description of the migration workflow template to update.
*/
templateDescription?: UpdateTemplateRequestTemplateDescriptionString;
/**
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*/
clientToken?: ClientToken;
}
export type UpdateTemplateRequestTemplateDescriptionString = string;
export type UpdateTemplateRequestTemplateNameString = string;
export interface UpdateTemplateResponse {
/**
* The ID of the migration workflow template being updated.
*/
templateId?: String;
/**
* The ARN of the migration workflow template being updated. The format for an Migration Hub Orchestrator template ARN is arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
*/
templateArn?: String;
/**
* The tags added to the migration workflow template.
*/
tags?: StringMap;
}
export interface UpdateWorkflowStepGroupRequest {

@@ -1778,7 +1911,7 @@ /**

*/
stringValue?: StringValue;
stringValue?: MaxStringValue;
/**
* The list of string value.
*/
listOfStringValue?: StringList;
listOfStringValue?: MaxStringList;
}

@@ -1785,0 +1918,0 @@ export interface WorkflowStepSummary {

@@ -23,3 +23,3 @@ /**

*/
VERSION: '2.1568.0',
VERSION: '2.1569.0',

@@ -26,0 +26,0 @@ /**

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1568.0",
"version": "2.1569.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Amazon Web Services",

@@ -72,3 +72,3 @@ # AWS SDK for JavaScript

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1568.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1569.0.min.js"></script>

@@ -75,0 +75,0 @@ You can also build a custom browser SDK with your specified set of AWS services.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc