@aws-sdk/client-secrets-manager 3.169.0 → 3.171.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 (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SecretsManager.d.ts +378 -115
  3. package/dist-types/ts3.4/SecretsManagerClient.d.ts +237 -95
  4. package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  23. package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/index.d.ts +22 -22
  27. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  28. package/dist-types/ts3.4/index.d.ts +6 -6
  29. package/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +7 -6
  30. package/dist-types/ts3.4/models/index.d.ts +1 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +536 -670
  32. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  33. package/dist-types/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  36. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +269 -68
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  41. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-secrets-manager
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-secrets-manager
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-secrets-manager
@@ -1,115 +1,378 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput } from "./commands/CancelRotateSecretCommand";
3
- import { CreateSecretCommandInput, CreateSecretCommandOutput } from "./commands/CreateSecretCommand";
4
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
5
- import { DeleteSecretCommandInput, DeleteSecretCommandOutput } from "./commands/DeleteSecretCommand";
6
- import { DescribeSecretCommandInput, DescribeSecretCommandOutput } from "./commands/DescribeSecretCommand";
7
- import { GetRandomPasswordCommandInput, GetRandomPasswordCommandOutput } from "./commands/GetRandomPasswordCommand";
8
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
9
- import { GetSecretValueCommandInput, GetSecretValueCommandOutput } from "./commands/GetSecretValueCommand";
10
- import { ListSecretsCommandInput, ListSecretsCommandOutput } from "./commands/ListSecretsCommand";
11
- import { ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput } from "./commands/ListSecretVersionIdsCommand";
12
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
13
- import { PutSecretValueCommandInput, PutSecretValueCommandOutput } from "./commands/PutSecretValueCommand";
14
- import { RemoveRegionsFromReplicationCommandInput, RemoveRegionsFromReplicationCommandOutput } from "./commands/RemoveRegionsFromReplicationCommand";
15
- import { ReplicateSecretToRegionsCommandInput, ReplicateSecretToRegionsCommandOutput } from "./commands/ReplicateSecretToRegionsCommand";
16
- import { RestoreSecretCommandInput, RestoreSecretCommandOutput } from "./commands/RestoreSecretCommand";
17
- import { RotateSecretCommandInput, RotateSecretCommandOutput } from "./commands/RotateSecretCommand";
18
- import { StopReplicationToReplicaCommandInput, StopReplicationToReplicaCommandOutput } from "./commands/StopReplicationToReplicaCommand";
19
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
20
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
21
- import { UpdateSecretCommandInput, UpdateSecretCommandOutput } from "./commands/UpdateSecretCommand";
22
- import { UpdateSecretVersionStageCommandInput, UpdateSecretVersionStageCommandOutput } from "./commands/UpdateSecretVersionStageCommand";
23
- import { ValidateResourcePolicyCommandInput, ValidateResourcePolicyCommandOutput } from "./commands/ValidateResourcePolicyCommand";
24
- import { SecretsManagerClient } from "./SecretsManagerClient";
25
-
26
- export declare class SecretsManager extends SecretsManagerClient {
27
-
28
- cancelRotateSecret(args: CancelRotateSecretCommandInput, options?: __HttpHandlerOptions): Promise<CancelRotateSecretCommandOutput>;
29
- cancelRotateSecret(args: CancelRotateSecretCommandInput, cb: (err: any, data?: CancelRotateSecretCommandOutput) => void): void;
30
- cancelRotateSecret(args: CancelRotateSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelRotateSecretCommandOutput) => void): void;
31
-
32
- createSecret(args: CreateSecretCommandInput, options?: __HttpHandlerOptions): Promise<CreateSecretCommandOutput>;
33
- createSecret(args: CreateSecretCommandInput, cb: (err: any, data?: CreateSecretCommandOutput) => void): void;
34
- createSecret(args: CreateSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecretCommandOutput) => void): void;
35
-
36
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
37
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
38
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
39
-
40
- deleteSecret(args: DeleteSecretCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecretCommandOutput>;
41
- deleteSecret(args: DeleteSecretCommandInput, cb: (err: any, data?: DeleteSecretCommandOutput) => void): void;
42
- deleteSecret(args: DeleteSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecretCommandOutput) => void): void;
43
-
44
- describeSecret(args: DescribeSecretCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecretCommandOutput>;
45
- describeSecret(args: DescribeSecretCommandInput, cb: (err: any, data?: DescribeSecretCommandOutput) => void): void;
46
- describeSecret(args: DescribeSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecretCommandOutput) => void): void;
47
-
48
- getRandomPassword(args: GetRandomPasswordCommandInput, options?: __HttpHandlerOptions): Promise<GetRandomPasswordCommandOutput>;
49
- getRandomPassword(args: GetRandomPasswordCommandInput, cb: (err: any, data?: GetRandomPasswordCommandOutput) => void): void;
50
- getRandomPassword(args: GetRandomPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRandomPasswordCommandOutput) => void): void;
51
-
52
- getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
53
- getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
54
- getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
55
-
56
- getSecretValue(args: GetSecretValueCommandInput, options?: __HttpHandlerOptions): Promise<GetSecretValueCommandOutput>;
57
- getSecretValue(args: GetSecretValueCommandInput, cb: (err: any, data?: GetSecretValueCommandOutput) => void): void;
58
- getSecretValue(args: GetSecretValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecretValueCommandOutput) => void): void;
59
-
60
- listSecrets(args: ListSecretsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecretsCommandOutput>;
61
- listSecrets(args: ListSecretsCommandInput, cb: (err: any, data?: ListSecretsCommandOutput) => void): void;
62
- listSecrets(args: ListSecretsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecretsCommandOutput) => void): void;
63
-
64
- listSecretVersionIds(args: ListSecretVersionIdsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecretVersionIdsCommandOutput>;
65
- listSecretVersionIds(args: ListSecretVersionIdsCommandInput, cb: (err: any, data?: ListSecretVersionIdsCommandOutput) => void): void;
66
- listSecretVersionIds(args: ListSecretVersionIdsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecretVersionIdsCommandOutput) => void): void;
67
-
68
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
69
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
70
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
71
-
72
- putSecretValue(args: PutSecretValueCommandInput, options?: __HttpHandlerOptions): Promise<PutSecretValueCommandOutput>;
73
- putSecretValue(args: PutSecretValueCommandInput, cb: (err: any, data?: PutSecretValueCommandOutput) => void): void;
74
- putSecretValue(args: PutSecretValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSecretValueCommandOutput) => void): void;
75
-
76
- removeRegionsFromReplication(args: RemoveRegionsFromReplicationCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRegionsFromReplicationCommandOutput>;
77
- removeRegionsFromReplication(args: RemoveRegionsFromReplicationCommandInput, cb: (err: any, data?: RemoveRegionsFromReplicationCommandOutput) => void): void;
78
- removeRegionsFromReplication(args: RemoveRegionsFromReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRegionsFromReplicationCommandOutput) => void): void;
79
-
80
- replicateSecretToRegions(args: ReplicateSecretToRegionsCommandInput, options?: __HttpHandlerOptions): Promise<ReplicateSecretToRegionsCommandOutput>;
81
- replicateSecretToRegions(args: ReplicateSecretToRegionsCommandInput, cb: (err: any, data?: ReplicateSecretToRegionsCommandOutput) => void): void;
82
- replicateSecretToRegions(args: ReplicateSecretToRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplicateSecretToRegionsCommandOutput) => void): void;
83
-
84
- restoreSecret(args: RestoreSecretCommandInput, options?: __HttpHandlerOptions): Promise<RestoreSecretCommandOutput>;
85
- restoreSecret(args: RestoreSecretCommandInput, cb: (err: any, data?: RestoreSecretCommandOutput) => void): void;
86
- restoreSecret(args: RestoreSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreSecretCommandOutput) => void): void;
87
-
88
- rotateSecret(args: RotateSecretCommandInput, options?: __HttpHandlerOptions): Promise<RotateSecretCommandOutput>;
89
- rotateSecret(args: RotateSecretCommandInput, cb: (err: any, data?: RotateSecretCommandOutput) => void): void;
90
- rotateSecret(args: RotateSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RotateSecretCommandOutput) => void): void;
91
-
92
- stopReplicationToReplica(args: StopReplicationToReplicaCommandInput, options?: __HttpHandlerOptions): Promise<StopReplicationToReplicaCommandOutput>;
93
- stopReplicationToReplica(args: StopReplicationToReplicaCommandInput, cb: (err: any, data?: StopReplicationToReplicaCommandOutput) => void): void;
94
- stopReplicationToReplica(args: StopReplicationToReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopReplicationToReplicaCommandOutput) => void): void;
95
-
96
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
97
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
98
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
99
-
100
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
101
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
102
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
103
-
104
- updateSecret(args: UpdateSecretCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecretCommandOutput>;
105
- updateSecret(args: UpdateSecretCommandInput, cb: (err: any, data?: UpdateSecretCommandOutput) => void): void;
106
- updateSecret(args: UpdateSecretCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecretCommandOutput) => void): void;
107
-
108
- updateSecretVersionStage(args: UpdateSecretVersionStageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecretVersionStageCommandOutput>;
109
- updateSecretVersionStage(args: UpdateSecretVersionStageCommandInput, cb: (err: any, data?: UpdateSecretVersionStageCommandOutput) => void): void;
110
- updateSecretVersionStage(args: UpdateSecretVersionStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecretVersionStageCommandOutput) => void): void;
111
-
112
- validateResourcePolicy(args: ValidateResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<ValidateResourcePolicyCommandOutput>;
113
- validateResourcePolicy(args: ValidateResourcePolicyCommandInput, cb: (err: any, data?: ValidateResourcePolicyCommandOutput) => void): void;
114
- validateResourcePolicy(args: ValidateResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateResourcePolicyCommandOutput) => void): void;
115
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CancelRotateSecretCommandInput,
4
+ CancelRotateSecretCommandOutput,
5
+ } from "./commands/CancelRotateSecretCommand";
6
+ import {
7
+ CreateSecretCommandInput,
8
+ CreateSecretCommandOutput,
9
+ } from "./commands/CreateSecretCommand";
10
+ import {
11
+ DeleteResourcePolicyCommandInput,
12
+ DeleteResourcePolicyCommandOutput,
13
+ } from "./commands/DeleteResourcePolicyCommand";
14
+ import {
15
+ DeleteSecretCommandInput,
16
+ DeleteSecretCommandOutput,
17
+ } from "./commands/DeleteSecretCommand";
18
+ import {
19
+ DescribeSecretCommandInput,
20
+ DescribeSecretCommandOutput,
21
+ } from "./commands/DescribeSecretCommand";
22
+ import {
23
+ GetRandomPasswordCommandInput,
24
+ GetRandomPasswordCommandOutput,
25
+ } from "./commands/GetRandomPasswordCommand";
26
+ import {
27
+ GetResourcePolicyCommandInput,
28
+ GetResourcePolicyCommandOutput,
29
+ } from "./commands/GetResourcePolicyCommand";
30
+ import {
31
+ GetSecretValueCommandInput,
32
+ GetSecretValueCommandOutput,
33
+ } from "./commands/GetSecretValueCommand";
34
+ import {
35
+ ListSecretsCommandInput,
36
+ ListSecretsCommandOutput,
37
+ } from "./commands/ListSecretsCommand";
38
+ import {
39
+ ListSecretVersionIdsCommandInput,
40
+ ListSecretVersionIdsCommandOutput,
41
+ } from "./commands/ListSecretVersionIdsCommand";
42
+ import {
43
+ PutResourcePolicyCommandInput,
44
+ PutResourcePolicyCommandOutput,
45
+ } from "./commands/PutResourcePolicyCommand";
46
+ import {
47
+ PutSecretValueCommandInput,
48
+ PutSecretValueCommandOutput,
49
+ } from "./commands/PutSecretValueCommand";
50
+ import {
51
+ RemoveRegionsFromReplicationCommandInput,
52
+ RemoveRegionsFromReplicationCommandOutput,
53
+ } from "./commands/RemoveRegionsFromReplicationCommand";
54
+ import {
55
+ ReplicateSecretToRegionsCommandInput,
56
+ ReplicateSecretToRegionsCommandOutput,
57
+ } from "./commands/ReplicateSecretToRegionsCommand";
58
+ import {
59
+ RestoreSecretCommandInput,
60
+ RestoreSecretCommandOutput,
61
+ } from "./commands/RestoreSecretCommand";
62
+ import {
63
+ RotateSecretCommandInput,
64
+ RotateSecretCommandOutput,
65
+ } from "./commands/RotateSecretCommand";
66
+ import {
67
+ StopReplicationToReplicaCommandInput,
68
+ StopReplicationToReplicaCommandOutput,
69
+ } from "./commands/StopReplicationToReplicaCommand";
70
+ import {
71
+ TagResourceCommandInput,
72
+ TagResourceCommandOutput,
73
+ } from "./commands/TagResourceCommand";
74
+ import {
75
+ UntagResourceCommandInput,
76
+ UntagResourceCommandOutput,
77
+ } from "./commands/UntagResourceCommand";
78
+ import {
79
+ UpdateSecretCommandInput,
80
+ UpdateSecretCommandOutput,
81
+ } from "./commands/UpdateSecretCommand";
82
+ import {
83
+ UpdateSecretVersionStageCommandInput,
84
+ UpdateSecretVersionStageCommandOutput,
85
+ } from "./commands/UpdateSecretVersionStageCommand";
86
+ import {
87
+ ValidateResourcePolicyCommandInput,
88
+ ValidateResourcePolicyCommandOutput,
89
+ } from "./commands/ValidateResourcePolicyCommand";
90
+ import { SecretsManagerClient } from "./SecretsManagerClient";
91
+ export declare class SecretsManager extends SecretsManagerClient {
92
+ cancelRotateSecret(
93
+ args: CancelRotateSecretCommandInput,
94
+ options?: __HttpHandlerOptions
95
+ ): Promise<CancelRotateSecretCommandOutput>;
96
+ cancelRotateSecret(
97
+ args: CancelRotateSecretCommandInput,
98
+ cb: (err: any, data?: CancelRotateSecretCommandOutput) => void
99
+ ): void;
100
+ cancelRotateSecret(
101
+ args: CancelRotateSecretCommandInput,
102
+ options: __HttpHandlerOptions,
103
+ cb: (err: any, data?: CancelRotateSecretCommandOutput) => void
104
+ ): void;
105
+ createSecret(
106
+ args: CreateSecretCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<CreateSecretCommandOutput>;
109
+ createSecret(
110
+ args: CreateSecretCommandInput,
111
+ cb: (err: any, data?: CreateSecretCommandOutput) => void
112
+ ): void;
113
+ createSecret(
114
+ args: CreateSecretCommandInput,
115
+ options: __HttpHandlerOptions,
116
+ cb: (err: any, data?: CreateSecretCommandOutput) => void
117
+ ): void;
118
+ deleteResourcePolicy(
119
+ args: DeleteResourcePolicyCommandInput,
120
+ options?: __HttpHandlerOptions
121
+ ): Promise<DeleteResourcePolicyCommandOutput>;
122
+ deleteResourcePolicy(
123
+ args: DeleteResourcePolicyCommandInput,
124
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
125
+ ): void;
126
+ deleteResourcePolicy(
127
+ args: DeleteResourcePolicyCommandInput,
128
+ options: __HttpHandlerOptions,
129
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
130
+ ): void;
131
+ deleteSecret(
132
+ args: DeleteSecretCommandInput,
133
+ options?: __HttpHandlerOptions
134
+ ): Promise<DeleteSecretCommandOutput>;
135
+ deleteSecret(
136
+ args: DeleteSecretCommandInput,
137
+ cb: (err: any, data?: DeleteSecretCommandOutput) => void
138
+ ): void;
139
+ deleteSecret(
140
+ args: DeleteSecretCommandInput,
141
+ options: __HttpHandlerOptions,
142
+ cb: (err: any, data?: DeleteSecretCommandOutput) => void
143
+ ): void;
144
+ describeSecret(
145
+ args: DescribeSecretCommandInput,
146
+ options?: __HttpHandlerOptions
147
+ ): Promise<DescribeSecretCommandOutput>;
148
+ describeSecret(
149
+ args: DescribeSecretCommandInput,
150
+ cb: (err: any, data?: DescribeSecretCommandOutput) => void
151
+ ): void;
152
+ describeSecret(
153
+ args: DescribeSecretCommandInput,
154
+ options: __HttpHandlerOptions,
155
+ cb: (err: any, data?: DescribeSecretCommandOutput) => void
156
+ ): void;
157
+ getRandomPassword(
158
+ args: GetRandomPasswordCommandInput,
159
+ options?: __HttpHandlerOptions
160
+ ): Promise<GetRandomPasswordCommandOutput>;
161
+ getRandomPassword(
162
+ args: GetRandomPasswordCommandInput,
163
+ cb: (err: any, data?: GetRandomPasswordCommandOutput) => void
164
+ ): void;
165
+ getRandomPassword(
166
+ args: GetRandomPasswordCommandInput,
167
+ options: __HttpHandlerOptions,
168
+ cb: (err: any, data?: GetRandomPasswordCommandOutput) => void
169
+ ): void;
170
+ getResourcePolicy(
171
+ args: GetResourcePolicyCommandInput,
172
+ options?: __HttpHandlerOptions
173
+ ): Promise<GetResourcePolicyCommandOutput>;
174
+ getResourcePolicy(
175
+ args: GetResourcePolicyCommandInput,
176
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
177
+ ): void;
178
+ getResourcePolicy(
179
+ args: GetResourcePolicyCommandInput,
180
+ options: __HttpHandlerOptions,
181
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
182
+ ): void;
183
+ getSecretValue(
184
+ args: GetSecretValueCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<GetSecretValueCommandOutput>;
187
+ getSecretValue(
188
+ args: GetSecretValueCommandInput,
189
+ cb: (err: any, data?: GetSecretValueCommandOutput) => void
190
+ ): void;
191
+ getSecretValue(
192
+ args: GetSecretValueCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: GetSecretValueCommandOutput) => void
195
+ ): void;
196
+ listSecrets(
197
+ args: ListSecretsCommandInput,
198
+ options?: __HttpHandlerOptions
199
+ ): Promise<ListSecretsCommandOutput>;
200
+ listSecrets(
201
+ args: ListSecretsCommandInput,
202
+ cb: (err: any, data?: ListSecretsCommandOutput) => void
203
+ ): void;
204
+ listSecrets(
205
+ args: ListSecretsCommandInput,
206
+ options: __HttpHandlerOptions,
207
+ cb: (err: any, data?: ListSecretsCommandOutput) => void
208
+ ): void;
209
+ listSecretVersionIds(
210
+ args: ListSecretVersionIdsCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<ListSecretVersionIdsCommandOutput>;
213
+ listSecretVersionIds(
214
+ args: ListSecretVersionIdsCommandInput,
215
+ cb: (err: any, data?: ListSecretVersionIdsCommandOutput) => void
216
+ ): void;
217
+ listSecretVersionIds(
218
+ args: ListSecretVersionIdsCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: ListSecretVersionIdsCommandOutput) => void
221
+ ): void;
222
+ putResourcePolicy(
223
+ args: PutResourcePolicyCommandInput,
224
+ options?: __HttpHandlerOptions
225
+ ): Promise<PutResourcePolicyCommandOutput>;
226
+ putResourcePolicy(
227
+ args: PutResourcePolicyCommandInput,
228
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
229
+ ): void;
230
+ putResourcePolicy(
231
+ args: PutResourcePolicyCommandInput,
232
+ options: __HttpHandlerOptions,
233
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
234
+ ): void;
235
+ putSecretValue(
236
+ args: PutSecretValueCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<PutSecretValueCommandOutput>;
239
+ putSecretValue(
240
+ args: PutSecretValueCommandInput,
241
+ cb: (err: any, data?: PutSecretValueCommandOutput) => void
242
+ ): void;
243
+ putSecretValue(
244
+ args: PutSecretValueCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: PutSecretValueCommandOutput) => void
247
+ ): void;
248
+ removeRegionsFromReplication(
249
+ args: RemoveRegionsFromReplicationCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<RemoveRegionsFromReplicationCommandOutput>;
252
+ removeRegionsFromReplication(
253
+ args: RemoveRegionsFromReplicationCommandInput,
254
+ cb: (err: any, data?: RemoveRegionsFromReplicationCommandOutput) => void
255
+ ): void;
256
+ removeRegionsFromReplication(
257
+ args: RemoveRegionsFromReplicationCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: RemoveRegionsFromReplicationCommandOutput) => void
260
+ ): void;
261
+ replicateSecretToRegions(
262
+ args: ReplicateSecretToRegionsCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<ReplicateSecretToRegionsCommandOutput>;
265
+ replicateSecretToRegions(
266
+ args: ReplicateSecretToRegionsCommandInput,
267
+ cb: (err: any, data?: ReplicateSecretToRegionsCommandOutput) => void
268
+ ): void;
269
+ replicateSecretToRegions(
270
+ args: ReplicateSecretToRegionsCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: ReplicateSecretToRegionsCommandOutput) => void
273
+ ): void;
274
+ restoreSecret(
275
+ args: RestoreSecretCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<RestoreSecretCommandOutput>;
278
+ restoreSecret(
279
+ args: RestoreSecretCommandInput,
280
+ cb: (err: any, data?: RestoreSecretCommandOutput) => void
281
+ ): void;
282
+ restoreSecret(
283
+ args: RestoreSecretCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: RestoreSecretCommandOutput) => void
286
+ ): void;
287
+ rotateSecret(
288
+ args: RotateSecretCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<RotateSecretCommandOutput>;
291
+ rotateSecret(
292
+ args: RotateSecretCommandInput,
293
+ cb: (err: any, data?: RotateSecretCommandOutput) => void
294
+ ): void;
295
+ rotateSecret(
296
+ args: RotateSecretCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: RotateSecretCommandOutput) => void
299
+ ): void;
300
+ stopReplicationToReplica(
301
+ args: StopReplicationToReplicaCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<StopReplicationToReplicaCommandOutput>;
304
+ stopReplicationToReplica(
305
+ args: StopReplicationToReplicaCommandInput,
306
+ cb: (err: any, data?: StopReplicationToReplicaCommandOutput) => void
307
+ ): void;
308
+ stopReplicationToReplica(
309
+ args: StopReplicationToReplicaCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: StopReplicationToReplicaCommandOutput) => void
312
+ ): void;
313
+ tagResource(
314
+ args: TagResourceCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<TagResourceCommandOutput>;
317
+ tagResource(
318
+ args: TagResourceCommandInput,
319
+ cb: (err: any, data?: TagResourceCommandOutput) => void
320
+ ): void;
321
+ tagResource(
322
+ args: TagResourceCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: TagResourceCommandOutput) => void
325
+ ): void;
326
+ untagResource(
327
+ args: UntagResourceCommandInput,
328
+ options?: __HttpHandlerOptions
329
+ ): Promise<UntagResourceCommandOutput>;
330
+ untagResource(
331
+ args: UntagResourceCommandInput,
332
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
333
+ ): void;
334
+ untagResource(
335
+ args: UntagResourceCommandInput,
336
+ options: __HttpHandlerOptions,
337
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
338
+ ): void;
339
+ updateSecret(
340
+ args: UpdateSecretCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<UpdateSecretCommandOutput>;
343
+ updateSecret(
344
+ args: UpdateSecretCommandInput,
345
+ cb: (err: any, data?: UpdateSecretCommandOutput) => void
346
+ ): void;
347
+ updateSecret(
348
+ args: UpdateSecretCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: UpdateSecretCommandOutput) => void
351
+ ): void;
352
+ updateSecretVersionStage(
353
+ args: UpdateSecretVersionStageCommandInput,
354
+ options?: __HttpHandlerOptions
355
+ ): Promise<UpdateSecretVersionStageCommandOutput>;
356
+ updateSecretVersionStage(
357
+ args: UpdateSecretVersionStageCommandInput,
358
+ cb: (err: any, data?: UpdateSecretVersionStageCommandOutput) => void
359
+ ): void;
360
+ updateSecretVersionStage(
361
+ args: UpdateSecretVersionStageCommandInput,
362
+ options: __HttpHandlerOptions,
363
+ cb: (err: any, data?: UpdateSecretVersionStageCommandOutput) => void
364
+ ): void;
365
+ validateResourcePolicy(
366
+ args: ValidateResourcePolicyCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<ValidateResourcePolicyCommandOutput>;
369
+ validateResourcePolicy(
370
+ args: ValidateResourcePolicyCommandInput,
371
+ cb: (err: any, data?: ValidateResourcePolicyCommandOutput) => void
372
+ ): void;
373
+ validateResourcePolicy(
374
+ args: ValidateResourcePolicyCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: ValidateResourcePolicyCommandOutput) => void
377
+ ): void;
378
+ }