@aws-sdk/client-dlm 3.296.0 → 3.298.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 (32) hide show
  1. package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -3
  3. package/dist-cjs/commands/GetLifecyclePoliciesCommand.js +2 -3
  4. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -3
  5. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  6. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  7. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  8. package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +2 -3
  9. package/dist-cjs/models/models_0.js +1 -154
  10. package/dist-es/commands/CreateLifecyclePolicyCommand.js +2 -3
  11. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -3
  12. package/dist-es/commands/GetLifecyclePoliciesCommand.js +2 -3
  13. package/dist-es/commands/GetLifecyclePolicyCommand.js +2 -3
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  15. package/dist-es/commands/TagResourceCommand.js +2 -3
  16. package/dist-es/commands/UntagResourceCommand.js +2 -3
  17. package/dist-es/commands/UpdateLifecyclePolicyCommand.js +2 -3
  18. package/dist-es/models/models_0.js +0 -114
  19. package/dist-types/DLM.d.ts +9 -0
  20. package/dist-types/DLMClient.d.ts +24 -4
  21. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/GetLifecyclePoliciesCommand.d.ts +16 -0
  24. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +16 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  26. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  27. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  28. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +16 -0
  29. package/dist-types/models/DLMServiceException.d.ts +2 -0
  30. package/dist-types/models/models_0.d.ts +104 -152
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -96
  32. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { DLMServiceException as __BaseException } from "./DLMServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>
5
6
  * <b>[Event-based policies only]</b> Specifies the encryption settings for cross-Region snapshot copies created by
6
7
  * event-based policies.</p>
@@ -18,6 +19,9 @@ export interface EncryptionConfiguration {
18
19
  */
19
20
  CmkArn?: string;
20
21
  }
22
+ /**
23
+ * @public
24
+ */
21
25
  export declare enum RetentionIntervalUnitValues {
22
26
  DAYS = "DAYS",
23
27
  MONTHS = "MONTHS",
@@ -25,6 +29,7 @@ export declare enum RetentionIntervalUnitValues {
25
29
  YEARS = "YEARS"
26
30
  }
27
31
  /**
32
+ * @public
28
33
  * <p>Specifies a retention rule for cross-Region snapshot copies created by snapshot or
29
34
  * event-based policies, or cross-Region AMI copies created by AMI policies. After the
30
35
  * retention period expires, the cross-Region copy is deleted.</p>
@@ -42,6 +47,7 @@ export interface CrossRegionCopyRetainRule {
42
47
  IntervalUnit?: RetentionIntervalUnitValues | string;
43
48
  }
44
49
  /**
50
+ * @public
45
51
  * <p>
46
52
  * <b>[Event-based policies only]</b> Specifies a cross-Region copy action for event-based policies.</p>
47
53
  * <note>
@@ -66,6 +72,7 @@ export interface CrossRegionCopyAction {
66
72
  RetainRule?: CrossRegionCopyRetainRule;
67
73
  }
68
74
  /**
75
+ * @public
69
76
  * <p>
70
77
  * <b>[Event-based policies only]</b> Specifies an action for an event-based policy.</p>
71
78
  */
@@ -80,6 +87,7 @@ export interface Action {
80
87
  CrossRegionCopy: CrossRegionCopyAction[] | undefined;
81
88
  }
82
89
  /**
90
+ * @public
83
91
  * <p>
84
92
  * <b>[Snapshot policies only]</b> Describes the retention rule for archived snapshots. Once the archive
85
93
  * retention threshold is met, the snapshots are permanently deleted from the archive tier.</p>
@@ -114,6 +122,7 @@ export interface RetentionArchiveTier {
114
122
  IntervalUnit?: RetentionIntervalUnitValues | string;
115
123
  }
116
124
  /**
125
+ * @public
117
126
  * <p>
118
127
  * <b>[Snapshot policies only]</b> Specifies information about the archive storage tier retention period.</p>
119
128
  */
@@ -126,6 +135,7 @@ export interface ArchiveRetainRule {
126
135
  RetentionArchiveTier: RetentionArchiveTier | undefined;
127
136
  }
128
137
  /**
138
+ * @public
129
139
  * <p>
130
140
  * <b>[Snapshot policies only]</b> Specifies a snapshot archiving rule for a schedule.</p>
131
141
  */
@@ -135,10 +145,14 @@ export interface ArchiveRule {
135
145
  */
136
146
  RetainRule: ArchiveRetainRule | undefined;
137
147
  }
148
+ /**
149
+ * @public
150
+ */
138
151
  export declare enum EventTypeValues {
139
152
  SHARE_SNAPSHOT = "shareSnapshot"
140
153
  }
141
154
  /**
155
+ * @public
142
156
  * <p>
143
157
  * <b>[Event-based policies only]</b> Specifies an event that activates an event-based policy.</p>
144
158
  */
@@ -162,10 +176,14 @@ export interface EventParameters {
162
176
  */
163
177
  DescriptionRegex: string | undefined;
164
178
  }
179
+ /**
180
+ * @public
181
+ */
165
182
  export declare enum EventSourceValues {
166
183
  MANAGED_CWE = "MANAGED_CWE"
167
184
  }
168
185
  /**
186
+ * @public
169
187
  * <p>
170
188
  * <b>[Event-based policies only]</b> Specifies an event that activates an event-based policy.</p>
171
189
  */
@@ -180,6 +198,7 @@ export interface EventSource {
180
198
  Parameters?: EventParameters;
181
199
  }
182
200
  /**
201
+ * @public
183
202
  * <p>Specifies a tag for a resource.</p>
184
203
  */
185
204
  export interface Tag {
@@ -193,6 +212,7 @@ export interface Tag {
193
212
  Value: string | undefined;
194
213
  }
195
214
  /**
215
+ * @public
196
216
  * <p>
197
217
  * <b>[Snapshot and AMI policies only]</b> Specifies optional parameters for snapshot and AMI policies. The
198
218
  * set of valid parameters depends on the combination of policy type and target resource
@@ -230,27 +250,43 @@ export interface _Parameters {
230
250
  */
231
251
  ExcludeDataVolumeTags?: Tag[];
232
252
  }
253
+ /**
254
+ * @public
255
+ */
233
256
  export declare enum PolicyTypeValues {
234
257
  EBS_SNAPSHOT_MANAGEMENT = "EBS_SNAPSHOT_MANAGEMENT",
235
258
  EVENT_BASED_POLICY = "EVENT_BASED_POLICY",
236
259
  IMAGE_MANAGEMENT = "IMAGE_MANAGEMENT"
237
260
  }
261
+ /**
262
+ * @public
263
+ */
238
264
  export declare enum ResourceLocationValues {
239
265
  CLOUD = "CLOUD",
240
266
  OUTPOST = "OUTPOST"
241
267
  }
268
+ /**
269
+ * @public
270
+ */
242
271
  export declare enum ResourceTypeValues {
243
272
  INSTANCE = "INSTANCE",
244
273
  VOLUME = "VOLUME"
245
274
  }
275
+ /**
276
+ * @public
277
+ */
246
278
  export declare enum IntervalUnitValues {
247
279
  HOURS = "HOURS"
248
280
  }
281
+ /**
282
+ * @public
283
+ */
249
284
  export declare enum LocationValues {
250
285
  CLOUD = "CLOUD",
251
286
  OUTPOST_LOCAL = "OUTPOST_LOCAL"
252
287
  }
253
288
  /**
289
+ * @public
254
290
  * <p>
255
291
  * <b>[Snapshot and AMI policies only]</b> Specifies when the policy should create snapshots or AMIs.</p>
256
292
  * <note>
@@ -302,6 +338,7 @@ export interface CreateRule {
302
338
  CronExpression?: string;
303
339
  }
304
340
  /**
341
+ * @public
305
342
  * <p>
306
343
  * <b>[AMI policies only]</b> Specifies an AMI deprecation rule for cross-Region AMI copies created by an AMI policy.</p>
307
344
  */
@@ -320,6 +357,7 @@ export interface CrossRegionCopyDeprecateRule {
320
357
  IntervalUnit?: RetentionIntervalUnitValues | string;
321
358
  }
322
359
  /**
360
+ * @public
323
361
  * <p>
324
362
  * <b>[Snapshot and AMI policies only]</b> Specifies a cross-Region copy rule for snapshot and AMI policies.</p>
325
363
  * <note>
@@ -373,6 +411,7 @@ export interface CrossRegionCopyRule {
373
411
  DeprecateRule?: CrossRegionCopyDeprecateRule;
374
412
  }
375
413
  /**
414
+ * @public
376
415
  * <p>
377
416
  * <b>[AMI policies only]</b> Specifies an AMI deprecation rule for AMIs created by an AMI lifecycle policy.</p>
378
417
  * <p>For age-based schedules, you must specify <b>Interval</b> and
@@ -399,6 +438,7 @@ export interface DeprecateRule {
399
438
  IntervalUnit?: RetentionIntervalUnitValues | string;
400
439
  }
401
440
  /**
441
+ * @public
402
442
  * <p>
403
443
  * <b>[Snapshot policies only]</b> Specifies a rule for enabling fast snapshot restore for snapshots created by
404
444
  * snapshot policies. You can enable fast snapshot restore based on either a count or a
@@ -424,6 +464,7 @@ export interface FastRestoreRule {
424
464
  AvailabilityZones: string[] | undefined;
425
465
  }
426
466
  /**
467
+ * @public
427
468
  * <p>
428
469
  * <b>[Snapshot and AMI policies only]</b> Specifies a retention rule for snapshots created by snapshot policies, or for AMIs
429
470
  * created by AMI policies.</p>
@@ -481,6 +522,7 @@ export interface RetainRule {
481
522
  IntervalUnit?: RetentionIntervalUnitValues | string;
482
523
  }
483
524
  /**
525
+ * @public
484
526
  * <p>
485
527
  * <b>[Snapshot policies only]</b> Specifies a rule for sharing snapshots across Amazon Web Services accounts.</p>
486
528
  */
@@ -499,6 +541,7 @@ export interface ShareRule {
499
541
  UnshareIntervalUnit?: RetentionIntervalUnitValues | string;
500
542
  }
501
543
  /**
544
+ * @public
502
545
  * <p>
503
546
  * <b>[Snapshot and AMI policies only]</b> Specifies a schedule for a snapshot or AMI lifecycle policy.</p>
504
547
  */
@@ -570,6 +613,7 @@ export interface Schedule {
570
613
  ArchiveRule?: ArchiveRule;
571
614
  }
572
615
  /**
616
+ * @public
573
617
  * <p>
574
618
  * <b>[All policy types]</b> Specifies the configuration of a lifecycle policy.</p>
575
619
  */
@@ -633,10 +677,16 @@ export interface PolicyDetails {
633
677
  */
634
678
  Actions?: Action[];
635
679
  }
680
+ /**
681
+ * @public
682
+ */
636
683
  export declare enum SettablePolicyStateValues {
637
684
  DISABLED = "DISABLED",
638
685
  ENABLED = "ENABLED"
639
686
  }
687
+ /**
688
+ * @public
689
+ */
640
690
  export interface CreateLifecyclePolicyRequest {
641
691
  /**
642
692
  * <p>The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by
@@ -661,6 +711,9 @@ export interface CreateLifecyclePolicyRequest {
661
711
  */
662
712
  Tags?: Record<string, string>;
663
713
  }
714
+ /**
715
+ * @public
716
+ */
664
717
  export interface CreateLifecyclePolicyResponse {
665
718
  /**
666
719
  * <p>The identifier of the lifecycle policy.</p>
@@ -668,6 +721,7 @@ export interface CreateLifecyclePolicyResponse {
668
721
  PolicyId?: string;
669
722
  }
670
723
  /**
724
+ * @public
671
725
  * <p>The service failed in an unexpected way.</p>
672
726
  */
673
727
  export declare class InternalServerException extends __BaseException {
@@ -681,6 +735,7 @@ export declare class InternalServerException extends __BaseException {
681
735
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
682
736
  }
683
737
  /**
738
+ * @public
684
739
  * <p>Bad request. The request is missing required parameters or has invalid
685
740
  * parameters.</p>
686
741
  */
@@ -703,6 +758,7 @@ export declare class InvalidRequestException extends __BaseException {
703
758
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
704
759
  }
705
760
  /**
761
+ * @public
706
762
  * <p>The request failed because a limit was exceeded.</p>
707
763
  */
708
764
  export declare class LimitExceededException extends __BaseException {
@@ -719,15 +775,22 @@ export declare class LimitExceededException extends __BaseException {
719
775
  */
720
776
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
721
777
  }
778
+ /**
779
+ * @public
780
+ */
722
781
  export interface DeleteLifecyclePolicyRequest {
723
782
  /**
724
783
  * <p>The identifier of the lifecycle policy.</p>
725
784
  */
726
785
  PolicyId: string | undefined;
727
786
  }
787
+ /**
788
+ * @public
789
+ */
728
790
  export interface DeleteLifecyclePolicyResponse {
729
791
  }
730
792
  /**
793
+ * @public
731
794
  * <p>A requested resource was not found.</p>
732
795
  */
733
796
  export declare class ResourceNotFoundException extends __BaseException {
@@ -748,11 +811,17 @@ export declare class ResourceNotFoundException extends __BaseException {
748
811
  */
749
812
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
750
813
  }
814
+ /**
815
+ * @public
816
+ */
751
817
  export declare enum GettablePolicyStateValues {
752
818
  DISABLED = "DISABLED",
753
819
  ENABLED = "ENABLED",
754
820
  ERROR = "ERROR"
755
821
  }
822
+ /**
823
+ * @public
824
+ */
756
825
  export interface GetLifecyclePoliciesRequest {
757
826
  /**
758
827
  * <p>The identifiers of the data lifecycle policies.</p>
@@ -779,6 +848,7 @@ export interface GetLifecyclePoliciesRequest {
779
848
  TagsToAdd?: string[];
780
849
  }
781
850
  /**
851
+ * @public
782
852
  * <p>Summary information about a lifecycle policy.</p>
783
853
  */
784
854
  export interface LifecyclePolicySummary {
@@ -807,12 +877,18 @@ export interface LifecyclePolicySummary {
807
877
  */
808
878
  PolicyType?: PolicyTypeValues | string;
809
879
  }
880
+ /**
881
+ * @public
882
+ */
810
883
  export interface GetLifecyclePoliciesResponse {
811
884
  /**
812
885
  * <p>Summary information about the lifecycle policies.</p>
813
886
  */
814
887
  Policies?: LifecyclePolicySummary[];
815
888
  }
889
+ /**
890
+ * @public
891
+ */
816
892
  export interface GetLifecyclePolicyRequest {
817
893
  /**
818
894
  * <p>The identifier of the lifecycle policy.</p>
@@ -820,6 +896,7 @@ export interface GetLifecyclePolicyRequest {
820
896
  PolicyId: string | undefined;
821
897
  }
822
898
  /**
899
+ * @public
823
900
  * <p>
824
901
  * <b>[All policy types]</b> Detailed information about a snapshot, AMI, or event-based lifecycle policy.</p>
825
902
  */
@@ -866,24 +943,36 @@ export interface LifecyclePolicy {
866
943
  */
867
944
  PolicyArn?: string;
868
945
  }
946
+ /**
947
+ * @public
948
+ */
869
949
  export interface GetLifecyclePolicyResponse {
870
950
  /**
871
951
  * <p>Detailed information about the lifecycle policy.</p>
872
952
  */
873
953
  Policy?: LifecyclePolicy;
874
954
  }
955
+ /**
956
+ * @public
957
+ */
875
958
  export interface ListTagsForResourceRequest {
876
959
  /**
877
960
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
878
961
  */
879
962
  ResourceArn: string | undefined;
880
963
  }
964
+ /**
965
+ * @public
966
+ */
881
967
  export interface ListTagsForResourceResponse {
882
968
  /**
883
969
  * <p>Information about the tags.</p>
884
970
  */
885
971
  Tags?: Record<string, string>;
886
972
  }
973
+ /**
974
+ * @public
975
+ */
887
976
  export interface TagResourceRequest {
888
977
  /**
889
978
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -894,8 +983,14 @@ export interface TagResourceRequest {
894
983
  */
895
984
  Tags: Record<string, string> | undefined;
896
985
  }
986
+ /**
987
+ * @public
988
+ */
897
989
  export interface TagResourceResponse {
898
990
  }
991
+ /**
992
+ * @public
993
+ */
899
994
  export interface UntagResourceRequest {
900
995
  /**
901
996
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -906,8 +1001,14 @@ export interface UntagResourceRequest {
906
1001
  */
907
1002
  TagKeys: string[] | undefined;
908
1003
  }
1004
+ /**
1005
+ * @public
1006
+ */
909
1007
  export interface UntagResourceResponse {
910
1008
  }
1009
+ /**
1010
+ * @public
1011
+ */
911
1012
  export interface UpdateLifecyclePolicyRequest {
912
1013
  /**
913
1014
  * <p>The identifier of the lifecycle policy.</p>
@@ -932,157 +1033,8 @@ export interface UpdateLifecyclePolicyRequest {
932
1033
  */
933
1034
  PolicyDetails?: PolicyDetails;
934
1035
  }
935
- export interface UpdateLifecyclePolicyResponse {
936
- }
937
- /**
938
- * @internal
939
- */
940
- export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
941
- /**
942
- * @internal
943
- */
944
- export declare const CrossRegionCopyRetainRuleFilterSensitiveLog: (obj: CrossRegionCopyRetainRule) => any;
945
- /**
946
- * @internal
947
- */
948
- export declare const CrossRegionCopyActionFilterSensitiveLog: (obj: CrossRegionCopyAction) => any;
949
- /**
950
- * @internal
951
- */
952
- export declare const ActionFilterSensitiveLog: (obj: Action) => any;
953
- /**
954
- * @internal
955
- */
956
- export declare const RetentionArchiveTierFilterSensitiveLog: (obj: RetentionArchiveTier) => any;
957
- /**
958
- * @internal
959
- */
960
- export declare const ArchiveRetainRuleFilterSensitiveLog: (obj: ArchiveRetainRule) => any;
961
1036
  /**
962
- * @internal
1037
+ * @public
963
1038
  */
964
- export declare const ArchiveRuleFilterSensitiveLog: (obj: ArchiveRule) => any;
965
- /**
966
- * @internal
967
- */
968
- export declare const EventParametersFilterSensitiveLog: (obj: EventParameters) => any;
969
- /**
970
- * @internal
971
- */
972
- export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
973
- /**
974
- * @internal
975
- */
976
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
977
- /**
978
- * @internal
979
- */
980
- export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
981
- /**
982
- * @internal
983
- */
984
- export declare const CreateRuleFilterSensitiveLog: (obj: CreateRule) => any;
985
- /**
986
- * @internal
987
- */
988
- export declare const CrossRegionCopyDeprecateRuleFilterSensitiveLog: (obj: CrossRegionCopyDeprecateRule) => any;
989
- /**
990
- * @internal
991
- */
992
- export declare const CrossRegionCopyRuleFilterSensitiveLog: (obj: CrossRegionCopyRule) => any;
993
- /**
994
- * @internal
995
- */
996
- export declare const DeprecateRuleFilterSensitiveLog: (obj: DeprecateRule) => any;
997
- /**
998
- * @internal
999
- */
1000
- export declare const FastRestoreRuleFilterSensitiveLog: (obj: FastRestoreRule) => any;
1001
- /**
1002
- * @internal
1003
- */
1004
- export declare const RetainRuleFilterSensitiveLog: (obj: RetainRule) => any;
1005
- /**
1006
- * @internal
1007
- */
1008
- export declare const ShareRuleFilterSensitiveLog: (obj: ShareRule) => any;
1009
- /**
1010
- * @internal
1011
- */
1012
- export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
1013
- /**
1014
- * @internal
1015
- */
1016
- export declare const PolicyDetailsFilterSensitiveLog: (obj: PolicyDetails) => any;
1017
- /**
1018
- * @internal
1019
- */
1020
- export declare const CreateLifecyclePolicyRequestFilterSensitiveLog: (obj: CreateLifecyclePolicyRequest) => any;
1021
- /**
1022
- * @internal
1023
- */
1024
- export declare const CreateLifecyclePolicyResponseFilterSensitiveLog: (obj: CreateLifecyclePolicyResponse) => any;
1025
- /**
1026
- * @internal
1027
- */
1028
- export declare const DeleteLifecyclePolicyRequestFilterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
1029
- /**
1030
- * @internal
1031
- */
1032
- export declare const DeleteLifecyclePolicyResponseFilterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
1033
- /**
1034
- * @internal
1035
- */
1036
- export declare const GetLifecyclePoliciesRequestFilterSensitiveLog: (obj: GetLifecyclePoliciesRequest) => any;
1037
- /**
1038
- * @internal
1039
- */
1040
- export declare const LifecyclePolicySummaryFilterSensitiveLog: (obj: LifecyclePolicySummary) => any;
1041
- /**
1042
- * @internal
1043
- */
1044
- export declare const GetLifecyclePoliciesResponseFilterSensitiveLog: (obj: GetLifecyclePoliciesResponse) => any;
1045
- /**
1046
- * @internal
1047
- */
1048
- export declare const GetLifecyclePolicyRequestFilterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
1049
- /**
1050
- * @internal
1051
- */
1052
- export declare const LifecyclePolicyFilterSensitiveLog: (obj: LifecyclePolicy) => any;
1053
- /**
1054
- * @internal
1055
- */
1056
- export declare const GetLifecyclePolicyResponseFilterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
1057
- /**
1058
- * @internal
1059
- */
1060
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1061
- /**
1062
- * @internal
1063
- */
1064
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1065
- /**
1066
- * @internal
1067
- */
1068
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1069
- /**
1070
- * @internal
1071
- */
1072
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1073
- /**
1074
- * @internal
1075
- */
1076
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1077
- /**
1078
- * @internal
1079
- */
1080
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1081
- /**
1082
- * @internal
1083
- */
1084
- export declare const UpdateLifecyclePolicyRequestFilterSensitiveLog: (obj: UpdateLifecyclePolicyRequest) => any;
1085
- /**
1086
- * @internal
1087
- */
1088
- export declare const UpdateLifecyclePolicyResponseFilterSensitiveLog: (obj: UpdateLifecyclePolicyResponse) => any;
1039
+ export interface UpdateLifecyclePolicyResponse {
1040
+ }
@@ -265,99 +265,3 @@ export interface UpdateLifecyclePolicyRequest {
265
265
  PolicyDetails?: PolicyDetails;
266
266
  }
267
267
  export interface UpdateLifecyclePolicyResponse {}
268
- export declare const EncryptionConfigurationFilterSensitiveLog: (
269
- obj: EncryptionConfiguration
270
- ) => any;
271
- export declare const CrossRegionCopyRetainRuleFilterSensitiveLog: (
272
- obj: CrossRegionCopyRetainRule
273
- ) => any;
274
- export declare const CrossRegionCopyActionFilterSensitiveLog: (
275
- obj: CrossRegionCopyAction
276
- ) => any;
277
- export declare const ActionFilterSensitiveLog: (obj: Action) => any;
278
- export declare const RetentionArchiveTierFilterSensitiveLog: (
279
- obj: RetentionArchiveTier
280
- ) => any;
281
- export declare const ArchiveRetainRuleFilterSensitiveLog: (
282
- obj: ArchiveRetainRule
283
- ) => any;
284
- export declare const ArchiveRuleFilterSensitiveLog: (obj: ArchiveRule) => any;
285
- export declare const EventParametersFilterSensitiveLog: (
286
- obj: EventParameters
287
- ) => any;
288
- export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
289
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
290
- export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
291
- export declare const CreateRuleFilterSensitiveLog: (obj: CreateRule) => any;
292
- export declare const CrossRegionCopyDeprecateRuleFilterSensitiveLog: (
293
- obj: CrossRegionCopyDeprecateRule
294
- ) => any;
295
- export declare const CrossRegionCopyRuleFilterSensitiveLog: (
296
- obj: CrossRegionCopyRule
297
- ) => any;
298
- export declare const DeprecateRuleFilterSensitiveLog: (
299
- obj: DeprecateRule
300
- ) => any;
301
- export declare const FastRestoreRuleFilterSensitiveLog: (
302
- obj: FastRestoreRule
303
- ) => any;
304
- export declare const RetainRuleFilterSensitiveLog: (obj: RetainRule) => any;
305
- export declare const ShareRuleFilterSensitiveLog: (obj: ShareRule) => any;
306
- export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
307
- export declare const PolicyDetailsFilterSensitiveLog: (
308
- obj: PolicyDetails
309
- ) => any;
310
- export declare const CreateLifecyclePolicyRequestFilterSensitiveLog: (
311
- obj: CreateLifecyclePolicyRequest
312
- ) => any;
313
- export declare const CreateLifecyclePolicyResponseFilterSensitiveLog: (
314
- obj: CreateLifecyclePolicyResponse
315
- ) => any;
316
- export declare const DeleteLifecyclePolicyRequestFilterSensitiveLog: (
317
- obj: DeleteLifecyclePolicyRequest
318
- ) => any;
319
- export declare const DeleteLifecyclePolicyResponseFilterSensitiveLog: (
320
- obj: DeleteLifecyclePolicyResponse
321
- ) => any;
322
- export declare const GetLifecyclePoliciesRequestFilterSensitiveLog: (
323
- obj: GetLifecyclePoliciesRequest
324
- ) => any;
325
- export declare const LifecyclePolicySummaryFilterSensitiveLog: (
326
- obj: LifecyclePolicySummary
327
- ) => any;
328
- export declare const GetLifecyclePoliciesResponseFilterSensitiveLog: (
329
- obj: GetLifecyclePoliciesResponse
330
- ) => any;
331
- export declare const GetLifecyclePolicyRequestFilterSensitiveLog: (
332
- obj: GetLifecyclePolicyRequest
333
- ) => any;
334
- export declare const LifecyclePolicyFilterSensitiveLog: (
335
- obj: LifecyclePolicy
336
- ) => any;
337
- export declare const GetLifecyclePolicyResponseFilterSensitiveLog: (
338
- obj: GetLifecyclePolicyResponse
339
- ) => any;
340
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
341
- obj: ListTagsForResourceRequest
342
- ) => any;
343
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
344
- obj: ListTagsForResourceResponse
345
- ) => any;
346
- export declare const TagResourceRequestFilterSensitiveLog: (
347
- obj: TagResourceRequest
348
- ) => any;
349
- export declare const TagResourceResponseFilterSensitiveLog: (
350
- obj: TagResourceResponse
351
- ) => any;
352
- export declare const UntagResourceRequestFilterSensitiveLog: (
353
- obj: UntagResourceRequest
354
- ) => any;
355
- export declare const UntagResourceResponseFilterSensitiveLog: (
356
- obj: UntagResourceResponse
357
- ) => any;
358
- export declare const UpdateLifecyclePolicyRequestFilterSensitiveLog: (
359
- obj: UpdateLifecyclePolicyRequest
360
- ) => any;
361
- export declare const UpdateLifecyclePolicyResponseFilterSensitiveLog: (
362
- obj: UpdateLifecyclePolicyResponse
363
- ) => 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.296.0",
4
+ "version": "3.298.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo dlm"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",