@aws-sdk/client-docdb 3.300.0 → 3.303.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 (54) hide show
  1. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  2. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  3. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  4. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -3
  5. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -6
  7. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -4
  21. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +4 -4
  22. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +4 -4
  23. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -4
  25. package/dist-types/commands/DescribeDBClustersCommand.d.ts +4 -4
  26. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
  27. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +4 -4
  28. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -4
  29. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -4
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +4 -4
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +5 -5
  33. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -4
  34. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -4
  35. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -4
  36. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  38. package/dist-types/commands/ModifyDBClusterCommand.d.ts +4 -4
  39. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -3
  40. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -2
  41. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  42. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -2
  43. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -2
  44. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  45. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
  46. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  47. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
  49. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
  50. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -6
  51. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +5 -5
  52. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  53. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  54. package/package.json +36 -36
@@ -27,7 +27,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourc
27
27
  * import { DocDBClient, AddSourceIdentifierToSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, AddSourceIdentifierToSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // AddSourceIdentifierToSubscriptionMessage
31
31
  * SubscriptionName: "STRING_VALUE", // required
32
32
  * SourceIdentifier: "STRING_VALUE", // required
33
33
  * };
@@ -29,10 +29,10 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
29
29
  * import { DocDBClient, AddTagsToResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, AddTagsToResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // AddTagsToResourceMessage
33
33
  * ResourceName: "STRING_VALUE", // required
34
- * Tags: [ // required
35
- * {
34
+ * Tags: [ // TagList // required
35
+ * { // Tag
36
36
  * Key: "STRING_VALUE",
37
37
  * Value: "STRING_VALUE",
38
38
  * },
@@ -27,7 +27,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
27
27
  * import { DocDBClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // ApplyPendingMaintenanceActionMessage
31
31
  * ResourceIdentifier: "STRING_VALUE", // required
32
32
  * ApplyAction: "STRING_VALUE", // required
33
33
  * OptInType: "STRING_VALUE", // required
@@ -26,12 +26,12 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
26
26
  * import { DocDBClient, CopyDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, CopyDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // CopyDBClusterParameterGroupMessage
30
30
  * SourceDBClusterParameterGroupIdentifier: "STRING_VALUE", // required
31
31
  * TargetDBClusterParameterGroupIdentifier: "STRING_VALUE", // required
32
32
  * TargetDBClusterParameterGroupDescription: "STRING_VALUE", // required
33
- * Tags: [
34
- * {
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
35
  * Key: "STRING_VALUE",
36
36
  * Value: "STRING_VALUE",
37
37
  * },
@@ -37,14 +37,14 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
37
37
  * import { DocDBClient, CopyDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, CopyDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
39
  * const client = new DocDBClient(config);
40
- * const input = {
40
+ * const input = { // CopyDBClusterSnapshotMessage
41
41
  * SourceDBClusterSnapshotIdentifier: "STRING_VALUE", // required
42
42
  * TargetDBClusterSnapshotIdentifier: "STRING_VALUE", // required
43
43
  * KmsKeyId: "STRING_VALUE",
44
44
  * PreSignedUrl: "STRING_VALUE",
45
45
  * CopyTags: true || false,
46
- * Tags: [
47
- * {
46
+ * Tags: [ // TagList
47
+ * { // Tag
48
48
  * Key: "STRING_VALUE",
49
49
  * Value: "STRING_VALUE",
50
50
  * },
@@ -26,14 +26,14 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
26
26
  * import { DocDBClient, CreateDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, CreateDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
30
- * AvailabilityZones: [
29
+ * const input = { // CreateDBClusterMessage
30
+ * AvailabilityZones: [ // AvailabilityZones
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * BackupRetentionPeriod: Number("int"),
34
34
  * DBClusterIdentifier: "STRING_VALUE", // required
35
35
  * DBClusterParameterGroupName: "STRING_VALUE",
36
- * VpcSecurityGroupIds: [
36
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * DBSubnetGroupName: "STRING_VALUE",
@@ -44,8 +44,8 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
44
44
  * MasterUserPassword: "STRING_VALUE",
45
45
  * PreferredBackupWindow: "STRING_VALUE",
46
46
  * PreferredMaintenanceWindow: "STRING_VALUE",
47
- * Tags: [
48
- * {
47
+ * Tags: [ // TagList
48
+ * { // Tag
49
49
  * Key: "STRING_VALUE",
50
50
  * Value: "STRING_VALUE",
51
51
  * },
@@ -53,7 +53,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
53
53
  * StorageEncrypted: true || false,
54
54
  * KmsKeyId: "STRING_VALUE",
55
55
  * PreSignedUrl: "STRING_VALUE",
56
- * EnableCloudwatchLogsExports: [
56
+ * EnableCloudwatchLogsExports: [ // LogTypeList
57
57
  * "STRING_VALUE",
58
58
  * ],
59
59
  * DeletionProtection: true || false,
@@ -44,12 +44,12 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
44
44
  * import { DocDBClient, CreateDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
45
45
  * // const { DocDBClient, CreateDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
46
46
  * const client = new DocDBClient(config);
47
- * const input = {
47
+ * const input = { // CreateDBClusterParameterGroupMessage
48
48
  * DBClusterParameterGroupName: "STRING_VALUE", // required
49
49
  * DBParameterGroupFamily: "STRING_VALUE", // required
50
50
  * Description: "STRING_VALUE", // required
51
- * Tags: [
52
- * {
51
+ * Tags: [ // TagList
52
+ * { // Tag
53
53
  * Key: "STRING_VALUE",
54
54
  * Value: "STRING_VALUE",
55
55
  * },
@@ -26,11 +26,11 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
26
26
  * import { DocDBClient, CreateDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, CreateDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // CreateDBClusterSnapshotMessage
30
30
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
31
31
  * DBClusterIdentifier: "STRING_VALUE", // required
32
- * Tags: [
33
- * {
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE",
35
35
  * Value: "STRING_VALUE",
36
36
  * },
@@ -26,15 +26,15 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
26
26
  * import { DocDBClient, CreateDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, CreateDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // CreateDBInstanceMessage
30
30
  * DBInstanceIdentifier: "STRING_VALUE", // required
31
31
  * DBInstanceClass: "STRING_VALUE", // required
32
32
  * Engine: "STRING_VALUE", // required
33
33
  * AvailabilityZone: "STRING_VALUE",
34
34
  * PreferredMaintenanceWindow: "STRING_VALUE",
35
35
  * AutoMinorVersionUpgrade: true || false,
36
- * Tags: [
37
- * {
36
+ * Tags: [ // TagList
37
+ * { // Tag
38
38
  * Key: "STRING_VALUE",
39
39
  * Value: "STRING_VALUE",
40
40
  * },
@@ -27,14 +27,14 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
27
27
  * import { DocDBClient, CreateDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, CreateDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // CreateDBSubnetGroupMessage
31
31
  * DBSubnetGroupName: "STRING_VALUE", // required
32
32
  * DBSubnetGroupDescription: "STRING_VALUE", // required
33
- * SubnetIds: [ // required
33
+ * SubnetIds: [ // SubnetIdentifierList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
- * Tags: [
37
- * {
36
+ * Tags: [ // TagList
37
+ * { // Tag
38
38
  * Key: "STRING_VALUE",
39
39
  * Value: "STRING_VALUE",
40
40
  * },
@@ -28,19 +28,19 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
28
28
  * import { DocDBClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
29
29
  * // const { DocDBClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
30
30
  * const client = new DocDBClient(config);
31
- * const input = {
31
+ * const input = { // CreateEventSubscriptionMessage
32
32
  * SubscriptionName: "STRING_VALUE", // required
33
33
  * SnsTopicArn: "STRING_VALUE", // required
34
34
  * SourceType: "STRING_VALUE",
35
- * EventCategories: [
35
+ * EventCategories: [ // EventCategoriesList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * SourceIds: [
38
+ * SourceIds: [ // SourceIdsList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * Enabled: true || false,
42
- * Tags: [
43
- * {
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
44
  * Key: "STRING_VALUE",
45
45
  * Value: "STRING_VALUE",
46
46
  * },
@@ -31,7 +31,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
31
31
  * import { DocDBClient, CreateGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
32
32
  * // const { DocDBClient, CreateGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
33
33
  * const client = new DocDBClient(config);
34
- * const input = {
34
+ * const input = { // CreateGlobalClusterMessage
35
35
  * GlobalClusterIdentifier: "STRING_VALUE", // required
36
36
  * SourceDBClusterIdentifier: "STRING_VALUE",
37
37
  * Engine: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
27
27
  * import { DocDBClient, DeleteDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DeleteDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DeleteDBClusterMessage
31
31
  * DBClusterIdentifier: "STRING_VALUE", // required
32
32
  * SkipFinalSnapshot: true || false,
33
33
  * FinalDBSnapshotIdentifier: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
26
26
  * import { DocDBClient, DeleteDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DeleteDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDBClusterParameterGroupMessage
30
30
  * DBClusterParameterGroupName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDBClusterParameterGroupCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
29
29
  * import { DocDBClient, DeleteDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, DeleteDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // DeleteDBClusterSnapshotMessage
33
33
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteDBClusterSnapshotCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
26
26
  * import { DocDBClient, DeleteDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DeleteDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDBInstanceMessage
30
30
  * DBInstanceIdentifier: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDBInstanceCommand(input);
@@ -30,7 +30,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
30
30
  * import { DocDBClient, DeleteDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
31
31
  * // const { DocDBClient, DeleteDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
32
32
  * const client = new DocDBClient(config);
33
- * const input = {
33
+ * const input = { // DeleteDBSubnetGroupMessage
34
34
  * DBSubnetGroupName: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new DeleteDBSubnetGroupCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
26
26
  * import { DocDBClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DeleteEventSubscriptionMessage
30
30
  * SubscriptionName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteEventSubscriptionCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
29
29
  * import { DocDBClient, DeleteGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, DeleteGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // DeleteGlobalClusterMessage
33
33
  * GlobalClusterIdentifier: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteGlobalClusterCommand(input);
@@ -26,12 +26,12 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
26
26
  * import { DocDBClient, DescribeCertificatesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeCertificatesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeCertificatesMessage
30
30
  * CertificateIdentifier: "STRING_VALUE",
31
- * Filters: [
32
- * {
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
33
  * Name: "STRING_VALUE", // required
34
- * Values: [ // required
34
+ * Values: [ // FilterValueList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
@@ -26,12 +26,12 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
26
26
  * import { DocDBClient, DescribeDBClusterParameterGroupsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeDBClusterParameterGroupsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeDBClusterParameterGroupsMessage
30
30
  * DBClusterParameterGroupName: "STRING_VALUE",
31
- * Filters: [
32
- * {
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
33
  * Name: "STRING_VALUE", // required
34
- * Values: [ // required
34
+ * Values: [ // FilterValueList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
@@ -27,13 +27,13 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
27
27
  * import { DocDBClient, DescribeDBClusterParametersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DescribeDBClusterParametersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DescribeDBClusterParametersMessage
31
31
  * DBClusterParameterGroupName: "STRING_VALUE", // required
32
32
  * Source: "STRING_VALUE",
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE", // required
36
- * Values: [ // required
36
+ * Values: [ // FilterValueList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -29,7 +29,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
29
29
  * import { DocDBClient, DescribeDBClusterSnapshotAttributesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, DescribeDBClusterSnapshotAttributesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // DescribeDBClusterSnapshotAttributesMessage
33
33
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DescribeDBClusterSnapshotAttributesCommand(input);
@@ -26,14 +26,14 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
26
26
  * import { DocDBClient, DescribeDBClusterSnapshotsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeDBClusterSnapshotsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeDBClusterSnapshotsMessage
30
30
  * DBClusterIdentifier: "STRING_VALUE",
31
31
  * DBClusterSnapshotIdentifier: "STRING_VALUE",
32
32
  * SnapshotType: "STRING_VALUE",
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE", // required
36
- * Values: [ // required
36
+ * Values: [ // FilterValueList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -31,12 +31,12 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
31
31
  * import { DocDBClient, DescribeDBClustersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
32
32
  * // const { DocDBClient, DescribeDBClustersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
33
33
  * const client = new DocDBClient(config);
34
- * const input = {
34
+ * const input = { // DescribeDBClustersMessage
35
35
  * DBClusterIdentifier: "STRING_VALUE",
36
- * Filters: [
37
- * {
36
+ * Filters: [ // FilterList
37
+ * { // Filter
38
38
  * Name: "STRING_VALUE", // required
39
- * Values: [ // required
39
+ * Values: [ // FilterValueList // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * },
@@ -26,14 +26,14 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
26
26
  * import { DocDBClient, DescribeDBEngineVersionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeDBEngineVersionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeDBEngineVersionsMessage
30
30
  * Engine: "STRING_VALUE",
31
31
  * EngineVersion: "STRING_VALUE",
32
32
  * DBParameterGroupFamily: "STRING_VALUE",
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE", // required
36
- * Values: [ // required
36
+ * Values: [ // FilterValueList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,12 +26,12 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
26
26
  * import { DocDBClient, DescribeDBInstancesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeDBInstancesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeDBInstancesMessage
30
30
  * DBInstanceIdentifier: "STRING_VALUE",
31
- * Filters: [
32
- * {
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
33
  * Name: "STRING_VALUE", // required
34
- * Values: [ // required
34
+ * Values: [ // FilterValueList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
@@ -27,12 +27,12 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
27
27
  * import { DocDBClient, DescribeDBSubnetGroupsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DescribeDBSubnetGroupsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DescribeDBSubnetGroupsMessage
31
31
  * DBSubnetGroupName: "STRING_VALUE",
32
- * Filters: [
33
- * {
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE", // required
35
- * Values: [ // required
35
+ * Values: [ // FilterValueList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -27,12 +27,12 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
27
27
  * import { DocDBClient, DescribeEngineDefaultClusterParametersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DescribeEngineDefaultClusterParametersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DescribeEngineDefaultClusterParametersMessage
31
31
  * DBParameterGroupFamily: "STRING_VALUE", // required
32
- * Filters: [
33
- * {
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE", // required
35
- * Values: [ // required
35
+ * Values: [ // FilterValueList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -27,12 +27,12 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
27
27
  * import { DocDBClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DescribeEventCategoriesMessage
31
31
  * SourceType: "STRING_VALUE",
32
- * Filters: [
33
- * {
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE", // required
35
- * Values: [ // required
35
+ * Values: [ // FilterValueList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -27,12 +27,12 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
27
27
  * import { DocDBClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DescribeEventSubscriptionsMessage
31
31
  * SubscriptionName: "STRING_VALUE",
32
- * Filters: [
33
- * {
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE", // required
35
- * Values: [ // required
35
+ * Values: [ // FilterValueList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -26,19 +26,19 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
26
26
  * import { DocDBClient, DescribeEventsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeEventsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeEventsMessage
30
30
  * SourceIdentifier: "STRING_VALUE",
31
31
  * SourceType: "STRING_VALUE",
32
32
  * StartTime: new Date("TIMESTAMP"),
33
33
  * EndTime: new Date("TIMESTAMP"),
34
34
  * Duration: Number("int"),
35
- * EventCategories: [
35
+ * EventCategories: [ // EventCategoriesList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * Filters: [
39
- * {
38
+ * Filters: [ // FilterList
39
+ * { // Filter
40
40
  * Name: "STRING_VALUE", // required
41
- * Values: [ // required
41
+ * Values: [ // FilterValueList // required
42
42
  * "STRING_VALUE",
43
43
  * ],
44
44
  * },
@@ -29,12 +29,12 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
29
29
  * import { DocDBClient, DescribeGlobalClustersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, DescribeGlobalClustersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // DescribeGlobalClustersMessage
33
33
  * GlobalClusterIdentifier: "STRING_VALUE",
34
- * Filters: [
35
- * {
34
+ * Filters: [ // FilterList
35
+ * { // Filter
36
36
  * Name: "STRING_VALUE", // required
37
- * Values: [ // required
37
+ * Values: [ // FilterValueList // required
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * },
@@ -26,16 +26,16 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
26
26
  * import { DocDBClient, DescribeOrderableDBInstanceOptionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, DescribeOrderableDBInstanceOptionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // DescribeOrderableDBInstanceOptionsMessage
30
30
  * Engine: "STRING_VALUE", // required
31
31
  * EngineVersion: "STRING_VALUE",
32
32
  * DBInstanceClass: "STRING_VALUE",
33
33
  * LicenseModel: "STRING_VALUE",
34
34
  * Vpc: true || false,
35
- * Filters: [
36
- * {
35
+ * Filters: [ // FilterList
36
+ * { // Filter
37
37
  * Name: "STRING_VALUE", // required
38
- * Values: [ // required
38
+ * Values: [ // FilterValueList // required
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * },
@@ -27,12 +27,12 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
27
27
  * import { DocDBClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // DescribePendingMaintenanceActionsMessage
31
31
  * ResourceIdentifier: "STRING_VALUE",
32
- * Filters: [
33
- * {
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE", // required
35
- * Values: [ // required
35
+ * Values: [ // FilterValueList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -28,7 +28,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
28
28
  * import { DocDBClient, FailoverDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
29
29
  * // const { DocDBClient, FailoverDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
30
30
  * const client = new DocDBClient(config);
31
- * const input = {
31
+ * const input = { // FailoverDBClusterMessage
32
32
  * DBClusterIdentifier: "STRING_VALUE",
33
33
  * TargetDBInstanceIdentifier: "STRING_VALUE",
34
34
  * };
@@ -26,12 +26,12 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
26
26
  * import { DocDBClient, ListTagsForResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, ListTagsForResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceMessage
30
30
  * ResourceName: "STRING_VALUE", // required
31
- * Filters: [
32
- * {
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
33
  * Name: "STRING_VALUE", // required
34
- * Values: [ // required
34
+ * Values: [ // FilterValueList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
@@ -28,21 +28,21 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
28
28
  * import { DocDBClient, ModifyDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
29
29
  * // const { DocDBClient, ModifyDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
30
30
  * const client = new DocDBClient(config);
31
- * const input = {
31
+ * const input = { // ModifyDBClusterMessage
32
32
  * DBClusterIdentifier: "STRING_VALUE", // required
33
33
  * NewDBClusterIdentifier: "STRING_VALUE",
34
34
  * ApplyImmediately: true || false,
35
35
  * BackupRetentionPeriod: Number("int"),
36
36
  * DBClusterParameterGroupName: "STRING_VALUE",
37
- * VpcSecurityGroupIds: [
37
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * Port: Number("int"),
41
41
  * MasterUserPassword: "STRING_VALUE",
42
42
  * PreferredBackupWindow: "STRING_VALUE",
43
43
  * PreferredMaintenanceWindow: "STRING_VALUE",
44
- * CloudwatchLogsExportConfiguration: {
45
- * EnableLogTypes: [
44
+ * CloudwatchLogsExportConfiguration: { // CloudwatchLogsExportConfiguration
45
+ * EnableLogTypes: [ // LogTypeList
46
46
  * "STRING_VALUE",
47
47
  * ],
48
48
  * DisableLogTypes: [
@@ -44,10 +44,10 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
44
44
  * import { DocDBClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
45
45
  * // const { DocDBClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
46
46
  * const client = new DocDBClient(config);
47
- * const input = {
47
+ * const input = { // ModifyDBClusterParameterGroupMessage
48
48
  * DBClusterParameterGroupName: "STRING_VALUE", // required
49
- * Parameters: [ // required
50
- * {
49
+ * Parameters: [ // ParametersList // required
50
+ * { // Parameter
51
51
  * ParameterName: "STRING_VALUE",
52
52
  * ParameterValue: "STRING_VALUE",
53
53
  * Description: "STRING_VALUE",
@@ -27,10 +27,10 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
27
27
  * import { DocDBClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // ModifyDBClusterSnapshotAttributeMessage
31
31
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
32
32
  * AttributeName: "STRING_VALUE", // required
33
- * ValuesToAdd: [
33
+ * ValuesToAdd: [ // AttributeValueList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * ValuesToRemove: [
@@ -26,7 +26,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
26
26
  * import { DocDBClient, ModifyDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // ModifyDBInstanceMessage
30
30
  * DBInstanceIdentifier: "STRING_VALUE", // required
31
31
  * DBInstanceClass: "STRING_VALUE",
32
32
  * ApplyImmediately: true || false,
@@ -26,10 +26,10 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
26
26
  * import { DocDBClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // ModifyDBSubnetGroupMessage
30
30
  * DBSubnetGroupName: "STRING_VALUE", // required
31
31
  * DBSubnetGroupDescription: "STRING_VALUE",
32
- * SubnetIds: [ // required
32
+ * SubnetIds: [ // SubnetIdentifierList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -26,11 +26,11 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
26
26
  * import { DocDBClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // ModifyEventSubscriptionMessage
30
30
  * SubscriptionName: "STRING_VALUE", // required
31
31
  * SnsTopicArn: "STRING_VALUE",
32
32
  * SourceType: "STRING_VALUE",
33
- * EventCategories: [
33
+ * EventCategories: [ // EventCategoriesList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * Enabled: true || false,
@@ -29,7 +29,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
29
29
  * import { DocDBClient, ModifyGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, ModifyGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // ModifyGlobalClusterMessage
33
33
  * GlobalClusterIdentifier: "STRING_VALUE", // required
34
34
  * NewGlobalClusterIdentifier: "STRING_VALUE",
35
35
  * DeletionProtection: true || false,
@@ -32,7 +32,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
32
32
  * import { DocDBClient, RebootDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
33
33
  * // const { DocDBClient, RebootDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
34
34
  * const client = new DocDBClient(config);
35
- * const input = {
35
+ * const input = { // RebootDBInstanceMessage
36
36
  * DBInstanceIdentifier: "STRING_VALUE", // required
37
37
  * ForceFailover: true || false,
38
38
  * };
@@ -29,7 +29,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
29
29
  * import { DocDBClient, RemoveFromGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, RemoveFromGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // RemoveFromGlobalClusterMessage
33
33
  * GlobalClusterIdentifier: "STRING_VALUE", // required
34
34
  * DbClusterIdentifier: "STRING_VALUE", // required
35
35
  * };
@@ -27,7 +27,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
27
27
  * import { DocDBClient, RemoveSourceIdentifierFromSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
28
28
  * // const { DocDBClient, RemoveSourceIdentifierFromSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
29
29
  * const client = new DocDBClient(config);
30
- * const input = {
30
+ * const input = { // RemoveSourceIdentifierFromSubscriptionMessage
31
31
  * SubscriptionName: "STRING_VALUE", // required
32
32
  * SourceIdentifier: "STRING_VALUE", // required
33
33
  * };
@@ -26,9 +26,9 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
26
26
  * import { DocDBClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
27
27
  * // const { DocDBClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
28
28
  * const client = new DocDBClient(config);
29
- * const input = {
29
+ * const input = { // RemoveTagsFromResourceMessage
30
30
  * ResourceName: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // KeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -33,11 +33,11 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
33
33
  * import { DocDBClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
34
34
  * // const { DocDBClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
35
35
  * const client = new DocDBClient(config);
36
- * const input = {
36
+ * const input = { // ResetDBClusterParameterGroupMessage
37
37
  * DBClusterParameterGroupName: "STRING_VALUE", // required
38
38
  * ResetAllParameters: true || false,
39
- * Parameters: [
40
- * {
39
+ * Parameters: [ // ParametersList
40
+ * { // Parameter
41
41
  * ParameterName: "STRING_VALUE",
42
42
  * ParameterValue: "STRING_VALUE",
43
43
  * Description: "STRING_VALUE",
@@ -28,8 +28,8 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
28
28
  * import { DocDBClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
29
29
  * // const { DocDBClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
30
30
  * const client = new DocDBClient(config);
31
- * const input = {
32
- * AvailabilityZones: [
31
+ * const input = { // RestoreDBClusterFromSnapshotMessage
32
+ * AvailabilityZones: [ // AvailabilityZones
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -38,17 +38,17 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
38
38
  * EngineVersion: "STRING_VALUE",
39
39
  * Port: Number("int"),
40
40
  * DBSubnetGroupName: "STRING_VALUE",
41
- * VpcSecurityGroupIds: [
41
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
42
42
  * "STRING_VALUE",
43
43
  * ],
44
- * Tags: [
45
- * {
44
+ * Tags: [ // TagList
45
+ * { // Tag
46
46
  * Key: "STRING_VALUE",
47
47
  * Value: "STRING_VALUE",
48
48
  * },
49
49
  * ],
50
50
  * KmsKeyId: "STRING_VALUE",
51
- * EnableCloudwatchLogsExports: [
51
+ * EnableCloudwatchLogsExports: [ // LogTypeList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * DeletionProtection: true || false,
@@ -30,7 +30,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
30
30
  * import { DocDBClient, RestoreDBClusterToPointInTimeCommand } from "@aws-sdk/client-docdb"; // ES Modules import
31
31
  * // const { DocDBClient, RestoreDBClusterToPointInTimeCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
32
32
  * const client = new DocDBClient(config);
33
- * const input = {
33
+ * const input = { // RestoreDBClusterToPointInTimeMessage
34
34
  * DBClusterIdentifier: "STRING_VALUE", // required
35
35
  * RestoreType: "STRING_VALUE",
36
36
  * SourceDBClusterIdentifier: "STRING_VALUE", // required
@@ -38,17 +38,17 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
38
38
  * UseLatestRestorableTime: true || false,
39
39
  * Port: Number("int"),
40
40
  * DBSubnetGroupName: "STRING_VALUE",
41
- * VpcSecurityGroupIds: [
41
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
42
42
  * "STRING_VALUE",
43
43
  * ],
44
- * Tags: [
45
- * {
44
+ * Tags: [ // TagList
45
+ * { // Tag
46
46
  * Key: "STRING_VALUE",
47
47
  * Value: "STRING_VALUE",
48
48
  * },
49
49
  * ],
50
50
  * KmsKeyId: "STRING_VALUE",
51
- * EnableCloudwatchLogsExports: [
51
+ * EnableCloudwatchLogsExports: [ // LogTypeList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * DeletionProtection: true || false,
@@ -28,7 +28,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
28
28
  * import { DocDBClient, StartDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
29
29
  * // const { DocDBClient, StartDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
30
30
  * const client = new DocDBClient(config);
31
- * const input = {
31
+ * const input = { // StartDBClusterMessage
32
32
  * DBClusterIdentifier: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new StartDBClusterCommand(input);
@@ -29,7 +29,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
29
29
  * import { DocDBClient, StopDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
30
30
  * // const { DocDBClient, StopDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
31
31
  * const client = new DocDBClient(config);
32
- * const input = {
32
+ * const input = { // StopDBClusterMessage
33
33
  * DBClusterIdentifier: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new StopDBClusterCommand(input);
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.300.0",
4
+ "version": "3.303.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",
@@ -21,45 +21,45 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-sdk-rds": "3.299.0",
37
- "@aws-sdk/middleware-serde": "3.296.0",
38
- "@aws-sdk/middleware-signing": "3.299.0",
39
- "@aws-sdk/middleware-stack": "3.296.0",
40
- "@aws-sdk/middleware-user-agent": "3.299.0",
41
- "@aws-sdk/node-config-provider": "3.300.0",
42
- "@aws-sdk/node-http-handler": "3.296.0",
43
- "@aws-sdk/protocol-http": "3.296.0",
44
- "@aws-sdk/smithy-client": "3.296.0",
45
- "@aws-sdk/types": "3.296.0",
46
- "@aws-sdk/url-parser": "3.296.0",
47
- "@aws-sdk/util-base64": "3.295.0",
48
- "@aws-sdk/util-body-length-browser": "3.295.0",
49
- "@aws-sdk/util-body-length-node": "3.295.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
52
- "@aws-sdk/util-endpoints": "3.296.0",
53
- "@aws-sdk/util-retry": "3.296.0",
54
- "@aws-sdk/util-user-agent-browser": "3.299.0",
55
- "@aws-sdk/util-user-agent-node": "3.300.0",
56
- "@aws-sdk/util-utf8": "3.295.0",
57
- "@aws-sdk/util-waiter": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.303.0",
25
+ "@aws-sdk/config-resolver": "3.303.0",
26
+ "@aws-sdk/credential-provider-node": "3.303.0",
27
+ "@aws-sdk/fetch-http-handler": "3.303.0",
28
+ "@aws-sdk/hash-node": "3.303.0",
29
+ "@aws-sdk/invalid-dependency": "3.303.0",
30
+ "@aws-sdk/middleware-content-length": "3.303.0",
31
+ "@aws-sdk/middleware-endpoint": "3.303.0",
32
+ "@aws-sdk/middleware-host-header": "3.303.0",
33
+ "@aws-sdk/middleware-logger": "3.303.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
+ "@aws-sdk/middleware-retry": "3.303.0",
36
+ "@aws-sdk/middleware-sdk-rds": "3.303.0",
37
+ "@aws-sdk/middleware-serde": "3.303.0",
38
+ "@aws-sdk/middleware-signing": "3.303.0",
39
+ "@aws-sdk/middleware-stack": "3.303.0",
40
+ "@aws-sdk/middleware-user-agent": "3.303.0",
41
+ "@aws-sdk/node-config-provider": "3.303.0",
42
+ "@aws-sdk/node-http-handler": "3.303.0",
43
+ "@aws-sdk/protocol-http": "3.303.0",
44
+ "@aws-sdk/smithy-client": "3.303.0",
45
+ "@aws-sdk/types": "3.303.0",
46
+ "@aws-sdk/url-parser": "3.303.0",
47
+ "@aws-sdk/util-base64": "3.303.0",
48
+ "@aws-sdk/util-body-length-browser": "3.303.0",
49
+ "@aws-sdk/util-body-length-node": "3.303.0",
50
+ "@aws-sdk/util-defaults-mode-browser": "3.303.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
52
+ "@aws-sdk/util-endpoints": "3.303.0",
53
+ "@aws-sdk/util-retry": "3.303.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
55
+ "@aws-sdk/util-user-agent-node": "3.303.0",
56
+ "@aws-sdk/util-utf8": "3.303.0",
57
+ "@aws-sdk/util-waiter": "3.303.0",
58
58
  "fast-xml-parser": "4.1.2",
59
59
  "tslib": "^2.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
62
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
63
63
  "@tsconfig/node14": "1.0.3",
64
64
  "@types/node": "^14.14.31",
65
65
  "concurrently": "7.0.0",