@aws-sdk/client-dlm 3.1023.0 → 3.1025.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/dist-cjs/schemas/schemas_0.js +4 -2
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +4 -1
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +4 -1
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +4 -1
- package/dist-types/models/models_0.d.ts +6 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -1
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ const _AL = "ActionList";
|
|
|
7
7
|
const _AR = "ArchiveRule";
|
|
8
8
|
const _ARR = "ArchiveRetainRule";
|
|
9
9
|
const _AZ = "AvailabilityZones";
|
|
10
|
+
const _AZI = "AvailabilityZoneIds";
|
|
10
11
|
const _Ac = "Actions";
|
|
11
12
|
const _C = "Code";
|
|
12
13
|
const _CA = "CmkArn";
|
|
@@ -281,8 +282,8 @@ exports.Exclusions$ = [3, n0, _E,
|
|
|
281
282
|
];
|
|
282
283
|
exports.FastRestoreRule$ = [3, n0, _FRR,
|
|
283
284
|
0,
|
|
284
|
-
[
|
|
285
|
-
[64 | 0,
|
|
285
|
+
[_Co, _I, _IU, _AZ, _AZI],
|
|
286
|
+
[1, 1, 0, 64 | 0, 64 | 0]
|
|
286
287
|
];
|
|
287
288
|
exports.GetLifecyclePoliciesRequest$ = [3, n0, _GLPR,
|
|
288
289
|
0,
|
|
@@ -397,6 +398,7 @@ exports.UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
|
|
|
397
398
|
var ActionList = [1, n0, _AL,
|
|
398
399
|
0, () => exports.Action$
|
|
399
400
|
];
|
|
401
|
+
var AvailabilityZoneIdList = 64 | 0;
|
|
400
402
|
var AvailabilityZoneList = 64 | 0;
|
|
401
403
|
var CrossRegionCopyActionList = [1, n0, _CRCAL,
|
|
402
404
|
0, () => exports.CrossRegionCopyAction$
|
|
@@ -3,6 +3,7 @@ const _AL = "ActionList";
|
|
|
3
3
|
const _AR = "ArchiveRule";
|
|
4
4
|
const _ARR = "ArchiveRetainRule";
|
|
5
5
|
const _AZ = "AvailabilityZones";
|
|
6
|
+
const _AZI = "AvailabilityZoneIds";
|
|
6
7
|
const _Ac = "Actions";
|
|
7
8
|
const _C = "Code";
|
|
8
9
|
const _CA = "CmkArn";
|
|
@@ -277,8 +278,8 @@ export var Exclusions$ = [3, n0, _E,
|
|
|
277
278
|
];
|
|
278
279
|
export var FastRestoreRule$ = [3, n0, _FRR,
|
|
279
280
|
0,
|
|
280
|
-
[
|
|
281
|
-
[64 | 0,
|
|
281
|
+
[_Co, _I, _IU, _AZ, _AZI],
|
|
282
|
+
[1, 1, 0, 64 | 0, 64 | 0]
|
|
282
283
|
];
|
|
283
284
|
export var GetLifecyclePoliciesRequest$ = [3, n0, _GLPR,
|
|
284
285
|
0,
|
|
@@ -393,6 +394,7 @@ export var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
|
|
|
393
394
|
var ActionList = [1, n0, _AL,
|
|
394
395
|
0, () => Action$
|
|
395
396
|
];
|
|
397
|
+
var AvailabilityZoneIdList = 64 | 0;
|
|
396
398
|
var AvailabilityZoneList = 64 | 0;
|
|
397
399
|
var CrossRegionCopyActionList = [1, n0, _CRCAL,
|
|
398
400
|
0, () => CrossRegionCopyAction$
|
|
@@ -123,7 +123,10 @@ declare const CreateLifecyclePolicyCommand_base: {
|
|
|
123
123
|
* Count: Number("int"),
|
|
124
124
|
* Interval: Number("int"),
|
|
125
125
|
* IntervalUnit: "DAYS" || "WEEKS" || "MONTHS" || "YEARS",
|
|
126
|
-
* AvailabilityZones: [ // AvailabilityZoneList
|
|
126
|
+
* AvailabilityZones: [ // AvailabilityZoneList
|
|
127
|
+
* "STRING_VALUE",
|
|
128
|
+
* ],
|
|
129
|
+
* AvailabilityZoneIds: [ // AvailabilityZoneIdList
|
|
127
130
|
* "STRING_VALUE",
|
|
128
131
|
* ],
|
|
129
132
|
* },
|
|
@@ -110,7 +110,10 @@ declare const GetLifecyclePolicyCommand_base: {
|
|
|
110
110
|
* // Count: Number("int"),
|
|
111
111
|
* // Interval: Number("int"),
|
|
112
112
|
* // IntervalUnit: "DAYS" || "WEEKS" || "MONTHS" || "YEARS",
|
|
113
|
-
* // AvailabilityZones: [ // AvailabilityZoneList
|
|
113
|
+
* // AvailabilityZones: [ // AvailabilityZoneList
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // AvailabilityZoneIds: [ // AvailabilityZoneIdList
|
|
114
117
|
* // "STRING_VALUE",
|
|
115
118
|
* // ],
|
|
116
119
|
* // },
|
|
@@ -103,7 +103,10 @@ declare const UpdateLifecyclePolicyCommand_base: {
|
|
|
103
103
|
* Count: Number("int"),
|
|
104
104
|
* Interval: Number("int"),
|
|
105
105
|
* IntervalUnit: "DAYS" || "WEEKS" || "MONTHS" || "YEARS",
|
|
106
|
-
* AvailabilityZones: [ // AvailabilityZoneList
|
|
106
|
+
* AvailabilityZones: [ // AvailabilityZoneList
|
|
107
|
+
* "STRING_VALUE",
|
|
108
|
+
* ],
|
|
109
|
+
* AvailabilityZoneIds: [ // AvailabilityZoneIdList
|
|
107
110
|
* "STRING_VALUE",
|
|
108
111
|
* ],
|
|
109
112
|
* },
|
|
@@ -657,7 +657,12 @@ export interface FastRestoreRule {
|
|
|
657
657
|
* <p>The Availability Zones in which to enable fast snapshot restore.</p>
|
|
658
658
|
* @public
|
|
659
659
|
*/
|
|
660
|
-
AvailabilityZones
|
|
660
|
+
AvailabilityZones?: string[] | undefined;
|
|
661
|
+
/**
|
|
662
|
+
* <p>The Availability Zone Ids in which to enable fast snapshot restore.</p>
|
|
663
|
+
* @public
|
|
664
|
+
*/
|
|
665
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
661
666
|
}
|
|
662
667
|
/**
|
|
663
668
|
* <p>
|
|
@@ -107,7 +107,8 @@ export interface FastRestoreRule {
|
|
|
107
107
|
Count?: number | undefined;
|
|
108
108
|
Interval?: number | undefined;
|
|
109
109
|
IntervalUnit?: RetentionIntervalUnitValues | undefined;
|
|
110
|
-
AvailabilityZones
|
|
110
|
+
AvailabilityZones?: string[] | undefined;
|
|
111
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
111
112
|
}
|
|
112
113
|
export interface RetainRule {
|
|
113
114
|
Count?: number | undefined;
|
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.
|
|
4
|
+
"version": "3.1025.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dlm",
|