@aws-sdk/client-docdb 3.169.0 → 3.170.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 (86) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DocDB.d.ts +994 -270
  3. package/dist-types/ts3.4/DocDBClient.d.ts +447 -126
  4. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
  6. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  59. package/dist-types/ts3.4/index.d.ts +7 -7
  60. package/dist-types/ts3.4/models/DocDBServiceException.d.ts +8 -6
  61. package/dist-types/ts3.4/models/index.d.ts +1 -1
  62. package/dist-types/ts3.4/models/models_0.d.ts +2345 -2054
  63. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +14 -14
  78. package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  83. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  84. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
  85. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
  86. package/package.json +36 -36
@@ -1,126 +1,447 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
10
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
11
- import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
12
- import { CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput } from "./commands/CopyDBClusterParameterGroupCommand";
13
- import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput } from "./commands/CopyDBClusterSnapshotCommand";
14
- import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
15
- import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "./commands/CreateDBClusterParameterGroupCommand";
16
- import { CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput } from "./commands/CreateDBClusterSnapshotCommand";
17
- import { CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput } from "./commands/CreateDBInstanceCommand";
18
- import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "./commands/CreateDBSubnetGroupCommand";
19
- import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
20
- import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
21
- import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
22
- import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "./commands/DeleteDBClusterParameterGroupCommand";
23
- import { DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput } from "./commands/DeleteDBClusterSnapshotCommand";
24
- import { DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput } from "./commands/DeleteDBInstanceCommand";
25
- import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
26
- import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
27
- import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "./commands/DeleteGlobalClusterCommand";
28
- import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
29
- import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "./commands/DescribeDBClusterParameterGroupsCommand";
30
- import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "./commands/DescribeDBClusterParametersCommand";
31
- import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "./commands/DescribeDBClustersCommand";
32
- import { DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
33
- import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "./commands/DescribeDBClusterSnapshotsCommand";
34
- import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "./commands/DescribeDBEngineVersionsCommand";
35
- import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "./commands/DescribeDBInstancesCommand";
36
- import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "./commands/DescribeDBSubnetGroupsCommand";
37
- import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "./commands/DescribeEngineDefaultClusterParametersCommand";
38
- import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
39
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
40
- import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
41
- import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "./commands/DescribeGlobalClustersCommand";
42
- import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
43
- import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
44
- import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
45
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
46
- import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "./commands/ModifyDBClusterCommand";
47
- import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "./commands/ModifyDBClusterParameterGroupCommand";
48
- import { ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
49
- import { ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput } from "./commands/ModifyDBInstanceCommand";
50
- import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "./commands/ModifyDBSubnetGroupCommand";
51
- import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
52
- import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "./commands/ModifyGlobalClusterCommand";
53
- import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
54
- import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
55
- import { RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
56
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
57
- import { ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput } from "./commands/ResetDBClusterParameterGroupCommand";
58
- import { RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput } from "./commands/RestoreDBClusterFromSnapshotCommand";
59
- import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput } from "./commands/RestoreDBClusterToPointInTimeCommand";
60
- import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
61
- import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
62
- export declare type ServiceInputTypes = AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CreateDBClusterCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstancesCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeGlobalClustersCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | FailoverDBClusterCommandInput | ListTagsForResourceCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | RebootDBInstanceCommandInput | RemoveFromGlobalClusterCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | StartDBClusterCommandInput | StopDBClusterCommandInput;
63
- export declare type ServiceOutputTypes = AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | FailoverDBClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | RebootDBInstanceCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | StartDBClusterCommandOutput | StopDBClusterCommandOutput;
64
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
65
-
66
- requestHandler?: __HttpHandler;
67
-
68
- sha256?: __HashConstructor;
69
-
70
- urlParser?: __UrlParser;
71
-
72
- bodyLengthChecker?: __BodyLengthCalculator;
73
-
74
- streamCollector?: __StreamCollector;
75
-
76
- base64Decoder?: __Decoder;
77
-
78
- base64Encoder?: __Encoder;
79
-
80
- utf8Decoder?: __Decoder;
81
-
82
- utf8Encoder?: __Encoder;
83
-
84
- runtime?: string;
85
-
86
- disableHostPrefix?: boolean;
87
-
88
- maxAttempts?: number | __Provider<number>;
89
-
90
- retryMode?: string | __Provider<string>;
91
-
92
- logger?: __Logger;
93
-
94
- useDualstackEndpoint?: boolean | __Provider<boolean>;
95
-
96
- useFipsEndpoint?: boolean | __Provider<boolean>;
97
-
98
- serviceId?: string;
99
-
100
- region?: string | __Provider<string>;
101
-
102
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
103
-
104
- regionInfoProvider?: RegionInfoProvider;
105
-
106
- defaultUserAgentProvider?: Provider<__UserAgent>;
107
-
108
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
109
- }
110
- declare type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
111
-
112
- export interface DocDBClientConfig extends DocDBClientConfigType {
113
- }
114
- declare type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
115
-
116
- export interface DocDBClientResolvedConfig extends DocDBClientResolvedConfigType {
117
- }
118
-
119
- export declare class DocDBClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DocDBClientResolvedConfig> {
120
-
121
- readonly config: DocDBClientResolvedConfig;
122
- constructor(configuration: DocDBClientConfig);
123
-
124
- destroy(): void;
125
- }
126
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddSourceIdentifierToSubscriptionCommandInput,
47
+ AddSourceIdentifierToSubscriptionCommandOutput,
48
+ } from "./commands/AddSourceIdentifierToSubscriptionCommand";
49
+ import {
50
+ AddTagsToResourceCommandInput,
51
+ AddTagsToResourceCommandOutput,
52
+ } from "./commands/AddTagsToResourceCommand";
53
+ import {
54
+ ApplyPendingMaintenanceActionCommandInput,
55
+ ApplyPendingMaintenanceActionCommandOutput,
56
+ } from "./commands/ApplyPendingMaintenanceActionCommand";
57
+ import {
58
+ CopyDBClusterParameterGroupCommandInput,
59
+ CopyDBClusterParameterGroupCommandOutput,
60
+ } from "./commands/CopyDBClusterParameterGroupCommand";
61
+ import {
62
+ CopyDBClusterSnapshotCommandInput,
63
+ CopyDBClusterSnapshotCommandOutput,
64
+ } from "./commands/CopyDBClusterSnapshotCommand";
65
+ import {
66
+ CreateDBClusterCommandInput,
67
+ CreateDBClusterCommandOutput,
68
+ } from "./commands/CreateDBClusterCommand";
69
+ import {
70
+ CreateDBClusterParameterGroupCommandInput,
71
+ CreateDBClusterParameterGroupCommandOutput,
72
+ } from "./commands/CreateDBClusterParameterGroupCommand";
73
+ import {
74
+ CreateDBClusterSnapshotCommandInput,
75
+ CreateDBClusterSnapshotCommandOutput,
76
+ } from "./commands/CreateDBClusterSnapshotCommand";
77
+ import {
78
+ CreateDBInstanceCommandInput,
79
+ CreateDBInstanceCommandOutput,
80
+ } from "./commands/CreateDBInstanceCommand";
81
+ import {
82
+ CreateDBSubnetGroupCommandInput,
83
+ CreateDBSubnetGroupCommandOutput,
84
+ } from "./commands/CreateDBSubnetGroupCommand";
85
+ import {
86
+ CreateEventSubscriptionCommandInput,
87
+ CreateEventSubscriptionCommandOutput,
88
+ } from "./commands/CreateEventSubscriptionCommand";
89
+ import {
90
+ CreateGlobalClusterCommandInput,
91
+ CreateGlobalClusterCommandOutput,
92
+ } from "./commands/CreateGlobalClusterCommand";
93
+ import {
94
+ DeleteDBClusterCommandInput,
95
+ DeleteDBClusterCommandOutput,
96
+ } from "./commands/DeleteDBClusterCommand";
97
+ import {
98
+ DeleteDBClusterParameterGroupCommandInput,
99
+ DeleteDBClusterParameterGroupCommandOutput,
100
+ } from "./commands/DeleteDBClusterParameterGroupCommand";
101
+ import {
102
+ DeleteDBClusterSnapshotCommandInput,
103
+ DeleteDBClusterSnapshotCommandOutput,
104
+ } from "./commands/DeleteDBClusterSnapshotCommand";
105
+ import {
106
+ DeleteDBInstanceCommandInput,
107
+ DeleteDBInstanceCommandOutput,
108
+ } from "./commands/DeleteDBInstanceCommand";
109
+ import {
110
+ DeleteDBSubnetGroupCommandInput,
111
+ DeleteDBSubnetGroupCommandOutput,
112
+ } from "./commands/DeleteDBSubnetGroupCommand";
113
+ import {
114
+ DeleteEventSubscriptionCommandInput,
115
+ DeleteEventSubscriptionCommandOutput,
116
+ } from "./commands/DeleteEventSubscriptionCommand";
117
+ import {
118
+ DeleteGlobalClusterCommandInput,
119
+ DeleteGlobalClusterCommandOutput,
120
+ } from "./commands/DeleteGlobalClusterCommand";
121
+ import {
122
+ DescribeCertificatesCommandInput,
123
+ DescribeCertificatesCommandOutput,
124
+ } from "./commands/DescribeCertificatesCommand";
125
+ import {
126
+ DescribeDBClusterParameterGroupsCommandInput,
127
+ DescribeDBClusterParameterGroupsCommandOutput,
128
+ } from "./commands/DescribeDBClusterParameterGroupsCommand";
129
+ import {
130
+ DescribeDBClusterParametersCommandInput,
131
+ DescribeDBClusterParametersCommandOutput,
132
+ } from "./commands/DescribeDBClusterParametersCommand";
133
+ import {
134
+ DescribeDBClustersCommandInput,
135
+ DescribeDBClustersCommandOutput,
136
+ } from "./commands/DescribeDBClustersCommand";
137
+ import {
138
+ DescribeDBClusterSnapshotAttributesCommandInput,
139
+ DescribeDBClusterSnapshotAttributesCommandOutput,
140
+ } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
141
+ import {
142
+ DescribeDBClusterSnapshotsCommandInput,
143
+ DescribeDBClusterSnapshotsCommandOutput,
144
+ } from "./commands/DescribeDBClusterSnapshotsCommand";
145
+ import {
146
+ DescribeDBEngineVersionsCommandInput,
147
+ DescribeDBEngineVersionsCommandOutput,
148
+ } from "./commands/DescribeDBEngineVersionsCommand";
149
+ import {
150
+ DescribeDBInstancesCommandInput,
151
+ DescribeDBInstancesCommandOutput,
152
+ } from "./commands/DescribeDBInstancesCommand";
153
+ import {
154
+ DescribeDBSubnetGroupsCommandInput,
155
+ DescribeDBSubnetGroupsCommandOutput,
156
+ } from "./commands/DescribeDBSubnetGroupsCommand";
157
+ import {
158
+ DescribeEngineDefaultClusterParametersCommandInput,
159
+ DescribeEngineDefaultClusterParametersCommandOutput,
160
+ } from "./commands/DescribeEngineDefaultClusterParametersCommand";
161
+ import {
162
+ DescribeEventCategoriesCommandInput,
163
+ DescribeEventCategoriesCommandOutput,
164
+ } from "./commands/DescribeEventCategoriesCommand";
165
+ import {
166
+ DescribeEventsCommandInput,
167
+ DescribeEventsCommandOutput,
168
+ } from "./commands/DescribeEventsCommand";
169
+ import {
170
+ DescribeEventSubscriptionsCommandInput,
171
+ DescribeEventSubscriptionsCommandOutput,
172
+ } from "./commands/DescribeEventSubscriptionsCommand";
173
+ import {
174
+ DescribeGlobalClustersCommandInput,
175
+ DescribeGlobalClustersCommandOutput,
176
+ } from "./commands/DescribeGlobalClustersCommand";
177
+ import {
178
+ DescribeOrderableDBInstanceOptionsCommandInput,
179
+ DescribeOrderableDBInstanceOptionsCommandOutput,
180
+ } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
181
+ import {
182
+ DescribePendingMaintenanceActionsCommandInput,
183
+ DescribePendingMaintenanceActionsCommandOutput,
184
+ } from "./commands/DescribePendingMaintenanceActionsCommand";
185
+ import {
186
+ FailoverDBClusterCommandInput,
187
+ FailoverDBClusterCommandOutput,
188
+ } from "./commands/FailoverDBClusterCommand";
189
+ import {
190
+ ListTagsForResourceCommandInput,
191
+ ListTagsForResourceCommandOutput,
192
+ } from "./commands/ListTagsForResourceCommand";
193
+ import {
194
+ ModifyDBClusterCommandInput,
195
+ ModifyDBClusterCommandOutput,
196
+ } from "./commands/ModifyDBClusterCommand";
197
+ import {
198
+ ModifyDBClusterParameterGroupCommandInput,
199
+ ModifyDBClusterParameterGroupCommandOutput,
200
+ } from "./commands/ModifyDBClusterParameterGroupCommand";
201
+ import {
202
+ ModifyDBClusterSnapshotAttributeCommandInput,
203
+ ModifyDBClusterSnapshotAttributeCommandOutput,
204
+ } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
205
+ import {
206
+ ModifyDBInstanceCommandInput,
207
+ ModifyDBInstanceCommandOutput,
208
+ } from "./commands/ModifyDBInstanceCommand";
209
+ import {
210
+ ModifyDBSubnetGroupCommandInput,
211
+ ModifyDBSubnetGroupCommandOutput,
212
+ } from "./commands/ModifyDBSubnetGroupCommand";
213
+ import {
214
+ ModifyEventSubscriptionCommandInput,
215
+ ModifyEventSubscriptionCommandOutput,
216
+ } from "./commands/ModifyEventSubscriptionCommand";
217
+ import {
218
+ ModifyGlobalClusterCommandInput,
219
+ ModifyGlobalClusterCommandOutput,
220
+ } from "./commands/ModifyGlobalClusterCommand";
221
+ import {
222
+ RebootDBInstanceCommandInput,
223
+ RebootDBInstanceCommandOutput,
224
+ } from "./commands/RebootDBInstanceCommand";
225
+ import {
226
+ RemoveFromGlobalClusterCommandInput,
227
+ RemoveFromGlobalClusterCommandOutput,
228
+ } from "./commands/RemoveFromGlobalClusterCommand";
229
+ import {
230
+ RemoveSourceIdentifierFromSubscriptionCommandInput,
231
+ RemoveSourceIdentifierFromSubscriptionCommandOutput,
232
+ } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
233
+ import {
234
+ RemoveTagsFromResourceCommandInput,
235
+ RemoveTagsFromResourceCommandOutput,
236
+ } from "./commands/RemoveTagsFromResourceCommand";
237
+ import {
238
+ ResetDBClusterParameterGroupCommandInput,
239
+ ResetDBClusterParameterGroupCommandOutput,
240
+ } from "./commands/ResetDBClusterParameterGroupCommand";
241
+ import {
242
+ RestoreDBClusterFromSnapshotCommandInput,
243
+ RestoreDBClusterFromSnapshotCommandOutput,
244
+ } from "./commands/RestoreDBClusterFromSnapshotCommand";
245
+ import {
246
+ RestoreDBClusterToPointInTimeCommandInput,
247
+ RestoreDBClusterToPointInTimeCommandOutput,
248
+ } from "./commands/RestoreDBClusterToPointInTimeCommand";
249
+ import {
250
+ StartDBClusterCommandInput,
251
+ StartDBClusterCommandOutput,
252
+ } from "./commands/StartDBClusterCommand";
253
+ import {
254
+ StopDBClusterCommandInput,
255
+ StopDBClusterCommandOutput,
256
+ } from "./commands/StopDBClusterCommand";
257
+ export declare type ServiceInputTypes =
258
+ | AddSourceIdentifierToSubscriptionCommandInput
259
+ | AddTagsToResourceCommandInput
260
+ | ApplyPendingMaintenanceActionCommandInput
261
+ | CopyDBClusterParameterGroupCommandInput
262
+ | CopyDBClusterSnapshotCommandInput
263
+ | CreateDBClusterCommandInput
264
+ | CreateDBClusterParameterGroupCommandInput
265
+ | CreateDBClusterSnapshotCommandInput
266
+ | CreateDBInstanceCommandInput
267
+ | CreateDBSubnetGroupCommandInput
268
+ | CreateEventSubscriptionCommandInput
269
+ | CreateGlobalClusterCommandInput
270
+ | DeleteDBClusterCommandInput
271
+ | DeleteDBClusterParameterGroupCommandInput
272
+ | DeleteDBClusterSnapshotCommandInput
273
+ | DeleteDBInstanceCommandInput
274
+ | DeleteDBSubnetGroupCommandInput
275
+ | DeleteEventSubscriptionCommandInput
276
+ | DeleteGlobalClusterCommandInput
277
+ | DescribeCertificatesCommandInput
278
+ | DescribeDBClusterParameterGroupsCommandInput
279
+ | DescribeDBClusterParametersCommandInput
280
+ | DescribeDBClusterSnapshotAttributesCommandInput
281
+ | DescribeDBClusterSnapshotsCommandInput
282
+ | DescribeDBClustersCommandInput
283
+ | DescribeDBEngineVersionsCommandInput
284
+ | DescribeDBInstancesCommandInput
285
+ | DescribeDBSubnetGroupsCommandInput
286
+ | DescribeEngineDefaultClusterParametersCommandInput
287
+ | DescribeEventCategoriesCommandInput
288
+ | DescribeEventSubscriptionsCommandInput
289
+ | DescribeEventsCommandInput
290
+ | DescribeGlobalClustersCommandInput
291
+ | DescribeOrderableDBInstanceOptionsCommandInput
292
+ | DescribePendingMaintenanceActionsCommandInput
293
+ | FailoverDBClusterCommandInput
294
+ | ListTagsForResourceCommandInput
295
+ | ModifyDBClusterCommandInput
296
+ | ModifyDBClusterParameterGroupCommandInput
297
+ | ModifyDBClusterSnapshotAttributeCommandInput
298
+ | ModifyDBInstanceCommandInput
299
+ | ModifyDBSubnetGroupCommandInput
300
+ | ModifyEventSubscriptionCommandInput
301
+ | ModifyGlobalClusterCommandInput
302
+ | RebootDBInstanceCommandInput
303
+ | RemoveFromGlobalClusterCommandInput
304
+ | RemoveSourceIdentifierFromSubscriptionCommandInput
305
+ | RemoveTagsFromResourceCommandInput
306
+ | ResetDBClusterParameterGroupCommandInput
307
+ | RestoreDBClusterFromSnapshotCommandInput
308
+ | RestoreDBClusterToPointInTimeCommandInput
309
+ | StartDBClusterCommandInput
310
+ | StopDBClusterCommandInput;
311
+ export declare type ServiceOutputTypes =
312
+ | AddSourceIdentifierToSubscriptionCommandOutput
313
+ | AddTagsToResourceCommandOutput
314
+ | ApplyPendingMaintenanceActionCommandOutput
315
+ | CopyDBClusterParameterGroupCommandOutput
316
+ | CopyDBClusterSnapshotCommandOutput
317
+ | CreateDBClusterCommandOutput
318
+ | CreateDBClusterParameterGroupCommandOutput
319
+ | CreateDBClusterSnapshotCommandOutput
320
+ | CreateDBInstanceCommandOutput
321
+ | CreateDBSubnetGroupCommandOutput
322
+ | CreateEventSubscriptionCommandOutput
323
+ | CreateGlobalClusterCommandOutput
324
+ | DeleteDBClusterCommandOutput
325
+ | DeleteDBClusterParameterGroupCommandOutput
326
+ | DeleteDBClusterSnapshotCommandOutput
327
+ | DeleteDBInstanceCommandOutput
328
+ | DeleteDBSubnetGroupCommandOutput
329
+ | DeleteEventSubscriptionCommandOutput
330
+ | DeleteGlobalClusterCommandOutput
331
+ | DescribeCertificatesCommandOutput
332
+ | DescribeDBClusterParameterGroupsCommandOutput
333
+ | DescribeDBClusterParametersCommandOutput
334
+ | DescribeDBClusterSnapshotAttributesCommandOutput
335
+ | DescribeDBClusterSnapshotsCommandOutput
336
+ | DescribeDBClustersCommandOutput
337
+ | DescribeDBEngineVersionsCommandOutput
338
+ | DescribeDBInstancesCommandOutput
339
+ | DescribeDBSubnetGroupsCommandOutput
340
+ | DescribeEngineDefaultClusterParametersCommandOutput
341
+ | DescribeEventCategoriesCommandOutput
342
+ | DescribeEventSubscriptionsCommandOutput
343
+ | DescribeEventsCommandOutput
344
+ | DescribeGlobalClustersCommandOutput
345
+ | DescribeOrderableDBInstanceOptionsCommandOutput
346
+ | DescribePendingMaintenanceActionsCommandOutput
347
+ | FailoverDBClusterCommandOutput
348
+ | ListTagsForResourceCommandOutput
349
+ | ModifyDBClusterCommandOutput
350
+ | ModifyDBClusterParameterGroupCommandOutput
351
+ | ModifyDBClusterSnapshotAttributeCommandOutput
352
+ | ModifyDBInstanceCommandOutput
353
+ | ModifyDBSubnetGroupCommandOutput
354
+ | ModifyEventSubscriptionCommandOutput
355
+ | ModifyGlobalClusterCommandOutput
356
+ | RebootDBInstanceCommandOutput
357
+ | RemoveFromGlobalClusterCommandOutput
358
+ | RemoveSourceIdentifierFromSubscriptionCommandOutput
359
+ | RemoveTagsFromResourceCommandOutput
360
+ | ResetDBClusterParameterGroupCommandOutput
361
+ | RestoreDBClusterFromSnapshotCommandOutput
362
+ | RestoreDBClusterToPointInTimeCommandOutput
363
+ | StartDBClusterCommandOutput
364
+ | StopDBClusterCommandOutput;
365
+ export interface ClientDefaults
366
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
367
+ requestHandler?: __HttpHandler;
368
+
369
+ sha256?: __HashConstructor;
370
+
371
+ urlParser?: __UrlParser;
372
+
373
+ bodyLengthChecker?: __BodyLengthCalculator;
374
+
375
+ streamCollector?: __StreamCollector;
376
+
377
+ base64Decoder?: __Decoder;
378
+
379
+ base64Encoder?: __Encoder;
380
+
381
+ utf8Decoder?: __Decoder;
382
+
383
+ utf8Encoder?: __Encoder;
384
+
385
+ runtime?: string;
386
+
387
+ disableHostPrefix?: boolean;
388
+
389
+ maxAttempts?: number | __Provider<number>;
390
+
391
+ retryMode?: string | __Provider<string>;
392
+
393
+ logger?: __Logger;
394
+
395
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
396
+
397
+ useFipsEndpoint?: boolean | __Provider<boolean>;
398
+
399
+ serviceId?: string;
400
+
401
+ region?: string | __Provider<string>;
402
+
403
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
404
+
405
+ regionInfoProvider?: RegionInfoProvider;
406
+
407
+ defaultUserAgentProvider?: Provider<__UserAgent>;
408
+
409
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
410
+ }
411
+ declare type DocDBClientConfigType = Partial<
412
+ __SmithyConfiguration<__HttpHandlerOptions>
413
+ > &
414
+ ClientDefaults &
415
+ RegionInputConfig &
416
+ EndpointsInputConfig &
417
+ RetryInputConfig &
418
+ HostHeaderInputConfig &
419
+ AwsAuthInputConfig &
420
+ UserAgentInputConfig;
421
+
422
+ export interface DocDBClientConfig extends DocDBClientConfigType {}
423
+ declare type DocDBClientResolvedConfigType =
424
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
425
+ Required<ClientDefaults> &
426
+ RegionResolvedConfig &
427
+ EndpointsResolvedConfig &
428
+ RetryResolvedConfig &
429
+ HostHeaderResolvedConfig &
430
+ AwsAuthResolvedConfig &
431
+ UserAgentResolvedConfig;
432
+
433
+ export interface DocDBClientResolvedConfig
434
+ extends DocDBClientResolvedConfigType {}
435
+
436
+ export declare class DocDBClient extends __Client<
437
+ __HttpHandlerOptions,
438
+ ServiceInputTypes,
439
+ ServiceOutputTypes,
440
+ DocDBClientResolvedConfig
441
+ > {
442
+ readonly config: DocDBClientResolvedConfig;
443
+ constructor(configuration: DocDBClientConfig);
444
+
445
+ destroy(): void;
446
+ }
447
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult } from "../models/models_0";
5
- export interface AddSourceIdentifierToSubscriptionCommandInput extends AddSourceIdentifierToSubscriptionMessage {
6
- }
7
- export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourceIdentifierToSubscriptionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AddSourceIdentifierToSubscriptionCommand extends $Command<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: AddSourceIdentifierToSubscriptionCommandInput;
12
- constructor(input: AddSourceIdentifierToSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DocDBClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DocDBClient";
13
+ import {
14
+ AddSourceIdentifierToSubscriptionMessage,
15
+ AddSourceIdentifierToSubscriptionResult,
16
+ } from "../models/models_0";
17
+ export interface AddSourceIdentifierToSubscriptionCommandInput
18
+ extends AddSourceIdentifierToSubscriptionMessage {}
19
+ export interface AddSourceIdentifierToSubscriptionCommandOutput
20
+ extends AddSourceIdentifierToSubscriptionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AddSourceIdentifierToSubscriptionCommand extends $Command<
24
+ AddSourceIdentifierToSubscriptionCommandInput,
25
+ AddSourceIdentifierToSubscriptionCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: AddSourceIdentifierToSubscriptionCommandInput;
29
+ constructor(input: AddSourceIdentifierToSubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AddSourceIdentifierToSubscriptionCommandInput,
37
+ AddSourceIdentifierToSubscriptionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }