@aws-sdk/client-docdb 3.296.0 → 3.297.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 (74) hide show
  1. package/dist-cjs/protocols/Aws_query.js +135 -592
  2. package/dist-es/protocols/Aws_query.js +135 -592
  3. package/dist-types/DocDB.d.ts +54 -0
  4. package/dist-types/DocDBClient.d.ts +24 -4
  5. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -0
  6. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  7. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +16 -0
  8. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +16 -0
  9. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDBClusterCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateDBInstanceCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteDBClusterCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeCertificatesCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeDBClustersCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +16 -0
  40. package/dist-types/commands/FailoverDBClusterCommand.d.ts +16 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  42. package/dist-types/commands/ModifyDBClusterCommand.d.ts +16 -0
  43. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +16 -0
  44. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
  45. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +16 -0
  46. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +16 -0
  47. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +16 -0
  48. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +16 -0
  49. package/dist-types/commands/RebootDBInstanceCommand.d.ts +16 -0
  50. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +16 -0
  51. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -0
  52. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +16 -0
  54. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +16 -0
  55. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +16 -0
  56. package/dist-types/commands/StartDBClusterCommand.d.ts +16 -0
  57. package/dist-types/commands/StopDBClusterCommand.d.ts +16 -0
  58. package/dist-types/models/DocDBServiceException.d.ts +2 -0
  59. package/dist-types/models/models_0.d.ts +274 -2
  60. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +3 -0
  61. package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -0
  62. package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -0
  63. package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +3 -0
  65. package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -0
  66. package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +3 -0
  67. package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -0
  68. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/Interfaces.d.ts +3 -0
  74. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDBSubnetGroupsCommand}.
8
10
  */
9
11
  export interface DescribeDBSubnetGroupsCommandInput extends DescribeDBSubnetGroupsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDBSubnetGroupsCommand}.
13
17
  */
14
18
  export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of <code>DBSubnetGroup</code> descriptions. If a
18
23
  * <code>DBSubnetGroupName</code> is specified, the list will contain only the descriptions of the specified <code>DBSubnetGroup</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeDBSubnetGroupsCommandInput - {@link DescribeDBSubnetGroupsCommandInput}
35
+ * @returns {@link DescribeDBSubnetGroupsCommandOutput}
29
36
  * @see {@link DescribeDBSubnetGroupsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeDBSubnetGroupsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -39,11 +46,20 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
39
46
  export declare class DescribeDBSubnetGroupsCommand extends $Command<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, DocDBClientResolvedConfig> {
40
47
  readonly input: DescribeDBSubnetGroupsCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: DescribeDBSubnetGroupsCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribeEngineDefaultClusterParametersMessage, DescribeEngineDefaultClusterParametersResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEngineDefaultClusterParametersCommand}.
8
10
  */
9
11
  export interface DescribeEngineDefaultClusterParametersCommandInput extends DescribeEngineDefaultClusterParametersMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEngineDefaultClusterParametersCommand}.
13
17
  */
14
18
  export interface DescribeEngineDefaultClusterParametersCommandOutput extends DescribeEngineDefaultClusterParametersResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the default engine and system parameter information for the cluster database
18
23
  * engine.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeEngineDefaultClusterParametersCommandInput - {@link DescribeEngineDefaultClusterParametersCommandInput}
35
+ * @returns {@link DescribeEngineDefaultClusterParametersCommandOutput}
29
36
  * @see {@link DescribeEngineDefaultClusterParametersCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeEngineDefaultClusterParametersCommandOutput} for command's `response` shape.
31
38
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -35,11 +42,20 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
35
42
  export declare class DescribeEngineDefaultClusterParametersCommand extends $Command<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, DocDBClientResolvedConfig> {
36
43
  readonly input: DescribeEngineDefaultClusterParametersCommandInput;
37
44
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
+ /**
46
+ * @public
47
+ */
38
48
  constructor(input: DescribeEngineDefaultClusterParametersCommandInput);
39
49
  /**
40
50
  * @internal
41
51
  */
42
52
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput>;
53
+ /**
54
+ * @internal
55
+ */
43
56
  private serialize;
57
+ /**
58
+ * @internal
59
+ */
44
60
  private deserialize;
45
61
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventCategoriesCommand}.
8
10
  */
9
11
  export interface DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventCategoriesCommand}.
13
17
  */
14
18
  export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Displays a list of categories for all event source types, or, if specified, for a
18
23
  * specified source type. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeEventCategoriesCommandInput - {@link DescribeEventCategoriesCommandInput}
35
+ * @returns {@link DescribeEventCategoriesCommandOutput}
29
36
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
31
38
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -35,11 +42,20 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
35
42
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DocDBClientResolvedConfig> {
36
43
  readonly input: DescribeEventCategoriesCommandInput;
37
44
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
+ /**
46
+ * @public
47
+ */
38
48
  constructor(input: DescribeEventCategoriesCommandInput);
39
49
  /**
40
50
  * @internal
41
51
  */
42
52
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput>;
53
+ /**
54
+ * @internal
55
+ */
43
56
  private serialize;
57
+ /**
58
+ * @internal
59
+ */
44
60
  private deserialize;
45
61
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventSubscriptionsCommand}.
8
10
  */
9
11
  export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSubscriptionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventSubscriptionsCommand}.
13
17
  */
14
18
  export interface DescribeEventSubscriptionsCommandOutput extends EventSubscriptionsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
18
23
  * <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeEventSubscriptionsCommandInput - {@link DescribeEventSubscriptionsCommandInput}
35
+ * @returns {@link DescribeEventSubscriptionsCommandOutput}
29
36
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
38
45
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DocDBClientResolvedConfig> {
39
46
  readonly input: DescribeEventSubscriptionsCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribeEventSubscriptionsCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventsCommand}.
8
10
  */
9
11
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventsCommand}.
13
17
  */
14
18
  export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns events related to instances, security groups, snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, security group, snapshot, or parameter group by providing the name as a parameter. By default, the events of the past hour are returned.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
34
+ * @returns {@link DescribeEventsCommandOutput}
28
35
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -34,11 +41,20 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
34
41
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DocDBClientResolvedConfig> {
35
42
  readonly input: DescribeEventsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: DescribeEventsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeGlobalClustersCommand}.
8
10
  */
9
11
  export interface DescribeGlobalClustersCommandInput extends DescribeGlobalClustersMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeGlobalClustersCommand}.
13
17
  */
14
18
  export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about Amazon DocumentDB global clusters. This API supports pagination.</p>
18
23
  * <note>
19
24
  * <p>This action only applies to Amazon DocumentDB clusters.</p>
@@ -28,6 +33,8 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeGlobalClustersCommandInput - {@link DescribeGlobalClustersCommandInput}
37
+ * @returns {@link DescribeGlobalClustersCommandOutput}
31
38
  * @see {@link DescribeGlobalClustersCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeGlobalClustersCommandOutput} for command's `response` shape.
33
40
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
40
47
  export declare class DescribeGlobalClustersCommand extends $Command<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, DocDBClientResolvedConfig> {
41
48
  readonly input: DescribeGlobalClustersCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeGlobalClustersCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribeOrderableDBInstanceOptionsMessage, OrderableDBInstanceOptionsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeOrderableDBInstanceOptionsCommand}.
8
10
  */
9
11
  export interface DescribeOrderableDBInstanceOptionsCommandInput extends DescribeOrderableDBInstanceOptionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeOrderableDBInstanceOptionsCommand}.
13
17
  */
14
18
  export interface DescribeOrderableDBInstanceOptionsCommandOutput extends OrderableDBInstanceOptionsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of orderable instance options for the specified engine.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeOrderableDBInstanceOptionsCommandInput - {@link DescribeOrderableDBInstanceOptionsCommandInput}
34
+ * @returns {@link DescribeOrderableDBInstanceOptionsCommandOutput}
28
35
  * @see {@link DescribeOrderableDBInstanceOptionsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeOrderableDBInstanceOptionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -34,11 +41,20 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
34
41
  export declare class DescribeOrderableDBInstanceOptionsCommand extends $Command<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, DocDBClientResolvedConfig> {
35
42
  readonly input: DescribeOrderableDBInstanceOptionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: DescribeOrderableDBInstanceOptionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePendingMaintenanceActionsCommand}.
8
10
  */
9
11
  export interface DescribePendingMaintenanceActionsCommandInput extends DescribePendingMaintenanceActionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePendingMaintenanceActionsCommand}.
13
17
  */
14
18
  export interface DescribePendingMaintenanceActionsCommandOutput extends PendingMaintenanceActionsMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of resources (for example, instances) that have at least one pending
18
23
  * maintenance action.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribePendingMaintenanceActionsCommandInput - {@link DescribePendingMaintenanceActionsCommandInput}
35
+ * @returns {@link DescribePendingMaintenanceActionsCommandOutput}
29
36
  * @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
38
45
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig> {
39
46
  readonly input: DescribePendingMaintenanceActionsCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribePendingMaintenanceActionsCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link FailoverDBClusterCommand}.
8
10
  */
9
11
  export interface FailoverDBClusterCommandInput extends FailoverDBClusterMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link FailoverDBClusterCommand}.
13
17
  */
14
18
  export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Forces a failover for a cluster.</p>
18
23
  * <p>A failover for a cluster promotes one of the Amazon DocumentDB replicas (read-only instances) in the cluster to be the primary instance (the cluster writer).</p>
19
24
  * <p>If the primary instance fails, Amazon DocumentDB automatically fails over to an Amazon DocumentDB replica, if one exists. You can force a failover when you want to simulate a failure of a primary instance for testing.</p>
@@ -27,6 +32,8 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param FailoverDBClusterCommandInput - {@link FailoverDBClusterCommandInput}
36
+ * @returns {@link FailoverDBClusterCommandOutput}
30
37
  * @see {@link FailoverDBClusterCommandInput} for command's `input` shape.
31
38
  * @see {@link FailoverDBClusterCommandOutput} for command's `response` shape.
32
39
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -47,11 +54,20 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
47
54
  export declare class FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, DocDBClientResolvedConfig> {
48
55
  readonly input: FailoverDBClusterCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: FailoverDBClusterCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all tags on an Amazon DocumentDB resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
46
53
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBClientResolvedConfig> {
47
54
  readonly input: ListTagsForResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListTagsForResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ModifyDBClusterCommand}.
8
10
  */
9
11
  export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ModifyDBClusterCommand}.
13
17
  */
14
18
  export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies a setting for an Amazon DocumentDB cluster. You can change one or more database
18
23
  * configuration parameters by specifying these parameters and the new values in the
19
24
  * request. </p>
@@ -27,6 +32,8 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ModifyDBClusterCommandInput - {@link ModifyDBClusterCommandInput}
36
+ * @returns {@link ModifyDBClusterCommandOutput}
30
37
  * @see {@link ModifyDBClusterCommandInput} for command's `input` shape.
31
38
  * @see {@link ModifyDBClusterCommandOutput} for command's `response` shape.
32
39
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -76,11 +83,20 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
76
83
  export declare class ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, DocDBClientResolvedConfig> {
77
84
  readonly input: ModifyDBClusterCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: ModifyDBClusterCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
84
97
  private serialize;
98
+ /**
99
+ * @internal
100
+ */
85
101
  private deserialize;
86
102
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
5
5
  import { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ModifyDBClusterParameterGroupCommand}.
8
10
  */
9
11
  export interface ModifyDBClusterParameterGroupCommandInput extends ModifyDBClusterParameterGroupMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ModifyDBClusterParameterGroupCommand}.
13
17
  */
14
18
  export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Modifies the parameters of a cluster parameter group. To modify more than one
18
23
  * parameter, submit a list of the following: <code>ParameterName</code>,
19
24
  * <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20
@@ -43,6 +48,8 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param ModifyDBClusterParameterGroupCommandInput - {@link ModifyDBClusterParameterGroupCommandInput}
52
+ * @returns {@link ModifyDBClusterParameterGroupCommandOutput}
46
53
  * @see {@link ModifyDBClusterParameterGroupCommandInput} for command's `input` shape.
47
54
  * @see {@link ModifyDBClusterParameterGroupCommandOutput} for command's `response` shape.
48
55
  * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
@@ -59,11 +66,20 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
59
66
  export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
60
67
  readonly input: ModifyDBClusterParameterGroupCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: ModifyDBClusterParameterGroupCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }