@aws-sdk/client-docdb 3.289.0 → 3.292.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +13 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +20 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +60 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +55 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +22 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +17 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +8 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +41 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +8 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +50 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +18 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +9 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +53 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +12 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +12 -0
- package/package.json +37 -42
|
@@ -32,6 +32,10 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
|
|
|
32
32
|
* @see {@link DescribeGlobalClustersCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
36
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
35
39
|
*/
|
|
36
40
|
export declare class DescribeGlobalClustersCommand extends $Command<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, DocDBClientResolvedConfig> {
|
|
37
41
|
readonly input: DescribeGlobalClustersCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
|
|
|
29
29
|
* @see {@link DescribeOrderableDBInstanceOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeOrderableDBInstanceOptionsCommand extends $Command<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, DocDBClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeOrderableDBInstanceOptionsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
|
|
|
30
30
|
* @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
34
|
+
* <p>The specified resource ID was not found.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig> {
|
|
35
39
|
readonly input: DescribePendingMaintenanceActionsCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
|
|
|
31
31
|
* @see {@link FailoverDBClusterCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
39
|
+
* <p>The cluster isn't in a valid state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
42
|
+
* <p> The specified instance isn't in the <i>available</i> state.
|
|
43
|
+
* </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, DocDBClientResolvedConfig> {
|
|
36
48
|
readonly input: FailoverDBClusterCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -31,6 +31,47 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
|
|
|
31
31
|
* @see {@link ModifyDBClusterCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBClusterAlreadyExistsFault} (client fault)
|
|
35
|
+
* <p>You already have a cluster with the given identifier.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
|
|
42
|
+
* <p>
|
|
43
|
+
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing cluster parameter group. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
46
|
+
* <p>
|
|
47
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
50
|
+
* <p>The cluster isn't in a valid state.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
53
|
+
* <p> The specified instance isn't in the <i>available</i> state.
|
|
54
|
+
* </p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
57
|
+
* <p>The state of the security group doesn't allow deletion.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
|
|
60
|
+
* <p>The subnet group can't be deleted because it's in use.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
63
|
+
* <p>The requested subnet is not valid, or multiple subnets were requested that are not all
|
|
64
|
+
* in a common virtual private cloud (VPC).</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
67
|
+
* <p>The subnet group doesn't cover all Availability Zones after it is created
|
|
68
|
+
* because of changes that were made.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
71
|
+
* <p>The request would cause you to exceed the allowed amount of storage available across
|
|
72
|
+
* all instances.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
34
75
|
*/
|
|
35
76
|
export declare class ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, DocDBClientResolvedConfig> {
|
|
36
77
|
readonly input: ModifyDBClusterCommandInput;
|
|
@@ -47,6 +47,14 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
|
|
|
47
47
|
* @see {@link ModifyDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
55
|
+
* <p>The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
50
58
|
*/
|
|
51
59
|
export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
|
|
52
60
|
readonly input: ModifyDBClusterParameterGroupCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
|
|
|
30
30
|
* @see {@link ModifyDBClusterSnapshotAttributeCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
38
|
+
* <p>The provided value isn't a valid cluster snapshot state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link SharedSnapshotQuotaExceededFault} (client fault)
|
|
41
|
+
* <p>You have exceeded the maximum number of accounts that you can share a manual DB
|
|
42
|
+
* snapshot with. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, DocDBClientResolvedConfig> {
|
|
35
47
|
readonly input: ModifyDBClusterSnapshotAttributeCommandInput;
|
|
@@ -29,6 +29,56 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
|
|
|
29
29
|
* @see {@link ModifyDBInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
33
|
+
* <p>The specified CIDR IP or Amazon EC2 security group isn't authorized for the specified security group.</p>
|
|
34
|
+
* <p>Amazon DocumentDB also might not be authorized to perform necessary actions on your behalf using IAM.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>CertificateIdentifier</code> doesn't refer to an existing certificate. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
41
|
+
* <p>You already have a instance with the given identifier.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
52
|
+
* <p>
|
|
53
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing security group. </p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link DBUpgradeDependencyFailureFault} (client fault)
|
|
56
|
+
* <p>The upgrade failed because a resource that the depends on can't be
|
|
57
|
+
* modified.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
60
|
+
* <p>The specified instance class isn't available in the specified Availability Zone.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
63
|
+
* <p> The specified instance isn't in the <i>available</i> state.
|
|
64
|
+
* </p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
67
|
+
* <p>The state of the security group doesn't allow deletion.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
70
|
+
* <p>The subnet group doesn't cover all Availability Zones after it is created
|
|
71
|
+
* because of changes that were made.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
74
|
+
* <p>The request would cause you to exceed the allowed amount of storage available across
|
|
75
|
+
* all instances.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
78
|
+
* <p>Storage of the specified <code>StorageType</code> can't be associated with the DB
|
|
79
|
+
* instance. </p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
32
82
|
*/
|
|
33
83
|
export declare class ModifyDBInstanceCommand extends $Command<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, DocDBClientResolvedConfig> {
|
|
34
84
|
readonly input: ModifyDBInstanceCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
|
|
|
29
29
|
* @see {@link ModifyDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
33
|
+
* <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBSubnetQuotaExceededFault} (client fault)
|
|
40
|
+
* <p>The request would cause you to exceed the allowed number of subnets in a subnet group.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
43
|
+
* <p>The requested subnet is not valid, or multiple subnets were requested that are not all
|
|
44
|
+
* in a common virtual private cloud (VPC).</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link SubnetAlreadyInUse} (client fault)
|
|
47
|
+
* <p>The subnet is already in use in the Availability Zone.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
|
|
34
52
|
readonly input: ModifyDBSubnetGroupCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
29
29
|
* @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EventSubscriptionQuotaExceededFault} (client fault)
|
|
33
|
+
* <p>You have reached the maximum number of event subscriptions. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link SNSInvalidTopicFault} (client fault)
|
|
36
|
+
* <p>Amazon SNS has responded that there is a problem with the specified topic. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link SNSNoAuthorizationFault} (client fault)
|
|
39
|
+
* <p>You do not have permission to publish to the SNS topic Amazon Resource Name (ARN). </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link SNSTopicArnNotFoundFault} (client fault)
|
|
42
|
+
* <p>The SNS topic Amazon Resource Name (ARN) does not exist. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
|
|
45
|
+
* <p>The provided category does not exist. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
48
|
+
* <p>The subscription name does not exist. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
|
|
34
53
|
readonly input: ModifyEventSubscriptionCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
|
|
|
32
32
|
* @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
36
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
39
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
|
|
37
44
|
readonly input: ModifyGlobalClusterCommandInput;
|
|
@@ -35,6 +35,15 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
35
35
|
* @see {@link RebootDBInstanceCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
43
|
+
* <p> The specified instance isn't in the <i>available</i> state.
|
|
44
|
+
* </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
38
47
|
*/
|
|
39
48
|
export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig> {
|
|
40
49
|
readonly input: RebootDBInstanceCommandInput;
|
|
@@ -32,6 +32,17 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
32
32
|
* @see {@link RemoveFromGlobalClusterCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
40
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
43
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
35
46
|
*/
|
|
36
47
|
export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
|
|
37
48
|
readonly input: RemoveFromGlobalClusterCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
|
|
|
30
30
|
* @see {@link RemoveSourceIdentifierFromSubscriptionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link SourceNotFoundFault} (client fault)
|
|
34
|
+
* <p>The requested source could not be found. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
37
|
+
* <p>The subscription name does not exist. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig> {
|
|
35
42
|
readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig> {
|
|
34
47
|
readonly input: RemoveTagsFromResourceCommandInput;
|
|
@@ -36,6 +36,14 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
|
|
|
36
36
|
* @see {@link ResetDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
44
|
+
* <p>The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
39
47
|
*/
|
|
40
48
|
export declare class ResetDBClusterParameterGroupCommand extends $Command<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
|
|
41
49
|
readonly input: ResetDBClusterParameterGroupCommandInput;
|
|
@@ -31,6 +31,56 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
|
|
|
31
31
|
* @see {@link RestoreDBClusterFromSnapshotCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBClusterAlreadyExistsFault} (client fault)
|
|
35
|
+
* <p>You already have a cluster with the given identifier.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DBClusterQuotaExceededFault} (client fault)
|
|
38
|
+
* <p>The cluster can't be created because you have reached the maximum allowed quota of clusters.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InsufficientDBClusterCapacityFault} (client fault)
|
|
53
|
+
* <p>The cluster doesn't have enough capacity for the current operation.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
|
|
56
|
+
* <p>There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available. </p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
59
|
+
* <p>The provided value isn't a valid cluster snapshot state.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
62
|
+
* <p>The state of the snapshot doesn't allow deletion.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidRestoreFault} (client fault)
|
|
65
|
+
* <p>You cannot restore from a virtual private cloud (VPC) backup to a non-VPC DB
|
|
66
|
+
* instance.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
69
|
+
* <p>The requested subnet is not valid, or multiple subnets were requested that are not all
|
|
70
|
+
* in a common virtual private cloud (VPC).</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
73
|
+
* <p>The subnet group doesn't cover all Availability Zones after it is created
|
|
74
|
+
* because of changes that were made.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
77
|
+
* <p>An error occurred when accessing an KMS key.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
80
|
+
* <p>The request would cause you to exceed the allowed amount of storage available across
|
|
81
|
+
* all instances.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
34
84
|
*/
|
|
35
85
|
export declare class RestoreDBClusterFromSnapshotCommand extends $Command<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig> {
|
|
36
86
|
readonly input: RestoreDBClusterFromSnapshotCommandInput;
|
|
@@ -33,6 +33,59 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
|
|
|
33
33
|
* @see {@link RestoreDBClusterToPointInTimeCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DBClusterAlreadyExistsFault} (client fault)
|
|
37
|
+
* <p>You already have a cluster with the given identifier.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBClusterQuotaExceededFault} (client fault)
|
|
44
|
+
* <p>The cluster can't be created because you have reached the maximum allowed quota of clusters.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
47
|
+
* <p>
|
|
48
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InsufficientDBClusterCapacityFault} (client fault)
|
|
55
|
+
* <p>The cluster doesn't have enough capacity for the current operation.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
|
|
58
|
+
* <p>There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available. </p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
61
|
+
* <p>The provided value isn't a valid cluster snapshot state.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
64
|
+
* <p>The cluster isn't in a valid state.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
67
|
+
* <p>The state of the snapshot doesn't allow deletion.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidRestoreFault} (client fault)
|
|
70
|
+
* <p>You cannot restore from a virtual private cloud (VPC) backup to a non-VPC DB
|
|
71
|
+
* instance.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
74
|
+
* <p>The requested subnet is not valid, or multiple subnets were requested that are not all
|
|
75
|
+
* in a common virtual private cloud (VPC).</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
78
|
+
* <p>The subnet group doesn't cover all Availability Zones after it is created
|
|
79
|
+
* because of changes that were made.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
82
|
+
* <p>An error occurred when accessing an KMS key.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
85
|
+
* <p>The request would cause you to exceed the allowed amount of storage available across
|
|
86
|
+
* all instances.</p>
|
|
87
|
+
*
|
|
88
|
+
*
|
|
36
89
|
*/
|
|
37
90
|
export declare class RestoreDBClusterToPointInTimeCommand extends $Command<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig> {
|
|
38
91
|
readonly input: RestoreDBClusterToPointInTimeCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
|
|
|
31
31
|
* @see {@link StartDBClusterCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
39
|
+
* <p>The cluster isn't in a valid state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
42
|
+
* <p> The specified instance isn't in the <i>available</i> state.
|
|
43
|
+
* </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, DocDBClientResolvedConfig> {
|
|
36
48
|
readonly input: StartDBClusterCommandInput;
|
|
@@ -32,6 +32,18 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
32
32
|
* @see {@link StopDBClusterCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
40
|
+
* <p>The cluster isn't in a valid state.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
43
|
+
* <p> The specified instance isn't in the <i>available</i> state.
|
|
44
|
+
* </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
35
47
|
*/
|
|
36
48
|
export declare class StopDBClusterCommand extends $Command<StopDBClusterCommandInput, StopDBClusterCommandOutput, DocDBClientResolvedConfig> {
|
|
37
49
|
readonly input: StopDBClusterCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-docdb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,58 +20,53 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-sdk-rds": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
44
|
+
"@aws-sdk/types": "3.292.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
56
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
57
57
|
"fast-xml-parser": "4.1.2",
|
|
58
58
|
"tslib": "^2.3.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
62
62
|
"@tsconfig/node14": "1.0.3",
|
|
63
63
|
"@types/node": "^14.14.31",
|
|
64
64
|
"concurrently": "7.0.0",
|
|
65
65
|
"downlevel-dts": "0.10.1",
|
|
66
66
|
"rimraf": "3.0.2",
|
|
67
|
-
"typedoc": "0.
|
|
67
|
+
"typedoc": "0.23.23",
|
|
68
68
|
"typescript": "~4.6.2"
|
|
69
69
|
},
|
|
70
|
-
"overrides": {
|
|
71
|
-
"typedoc": {
|
|
72
|
-
"typescript": "~4.6.2"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
70
|
"engines": {
|
|
76
71
|
"node": ">=14.0.0"
|
|
77
72
|
},
|