@aws-sdk/client-dlm 3.131.0 → 3.142.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.
@@ -7,10 +7,6 @@ export interface EncryptionConfiguration {
7
7
 
8
8
  CmkArn?: string;
9
9
  }
10
- export declare namespace EncryptionConfiguration {
11
-
12
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
13
- }
14
10
  export declare enum RetentionIntervalUnitValues {
15
11
  DAYS = "DAYS",
16
12
  MONTHS = "MONTHS",
@@ -24,10 +20,6 @@ export interface CrossRegionCopyRetainRule {
24
20
 
25
21
  IntervalUnit?: RetentionIntervalUnitValues | string;
26
22
  }
27
- export declare namespace CrossRegionCopyRetainRule {
28
-
29
- const filterSensitiveLog: (obj: CrossRegionCopyRetainRule) => any;
30
- }
31
23
 
32
24
  export interface CrossRegionCopyAction {
33
25
 
@@ -37,10 +29,6 @@ export interface CrossRegionCopyAction {
37
29
 
38
30
  RetainRule?: CrossRegionCopyRetainRule;
39
31
  }
40
- export declare namespace CrossRegionCopyAction {
41
-
42
- const filterSensitiveLog: (obj: CrossRegionCopyAction) => any;
43
- }
44
32
 
45
33
  export interface Action {
46
34
 
@@ -48,10 +36,6 @@ export interface Action {
48
36
 
49
37
  CrossRegionCopy: CrossRegionCopyAction[] | undefined;
50
38
  }
51
- export declare namespace Action {
52
-
53
- const filterSensitiveLog: (obj: Action) => any;
54
- }
55
39
  export declare enum EventTypeValues {
56
40
  SHARE_SNAPSHOT = "shareSnapshot"
57
41
  }
@@ -64,10 +48,6 @@ export interface EventParameters {
64
48
 
65
49
  DescriptionRegex: string | undefined;
66
50
  }
67
- export declare namespace EventParameters {
68
-
69
- const filterSensitiveLog: (obj: EventParameters) => any;
70
- }
71
51
  export declare enum EventSourceValues {
72
52
  MANAGED_CWE = "MANAGED_CWE"
73
53
  }
@@ -78,10 +58,6 @@ export interface EventSource {
78
58
 
79
59
  Parameters?: EventParameters;
80
60
  }
81
- export declare namespace EventSource {
82
-
83
- const filterSensitiveLog: (obj: EventSource) => any;
84
- }
85
61
 
86
62
  export interface _Parameters {
87
63
 
@@ -89,10 +65,6 @@ export interface _Parameters {
89
65
 
90
66
  NoReboot?: boolean;
91
67
  }
92
- export declare namespace _Parameters {
93
-
94
- const filterSensitiveLog: (obj: _Parameters) => any;
95
- }
96
68
  export declare enum PolicyTypeValues {
97
69
  EBS_SNAPSHOT_MANAGEMENT = "EBS_SNAPSHOT_MANAGEMENT",
98
70
  EVENT_BASED_POLICY = "EVENT_BASED_POLICY",
@@ -126,10 +98,6 @@ export interface CreateRule {
126
98
 
127
99
  CronExpression?: string;
128
100
  }
129
- export declare namespace CreateRule {
130
-
131
- const filterSensitiveLog: (obj: CreateRule) => any;
132
- }
133
101
 
134
102
  export interface CrossRegionCopyDeprecateRule {
135
103
 
@@ -137,10 +105,6 @@ export interface CrossRegionCopyDeprecateRule {
137
105
 
138
106
  IntervalUnit?: RetentionIntervalUnitValues | string;
139
107
  }
140
- export declare namespace CrossRegionCopyDeprecateRule {
141
-
142
- const filterSensitiveLog: (obj: CrossRegionCopyDeprecateRule) => any;
143
- }
144
108
 
145
109
  export interface CrossRegionCopyRule {
146
110
 
@@ -158,10 +122,6 @@ export interface CrossRegionCopyRule {
158
122
 
159
123
  DeprecateRule?: CrossRegionCopyDeprecateRule;
160
124
  }
161
- export declare namespace CrossRegionCopyRule {
162
-
163
- const filterSensitiveLog: (obj: CrossRegionCopyRule) => any;
164
- }
165
125
 
166
126
  export interface DeprecateRule {
167
127
 
@@ -171,10 +131,6 @@ export interface DeprecateRule {
171
131
 
172
132
  IntervalUnit?: RetentionIntervalUnitValues | string;
173
133
  }
174
- export declare namespace DeprecateRule {
175
-
176
- const filterSensitiveLog: (obj: DeprecateRule) => any;
177
- }
178
134
 
179
135
  export interface FastRestoreRule {
180
136
 
@@ -186,10 +142,6 @@ export interface FastRestoreRule {
186
142
 
187
143
  AvailabilityZones: string[] | undefined;
188
144
  }
189
- export declare namespace FastRestoreRule {
190
-
191
- const filterSensitiveLog: (obj: FastRestoreRule) => any;
192
- }
193
145
 
194
146
  export interface RetainRule {
195
147
 
@@ -199,10 +151,6 @@ export interface RetainRule {
199
151
 
200
152
  IntervalUnit?: RetentionIntervalUnitValues | string;
201
153
  }
202
- export declare namespace RetainRule {
203
-
204
- const filterSensitiveLog: (obj: RetainRule) => any;
205
- }
206
154
 
207
155
  export interface ShareRule {
208
156
 
@@ -212,10 +160,6 @@ export interface ShareRule {
212
160
 
213
161
  UnshareIntervalUnit?: RetentionIntervalUnitValues | string;
214
162
  }
215
- export declare namespace ShareRule {
216
-
217
- const filterSensitiveLog: (obj: ShareRule) => any;
218
- }
219
163
 
220
164
  export interface Tag {
221
165
 
@@ -223,10 +167,6 @@ export interface Tag {
223
167
 
224
168
  Value: string | undefined;
225
169
  }
226
- export declare namespace Tag {
227
-
228
- const filterSensitiveLog: (obj: Tag) => any;
229
- }
230
170
 
231
171
  export interface Schedule {
232
172
 
@@ -250,10 +190,6 @@ export interface Schedule {
250
190
 
251
191
  DeprecateRule?: DeprecateRule;
252
192
  }
253
- export declare namespace Schedule {
254
-
255
- const filterSensitiveLog: (obj: Schedule) => any;
256
- }
257
193
 
258
194
  export interface PolicyDetails {
259
195
 
@@ -273,10 +209,6 @@ export interface PolicyDetails {
273
209
 
274
210
  Actions?: Action[];
275
211
  }
276
- export declare namespace PolicyDetails {
277
-
278
- const filterSensitiveLog: (obj: PolicyDetails) => any;
279
- }
280
212
  export declare enum SettablePolicyStateValues {
281
213
  DISABLED = "DISABLED",
282
214
  ENABLED = "ENABLED"
@@ -293,18 +225,10 @@ export interface CreateLifecyclePolicyRequest {
293
225
 
294
226
  Tags?: Record<string, string>;
295
227
  }
296
- export declare namespace CreateLifecyclePolicyRequest {
297
-
298
- const filterSensitiveLog: (obj: CreateLifecyclePolicyRequest) => any;
299
- }
300
228
  export interface CreateLifecyclePolicyResponse {
301
229
 
302
230
  PolicyId?: string;
303
231
  }
304
- export declare namespace CreateLifecyclePolicyResponse {
305
-
306
- const filterSensitiveLog: (obj: CreateLifecyclePolicyResponse) => any;
307
- }
308
232
 
309
233
  export declare class InternalServerException extends __BaseException {
310
234
  readonly name: "InternalServerException";
@@ -342,16 +266,8 @@ export interface DeleteLifecyclePolicyRequest {
342
266
 
343
267
  PolicyId: string | undefined;
344
268
  }
345
- export declare namespace DeleteLifecyclePolicyRequest {
346
-
347
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
348
- }
349
269
  export interface DeleteLifecyclePolicyResponse {
350
270
  }
351
- export declare namespace DeleteLifecyclePolicyResponse {
352
-
353
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
354
- }
355
271
 
356
272
  export declare class ResourceNotFoundException extends __BaseException {
357
273
  readonly name: "ResourceNotFoundException";
@@ -382,10 +298,6 @@ export interface GetLifecyclePoliciesRequest {
382
298
 
383
299
  TagsToAdd?: string[];
384
300
  }
385
- export declare namespace GetLifecyclePoliciesRequest {
386
-
387
- const filterSensitiveLog: (obj: GetLifecyclePoliciesRequest) => any;
388
- }
389
301
 
390
302
  export interface LifecyclePolicySummary {
391
303
 
@@ -399,26 +311,14 @@ export interface LifecyclePolicySummary {
399
311
 
400
312
  PolicyType?: PolicyTypeValues | string;
401
313
  }
402
- export declare namespace LifecyclePolicySummary {
403
-
404
- const filterSensitiveLog: (obj: LifecyclePolicySummary) => any;
405
- }
406
314
  export interface GetLifecyclePoliciesResponse {
407
315
 
408
316
  Policies?: LifecyclePolicySummary[];
409
317
  }
410
- export declare namespace GetLifecyclePoliciesResponse {
411
-
412
- const filterSensitiveLog: (obj: GetLifecyclePoliciesResponse) => any;
413
- }
414
318
  export interface GetLifecyclePolicyRequest {
415
319
 
416
320
  PolicyId: string | undefined;
417
321
  }
418
- export declare namespace GetLifecyclePolicyRequest {
419
-
420
- const filterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
421
- }
422
322
 
423
323
  export interface LifecyclePolicy {
424
324
 
@@ -442,66 +342,34 @@ export interface LifecyclePolicy {
442
342
 
443
343
  PolicyArn?: string;
444
344
  }
445
- export declare namespace LifecyclePolicy {
446
-
447
- const filterSensitiveLog: (obj: LifecyclePolicy) => any;
448
- }
449
345
  export interface GetLifecyclePolicyResponse {
450
346
 
451
347
  Policy?: LifecyclePolicy;
452
348
  }
453
- export declare namespace GetLifecyclePolicyResponse {
454
-
455
- const filterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
456
- }
457
349
  export interface ListTagsForResourceRequest {
458
350
 
459
351
  ResourceArn: string | undefined;
460
352
  }
461
- export declare namespace ListTagsForResourceRequest {
462
-
463
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
464
- }
465
353
  export interface ListTagsForResourceResponse {
466
354
 
467
355
  Tags?: Record<string, string>;
468
356
  }
469
- export declare namespace ListTagsForResourceResponse {
470
-
471
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
472
- }
473
357
  export interface TagResourceRequest {
474
358
 
475
359
  ResourceArn: string | undefined;
476
360
 
477
361
  Tags: Record<string, string> | undefined;
478
362
  }
479
- export declare namespace TagResourceRequest {
480
-
481
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
482
- }
483
363
  export interface TagResourceResponse {
484
364
  }
485
- export declare namespace TagResourceResponse {
486
-
487
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
488
- }
489
365
  export interface UntagResourceRequest {
490
366
 
491
367
  ResourceArn: string | undefined;
492
368
 
493
369
  TagKeys: string[] | undefined;
494
370
  }
495
- export declare namespace UntagResourceRequest {
496
-
497
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
498
- }
499
371
  export interface UntagResourceResponse {
500
372
  }
501
- export declare namespace UntagResourceResponse {
502
-
503
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
504
- }
505
373
  export interface UpdateLifecyclePolicyRequest {
506
374
 
507
375
  PolicyId: string | undefined;
@@ -514,13 +382,75 @@ export interface UpdateLifecyclePolicyRequest {
514
382
 
515
383
  PolicyDetails?: PolicyDetails;
516
384
  }
517
- export declare namespace UpdateLifecyclePolicyRequest {
518
-
519
- const filterSensitiveLog: (obj: UpdateLifecyclePolicyRequest) => any;
520
- }
521
385
  export interface UpdateLifecyclePolicyResponse {
522
386
  }
523
- export declare namespace UpdateLifecyclePolicyResponse {
524
-
525
- const filterSensitiveLog: (obj: UpdateLifecyclePolicyResponse) => any;
526
- }
387
+
388
+ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
389
+
390
+ export declare const CrossRegionCopyRetainRuleFilterSensitiveLog: (obj: CrossRegionCopyRetainRule) => any;
391
+
392
+ export declare const CrossRegionCopyActionFilterSensitiveLog: (obj: CrossRegionCopyAction) => any;
393
+
394
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
395
+
396
+ export declare const EventParametersFilterSensitiveLog: (obj: EventParameters) => any;
397
+
398
+ export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
399
+
400
+ export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
401
+
402
+ export declare const CreateRuleFilterSensitiveLog: (obj: CreateRule) => any;
403
+
404
+ export declare const CrossRegionCopyDeprecateRuleFilterSensitiveLog: (obj: CrossRegionCopyDeprecateRule) => any;
405
+
406
+ export declare const CrossRegionCopyRuleFilterSensitiveLog: (obj: CrossRegionCopyRule) => any;
407
+
408
+ export declare const DeprecateRuleFilterSensitiveLog: (obj: DeprecateRule) => any;
409
+
410
+ export declare const FastRestoreRuleFilterSensitiveLog: (obj: FastRestoreRule) => any;
411
+
412
+ export declare const RetainRuleFilterSensitiveLog: (obj: RetainRule) => any;
413
+
414
+ export declare const ShareRuleFilterSensitiveLog: (obj: ShareRule) => any;
415
+
416
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
417
+
418
+ export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
419
+
420
+ export declare const PolicyDetailsFilterSensitiveLog: (obj: PolicyDetails) => any;
421
+
422
+ export declare const CreateLifecyclePolicyRequestFilterSensitiveLog: (obj: CreateLifecyclePolicyRequest) => any;
423
+
424
+ export declare const CreateLifecyclePolicyResponseFilterSensitiveLog: (obj: CreateLifecyclePolicyResponse) => any;
425
+
426
+ export declare const DeleteLifecyclePolicyRequestFilterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
427
+
428
+ export declare const DeleteLifecyclePolicyResponseFilterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
429
+
430
+ export declare const GetLifecyclePoliciesRequestFilterSensitiveLog: (obj: GetLifecyclePoliciesRequest) => any;
431
+
432
+ export declare const LifecyclePolicySummaryFilterSensitiveLog: (obj: LifecyclePolicySummary) => any;
433
+
434
+ export declare const GetLifecyclePoliciesResponseFilterSensitiveLog: (obj: GetLifecyclePoliciesResponse) => any;
435
+
436
+ export declare const GetLifecyclePolicyRequestFilterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
437
+
438
+ export declare const LifecyclePolicyFilterSensitiveLog: (obj: LifecyclePolicy) => any;
439
+
440
+ export declare const GetLifecyclePolicyResponseFilterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
441
+
442
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
443
+
444
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
445
+
446
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
447
+
448
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
449
+
450
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
451
+
452
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
453
+
454
+ export declare const UpdateLifecyclePolicyRequestFilterSensitiveLog: (obj: UpdateLifecyclePolicyRequest) => any;
455
+
456
+ export declare const UpdateLifecyclePolicyResponseFilterSensitiveLog: (obj: UpdateLifecyclePolicyResponse) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dlm",
3
3
  "description": "AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native",
4
- "version": "3.131.0",
4
+ "version": "3.142.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.142.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.142.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.142.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",