@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateLifecyclePolicyRequestFilterSensitiveLog, CreateLifecyclePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateLifecyclePolicyCommand, serializeAws_restJson1CreateLifecyclePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateLifecyclePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(CreateLifecyclePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateLifecyclePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteLifecyclePolicyRequestFilterSensitiveLog, DeleteLifecyclePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteLifecyclePolicyCommand, serializeAws_restJson1DeleteLifecyclePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteLifecyclePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLifecyclePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteLifecyclePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLifecyclePoliciesRequestFilterSensitiveLog, GetLifecyclePoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetLifecyclePoliciesCommand, serializeAws_restJson1GetLifecyclePoliciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetLifecyclePoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(GetLifecyclePoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLifecyclePoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLifecyclePoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLifecyclePoliciesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLifecyclePolicyRequestFilterSensitiveLog, GetLifecyclePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetLifecyclePolicyCommand, serializeAws_restJson1GetLifecyclePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetLifecyclePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetLifecyclePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLifecyclePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateLifecyclePolicyRequestFilterSensitiveLog, UpdateLifecyclePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateLifecyclePolicyCommand, serializeAws_restJson1UpdateLifecyclePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateLifecyclePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateLifecyclePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateLifecyclePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { DLMServiceException as __BaseException } from "./DLMServiceException";
|
|
3
|
-
export var EncryptionConfiguration;
|
|
4
|
-
(function (EncryptionConfiguration) {
|
|
5
|
-
EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(EncryptionConfiguration || (EncryptionConfiguration = {}));
|
|
7
3
|
export var RetentionIntervalUnitValues;
|
|
8
4
|
(function (RetentionIntervalUnitValues) {
|
|
9
5
|
RetentionIntervalUnitValues["DAYS"] = "DAYS";
|
|
@@ -11,38 +7,14 @@ export var RetentionIntervalUnitValues;
|
|
|
11
7
|
RetentionIntervalUnitValues["WEEKS"] = "WEEKS";
|
|
12
8
|
RetentionIntervalUnitValues["YEARS"] = "YEARS";
|
|
13
9
|
})(RetentionIntervalUnitValues || (RetentionIntervalUnitValues = {}));
|
|
14
|
-
export var CrossRegionCopyRetainRule;
|
|
15
|
-
(function (CrossRegionCopyRetainRule) {
|
|
16
|
-
CrossRegionCopyRetainRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
-
})(CrossRegionCopyRetainRule || (CrossRegionCopyRetainRule = {}));
|
|
18
|
-
export var CrossRegionCopyAction;
|
|
19
|
-
(function (CrossRegionCopyAction) {
|
|
20
|
-
CrossRegionCopyAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(CrossRegionCopyAction || (CrossRegionCopyAction = {}));
|
|
22
|
-
export var Action;
|
|
23
|
-
(function (Action) {
|
|
24
|
-
Action.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(Action || (Action = {}));
|
|
26
10
|
export var EventTypeValues;
|
|
27
11
|
(function (EventTypeValues) {
|
|
28
12
|
EventTypeValues["SHARE_SNAPSHOT"] = "shareSnapshot";
|
|
29
13
|
})(EventTypeValues || (EventTypeValues = {}));
|
|
30
|
-
export var EventParameters;
|
|
31
|
-
(function (EventParameters) {
|
|
32
|
-
EventParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(EventParameters || (EventParameters = {}));
|
|
34
14
|
export var EventSourceValues;
|
|
35
15
|
(function (EventSourceValues) {
|
|
36
16
|
EventSourceValues["MANAGED_CWE"] = "MANAGED_CWE";
|
|
37
17
|
})(EventSourceValues || (EventSourceValues = {}));
|
|
38
|
-
export var EventSource;
|
|
39
|
-
(function (EventSource) {
|
|
40
|
-
EventSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(EventSource || (EventSource = {}));
|
|
42
|
-
export var _Parameters;
|
|
43
|
-
(function (_Parameters) {
|
|
44
|
-
_Parameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(_Parameters || (_Parameters = {}));
|
|
46
18
|
export var PolicyTypeValues;
|
|
47
19
|
(function (PolicyTypeValues) {
|
|
48
20
|
PolicyTypeValues["EBS_SNAPSHOT_MANAGEMENT"] = "EBS_SNAPSHOT_MANAGEMENT";
|
|
@@ -68,59 +40,11 @@ export var LocationValues;
|
|
|
68
40
|
LocationValues["CLOUD"] = "CLOUD";
|
|
69
41
|
LocationValues["OUTPOST_LOCAL"] = "OUTPOST_LOCAL";
|
|
70
42
|
})(LocationValues || (LocationValues = {}));
|
|
71
|
-
export var CreateRule;
|
|
72
|
-
(function (CreateRule) {
|
|
73
|
-
CreateRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(CreateRule || (CreateRule = {}));
|
|
75
|
-
export var CrossRegionCopyDeprecateRule;
|
|
76
|
-
(function (CrossRegionCopyDeprecateRule) {
|
|
77
|
-
CrossRegionCopyDeprecateRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(CrossRegionCopyDeprecateRule || (CrossRegionCopyDeprecateRule = {}));
|
|
79
|
-
export var CrossRegionCopyRule;
|
|
80
|
-
(function (CrossRegionCopyRule) {
|
|
81
|
-
CrossRegionCopyRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(CrossRegionCopyRule || (CrossRegionCopyRule = {}));
|
|
83
|
-
export var DeprecateRule;
|
|
84
|
-
(function (DeprecateRule) {
|
|
85
|
-
DeprecateRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(DeprecateRule || (DeprecateRule = {}));
|
|
87
|
-
export var FastRestoreRule;
|
|
88
|
-
(function (FastRestoreRule) {
|
|
89
|
-
FastRestoreRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(FastRestoreRule || (FastRestoreRule = {}));
|
|
91
|
-
export var RetainRule;
|
|
92
|
-
(function (RetainRule) {
|
|
93
|
-
RetainRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(RetainRule || (RetainRule = {}));
|
|
95
|
-
export var ShareRule;
|
|
96
|
-
(function (ShareRule) {
|
|
97
|
-
ShareRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
-
})(ShareRule || (ShareRule = {}));
|
|
99
|
-
export var Tag;
|
|
100
|
-
(function (Tag) {
|
|
101
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(Tag || (Tag = {}));
|
|
103
|
-
export var Schedule;
|
|
104
|
-
(function (Schedule) {
|
|
105
|
-
Schedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(Schedule || (Schedule = {}));
|
|
107
|
-
export var PolicyDetails;
|
|
108
|
-
(function (PolicyDetails) {
|
|
109
|
-
PolicyDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(PolicyDetails || (PolicyDetails = {}));
|
|
111
43
|
export var SettablePolicyStateValues;
|
|
112
44
|
(function (SettablePolicyStateValues) {
|
|
113
45
|
SettablePolicyStateValues["DISABLED"] = "DISABLED";
|
|
114
46
|
SettablePolicyStateValues["ENABLED"] = "ENABLED";
|
|
115
47
|
})(SettablePolicyStateValues || (SettablePolicyStateValues = {}));
|
|
116
|
-
export var CreateLifecyclePolicyRequest;
|
|
117
|
-
(function (CreateLifecyclePolicyRequest) {
|
|
118
|
-
CreateLifecyclePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(CreateLifecyclePolicyRequest || (CreateLifecyclePolicyRequest = {}));
|
|
120
|
-
export var CreateLifecyclePolicyResponse;
|
|
121
|
-
(function (CreateLifecyclePolicyResponse) {
|
|
122
|
-
CreateLifecyclePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(CreateLifecyclePolicyResponse || (CreateLifecyclePolicyResponse = {}));
|
|
124
48
|
var InternalServerException = (function (_super) {
|
|
125
49
|
__extends(InternalServerException, _super);
|
|
126
50
|
function InternalServerException(opts) {
|
|
@@ -166,14 +90,6 @@ var LimitExceededException = (function (_super) {
|
|
|
166
90
|
return LimitExceededException;
|
|
167
91
|
}(__BaseException));
|
|
168
92
|
export { LimitExceededException };
|
|
169
|
-
export var DeleteLifecyclePolicyRequest;
|
|
170
|
-
(function (DeleteLifecyclePolicyRequest) {
|
|
171
|
-
DeleteLifecyclePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(DeleteLifecyclePolicyRequest || (DeleteLifecyclePolicyRequest = {}));
|
|
173
|
-
export var DeleteLifecyclePolicyResponse;
|
|
174
|
-
(function (DeleteLifecyclePolicyResponse) {
|
|
175
|
-
DeleteLifecyclePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(DeleteLifecyclePolicyResponse || (DeleteLifecyclePolicyResponse = {}));
|
|
177
93
|
var ResourceNotFoundException = (function (_super) {
|
|
178
94
|
__extends(ResourceNotFoundException, _super);
|
|
179
95
|
function ResourceNotFoundException(opts) {
|
|
@@ -196,59 +112,38 @@ export var GettablePolicyStateValues;
|
|
|
196
112
|
GettablePolicyStateValues["ENABLED"] = "ENABLED";
|
|
197
113
|
GettablePolicyStateValues["ERROR"] = "ERROR";
|
|
198
114
|
})(GettablePolicyStateValues || (GettablePolicyStateValues = {}));
|
|
199
|
-
export var
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
export var
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
export var
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
export var
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
export var
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
export var
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
export var
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
export var
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
export var
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
235
|
-
export var TagResourceResponse;
|
|
236
|
-
(function (TagResourceResponse) {
|
|
237
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
239
|
-
export var UntagResourceRequest;
|
|
240
|
-
(function (UntagResourceRequest) {
|
|
241
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
243
|
-
export var UntagResourceResponse;
|
|
244
|
-
(function (UntagResourceResponse) {
|
|
245
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
247
|
-
export var UpdateLifecyclePolicyRequest;
|
|
248
|
-
(function (UpdateLifecyclePolicyRequest) {
|
|
249
|
-
UpdateLifecyclePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(UpdateLifecyclePolicyRequest || (UpdateLifecyclePolicyRequest = {}));
|
|
251
|
-
export var UpdateLifecyclePolicyResponse;
|
|
252
|
-
(function (UpdateLifecyclePolicyResponse) {
|
|
253
|
-
UpdateLifecyclePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(UpdateLifecyclePolicyResponse || (UpdateLifecyclePolicyResponse = {}));
|
|
115
|
+
export var EncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var CrossRegionCopyRetainRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var CrossRegionCopyActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var ActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var EventParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
export var EventSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
export var _ParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
export var CreateRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
export var CrossRegionCopyDeprecateRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
export var CrossRegionCopyRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
export var DeprecateRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var FastRestoreRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var RetainRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var ShareRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
export var ScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
export var PolicyDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var CreateLifecyclePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var CreateLifecyclePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var DeleteLifecyclePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var DeleteLifecyclePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var GetLifecyclePoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var LifecyclePolicySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var GetLifecyclePoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var GetLifecyclePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var LifecyclePolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var GetLifecyclePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var UpdateLifecyclePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var UpdateLifecyclePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|