@aws-sdk/client-secrets-manager 3.651.1 → 3.654.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 (47) hide show
  1. package/dist-types/commands/BatchGetSecretValueCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelRotateSecretCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateSecretCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteSecretCommand.d.ts +11 -0
  6. package/dist-types/commands/DescribeSecretCommand.d.ts +11 -0
  7. package/dist-types/commands/GetRandomPasswordCommand.d.ts +11 -0
  8. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  9. package/dist-types/commands/GetSecretValueCommand.d.ts +11 -0
  10. package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +11 -0
  11. package/dist-types/commands/ListSecretsCommand.d.ts +11 -0
  12. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/PutSecretValueCommand.d.ts +11 -0
  14. package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +11 -0
  15. package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +11 -0
  16. package/dist-types/commands/RestoreSecretCommand.d.ts +11 -0
  17. package/dist-types/commands/RotateSecretCommand.d.ts +11 -0
  18. package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +11 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  20. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/UpdateSecretCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +11 -0
  23. package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +11 -0
  24. package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +12 -1
  47. package/package.json +35 -35
@@ -183,4 +183,15 @@ declare const BatchGetSecretValueCommand_base: {
183
183
  *
184
184
  */
185
185
  export declare class BatchGetSecretValueCommand extends BatchGetSecretValueCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: BatchGetSecretValueRequest;
190
+ output: BatchGetSecretValueResponse;
191
+ };
192
+ sdk: {
193
+ input: BatchGetSecretValueCommandInput;
194
+ output: BatchGetSecretValueCommandOutput;
195
+ };
196
+ };
186
197
  }
@@ -121,4 +121,15 @@ declare const CancelRotateSecretCommand_base: {
121
121
  *
122
122
  */
123
123
  export declare class CancelRotateSecretCommand extends CancelRotateSecretCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: CancelRotateSecretRequest;
128
+ output: CancelRotateSecretResponse;
129
+ };
130
+ sdk: {
131
+ input: CancelRotateSecretCommandInput;
132
+ output: CancelRotateSecretCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -192,4 +192,15 @@ declare const CreateSecretCommand_base: {
192
192
  *
193
193
  */
194
194
  export declare class CreateSecretCommand extends CreateSecretCommand_base {
195
+ /** @internal type navigation helper, not in runtime. */
196
+ protected static __types: {
197
+ api: {
198
+ input: CreateSecretRequest;
199
+ output: CreateSecretResponse;
200
+ };
201
+ sdk: {
202
+ input: CreateSecretCommandInput;
203
+ output: CreateSecretCommandOutput;
204
+ };
205
+ };
195
206
  }
@@ -110,4 +110,15 @@ declare const DeleteResourcePolicyCommand_base: {
110
110
  *
111
111
  */
112
112
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: DeleteResourcePolicyRequest;
117
+ output: DeleteResourcePolicyResponse;
118
+ };
119
+ sdk: {
120
+ input: DeleteResourcePolicyCommandInput;
121
+ output: DeleteResourcePolicyCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -135,4 +135,15 @@ declare const DeleteSecretCommand_base: {
135
135
  *
136
136
  */
137
137
  export declare class DeleteSecretCommand extends DeleteSecretCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: DeleteSecretRequest;
142
+ output: DeleteSecretResponse;
143
+ };
144
+ sdk: {
145
+ input: DeleteSecretCommandInput;
146
+ output: DeleteSecretCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -160,4 +160,15 @@ declare const DescribeSecretCommand_base: {
160
160
  *
161
161
  */
162
162
  export declare class DescribeSecretCommand extends DescribeSecretCommand_base {
163
+ /** @internal type navigation helper, not in runtime. */
164
+ protected static __types: {
165
+ api: {
166
+ input: DescribeSecretRequest;
167
+ output: DescribeSecretResponse;
168
+ };
169
+ sdk: {
170
+ input: DescribeSecretCommandInput;
171
+ output: DescribeSecretCommandOutput;
172
+ };
173
+ };
163
174
  }
@@ -116,4 +116,15 @@ declare const GetRandomPasswordCommand_base: {
116
116
  *
117
117
  */
118
118
  export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: GetRandomPasswordRequest;
123
+ output: GetRandomPasswordResponse;
124
+ };
125
+ sdk: {
126
+ input: GetRandomPasswordCommandInput;
127
+ output: GetRandomPasswordCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -114,4 +114,15 @@ declare const GetResourcePolicyCommand_base: {
114
114
  *
115
115
  */
116
116
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: GetResourcePolicyRequest;
121
+ output: GetResourcePolicyResponse;
122
+ };
123
+ sdk: {
124
+ input: GetResourcePolicyCommandInput;
125
+ output: GetResourcePolicyCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -137,4 +137,15 @@ declare const GetSecretValueCommand_base: {
137
137
  *
138
138
  */
139
139
  export declare class GetSecretValueCommand extends GetSecretValueCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: GetSecretValueRequest;
144
+ output: GetSecretValueResponse;
145
+ };
146
+ sdk: {
147
+ input: GetSecretValueCommandInput;
148
+ output: GetSecretValueCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -135,4 +135,15 @@ declare const ListSecretVersionIdsCommand_base: {
135
135
  *
136
136
  */
137
137
  export declare class ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: ListSecretVersionIdsRequest;
142
+ output: ListSecretVersionIdsResponse;
143
+ };
144
+ sdk: {
145
+ input: ListSecretVersionIdsCommandInput;
146
+ output: ListSecretVersionIdsCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -178,4 +178,15 @@ declare const ListSecretsCommand_base: {
178
178
  *
179
179
  */
180
180
  export declare class ListSecretsCommand extends ListSecretsCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: ListSecretsRequest;
185
+ output: ListSecretsResponse;
186
+ };
187
+ sdk: {
188
+ input: ListSecretsCommandInput;
189
+ output: ListSecretsCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -122,4 +122,15 @@ declare const PutResourcePolicyCommand_base: {
122
122
  *
123
123
  */
124
124
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: PutResourcePolicyRequest;
129
+ output: PutResourcePolicyResponse;
130
+ };
131
+ sdk: {
132
+ input: PutResourcePolicyCommandInput;
133
+ output: PutResourcePolicyCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -163,4 +163,15 @@ declare const PutSecretValueCommand_base: {
163
163
  *
164
164
  */
165
165
  export declare class PutSecretValueCommand extends PutSecretValueCommand_base {
166
+ /** @internal type navigation helper, not in runtime. */
167
+ protected static __types: {
168
+ api: {
169
+ input: PutSecretValueRequest;
170
+ output: PutSecretValueResponse;
171
+ };
172
+ sdk: {
173
+ input: PutSecretValueCommandInput;
174
+ output: PutSecretValueCommandOutput;
175
+ };
176
+ };
166
177
  }
@@ -103,4 +103,15 @@ declare const RemoveRegionsFromReplicationCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: RemoveRegionsFromReplicationRequest;
110
+ output: RemoveRegionsFromReplicationResponse;
111
+ };
112
+ sdk: {
113
+ input: RemoveRegionsFromReplicationCommandInput;
114
+ output: RemoveRegionsFromReplicationCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -136,4 +136,15 @@ declare const ReplicateSecretToRegionsCommand_base: {
136
136
  *
137
137
  */
138
138
  export declare class ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: ReplicateSecretToRegionsRequest;
143
+ output: ReplicateSecretToRegionsResponse;
144
+ };
145
+ sdk: {
146
+ input: ReplicateSecretToRegionsCommandInput;
147
+ output: ReplicateSecretToRegionsCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -110,4 +110,15 @@ declare const RestoreSecretCommand_base: {
110
110
  *
111
111
  */
112
112
  export declare class RestoreSecretCommand extends RestoreSecretCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: RestoreSecretRequest;
117
+ output: RestoreSecretResponse;
118
+ };
119
+ sdk: {
120
+ input: RestoreSecretCommandInput;
121
+ output: RestoreSecretCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -150,4 +150,15 @@ declare const RotateSecretCommand_base: {
150
150
  *
151
151
  */
152
152
  export declare class RotateSecretCommand extends RotateSecretCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: RotateSecretRequest;
157
+ output: RotateSecretResponse;
158
+ };
159
+ sdk: {
160
+ input: RotateSecretCommandInput;
161
+ output: RotateSecretCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -92,4 +92,15 @@ declare const StopReplicationToReplicaCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: StopReplicationToReplicaRequest;
99
+ output: StopReplicationToReplicaResponse;
100
+ };
101
+ sdk: {
102
+ input: StopReplicationToReplicaCommandInput;
103
+ output: StopReplicationToReplicaCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -125,4 +125,15 @@ declare const TagResourceCommand_base: {
125
125
  *
126
126
  */
127
127
  export declare class TagResourceCommand extends TagResourceCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: TagResourceRequest;
132
+ output: {};
133
+ };
134
+ sdk: {
135
+ input: TagResourceCommandInput;
136
+ output: TagResourceCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -115,4 +115,15 @@ declare const UntagResourceCommand_base: {
115
115
  *
116
116
  */
117
117
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: UntagResourceRequest;
122
+ output: {};
123
+ };
124
+ sdk: {
125
+ input: UntagResourceCommandInput;
126
+ output: UntagResourceCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -196,4 +196,15 @@ declare const UpdateSecretCommand_base: {
196
196
  *
197
197
  */
198
198
  export declare class UpdateSecretCommand extends UpdateSecretCommand_base {
199
+ /** @internal type navigation helper, not in runtime. */
200
+ protected static __types: {
201
+ api: {
202
+ input: UpdateSecretRequest;
203
+ output: UpdateSecretResponse;
204
+ };
205
+ sdk: {
206
+ input: UpdateSecretCommandInput;
207
+ output: UpdateSecretCommandOutput;
208
+ };
209
+ };
199
210
  }
@@ -170,4 +170,15 @@ declare const UpdateSecretVersionStageCommand_base: {
170
170
  *
171
171
  */
172
172
  export declare class UpdateSecretVersionStageCommand extends UpdateSecretVersionStageCommand_base {
173
+ /** @internal type navigation helper, not in runtime. */
174
+ protected static __types: {
175
+ api: {
176
+ input: UpdateSecretVersionStageRequest;
177
+ output: UpdateSecretVersionStageResponse;
178
+ };
179
+ sdk: {
180
+ input: UpdateSecretVersionStageCommandInput;
181
+ output: UpdateSecretVersionStageCommandOutput;
182
+ };
183
+ };
173
184
  }
@@ -133,4 +133,15 @@ declare const ValidateResourcePolicyCommand_base: {
133
133
  *
134
134
  */
135
135
  export declare class ValidateResourcePolicyCommand extends ValidateResourcePolicyCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: ValidateResourcePolicyRequest;
140
+ output: ValidateResourcePolicyResponse;
141
+ };
142
+ sdk: {
143
+ input: ValidateResourcePolicyCommandInput;
144
+ output: ValidateResourcePolicyCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -37,4 +37,15 @@ declare const BatchGetSecretValueCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetSecretValueCommand extends BatchGetSecretValueCommand_base {}
40
+ export declare class BatchGetSecretValueCommand extends BatchGetSecretValueCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetSecretValueRequest;
44
+ output: BatchGetSecretValueResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetSecretValueCommandInput;
48
+ output: BatchGetSecretValueCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelRotateSecretCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelRotateSecretCommand extends CancelRotateSecretCommand_base {}
40
+ export declare class CancelRotateSecretCommand extends CancelRotateSecretCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelRotateSecretRequest;
44
+ output: CancelRotateSecretResponse;
45
+ };
46
+ sdk: {
47
+ input: CancelRotateSecretCommandInput;
48
+ output: CancelRotateSecretCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateSecretCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateSecretCommand extends CreateSecretCommand_base {}
36
+ export declare class CreateSecretCommand extends CreateSecretCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateSecretRequest;
40
+ output: CreateSecretResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateSecretCommandInput;
44
+ output: CreateSecretCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
40
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourcePolicyRequest;
44
+ output: DeleteResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteResourcePolicyCommandInput;
48
+ output: DeleteResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteSecretCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteSecretCommand extends DeleteSecretCommand_base {}
36
+ export declare class DeleteSecretCommand extends DeleteSecretCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteSecretRequest;
40
+ output: DeleteSecretResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteSecretCommandInput;
44
+ output: DeleteSecretCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeSecretCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeSecretCommand extends DescribeSecretCommand_base {}
39
+ export declare class DescribeSecretCommand extends DescribeSecretCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeSecretRequest;
43
+ output: DescribeSecretResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeSecretCommandInput;
47
+ output: DescribeSecretCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetRandomPasswordCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {}
40
+ export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRandomPasswordRequest;
44
+ output: GetRandomPasswordResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRandomPasswordCommandInput;
48
+ output: GetRandomPasswordCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetSecretValueCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSecretValueCommand extends GetSecretValueCommand_base {}
39
+ export declare class GetSecretValueCommand extends GetSecretValueCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetSecretValueRequest;
43
+ output: GetSecretValueResponse;
44
+ };
45
+ sdk: {
46
+ input: GetSecretValueCommandInput;
47
+ output: GetSecretValueCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListSecretVersionIdsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_base {}
40
+ export declare class ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSecretVersionIdsRequest;
44
+ output: ListSecretVersionIdsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListSecretVersionIdsCommandInput;
48
+ output: ListSecretVersionIdsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListSecretsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListSecretsCommand extends ListSecretsCommand_base {}
36
+ export declare class ListSecretsCommand extends ListSecretsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListSecretsRequest;
40
+ output: ListSecretsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListSecretsCommandInput;
44
+ output: ListSecretsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PutSecretValueCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutSecretValueCommand extends PutSecretValueCommand_base {}
39
+ export declare class PutSecretValueCommand extends PutSecretValueCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutSecretValueRequest;
43
+ output: PutSecretValueResponse;
44
+ };
45
+ sdk: {
46
+ input: PutSecretValueCommandInput;
47
+ output: PutSecretValueCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const RemoveRegionsFromReplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_base {}
40
+ export declare class RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RemoveRegionsFromReplicationRequest;
44
+ output: RemoveRegionsFromReplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: RemoveRegionsFromReplicationCommandInput;
48
+ output: RemoveRegionsFromReplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ReplicateSecretToRegionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_base {}
40
+ export declare class ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ReplicateSecretToRegionsRequest;
44
+ output: ReplicateSecretToRegionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ReplicateSecretToRegionsCommandInput;
48
+ output: ReplicateSecretToRegionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const RestoreSecretCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RestoreSecretCommand extends RestoreSecretCommand_base {}
39
+ export declare class RestoreSecretCommand extends RestoreSecretCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RestoreSecretRequest;
43
+ output: RestoreSecretResponse;
44
+ };
45
+ sdk: {
46
+ input: RestoreSecretCommandInput;
47
+ output: RestoreSecretCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const RotateSecretCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RotateSecretCommand extends RotateSecretCommand_base {}
36
+ export declare class RotateSecretCommand extends RotateSecretCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RotateSecretRequest;
40
+ output: RotateSecretResponse;
41
+ };
42
+ sdk: {
43
+ input: RotateSecretCommandInput;
44
+ output: RotateSecretCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const StopReplicationToReplicaCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_base {}
40
+ export declare class StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopReplicationToReplicaRequest;
44
+ output: StopReplicationToReplicaResponse;
45
+ };
46
+ sdk: {
47
+ input: StopReplicationToReplicaCommandInput;
48
+ output: StopReplicationToReplicaCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const UpdateSecretCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateSecretCommand extends UpdateSecretCommand_base {}
36
+ export declare class UpdateSecretCommand extends UpdateSecretCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateSecretRequest;
40
+ output: UpdateSecretResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateSecretCommandInput;
44
+ output: UpdateSecretCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateSecretVersionStageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateSecretVersionStageCommand extends UpdateSecretVersionStageCommand_base {}
40
+ export declare class UpdateSecretVersionStageCommand extends UpdateSecretVersionStageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateSecretVersionStageRequest;
44
+ output: UpdateSecretVersionStageResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateSecretVersionStageCommandInput;
48
+ output: UpdateSecretVersionStageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ValidateResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ValidateResourcePolicyCommand extends ValidateResourcePolicyCommand_base {}
40
+ export declare class ValidateResourcePolicyCommand extends ValidateResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ValidateResourcePolicyRequest;
44
+ output: ValidateResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: ValidateResourcePolicyCommandInput;
48
+ output: ValidateResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"