@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.
@@ -16,12 +16,6 @@ export interface EncryptionConfiguration {
16
16
  */
17
17
  CmkArn?: string;
18
18
  }
19
- export declare namespace EncryptionConfiguration {
20
- /**
21
- * @internal
22
- */
23
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
24
- }
25
19
  export declare enum RetentionIntervalUnitValues {
26
20
  DAYS = "DAYS",
27
21
  MONTHS = "MONTHS",
@@ -42,12 +36,6 @@ export interface CrossRegionCopyRetainRule {
42
36
  */
43
37
  IntervalUnit?: RetentionIntervalUnitValues | string;
44
38
  }
45
- export declare namespace CrossRegionCopyRetainRule {
46
- /**
47
- * @internal
48
- */
49
- const filterSensitiveLog: (obj: CrossRegionCopyRetainRule) => any;
50
- }
51
39
  /**
52
40
  * <p>Specifies a rule for copying shared snapshots across Regions.</p>
53
41
  */
@@ -65,12 +53,6 @@ export interface CrossRegionCopyAction {
65
53
  */
66
54
  RetainRule?: CrossRegionCopyRetainRule;
67
55
  }
68
- export declare namespace CrossRegionCopyAction {
69
- /**
70
- * @internal
71
- */
72
- const filterSensitiveLog: (obj: CrossRegionCopyAction) => any;
73
- }
74
56
  /**
75
57
  * <p>Specifies an action for an event-based policy.</p>
76
58
  */
@@ -84,12 +66,6 @@ export interface Action {
84
66
  */
85
67
  CrossRegionCopy: CrossRegionCopyAction[] | undefined;
86
68
  }
87
- export declare namespace Action {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: Action) => any;
92
- }
93
69
  export declare enum EventTypeValues {
94
70
  SHARE_SNAPSHOT = "shareSnapshot"
95
71
  }
@@ -116,12 +92,6 @@ export interface EventParameters {
116
92
  */
117
93
  DescriptionRegex: string | undefined;
118
94
  }
119
- export declare namespace EventParameters {
120
- /**
121
- * @internal
122
- */
123
- const filterSensitiveLog: (obj: EventParameters) => any;
124
- }
125
95
  export declare enum EventSourceValues {
126
96
  MANAGED_CWE = "MANAGED_CWE"
127
97
  }
@@ -138,12 +108,6 @@ export interface EventSource {
138
108
  */
139
109
  Parameters?: EventParameters;
140
110
  }
141
- export declare namespace EventSource {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: EventSource) => any;
146
- }
147
111
  /**
148
112
  * <p>Specifies optional parameters to add to a policy. The set of valid parameters depends
149
113
  * on the combination of policy type and resource type.</p>
@@ -163,12 +127,6 @@ export interface _Parameters {
163
127
  */
164
128
  NoReboot?: boolean;
165
129
  }
166
- export declare namespace _Parameters {
167
- /**
168
- * @internal
169
- */
170
- const filterSensitiveLog: (obj: _Parameters) => any;
171
- }
172
130
  export declare enum PolicyTypeValues {
173
131
  EBS_SNAPSHOT_MANAGEMENT = "EBS_SNAPSHOT_MANAGEMENT",
174
132
  EVENT_BASED_POLICY = "EVENT_BASED_POLICY",
@@ -228,12 +186,6 @@ export interface CreateRule {
228
186
  */
229
187
  CronExpression?: string;
230
188
  }
231
- export declare namespace CreateRule {
232
- /**
233
- * @internal
234
- */
235
- const filterSensitiveLog: (obj: CreateRule) => any;
236
- }
237
189
  /**
238
190
  * <p>Specifies an AMI deprecation rule for cross-Region AMI copies created by a cross-Region copy rule.</p>
239
191
  */
@@ -249,12 +201,6 @@ export interface CrossRegionCopyDeprecateRule {
249
201
  */
250
202
  IntervalUnit?: RetentionIntervalUnitValues | string;
251
203
  }
252
- export declare namespace CrossRegionCopyDeprecateRule {
253
- /**
254
- * @internal
255
- */
256
- const filterSensitiveLog: (obj: CrossRegionCopyDeprecateRule) => any;
257
- }
258
204
  /**
259
205
  * <p>Specifies a rule for cross-Region snapshot copies.</p>
260
206
  */
@@ -299,12 +245,6 @@ export interface CrossRegionCopyRule {
299
245
  */
300
246
  DeprecateRule?: CrossRegionCopyDeprecateRule;
301
247
  }
302
- export declare namespace CrossRegionCopyRule {
303
- /**
304
- * @internal
305
- */
306
- const filterSensitiveLog: (obj: CrossRegionCopyRule) => any;
307
- }
308
248
  /**
309
249
  * <p>Specifies an AMI deprecation rule for a schedule.</p>
310
250
  */
@@ -327,12 +267,6 @@ export interface DeprecateRule {
327
267
  */
328
268
  IntervalUnit?: RetentionIntervalUnitValues | string;
329
269
  }
330
- export declare namespace DeprecateRule {
331
- /**
332
- * @internal
333
- */
334
- const filterSensitiveLog: (obj: DeprecateRule) => any;
335
- }
336
270
  /**
337
271
  * <p>Specifies a rule for enabling fast snapshot restore. You can enable fast snapshot
338
272
  * restore based on either a count or a time interval.</p>
@@ -356,12 +290,6 @@ export interface FastRestoreRule {
356
290
  */
357
291
  AvailabilityZones: string[] | undefined;
358
292
  }
359
- export declare namespace FastRestoreRule {
360
- /**
361
- * @internal
362
- */
363
- const filterSensitiveLog: (obj: FastRestoreRule) => any;
364
- }
365
293
  /**
366
294
  * <p>Specifies the retention rule for a lifecycle policy. You can retain snapshots based on
367
295
  * either a count or a time interval.</p>
@@ -381,12 +309,6 @@ export interface RetainRule {
381
309
  */
382
310
  IntervalUnit?: RetentionIntervalUnitValues | string;
383
311
  }
384
- export declare namespace RetainRule {
385
- /**
386
- * @internal
387
- */
388
- const filterSensitiveLog: (obj: RetainRule) => any;
389
- }
390
312
  /**
391
313
  * <p>Specifies a rule for sharing snapshots across Amazon Web Services accounts.</p>
392
314
  */
@@ -404,12 +326,6 @@ export interface ShareRule {
404
326
  */
405
327
  UnshareIntervalUnit?: RetentionIntervalUnitValues | string;
406
328
  }
407
- export declare namespace ShareRule {
408
- /**
409
- * @internal
410
- */
411
- const filterSensitiveLog: (obj: ShareRule) => any;
412
- }
413
329
  /**
414
330
  * <p>Specifies a tag for a resource.</p>
415
331
  */
@@ -423,12 +339,6 @@ export interface Tag {
423
339
  */
424
340
  Value: string | undefined;
425
341
  }
426
- export declare namespace Tag {
427
- /**
428
- * @internal
429
- */
430
- const filterSensitiveLog: (obj: Tag) => any;
431
- }
432
342
  /**
433
343
  * <p>Specifies a backup schedule for a snapshot or AMI lifecycle policy.</p>
434
344
  */
@@ -483,12 +393,6 @@ export interface Schedule {
483
393
  */
484
394
  DeprecateRule?: DeprecateRule;
485
395
  }
486
- export declare namespace Schedule {
487
- /**
488
- * @internal
489
- */
490
- const filterSensitiveLog: (obj: Schedule) => any;
491
- }
492
396
  /**
493
397
  * <p>Specifies the configuration of a lifecycle policy.</p>
494
398
  */
@@ -544,12 +448,6 @@ export interface PolicyDetails {
544
448
  */
545
449
  Actions?: Action[];
546
450
  }
547
- export declare namespace PolicyDetails {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: PolicyDetails) => any;
552
- }
553
451
  export declare enum SettablePolicyStateValues {
554
452
  DISABLED = "DISABLED",
555
453
  ENABLED = "ENABLED"
@@ -578,24 +476,12 @@ export interface CreateLifecyclePolicyRequest {
578
476
  */
579
477
  Tags?: Record<string, string>;
580
478
  }
581
- export declare namespace CreateLifecyclePolicyRequest {
582
- /**
583
- * @internal
584
- */
585
- const filterSensitiveLog: (obj: CreateLifecyclePolicyRequest) => any;
586
- }
587
479
  export interface CreateLifecyclePolicyResponse {
588
480
  /**
589
481
  * <p>The identifier of the lifecycle policy.</p>
590
482
  */
591
483
  PolicyId?: string;
592
484
  }
593
- export declare namespace CreateLifecyclePolicyResponse {
594
- /**
595
- * @internal
596
- */
597
- const filterSensitiveLog: (obj: CreateLifecyclePolicyResponse) => any;
598
- }
599
485
  /**
600
486
  * <p>The service failed in an unexpected way.</p>
601
487
  */
@@ -654,20 +540,8 @@ export interface DeleteLifecyclePolicyRequest {
654
540
  */
655
541
  PolicyId: string | undefined;
656
542
  }
657
- export declare namespace DeleteLifecyclePolicyRequest {
658
- /**
659
- * @internal
660
- */
661
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
662
- }
663
543
  export interface DeleteLifecyclePolicyResponse {
664
544
  }
665
- export declare namespace DeleteLifecyclePolicyResponse {
666
- /**
667
- * @internal
668
- */
669
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
670
- }
671
545
  /**
672
546
  * <p>A requested resource was not found.</p>
673
547
  */
@@ -719,12 +593,6 @@ export interface GetLifecyclePoliciesRequest {
719
593
  */
720
594
  TagsToAdd?: string[];
721
595
  }
722
- export declare namespace GetLifecyclePoliciesRequest {
723
- /**
724
- * @internal
725
- */
726
- const filterSensitiveLog: (obj: GetLifecyclePoliciesRequest) => any;
727
- }
728
596
  /**
729
597
  * <p>Summary information about a lifecycle policy.</p>
730
598
  */
@@ -752,36 +620,18 @@ export interface LifecyclePolicySummary {
752
620
  */
753
621
  PolicyType?: PolicyTypeValues | string;
754
622
  }
755
- export declare namespace LifecyclePolicySummary {
756
- /**
757
- * @internal
758
- */
759
- const filterSensitiveLog: (obj: LifecyclePolicySummary) => any;
760
- }
761
623
  export interface GetLifecyclePoliciesResponse {
762
624
  /**
763
625
  * <p>Summary information about the lifecycle policies.</p>
764
626
  */
765
627
  Policies?: LifecyclePolicySummary[];
766
628
  }
767
- export declare namespace GetLifecyclePoliciesResponse {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: GetLifecyclePoliciesResponse) => any;
772
- }
773
629
  export interface GetLifecyclePolicyRequest {
774
630
  /**
775
631
  * <p>The identifier of the lifecycle policy.</p>
776
632
  */
777
633
  PolicyId: string | undefined;
778
634
  }
779
- export declare namespace GetLifecyclePolicyRequest {
780
- /**
781
- * @internal
782
- */
783
- const filterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
784
- }
785
635
  /**
786
636
  * <p>Detailed information about a lifecycle policy.</p>
787
637
  */
@@ -828,48 +678,24 @@ export interface LifecyclePolicy {
828
678
  */
829
679
  PolicyArn?: string;
830
680
  }
831
- export declare namespace LifecyclePolicy {
832
- /**
833
- * @internal
834
- */
835
- const filterSensitiveLog: (obj: LifecyclePolicy) => any;
836
- }
837
681
  export interface GetLifecyclePolicyResponse {
838
682
  /**
839
683
  * <p>Detailed information about the lifecycle policy.</p>
840
684
  */
841
685
  Policy?: LifecyclePolicy;
842
686
  }
843
- export declare namespace GetLifecyclePolicyResponse {
844
- /**
845
- * @internal
846
- */
847
- const filterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
848
- }
849
687
  export interface ListTagsForResourceRequest {
850
688
  /**
851
689
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
852
690
  */
853
691
  ResourceArn: string | undefined;
854
692
  }
855
- export declare namespace ListTagsForResourceRequest {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
860
- }
861
693
  export interface ListTagsForResourceResponse {
862
694
  /**
863
695
  * <p>Information about the tags.</p>
864
696
  */
865
697
  Tags?: Record<string, string>;
866
698
  }
867
- export declare namespace ListTagsForResourceResponse {
868
- /**
869
- * @internal
870
- */
871
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
872
- }
873
699
  export interface TagResourceRequest {
874
700
  /**
875
701
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -880,20 +706,8 @@ export interface TagResourceRequest {
880
706
  */
881
707
  Tags: Record<string, string> | undefined;
882
708
  }
883
- export declare namespace TagResourceRequest {
884
- /**
885
- * @internal
886
- */
887
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
888
- }
889
709
  export interface TagResourceResponse {
890
710
  }
891
- export declare namespace TagResourceResponse {
892
- /**
893
- * @internal
894
- */
895
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
896
- }
897
711
  export interface UntagResourceRequest {
898
712
  /**
899
713
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -904,20 +718,8 @@ export interface UntagResourceRequest {
904
718
  */
905
719
  TagKeys: string[] | undefined;
906
720
  }
907
- export declare namespace UntagResourceRequest {
908
- /**
909
- * @internal
910
- */
911
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
912
- }
913
721
  export interface UntagResourceResponse {
914
722
  }
915
- export declare namespace UntagResourceResponse {
916
- /**
917
- * @internal
918
- */
919
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
920
- }
921
723
  export interface UpdateLifecyclePolicyRequest {
922
724
  /**
923
725
  * <p>The identifier of the lifecycle policy.</p>
@@ -942,17 +744,145 @@ export interface UpdateLifecyclePolicyRequest {
942
744
  */
943
745
  PolicyDetails?: PolicyDetails;
944
746
  }
945
- export declare namespace UpdateLifecyclePolicyRequest {
946
- /**
947
- * @internal
948
- */
949
- const filterSensitiveLog: (obj: UpdateLifecyclePolicyRequest) => any;
950
- }
951
747
  export interface UpdateLifecyclePolicyResponse {
952
748
  }
953
- export declare namespace UpdateLifecyclePolicyResponse {
954
- /**
955
- * @internal
956
- */
957
- const filterSensitiveLog: (obj: UpdateLifecyclePolicyResponse) => any;
958
- }
749
+ /**
750
+ * @internal
751
+ */
752
+ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
753
+ /**
754
+ * @internal
755
+ */
756
+ export declare const CrossRegionCopyRetainRuleFilterSensitiveLog: (obj: CrossRegionCopyRetainRule) => any;
757
+ /**
758
+ * @internal
759
+ */
760
+ export declare const CrossRegionCopyActionFilterSensitiveLog: (obj: CrossRegionCopyAction) => any;
761
+ /**
762
+ * @internal
763
+ */
764
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
765
+ /**
766
+ * @internal
767
+ */
768
+ export declare const EventParametersFilterSensitiveLog: (obj: EventParameters) => any;
769
+ /**
770
+ * @internal
771
+ */
772
+ export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
773
+ /**
774
+ * @internal
775
+ */
776
+ export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
777
+ /**
778
+ * @internal
779
+ */
780
+ export declare const CreateRuleFilterSensitiveLog: (obj: CreateRule) => any;
781
+ /**
782
+ * @internal
783
+ */
784
+ export declare const CrossRegionCopyDeprecateRuleFilterSensitiveLog: (obj: CrossRegionCopyDeprecateRule) => any;
785
+ /**
786
+ * @internal
787
+ */
788
+ export declare const CrossRegionCopyRuleFilterSensitiveLog: (obj: CrossRegionCopyRule) => any;
789
+ /**
790
+ * @internal
791
+ */
792
+ export declare const DeprecateRuleFilterSensitiveLog: (obj: DeprecateRule) => any;
793
+ /**
794
+ * @internal
795
+ */
796
+ export declare const FastRestoreRuleFilterSensitiveLog: (obj: FastRestoreRule) => any;
797
+ /**
798
+ * @internal
799
+ */
800
+ export declare const RetainRuleFilterSensitiveLog: (obj: RetainRule) => any;
801
+ /**
802
+ * @internal
803
+ */
804
+ export declare const ShareRuleFilterSensitiveLog: (obj: ShareRule) => any;
805
+ /**
806
+ * @internal
807
+ */
808
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
809
+ /**
810
+ * @internal
811
+ */
812
+ export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
813
+ /**
814
+ * @internal
815
+ */
816
+ export declare const PolicyDetailsFilterSensitiveLog: (obj: PolicyDetails) => any;
817
+ /**
818
+ * @internal
819
+ */
820
+ export declare const CreateLifecyclePolicyRequestFilterSensitiveLog: (obj: CreateLifecyclePolicyRequest) => any;
821
+ /**
822
+ * @internal
823
+ */
824
+ export declare const CreateLifecyclePolicyResponseFilterSensitiveLog: (obj: CreateLifecyclePolicyResponse) => any;
825
+ /**
826
+ * @internal
827
+ */
828
+ export declare const DeleteLifecyclePolicyRequestFilterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
829
+ /**
830
+ * @internal
831
+ */
832
+ export declare const DeleteLifecyclePolicyResponseFilterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
833
+ /**
834
+ * @internal
835
+ */
836
+ export declare const GetLifecyclePoliciesRequestFilterSensitiveLog: (obj: GetLifecyclePoliciesRequest) => any;
837
+ /**
838
+ * @internal
839
+ */
840
+ export declare const LifecyclePolicySummaryFilterSensitiveLog: (obj: LifecyclePolicySummary) => any;
841
+ /**
842
+ * @internal
843
+ */
844
+ export declare const GetLifecyclePoliciesResponseFilterSensitiveLog: (obj: GetLifecyclePoliciesResponse) => any;
845
+ /**
846
+ * @internal
847
+ */
848
+ export declare const GetLifecyclePolicyRequestFilterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
849
+ /**
850
+ * @internal
851
+ */
852
+ export declare const LifecyclePolicyFilterSensitiveLog: (obj: LifecyclePolicy) => any;
853
+ /**
854
+ * @internal
855
+ */
856
+ export declare const GetLifecyclePolicyResponseFilterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
857
+ /**
858
+ * @internal
859
+ */
860
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
861
+ /**
862
+ * @internal
863
+ */
864
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
865
+ /**
866
+ * @internal
867
+ */
868
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
869
+ /**
870
+ * @internal
871
+ */
872
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
873
+ /**
874
+ * @internal
875
+ */
876
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
877
+ /**
878
+ * @internal
879
+ */
880
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
881
+ /**
882
+ * @internal
883
+ */
884
+ export declare const UpdateLifecyclePolicyRequestFilterSensitiveLog: (obj: UpdateLifecyclePolicyRequest) => any;
885
+ /**
886
+ * @internal
887
+ */
888
+ export declare const UpdateLifecyclePolicyResponseFilterSensitiveLog: (obj: UpdateLifecyclePolicyResponse) => any;