@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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetLifecyclePoliciesCommand.js +2 -2
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/models/models_0.js +141 -211
- package/dist-cjs/protocols/Aws_restJson1.js +105 -227
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/GetLifecyclePoliciesCommand.js +3 -3
- package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -3
- package/dist-es/models/models_0.js +35 -140
- package/dist-es/protocols/Aws_restJson1.js +136 -226
- package/dist-types/models/models_0.d.ts +140 -210
- package/dist-types/ts3.4/models/models_0.d.ts +70 -140
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
40
|
|
|
8
41
|
**Note:** Version bump only for package @aws-sdk/client-dlm
|
package/README.md
CHANGED
|
@@ -172,7 +172,7 @@ try {
|
|
|
172
172
|
const data = await client.send(command);
|
|
173
173
|
// process data.
|
|
174
174
|
} catch (error) {
|
|
175
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
175
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
176
176
|
console.log({ requestId, cfId, extendedRequestId });
|
|
177
177
|
/**
|
|
178
178
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class CreateLifecyclePolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DeleteLifecyclePolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetLifecyclePoliciesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetLifecyclePoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetLifecyclePoliciesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetLifecyclePolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UpdateLifecyclePolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpdateLifecyclePolicyResponseFilterSensitiveLog = exports.UpdateLifecyclePolicyRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.GetLifecyclePolicyResponseFilterSensitiveLog = exports.LifecyclePolicyFilterSensitiveLog = exports.GetLifecyclePolicyRequestFilterSensitiveLog = exports.GetLifecyclePoliciesResponseFilterSensitiveLog = exports.LifecyclePolicySummaryFilterSensitiveLog = exports.GetLifecyclePoliciesRequestFilterSensitiveLog = exports.DeleteLifecyclePolicyResponseFilterSensitiveLog = exports.DeleteLifecyclePolicyRequestFilterSensitiveLog = exports.CreateLifecyclePolicyResponseFilterSensitiveLog = exports.CreateLifecyclePolicyRequestFilterSensitiveLog = exports.PolicyDetailsFilterSensitiveLog = exports.ScheduleFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ShareRuleFilterSensitiveLog = exports.RetainRuleFilterSensitiveLog = exports.FastRestoreRuleFilterSensitiveLog = exports.DeprecateRuleFilterSensitiveLog = exports.CrossRegionCopyRuleFilterSensitiveLog = exports.CrossRegionCopyDeprecateRuleFilterSensitiveLog = exports.CreateRuleFilterSensitiveLog = exports._ParametersFilterSensitiveLog = exports.EventSourceFilterSensitiveLog = exports.EventParametersFilterSensitiveLog = exports.ActionFilterSensitiveLog = exports.CrossRegionCopyActionFilterSensitiveLog = exports.CrossRegionCopyRetainRuleFilterSensitiveLog = exports.EncryptionConfigurationFilterSensitiveLog = exports.GettablePolicyStateValues = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidRequestException = exports.InternalServerException = exports.SettablePolicyStateValues = exports.LocationValues = exports.IntervalUnitValues = exports.ResourceTypeValues = exports.ResourceLocationValues = exports.PolicyTypeValues = exports.EventSourceValues = exports.EventTypeValues = exports.RetentionIntervalUnitValues = void 0;
|
|
4
4
|
const DLMServiceException_1 = require("./DLMServiceException");
|
|
5
|
-
var EncryptionConfiguration;
|
|
6
|
-
(function (EncryptionConfiguration) {
|
|
7
|
-
EncryptionConfiguration.filterSensitiveLog = (obj) => ({
|
|
8
|
-
...obj,
|
|
9
|
-
});
|
|
10
|
-
})(EncryptionConfiguration = exports.EncryptionConfiguration || (exports.EncryptionConfiguration = {}));
|
|
11
5
|
var RetentionIntervalUnitValues;
|
|
12
6
|
(function (RetentionIntervalUnitValues) {
|
|
13
7
|
RetentionIntervalUnitValues["DAYS"] = "DAYS";
|
|
@@ -15,50 +9,14 @@ var RetentionIntervalUnitValues;
|
|
|
15
9
|
RetentionIntervalUnitValues["WEEKS"] = "WEEKS";
|
|
16
10
|
RetentionIntervalUnitValues["YEARS"] = "YEARS";
|
|
17
11
|
})(RetentionIntervalUnitValues = exports.RetentionIntervalUnitValues || (exports.RetentionIntervalUnitValues = {}));
|
|
18
|
-
var CrossRegionCopyRetainRule;
|
|
19
|
-
(function (CrossRegionCopyRetainRule) {
|
|
20
|
-
CrossRegionCopyRetainRule.filterSensitiveLog = (obj) => ({
|
|
21
|
-
...obj,
|
|
22
|
-
});
|
|
23
|
-
})(CrossRegionCopyRetainRule = exports.CrossRegionCopyRetainRule || (exports.CrossRegionCopyRetainRule = {}));
|
|
24
|
-
var CrossRegionCopyAction;
|
|
25
|
-
(function (CrossRegionCopyAction) {
|
|
26
|
-
CrossRegionCopyAction.filterSensitiveLog = (obj) => ({
|
|
27
|
-
...obj,
|
|
28
|
-
});
|
|
29
|
-
})(CrossRegionCopyAction = exports.CrossRegionCopyAction || (exports.CrossRegionCopyAction = {}));
|
|
30
|
-
var Action;
|
|
31
|
-
(function (Action) {
|
|
32
|
-
Action.filterSensitiveLog = (obj) => ({
|
|
33
|
-
...obj,
|
|
34
|
-
});
|
|
35
|
-
})(Action = exports.Action || (exports.Action = {}));
|
|
36
12
|
var EventTypeValues;
|
|
37
13
|
(function (EventTypeValues) {
|
|
38
14
|
EventTypeValues["SHARE_SNAPSHOT"] = "shareSnapshot";
|
|
39
15
|
})(EventTypeValues = exports.EventTypeValues || (exports.EventTypeValues = {}));
|
|
40
|
-
var EventParameters;
|
|
41
|
-
(function (EventParameters) {
|
|
42
|
-
EventParameters.filterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
})(EventParameters = exports.EventParameters || (exports.EventParameters = {}));
|
|
46
16
|
var EventSourceValues;
|
|
47
17
|
(function (EventSourceValues) {
|
|
48
18
|
EventSourceValues["MANAGED_CWE"] = "MANAGED_CWE";
|
|
49
19
|
})(EventSourceValues = exports.EventSourceValues || (exports.EventSourceValues = {}));
|
|
50
|
-
var EventSource;
|
|
51
|
-
(function (EventSource) {
|
|
52
|
-
EventSource.filterSensitiveLog = (obj) => ({
|
|
53
|
-
...obj,
|
|
54
|
-
});
|
|
55
|
-
})(EventSource = exports.EventSource || (exports.EventSource = {}));
|
|
56
|
-
var _Parameters;
|
|
57
|
-
(function (_Parameters) {
|
|
58
|
-
_Parameters.filterSensitiveLog = (obj) => ({
|
|
59
|
-
...obj,
|
|
60
|
-
});
|
|
61
|
-
})(_Parameters = exports._Parameters || (exports._Parameters = {}));
|
|
62
20
|
var PolicyTypeValues;
|
|
63
21
|
(function (PolicyTypeValues) {
|
|
64
22
|
PolicyTypeValues["EBS_SNAPSHOT_MANAGEMENT"] = "EBS_SNAPSHOT_MANAGEMENT";
|
|
@@ -84,83 +42,11 @@ var LocationValues;
|
|
|
84
42
|
LocationValues["CLOUD"] = "CLOUD";
|
|
85
43
|
LocationValues["OUTPOST_LOCAL"] = "OUTPOST_LOCAL";
|
|
86
44
|
})(LocationValues = exports.LocationValues || (exports.LocationValues = {}));
|
|
87
|
-
var CreateRule;
|
|
88
|
-
(function (CreateRule) {
|
|
89
|
-
CreateRule.filterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
})(CreateRule = exports.CreateRule || (exports.CreateRule = {}));
|
|
93
|
-
var CrossRegionCopyDeprecateRule;
|
|
94
|
-
(function (CrossRegionCopyDeprecateRule) {
|
|
95
|
-
CrossRegionCopyDeprecateRule.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(CrossRegionCopyDeprecateRule = exports.CrossRegionCopyDeprecateRule || (exports.CrossRegionCopyDeprecateRule = {}));
|
|
99
|
-
var CrossRegionCopyRule;
|
|
100
|
-
(function (CrossRegionCopyRule) {
|
|
101
|
-
CrossRegionCopyRule.filterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
})(CrossRegionCopyRule = exports.CrossRegionCopyRule || (exports.CrossRegionCopyRule = {}));
|
|
105
|
-
var DeprecateRule;
|
|
106
|
-
(function (DeprecateRule) {
|
|
107
|
-
DeprecateRule.filterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
})(DeprecateRule = exports.DeprecateRule || (exports.DeprecateRule = {}));
|
|
111
|
-
var FastRestoreRule;
|
|
112
|
-
(function (FastRestoreRule) {
|
|
113
|
-
FastRestoreRule.filterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
})(FastRestoreRule = exports.FastRestoreRule || (exports.FastRestoreRule = {}));
|
|
117
|
-
var RetainRule;
|
|
118
|
-
(function (RetainRule) {
|
|
119
|
-
RetainRule.filterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
})(RetainRule = exports.RetainRule || (exports.RetainRule = {}));
|
|
123
|
-
var ShareRule;
|
|
124
|
-
(function (ShareRule) {
|
|
125
|
-
ShareRule.filterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
})(ShareRule = exports.ShareRule || (exports.ShareRule = {}));
|
|
129
|
-
var Tag;
|
|
130
|
-
(function (Tag) {
|
|
131
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
135
|
-
var Schedule;
|
|
136
|
-
(function (Schedule) {
|
|
137
|
-
Schedule.filterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
})(Schedule = exports.Schedule || (exports.Schedule = {}));
|
|
141
|
-
var PolicyDetails;
|
|
142
|
-
(function (PolicyDetails) {
|
|
143
|
-
PolicyDetails.filterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
})(PolicyDetails = exports.PolicyDetails || (exports.PolicyDetails = {}));
|
|
147
45
|
var SettablePolicyStateValues;
|
|
148
46
|
(function (SettablePolicyStateValues) {
|
|
149
47
|
SettablePolicyStateValues["DISABLED"] = "DISABLED";
|
|
150
48
|
SettablePolicyStateValues["ENABLED"] = "ENABLED";
|
|
151
49
|
})(SettablePolicyStateValues = exports.SettablePolicyStateValues || (exports.SettablePolicyStateValues = {}));
|
|
152
|
-
var CreateLifecyclePolicyRequest;
|
|
153
|
-
(function (CreateLifecyclePolicyRequest) {
|
|
154
|
-
CreateLifecyclePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
})(CreateLifecyclePolicyRequest = exports.CreateLifecyclePolicyRequest || (exports.CreateLifecyclePolicyRequest = {}));
|
|
158
|
-
var CreateLifecyclePolicyResponse;
|
|
159
|
-
(function (CreateLifecyclePolicyResponse) {
|
|
160
|
-
CreateLifecyclePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
})(CreateLifecyclePolicyResponse = exports.CreateLifecyclePolicyResponse || (exports.CreateLifecyclePolicyResponse = {}));
|
|
164
50
|
class InternalServerException extends DLMServiceException_1.DLMServiceException {
|
|
165
51
|
constructor(opts) {
|
|
166
52
|
super({
|
|
@@ -209,18 +95,6 @@ class LimitExceededException extends DLMServiceException_1.DLMServiceException {
|
|
|
209
95
|
}
|
|
210
96
|
}
|
|
211
97
|
exports.LimitExceededException = LimitExceededException;
|
|
212
|
-
var DeleteLifecyclePolicyRequest;
|
|
213
|
-
(function (DeleteLifecyclePolicyRequest) {
|
|
214
|
-
DeleteLifecyclePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
})(DeleteLifecyclePolicyRequest = exports.DeleteLifecyclePolicyRequest || (exports.DeleteLifecyclePolicyRequest = {}));
|
|
218
|
-
var DeleteLifecyclePolicyResponse;
|
|
219
|
-
(function (DeleteLifecyclePolicyResponse) {
|
|
220
|
-
DeleteLifecyclePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
})(DeleteLifecyclePolicyResponse = exports.DeleteLifecyclePolicyResponse || (exports.DeleteLifecyclePolicyResponse = {}));
|
|
224
98
|
class ResourceNotFoundException extends DLMServiceException_1.DLMServiceException {
|
|
225
99
|
constructor(opts) {
|
|
226
100
|
super({
|
|
@@ -244,87 +118,143 @@ var GettablePolicyStateValues;
|
|
|
244
118
|
GettablePolicyStateValues["ENABLED"] = "ENABLED";
|
|
245
119
|
GettablePolicyStateValues["ERROR"] = "ERROR";
|
|
246
120
|
})(GettablePolicyStateValues = exports.GettablePolicyStateValues || (exports.GettablePolicyStateValues = {}));
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
121
|
+
const EncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
122
|
+
...obj,
|
|
123
|
+
});
|
|
124
|
+
exports.EncryptionConfigurationFilterSensitiveLog = EncryptionConfigurationFilterSensitiveLog;
|
|
125
|
+
const CrossRegionCopyRetainRuleFilterSensitiveLog = (obj) => ({
|
|
126
|
+
...obj,
|
|
127
|
+
});
|
|
128
|
+
exports.CrossRegionCopyRetainRuleFilterSensitiveLog = CrossRegionCopyRetainRuleFilterSensitiveLog;
|
|
129
|
+
const CrossRegionCopyActionFilterSensitiveLog = (obj) => ({
|
|
130
|
+
...obj,
|
|
131
|
+
});
|
|
132
|
+
exports.CrossRegionCopyActionFilterSensitiveLog = CrossRegionCopyActionFilterSensitiveLog;
|
|
133
|
+
const ActionFilterSensitiveLog = (obj) => ({
|
|
134
|
+
...obj,
|
|
135
|
+
});
|
|
136
|
+
exports.ActionFilterSensitiveLog = ActionFilterSensitiveLog;
|
|
137
|
+
const EventParametersFilterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
});
|
|
140
|
+
exports.EventParametersFilterSensitiveLog = EventParametersFilterSensitiveLog;
|
|
141
|
+
const EventSourceFilterSensitiveLog = (obj) => ({
|
|
142
|
+
...obj,
|
|
143
|
+
});
|
|
144
|
+
exports.EventSourceFilterSensitiveLog = EventSourceFilterSensitiveLog;
|
|
145
|
+
const _ParametersFilterSensitiveLog = (obj) => ({
|
|
146
|
+
...obj,
|
|
147
|
+
});
|
|
148
|
+
exports._ParametersFilterSensitiveLog = _ParametersFilterSensitiveLog;
|
|
149
|
+
const CreateRuleFilterSensitiveLog = (obj) => ({
|
|
150
|
+
...obj,
|
|
151
|
+
});
|
|
152
|
+
exports.CreateRuleFilterSensitiveLog = CreateRuleFilterSensitiveLog;
|
|
153
|
+
const CrossRegionCopyDeprecateRuleFilterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
});
|
|
156
|
+
exports.CrossRegionCopyDeprecateRuleFilterSensitiveLog = CrossRegionCopyDeprecateRuleFilterSensitiveLog;
|
|
157
|
+
const CrossRegionCopyRuleFilterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
});
|
|
160
|
+
exports.CrossRegionCopyRuleFilterSensitiveLog = CrossRegionCopyRuleFilterSensitiveLog;
|
|
161
|
+
const DeprecateRuleFilterSensitiveLog = (obj) => ({
|
|
162
|
+
...obj,
|
|
163
|
+
});
|
|
164
|
+
exports.DeprecateRuleFilterSensitiveLog = DeprecateRuleFilterSensitiveLog;
|
|
165
|
+
const FastRestoreRuleFilterSensitiveLog = (obj) => ({
|
|
166
|
+
...obj,
|
|
167
|
+
});
|
|
168
|
+
exports.FastRestoreRuleFilterSensitiveLog = FastRestoreRuleFilterSensitiveLog;
|
|
169
|
+
const RetainRuleFilterSensitiveLog = (obj) => ({
|
|
170
|
+
...obj,
|
|
171
|
+
});
|
|
172
|
+
exports.RetainRuleFilterSensitiveLog = RetainRuleFilterSensitiveLog;
|
|
173
|
+
const ShareRuleFilterSensitiveLog = (obj) => ({
|
|
174
|
+
...obj,
|
|
175
|
+
});
|
|
176
|
+
exports.ShareRuleFilterSensitiveLog = ShareRuleFilterSensitiveLog;
|
|
177
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
178
|
+
...obj,
|
|
179
|
+
});
|
|
180
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
181
|
+
const ScheduleFilterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
});
|
|
184
|
+
exports.ScheduleFilterSensitiveLog = ScheduleFilterSensitiveLog;
|
|
185
|
+
const PolicyDetailsFilterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
});
|
|
188
|
+
exports.PolicyDetailsFilterSensitiveLog = PolicyDetailsFilterSensitiveLog;
|
|
189
|
+
const CreateLifecyclePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
190
|
+
...obj,
|
|
191
|
+
});
|
|
192
|
+
exports.CreateLifecyclePolicyRequestFilterSensitiveLog = CreateLifecyclePolicyRequestFilterSensitiveLog;
|
|
193
|
+
const CreateLifecyclePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
194
|
+
...obj,
|
|
195
|
+
});
|
|
196
|
+
exports.CreateLifecyclePolicyResponseFilterSensitiveLog = CreateLifecyclePolicyResponseFilterSensitiveLog;
|
|
197
|
+
const DeleteLifecyclePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
198
|
+
...obj,
|
|
199
|
+
});
|
|
200
|
+
exports.DeleteLifecyclePolicyRequestFilterSensitiveLog = DeleteLifecyclePolicyRequestFilterSensitiveLog;
|
|
201
|
+
const DeleteLifecyclePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
202
|
+
...obj,
|
|
203
|
+
});
|
|
204
|
+
exports.DeleteLifecyclePolicyResponseFilterSensitiveLog = DeleteLifecyclePolicyResponseFilterSensitiveLog;
|
|
205
|
+
const GetLifecyclePoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
206
|
+
...obj,
|
|
207
|
+
});
|
|
208
|
+
exports.GetLifecyclePoliciesRequestFilterSensitiveLog = GetLifecyclePoliciesRequestFilterSensitiveLog;
|
|
209
|
+
const LifecyclePolicySummaryFilterSensitiveLog = (obj) => ({
|
|
210
|
+
...obj,
|
|
211
|
+
});
|
|
212
|
+
exports.LifecyclePolicySummaryFilterSensitiveLog = LifecyclePolicySummaryFilterSensitiveLog;
|
|
213
|
+
const GetLifecyclePoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
214
|
+
...obj,
|
|
215
|
+
});
|
|
216
|
+
exports.GetLifecyclePoliciesResponseFilterSensitiveLog = GetLifecyclePoliciesResponseFilterSensitiveLog;
|
|
217
|
+
const GetLifecyclePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
218
|
+
...obj,
|
|
219
|
+
});
|
|
220
|
+
exports.GetLifecyclePolicyRequestFilterSensitiveLog = GetLifecyclePolicyRequestFilterSensitiveLog;
|
|
221
|
+
const LifecyclePolicyFilterSensitiveLog = (obj) => ({
|
|
222
|
+
...obj,
|
|
223
|
+
});
|
|
224
|
+
exports.LifecyclePolicyFilterSensitiveLog = LifecyclePolicyFilterSensitiveLog;
|
|
225
|
+
const GetLifecyclePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
226
|
+
...obj,
|
|
227
|
+
});
|
|
228
|
+
exports.GetLifecyclePolicyResponseFilterSensitiveLog = GetLifecyclePolicyResponseFilterSensitiveLog;
|
|
229
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
230
|
+
...obj,
|
|
231
|
+
});
|
|
232
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
233
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
237
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
238
|
+
...obj,
|
|
239
|
+
});
|
|
240
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
241
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
242
|
+
...obj,
|
|
243
|
+
});
|
|
244
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
245
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
249
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
250
|
+
...obj,
|
|
251
|
+
});
|
|
252
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
253
|
+
const UpdateLifecyclePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
254
|
+
...obj,
|
|
255
|
+
});
|
|
256
|
+
exports.UpdateLifecyclePolicyRequestFilterSensitiveLog = UpdateLifecyclePolicyRequestFilterSensitiveLog;
|
|
257
|
+
const UpdateLifecyclePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
258
|
+
...obj,
|
|
259
|
+
});
|
|
260
|
+
exports.UpdateLifecyclePolicyResponseFilterSensitiveLog = UpdateLifecyclePolicyResponseFilterSensitiveLog;
|