@aws-sdk/client-docdb 3.529.1 → 3.535.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.
Files changed (119) hide show
  1. package/dist-types/DocDB.d.ts +14 -1
  2. package/dist-types/DocDBClient.d.ts +1 -1
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -1
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -1
  6. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeCertificatesCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -1
  38. package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -1
  41. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -1
  42. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -1
  43. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +2 -1
  44. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -1
  45. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -1
  46. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -1
  47. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -1
  48. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -1
  49. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -1
  50. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -1
  52. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -1
  53. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -1
  54. package/dist-types/commands/StartDBClusterCommand.d.ts +2 -1
  55. package/dist-types/commands/StopDBClusterCommand.d.ts +2 -1
  56. package/dist-types/models/models_0.d.ts +683 -683
  57. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  58. package/dist-types/runtimeConfig.d.ts +2 -2
  59. package/dist-types/runtimeConfig.native.d.ts +2 -2
  60. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  61. package/dist-types/ts3.4/DocDB.d.ts +13 -0
  62. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  117. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  118. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  119. package/package.json +42 -42
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { DocDBClientConfig } from "./DocDBClient";
5
5
  export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -466,6 +466,7 @@ export interface DocDB {
466
466
  options: __HttpHandlerOptions,
467
467
  cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
468
468
  ): void;
469
+ describeCertificates(): Promise<DescribeCertificatesCommandOutput>;
469
470
  describeCertificates(
470
471
  args: DescribeCertificatesCommandInput,
471
472
  options?: __HttpHandlerOptions
@@ -479,6 +480,7 @@ export interface DocDB {
479
480
  options: __HttpHandlerOptions,
480
481
  cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
481
482
  ): void;
483
+ describeDBClusterParameterGroups(): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
482
484
  describeDBClusterParameterGroups(
483
485
  args: DescribeDBClusterParameterGroupsCommandInput,
484
486
  options?: __HttpHandlerOptions
@@ -505,6 +507,7 @@ export interface DocDB {
505
507
  options: __HttpHandlerOptions,
506
508
  cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
507
509
  ): void;
510
+ describeDBClusters(): Promise<DescribeDBClustersCommandOutput>;
508
511
  describeDBClusters(
509
512
  args: DescribeDBClustersCommandInput,
510
513
  options?: __HttpHandlerOptions
@@ -537,6 +540,7 @@ export interface DocDB {
537
540
  data?: DescribeDBClusterSnapshotAttributesCommandOutput
538
541
  ) => void
539
542
  ): void;
543
+ describeDBClusterSnapshots(): Promise<DescribeDBClusterSnapshotsCommandOutput>;
540
544
  describeDBClusterSnapshots(
541
545
  args: DescribeDBClusterSnapshotsCommandInput,
542
546
  options?: __HttpHandlerOptions
@@ -550,6 +554,7 @@ export interface DocDB {
550
554
  options: __HttpHandlerOptions,
551
555
  cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
552
556
  ): void;
557
+ describeDBEngineVersions(): Promise<DescribeDBEngineVersionsCommandOutput>;
553
558
  describeDBEngineVersions(
554
559
  args: DescribeDBEngineVersionsCommandInput,
555
560
  options?: __HttpHandlerOptions
@@ -563,6 +568,7 @@ export interface DocDB {
563
568
  options: __HttpHandlerOptions,
564
569
  cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
565
570
  ): void;
571
+ describeDBInstances(): Promise<DescribeDBInstancesCommandOutput>;
566
572
  describeDBInstances(
567
573
  args: DescribeDBInstancesCommandInput,
568
574
  options?: __HttpHandlerOptions
@@ -576,6 +582,7 @@ export interface DocDB {
576
582
  options: __HttpHandlerOptions,
577
583
  cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
578
584
  ): void;
585
+ describeDBSubnetGroups(): Promise<DescribeDBSubnetGroupsCommandOutput>;
579
586
  describeDBSubnetGroups(
580
587
  args: DescribeDBSubnetGroupsCommandInput,
581
588
  options?: __HttpHandlerOptions
@@ -608,6 +615,7 @@ export interface DocDB {
608
615
  data?: DescribeEngineDefaultClusterParametersCommandOutput
609
616
  ) => void
610
617
  ): void;
618
+ describeEventCategories(): Promise<DescribeEventCategoriesCommandOutput>;
611
619
  describeEventCategories(
612
620
  args: DescribeEventCategoriesCommandInput,
613
621
  options?: __HttpHandlerOptions
@@ -621,6 +629,7 @@ export interface DocDB {
621
629
  options: __HttpHandlerOptions,
622
630
  cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
623
631
  ): void;
632
+ describeEvents(): Promise<DescribeEventsCommandOutput>;
624
633
  describeEvents(
625
634
  args: DescribeEventsCommandInput,
626
635
  options?: __HttpHandlerOptions
@@ -634,6 +643,7 @@ export interface DocDB {
634
643
  options: __HttpHandlerOptions,
635
644
  cb: (err: any, data?: DescribeEventsCommandOutput) => void
636
645
  ): void;
646
+ describeEventSubscriptions(): Promise<DescribeEventSubscriptionsCommandOutput>;
637
647
  describeEventSubscriptions(
638
648
  args: DescribeEventSubscriptionsCommandInput,
639
649
  options?: __HttpHandlerOptions
@@ -647,6 +657,7 @@ export interface DocDB {
647
657
  options: __HttpHandlerOptions,
648
658
  cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
649
659
  ): void;
660
+ describeGlobalClusters(): Promise<DescribeGlobalClustersCommandOutput>;
650
661
  describeGlobalClusters(
651
662
  args: DescribeGlobalClustersCommandInput,
652
663
  options?: __HttpHandlerOptions
@@ -679,6 +690,7 @@ export interface DocDB {
679
690
  data?: DescribeOrderableDBInstanceOptionsCommandOutput
680
691
  ) => void
681
692
  ): void;
693
+ describePendingMaintenanceActions(): Promise<DescribePendingMaintenanceActionsCommandOutput>;
682
694
  describePendingMaintenanceActions(
683
695
  args: DescribePendingMaintenanceActionsCommandInput,
684
696
  options?: __HttpHandlerOptions
@@ -698,6 +710,7 @@ export interface DocDB {
698
710
  data?: DescribePendingMaintenanceActionsCommandOutput
699
711
  ) => void
700
712
  ): void;
713
+ failoverDBCluster(): Promise<FailoverDBClusterCommandOutput>;
701
714
  failoverDBCluster(
702
715
  args: FailoverDBClusterCommandInput,
703
716
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AddSourceIdentifierToSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AddSourceIdentifierToSubscriptionCommandInput,
32
+ AddSourceIdentifierToSubscriptionCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {}
@@ -20,6 +20,15 @@ declare const AddTagsToResourceCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: AddTagsToResourceCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ AddTagsToResourceCommandInput,
27
+ AddTagsToResourceCommandOutput,
28
+ DocDBClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ApplyPendingMaintenanceActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ApplyPendingMaintenanceActionCommandInput,
32
+ ApplyPendingMaintenanceActionCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {}
@@ -25,6 +25,15 @@ declare const CopyDBClusterParameterGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CopyDBClusterParameterGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CopyDBClusterParameterGroupCommandInput,
32
+ CopyDBClusterParameterGroupCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CopyDBClusterSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CopyDBClusterSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CopyDBClusterSnapshotCommandInput,
32
+ CopyDBClusterSnapshotCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDBClusterCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDBClusterCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDBClusterCommandInput,
31
+ CreateDBClusterCommandOutput,
32
+ DocDBClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDBClusterParameterGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDBClusterParameterGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDBClusterParameterGroupCommandInput,
32
+ CreateDBClusterParameterGroupCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDBClusterSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDBClusterSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDBClusterSnapshotCommandInput,
32
+ CreateDBClusterSnapshotCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDBInstanceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDBInstanceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDBInstanceCommandInput,
31
+ CreateDBInstanceCommandOutput,
32
+ DocDBClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDBSubnetGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDBSubnetGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDBSubnetGroupCommandInput,
32
+ CreateDBSubnetGroupCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEventSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEventSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEventSubscriptionCommandInput,
32
+ CreateEventSubscriptionCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGlobalClusterCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGlobalClusterCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGlobalClusterCommandInput,
32
+ CreateGlobalClusterCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDBClusterCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDBClusterCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDBClusterCommandInput,
31
+ DeleteDBClusterCommandOutput,
32
+ DocDBClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteDBClusterParameterGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteDBClusterParameterGroupCommandInput,
28
+ DeleteDBClusterParameterGroupCommandOutput,
29
+ DocDBClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDBClusterSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDBClusterSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDBClusterSnapshotCommandInput,
32
+ DeleteDBClusterSnapshotCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDBInstanceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDBInstanceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDBInstanceCommandInput,
31
+ DeleteDBInstanceCommandOutput,
32
+ DocDBClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteDBSubnetGroupCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteDBSubnetGroupCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteDBSubnetGroupCommandInput,
27
+ DeleteDBSubnetGroupCommandOutput,
28
+ DocDBClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteEventSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteEventSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteEventSubscriptionCommandInput,
32
+ DeleteEventSubscriptionCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteGlobalClusterCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteGlobalClusterCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteGlobalClusterCommandInput,
32
+ DeleteGlobalClusterCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCertificatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeCertificatesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCertificatesCommandInput,
32
+ DescribeCertificatesCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDBClusterParameterGroupsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBClusterParameterGroupsCommandInput,
32
+ DescribeDBClusterParameterGroupsCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBClusterParametersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeDBClusterParametersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBClusterParametersCommandInput,
32
+ DescribeDBClusterParametersCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeDBClusterSnapshotAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBClusterSnapshotAttributesCommandInput,
32
+ DescribeDBClusterSnapshotAttributesCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDBClusterSnapshotsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBClusterSnapshotsCommandInput,
32
+ DescribeDBClusterSnapshotsCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBClustersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDBClustersCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBClustersCommandInput,
32
+ DescribeDBClustersCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBEngineVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDBEngineVersionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBEngineVersionsCommandInput,
32
+ DescribeDBEngineVersionsCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDBInstancesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBInstancesCommandInput,
32
+ DescribeDBInstancesCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDBSubnetGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDBSubnetGroupsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDBSubnetGroupsCommandInput,
32
+ DescribeDBSubnetGroupsCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeEngineDefaultClusterParametersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEngineDefaultClusterParametersCommandInput,
32
+ DescribeEngineDefaultClusterParametersCommandOutput,
33
+ DocDBClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {}