@aws-sdk/client-backup 3.750.0 → 3.772.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/index.js +169 -169
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AggregationPeriod: () => AggregationPeriod,
|
|
25
25
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
26
26
|
Backup: () => Backup,
|
|
@@ -201,7 +201,7 @@ __export(src_exports, {
|
|
|
201
201
|
paginateListRestoreTestingSelections: () => paginateListRestoreTestingSelections,
|
|
202
202
|
paginateListTags: () => paginateListTags
|
|
203
203
|
});
|
|
204
|
-
module.exports = __toCommonJS(
|
|
204
|
+
module.exports = __toCommonJS(index_exports);
|
|
205
205
|
|
|
206
206
|
// src/BackupClient.ts
|
|
207
207
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -328,9 +328,9 @@ var BackupClient = class extends import_smithy_client.Client {
|
|
|
328
328
|
this.middlewareStack.use(
|
|
329
329
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
330
330
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBackupHttpAuthSchemeParametersProvider,
|
|
331
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
331
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
332
332
|
"aws.auth#sigv4": config.credentials
|
|
333
|
-
})
|
|
333
|
+
}), "identityProviderConfigProvider")
|
|
334
334
|
})
|
|
335
335
|
);
|
|
336
336
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1006,8 +1006,8 @@ var se_CreateBackupPlanCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1006
1006
|
let body;
|
|
1007
1007
|
body = JSON.stringify(
|
|
1008
1008
|
(0, import_smithy_client.take)(input, {
|
|
1009
|
-
BackupPlan: (_) => (0, import_smithy_client._json)(_),
|
|
1010
|
-
BackupPlanTags: (_) => (0, import_smithy_client._json)(_),
|
|
1009
|
+
BackupPlan: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupPlan"),
|
|
1010
|
+
BackupPlanTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupPlanTags"),
|
|
1011
1011
|
CreatorRequestId: []
|
|
1012
1012
|
})
|
|
1013
1013
|
);
|
|
@@ -1024,7 +1024,7 @@ var se_CreateBackupSelectionCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1024
1024
|
let body;
|
|
1025
1025
|
body = JSON.stringify(
|
|
1026
1026
|
(0, import_smithy_client.take)(input, {
|
|
1027
|
-
BackupSelection: (_) => (0, import_smithy_client._json)(_),
|
|
1027
|
+
BackupSelection: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupSelection"),
|
|
1028
1028
|
CreatorRequestId: []
|
|
1029
1029
|
})
|
|
1030
1030
|
);
|
|
@@ -1041,7 +1041,7 @@ var se_CreateBackupVaultCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1041
1041
|
let body;
|
|
1042
1042
|
body = JSON.stringify(
|
|
1043
1043
|
(0, import_smithy_client.take)(input, {
|
|
1044
|
-
BackupVaultTags: (_) => (0, import_smithy_client._json)(_),
|
|
1044
|
+
BackupVaultTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupVaultTags"),
|
|
1045
1045
|
CreatorRequestId: [],
|
|
1046
1046
|
EncryptionKeyArn: []
|
|
1047
1047
|
})
|
|
@@ -1058,10 +1058,10 @@ var se_CreateFrameworkCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1058
1058
|
let body;
|
|
1059
1059
|
body = JSON.stringify(
|
|
1060
1060
|
(0, import_smithy_client.take)(input, {
|
|
1061
|
-
FrameworkControls: (_) => (0, import_smithy_client._json)(_),
|
|
1061
|
+
FrameworkControls: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FrameworkControls"),
|
|
1062
1062
|
FrameworkDescription: [],
|
|
1063
1063
|
FrameworkName: [],
|
|
1064
|
-
FrameworkTags: (_) => (0, import_smithy_client._json)(_),
|
|
1064
|
+
FrameworkTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FrameworkTags"),
|
|
1065
1065
|
IdempotencyToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
1066
1066
|
})
|
|
1067
1067
|
);
|
|
@@ -1079,8 +1079,8 @@ var se_CreateLegalHoldCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1079
1079
|
(0, import_smithy_client.take)(input, {
|
|
1080
1080
|
Description: [],
|
|
1081
1081
|
IdempotencyToken: [],
|
|
1082
|
-
RecoveryPointSelection: (_) => se_RecoveryPointSelection(_, context),
|
|
1083
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1082
|
+
RecoveryPointSelection: /* @__PURE__ */ __name((_) => se_RecoveryPointSelection(_, context), "RecoveryPointSelection"),
|
|
1083
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1084
1084
|
Title: []
|
|
1085
1085
|
})
|
|
1086
1086
|
);
|
|
@@ -1097,7 +1097,7 @@ var se_CreateLogicallyAirGappedBackupVaultCommand = /* @__PURE__ */ __name(async
|
|
|
1097
1097
|
let body;
|
|
1098
1098
|
body = JSON.stringify(
|
|
1099
1099
|
(0, import_smithy_client.take)(input, {
|
|
1100
|
-
BackupVaultTags: (_) => (0, import_smithy_client._json)(_),
|
|
1100
|
+
BackupVaultTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupVaultTags"),
|
|
1101
1101
|
CreatorRequestId: [],
|
|
1102
1102
|
MaxRetentionDays: [],
|
|
1103
1103
|
MinRetentionDays: []
|
|
@@ -1116,11 +1116,11 @@ var se_CreateReportPlanCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1116
1116
|
body = JSON.stringify(
|
|
1117
1117
|
(0, import_smithy_client.take)(input, {
|
|
1118
1118
|
IdempotencyToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1119
|
-
ReportDeliveryChannel: (_) => (0, import_smithy_client._json)(_),
|
|
1119
|
+
ReportDeliveryChannel: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReportDeliveryChannel"),
|
|
1120
1120
|
ReportPlanDescription: [],
|
|
1121
1121
|
ReportPlanName: [],
|
|
1122
|
-
ReportPlanTags: (_) => (0, import_smithy_client._json)(_),
|
|
1123
|
-
ReportSetting: (_) => (0, import_smithy_client._json)(_)
|
|
1122
|
+
ReportPlanTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReportPlanTags"),
|
|
1123
|
+
ReportSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReportSetting")
|
|
1124
1124
|
})
|
|
1125
1125
|
);
|
|
1126
1126
|
b.m("POST").h(headers).b(body);
|
|
@@ -1136,8 +1136,8 @@ var se_CreateRestoreTestingPlanCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1136
1136
|
body = JSON.stringify(
|
|
1137
1137
|
(0, import_smithy_client.take)(input, {
|
|
1138
1138
|
CreatorRequestId: [],
|
|
1139
|
-
RestoreTestingPlan: (_) => (0, import_smithy_client._json)(_),
|
|
1140
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1139
|
+
RestoreTestingPlan: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RestoreTestingPlan"),
|
|
1140
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1141
1141
|
})
|
|
1142
1142
|
);
|
|
1143
1143
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1154,7 +1154,7 @@ var se_CreateRestoreTestingSelectionCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1154
1154
|
body = JSON.stringify(
|
|
1155
1155
|
(0, import_smithy_client.take)(input, {
|
|
1156
1156
|
CreatorRequestId: [],
|
|
1157
|
-
RestoreTestingSelection: (_) => (0, import_smithy_client._json)(_)
|
|
1157
|
+
RestoreTestingSelection: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RestoreTestingSelection")
|
|
1158
1158
|
})
|
|
1159
1159
|
);
|
|
1160
1160
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1967,7 +1967,7 @@ var se_PutBackupVaultNotificationsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1967
1967
|
let body;
|
|
1968
1968
|
body = JSON.stringify(
|
|
1969
1969
|
(0, import_smithy_client.take)(input, {
|
|
1970
|
-
BackupVaultEvents: (_) => (0, import_smithy_client._json)(_),
|
|
1970
|
+
BackupVaultEvents: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupVaultEvents"),
|
|
1971
1971
|
SNSTopicArn: []
|
|
1972
1972
|
})
|
|
1973
1973
|
);
|
|
@@ -2000,14 +2000,14 @@ var se_StartBackupJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2000
2000
|
let body;
|
|
2001
2001
|
body = JSON.stringify(
|
|
2002
2002
|
(0, import_smithy_client.take)(input, {
|
|
2003
|
-
BackupOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2003
|
+
BackupOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupOptions"),
|
|
2004
2004
|
BackupVaultName: [],
|
|
2005
2005
|
CompleteWindowMinutes: [],
|
|
2006
2006
|
IamRoleArn: [],
|
|
2007
2007
|
IdempotencyToken: [],
|
|
2008
2008
|
Index: [],
|
|
2009
|
-
Lifecycle: (_) => (0, import_smithy_client._json)(_),
|
|
2010
|
-
RecoveryPointTags: (_) => (0, import_smithy_client._json)(_),
|
|
2009
|
+
Lifecycle: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Lifecycle"),
|
|
2010
|
+
RecoveryPointTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RecoveryPointTags"),
|
|
2011
2011
|
ResourceArn: [],
|
|
2012
2012
|
StartWindowMinutes: []
|
|
2013
2013
|
})
|
|
@@ -2027,7 +2027,7 @@ var se_StartCopyJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2027
2027
|
DestinationBackupVaultArn: [],
|
|
2028
2028
|
IamRoleArn: [],
|
|
2029
2029
|
IdempotencyToken: [],
|
|
2030
|
-
Lifecycle: (_) => (0, import_smithy_client._json)(_),
|
|
2030
|
+
Lifecycle: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Lifecycle"),
|
|
2031
2031
|
RecoveryPointArn: [],
|
|
2032
2032
|
SourceBackupVaultName: []
|
|
2033
2033
|
})
|
|
@@ -2063,7 +2063,7 @@ var se_StartRestoreJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2063
2063
|
CopySourceTagsToRestoredResource: [],
|
|
2064
2064
|
IamRoleArn: [],
|
|
2065
2065
|
IdempotencyToken: [],
|
|
2066
|
-
Metadata: (_) => (0, import_smithy_client._json)(_),
|
|
2066
|
+
Metadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Metadata"),
|
|
2067
2067
|
RecoveryPointArn: [],
|
|
2068
2068
|
ResourceType: []
|
|
2069
2069
|
})
|
|
@@ -2090,7 +2090,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2090
2090
|
let body;
|
|
2091
2091
|
body = JSON.stringify(
|
|
2092
2092
|
(0, import_smithy_client.take)(input, {
|
|
2093
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2093
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2094
2094
|
})
|
|
2095
2095
|
);
|
|
2096
2096
|
b.m("POST").h(headers).b(body);
|
|
@@ -2106,7 +2106,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2106
2106
|
let body;
|
|
2107
2107
|
body = JSON.stringify(
|
|
2108
2108
|
(0, import_smithy_client.take)(input, {
|
|
2109
|
-
TagKeyList: (_) => (0, import_smithy_client._json)(_)
|
|
2109
|
+
TagKeyList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeyList")
|
|
2110
2110
|
})
|
|
2111
2111
|
);
|
|
2112
2112
|
b.m("POST").h(headers).b(body);
|
|
@@ -2122,7 +2122,7 @@ var se_UpdateBackupPlanCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2122
2122
|
let body;
|
|
2123
2123
|
body = JSON.stringify(
|
|
2124
2124
|
(0, import_smithy_client.take)(input, {
|
|
2125
|
-
BackupPlan: (_) => (0, import_smithy_client._json)(_)
|
|
2125
|
+
BackupPlan: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BackupPlan")
|
|
2126
2126
|
})
|
|
2127
2127
|
);
|
|
2128
2128
|
b.m("POST").h(headers).b(body);
|
|
@@ -2138,7 +2138,7 @@ var se_UpdateFrameworkCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2138
2138
|
let body;
|
|
2139
2139
|
body = JSON.stringify(
|
|
2140
2140
|
(0, import_smithy_client.take)(input, {
|
|
2141
|
-
FrameworkControls: (_) => (0, import_smithy_client._json)(_),
|
|
2141
|
+
FrameworkControls: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FrameworkControls"),
|
|
2142
2142
|
FrameworkDescription: [],
|
|
2143
2143
|
IdempotencyToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2144
2144
|
})
|
|
@@ -2155,7 +2155,7 @@ var se_UpdateGlobalSettingsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2155
2155
|
let body;
|
|
2156
2156
|
body = JSON.stringify(
|
|
2157
2157
|
(0, import_smithy_client.take)(input, {
|
|
2158
|
-
GlobalSettings: (_) => (0, import_smithy_client._json)(_)
|
|
2158
|
+
GlobalSettings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "GlobalSettings")
|
|
2159
2159
|
})
|
|
2160
2160
|
);
|
|
2161
2161
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2190,7 +2190,7 @@ var se_UpdateRecoveryPointLifecycleCommand = /* @__PURE__ */ __name(async (input
|
|
|
2190
2190
|
let body;
|
|
2191
2191
|
body = JSON.stringify(
|
|
2192
2192
|
(0, import_smithy_client.take)(input, {
|
|
2193
|
-
Lifecycle: (_) => (0, import_smithy_client._json)(_)
|
|
2193
|
+
Lifecycle: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Lifecycle")
|
|
2194
2194
|
})
|
|
2195
2195
|
);
|
|
2196
2196
|
b.m("POST").h(headers).b(body);
|
|
@@ -2205,8 +2205,8 @@ var se_UpdateRegionSettingsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2205
2205
|
let body;
|
|
2206
2206
|
body = JSON.stringify(
|
|
2207
2207
|
(0, import_smithy_client.take)(input, {
|
|
2208
|
-
ResourceTypeManagementPreference: (_) => (0, import_smithy_client._json)(_),
|
|
2209
|
-
ResourceTypeOptInPreference: (_) => (0, import_smithy_client._json)(_)
|
|
2208
|
+
ResourceTypeManagementPreference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceTypeManagementPreference"),
|
|
2209
|
+
ResourceTypeOptInPreference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceTypeOptInPreference")
|
|
2210
2210
|
})
|
|
2211
2211
|
);
|
|
2212
2212
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2223,9 +2223,9 @@ var se_UpdateReportPlanCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2223
2223
|
body = JSON.stringify(
|
|
2224
2224
|
(0, import_smithy_client.take)(input, {
|
|
2225
2225
|
IdempotencyToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2226
|
-
ReportDeliveryChannel: (_) => (0, import_smithy_client._json)(_),
|
|
2226
|
+
ReportDeliveryChannel: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReportDeliveryChannel"),
|
|
2227
2227
|
ReportPlanDescription: [],
|
|
2228
|
-
ReportSetting: (_) => (0, import_smithy_client._json)(_)
|
|
2228
|
+
ReportSetting: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReportSetting")
|
|
2229
2229
|
})
|
|
2230
2230
|
);
|
|
2231
2231
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2241,7 +2241,7 @@ var se_UpdateRestoreTestingPlanCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2241
2241
|
let body;
|
|
2242
2242
|
body = JSON.stringify(
|
|
2243
2243
|
(0, import_smithy_client.take)(input, {
|
|
2244
|
-
RestoreTestingPlan: (_) => (0, import_smithy_client._json)(_)
|
|
2244
|
+
RestoreTestingPlan: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RestoreTestingPlan")
|
|
2245
2245
|
})
|
|
2246
2246
|
);
|
|
2247
2247
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2258,7 +2258,7 @@ var se_UpdateRestoreTestingSelectionCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
2258
2258
|
let body;
|
|
2259
2259
|
body = JSON.stringify(
|
|
2260
2260
|
(0, import_smithy_client.take)(input, {
|
|
2261
|
-
RestoreTestingSelection: (_) => (0, import_smithy_client._json)(_)
|
|
2261
|
+
RestoreTestingSelection: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RestoreTestingSelection")
|
|
2262
2262
|
})
|
|
2263
2263
|
);
|
|
2264
2264
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2286,7 +2286,7 @@ var de_CreateBackupPlanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2286
2286
|
AdvancedBackupSettings: import_smithy_client._json,
|
|
2287
2287
|
BackupPlanArn: import_smithy_client.expectString,
|
|
2288
2288
|
BackupPlanId: import_smithy_client.expectString,
|
|
2289
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2289
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2290
2290
|
VersionId: import_smithy_client.expectString
|
|
2291
2291
|
});
|
|
2292
2292
|
Object.assign(contents, doc);
|
|
@@ -2302,7 +2302,7 @@ var de_CreateBackupSelectionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2302
2302
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2303
2303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2304
2304
|
BackupPlanId: import_smithy_client.expectString,
|
|
2305
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2305
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2306
2306
|
SelectionId: import_smithy_client.expectString
|
|
2307
2307
|
});
|
|
2308
2308
|
Object.assign(contents, doc);
|
|
@@ -2319,7 +2319,7 @@ var de_CreateBackupVaultCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2319
2319
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2320
2320
|
BackupVaultArn: import_smithy_client.expectString,
|
|
2321
2321
|
BackupVaultName: import_smithy_client.expectString,
|
|
2322
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2322
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate")
|
|
2323
2323
|
});
|
|
2324
2324
|
Object.assign(contents, doc);
|
|
2325
2325
|
return contents;
|
|
@@ -2348,11 +2348,11 @@ var de_CreateLegalHoldCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2348
2348
|
});
|
|
2349
2349
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2350
2350
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2351
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2351
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2352
2352
|
Description: import_smithy_client.expectString,
|
|
2353
2353
|
LegalHoldArn: import_smithy_client.expectString,
|
|
2354
2354
|
LegalHoldId: import_smithy_client.expectString,
|
|
2355
|
-
RecoveryPointSelection: (_) => de_RecoveryPointSelection(_, context),
|
|
2355
|
+
RecoveryPointSelection: /* @__PURE__ */ __name((_) => de_RecoveryPointSelection(_, context), "RecoveryPointSelection"),
|
|
2356
2356
|
Status: import_smithy_client.expectString,
|
|
2357
2357
|
Title: import_smithy_client.expectString
|
|
2358
2358
|
});
|
|
@@ -2370,7 +2370,7 @@ var de_CreateLogicallyAirGappedBackupVaultCommand = /* @__PURE__ */ __name(async
|
|
|
2370
2370
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2371
2371
|
BackupVaultArn: import_smithy_client.expectString,
|
|
2372
2372
|
BackupVaultName: import_smithy_client.expectString,
|
|
2373
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2373
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2374
2374
|
VaultState: import_smithy_client.expectString
|
|
2375
2375
|
});
|
|
2376
2376
|
Object.assign(contents, doc);
|
|
@@ -2385,7 +2385,7 @@ var de_CreateReportPlanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2385
2385
|
});
|
|
2386
2386
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2387
2387
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2388
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2388
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2389
2389
|
ReportPlanArn: import_smithy_client.expectString,
|
|
2390
2390
|
ReportPlanName: import_smithy_client.expectString
|
|
2391
2391
|
});
|
|
@@ -2401,7 +2401,7 @@ var de_CreateRestoreTestingPlanCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2401
2401
|
});
|
|
2402
2402
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2403
2403
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2404
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2404
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2405
2405
|
RestoreTestingPlanArn: import_smithy_client.expectString,
|
|
2406
2406
|
RestoreTestingPlanName: import_smithy_client.expectString
|
|
2407
2407
|
});
|
|
@@ -2417,7 +2417,7 @@ var de_CreateRestoreTestingSelectionCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2417
2417
|
});
|
|
2418
2418
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2419
2419
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2420
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2420
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2421
2421
|
RestoreTestingPlanArn: import_smithy_client.expectString,
|
|
2422
2422
|
RestoreTestingPlanName: import_smithy_client.expectString,
|
|
2423
2423
|
RestoreTestingSelectionName: import_smithy_client.expectString
|
|
@@ -2436,7 +2436,7 @@ var de_DeleteBackupPlanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2436
2436
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2437
2437
|
BackupPlanArn: import_smithy_client.expectString,
|
|
2438
2438
|
BackupPlanId: import_smithy_client.expectString,
|
|
2439
|
-
DeletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2439
|
+
DeletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionDate"),
|
|
2440
2440
|
VersionId: import_smithy_client.expectString
|
|
2441
2441
|
});
|
|
2442
2442
|
Object.assign(contents, doc);
|
|
@@ -2560,12 +2560,12 @@ var de_DescribeBackupJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2560
2560
|
BackupVaultName: import_smithy_client.expectString,
|
|
2561
2561
|
BytesTransferred: import_smithy_client.expectLong,
|
|
2562
2562
|
ChildJobsInState: import_smithy_client._json,
|
|
2563
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2563
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
2564
2564
|
CreatedBy: import_smithy_client._json,
|
|
2565
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2566
|
-
ExpectedCompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2565
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2566
|
+
ExpectedCompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpectedCompletionDate"),
|
|
2567
2567
|
IamRoleArn: import_smithy_client.expectString,
|
|
2568
|
-
InitiationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2568
|
+
InitiationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiationDate"),
|
|
2569
2569
|
IsParent: import_smithy_client.expectBoolean,
|
|
2570
2570
|
MessageCategory: import_smithy_client.expectString,
|
|
2571
2571
|
NumberOfChildJobs: import_smithy_client.expectLong,
|
|
@@ -2575,7 +2575,7 @@ var de_DescribeBackupJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2575
2575
|
ResourceArn: import_smithy_client.expectString,
|
|
2576
2576
|
ResourceName: import_smithy_client.expectString,
|
|
2577
2577
|
ResourceType: import_smithy_client.expectString,
|
|
2578
|
-
StartBy: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2578
|
+
StartBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartBy"),
|
|
2579
2579
|
State: import_smithy_client.expectString,
|
|
2580
2580
|
StatusMessage: import_smithy_client.expectString
|
|
2581
2581
|
});
|
|
@@ -2593,10 +2593,10 @@ var de_DescribeBackupVaultCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2593
2593
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2594
2594
|
BackupVaultArn: import_smithy_client.expectString,
|
|
2595
2595
|
BackupVaultName: import_smithy_client.expectString,
|
|
2596
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2596
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2597
2597
|
CreatorRequestId: import_smithy_client.expectString,
|
|
2598
2598
|
EncryptionKeyArn: import_smithy_client.expectString,
|
|
2599
|
-
LockDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2599
|
+
LockDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LockDate"),
|
|
2600
2600
|
Locked: import_smithy_client.expectBoolean,
|
|
2601
2601
|
MaxRetentionDays: import_smithy_client.expectLong,
|
|
2602
2602
|
MinRetentionDays: import_smithy_client.expectLong,
|
|
@@ -2616,7 +2616,7 @@ var de_DescribeCopyJobCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2616
2616
|
});
|
|
2617
2617
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2618
2618
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2619
|
-
CopyJob: (_) => de_CopyJob(_, context)
|
|
2619
|
+
CopyJob: /* @__PURE__ */ __name((_) => de_CopyJob(_, context), "CopyJob")
|
|
2620
2620
|
});
|
|
2621
2621
|
Object.assign(contents, doc);
|
|
2622
2622
|
return contents;
|
|
@@ -2630,7 +2630,7 @@ var de_DescribeFrameworkCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2630
2630
|
});
|
|
2631
2631
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2632
2632
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2633
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2633
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
2634
2634
|
DeploymentStatus: import_smithy_client.expectString,
|
|
2635
2635
|
FrameworkArn: import_smithy_client.expectString,
|
|
2636
2636
|
FrameworkControls: import_smithy_client._json,
|
|
@@ -2652,7 +2652,7 @@ var de_DescribeGlobalSettingsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2652
2652
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2653
2653
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2654
2654
|
GlobalSettings: import_smithy_client._json,
|
|
2655
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2655
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime")
|
|
2656
2656
|
});
|
|
2657
2657
|
Object.assign(contents, doc);
|
|
2658
2658
|
return contents;
|
|
@@ -2666,12 +2666,12 @@ var de_DescribeProtectedResourceCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2666
2666
|
});
|
|
2667
2667
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2668
2668
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2669
|
-
LastBackupTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2669
|
+
LastBackupTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastBackupTime"),
|
|
2670
2670
|
LastBackupVaultArn: import_smithy_client.expectString,
|
|
2671
2671
|
LastRecoveryPointArn: import_smithy_client.expectString,
|
|
2672
2672
|
LatestRestoreExecutionTimeMinutes: import_smithy_client.expectLong,
|
|
2673
|
-
LatestRestoreJobCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2674
|
-
LatestRestoreRecoveryPointCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2673
|
+
LatestRestoreJobCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LatestRestoreJobCreationDate"),
|
|
2674
|
+
LatestRestoreRecoveryPointCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LatestRestoreRecoveryPointCreationDate"),
|
|
2675
2675
|
ResourceArn: import_smithy_client.expectString,
|
|
2676
2676
|
ResourceName: import_smithy_client.expectString,
|
|
2677
2677
|
ResourceType: import_smithy_client.expectString
|
|
@@ -2691,18 +2691,18 @@ var de_DescribeRecoveryPointCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2691
2691
|
BackupSizeInBytes: import_smithy_client.expectLong,
|
|
2692
2692
|
BackupVaultArn: import_smithy_client.expectString,
|
|
2693
2693
|
BackupVaultName: import_smithy_client.expectString,
|
|
2694
|
-
CalculatedLifecycle: (_) => de_CalculatedLifecycle(_, context),
|
|
2695
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2694
|
+
CalculatedLifecycle: /* @__PURE__ */ __name((_) => de_CalculatedLifecycle(_, context), "CalculatedLifecycle"),
|
|
2695
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
2696
2696
|
CompositeMemberIdentifier: import_smithy_client.expectString,
|
|
2697
2697
|
CreatedBy: import_smithy_client._json,
|
|
2698
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2698
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2699
2699
|
EncryptionKeyArn: import_smithy_client.expectString,
|
|
2700
2700
|
IamRoleArn: import_smithy_client.expectString,
|
|
2701
2701
|
IndexStatus: import_smithy_client.expectString,
|
|
2702
2702
|
IndexStatusMessage: import_smithy_client.expectString,
|
|
2703
2703
|
IsEncrypted: import_smithy_client.expectBoolean,
|
|
2704
2704
|
IsParent: import_smithy_client.expectBoolean,
|
|
2705
|
-
LastRestoreTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2705
|
+
LastRestoreTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRestoreTime"),
|
|
2706
2706
|
Lifecycle: import_smithy_client._json,
|
|
2707
2707
|
ParentRecoveryPointArn: import_smithy_client.expectString,
|
|
2708
2708
|
RecoveryPointArn: import_smithy_client.expectString,
|
|
@@ -2742,7 +2742,7 @@ var de_DescribeReportJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2742
2742
|
});
|
|
2743
2743
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2744
2744
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2745
|
-
ReportJob: (_) => de_ReportJob(_, context)
|
|
2745
|
+
ReportJob: /* @__PURE__ */ __name((_) => de_ReportJob(_, context), "ReportJob")
|
|
2746
2746
|
});
|
|
2747
2747
|
Object.assign(contents, doc);
|
|
2748
2748
|
return contents;
|
|
@@ -2756,7 +2756,7 @@ var de_DescribeReportPlanCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2756
2756
|
});
|
|
2757
2757
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2758
2758
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2759
|
-
ReportPlan: (_) => de_ReportPlan(_, context)
|
|
2759
|
+
ReportPlan: /* @__PURE__ */ __name((_) => de_ReportPlan(_, context), "ReportPlan")
|
|
2760
2760
|
});
|
|
2761
2761
|
Object.assign(contents, doc);
|
|
2762
2762
|
return contents;
|
|
@@ -2772,17 +2772,17 @@ var de_DescribeRestoreJobCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2772
2772
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2773
2773
|
AccountId: import_smithy_client.expectString,
|
|
2774
2774
|
BackupSizeInBytes: import_smithy_client.expectLong,
|
|
2775
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2775
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
2776
2776
|
CreatedBy: import_smithy_client._json,
|
|
2777
2777
|
CreatedResourceArn: import_smithy_client.expectString,
|
|
2778
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2778
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2779
2779
|
DeletionStatus: import_smithy_client.expectString,
|
|
2780
2780
|
DeletionStatusMessage: import_smithy_client.expectString,
|
|
2781
2781
|
ExpectedCompletionTimeMinutes: import_smithy_client.expectLong,
|
|
2782
2782
|
IamRoleArn: import_smithy_client.expectString,
|
|
2783
2783
|
PercentDone: import_smithy_client.expectString,
|
|
2784
2784
|
RecoveryPointArn: import_smithy_client.expectString,
|
|
2785
|
-
RecoveryPointCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2785
|
+
RecoveryPointCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RecoveryPointCreationDate"),
|
|
2786
2786
|
ResourceType: import_smithy_client.expectString,
|
|
2787
2787
|
RestoreJobId: import_smithy_client.expectString,
|
|
2788
2788
|
Status: import_smithy_client.expectString,
|
|
@@ -2840,10 +2840,10 @@ var de_GetBackupPlanCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2840
2840
|
BackupPlan: import_smithy_client._json,
|
|
2841
2841
|
BackupPlanArn: import_smithy_client.expectString,
|
|
2842
2842
|
BackupPlanId: import_smithy_client.expectString,
|
|
2843
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2843
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2844
2844
|
CreatorRequestId: import_smithy_client.expectString,
|
|
2845
|
-
DeletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2846
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2845
|
+
DeletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionDate"),
|
|
2846
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
2847
2847
|
VersionId: import_smithy_client.expectString
|
|
2848
2848
|
});
|
|
2849
2849
|
Object.assign(contents, doc);
|
|
@@ -2888,7 +2888,7 @@ var de_GetBackupSelectionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2888
2888
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2889
2889
|
BackupPlanId: import_smithy_client.expectString,
|
|
2890
2890
|
BackupSelection: import_smithy_client._json,
|
|
2891
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2891
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2892
2892
|
CreatorRequestId: import_smithy_client.expectString,
|
|
2893
2893
|
SelectionId: import_smithy_client.expectString
|
|
2894
2894
|
});
|
|
@@ -2938,13 +2938,13 @@ var de_GetLegalHoldCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2938
2938
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2939
2939
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2940
2940
|
CancelDescription: import_smithy_client.expectString,
|
|
2941
|
-
CancellationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2942
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2941
|
+
CancellationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CancellationDate"),
|
|
2942
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
2943
2943
|
Description: import_smithy_client.expectString,
|
|
2944
2944
|
LegalHoldArn: import_smithy_client.expectString,
|
|
2945
2945
|
LegalHoldId: import_smithy_client.expectString,
|
|
2946
|
-
RecoveryPointSelection: (_) => de_RecoveryPointSelection(_, context),
|
|
2947
|
-
RetainRecordUntil: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2946
|
+
RecoveryPointSelection: /* @__PURE__ */ __name((_) => de_RecoveryPointSelection(_, context), "RecoveryPointSelection"),
|
|
2947
|
+
RetainRecordUntil: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RetainRecordUntil"),
|
|
2948
2948
|
Status: import_smithy_client.expectString,
|
|
2949
2949
|
Title: import_smithy_client.expectString
|
|
2950
2950
|
});
|
|
@@ -2961,9 +2961,9 @@ var de_GetRecoveryPointIndexDetailsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2961
2961
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2962
2962
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2963
2963
|
BackupVaultArn: import_smithy_client.expectString,
|
|
2964
|
-
IndexCompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2965
|
-
IndexCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2966
|
-
IndexDeletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2964
|
+
IndexCompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "IndexCompletionDate"),
|
|
2965
|
+
IndexCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "IndexCreationDate"),
|
|
2966
|
+
IndexDeletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "IndexDeletionDate"),
|
|
2967
2967
|
IndexStatus: import_smithy_client.expectString,
|
|
2968
2968
|
IndexStatusMessage: import_smithy_client.expectString,
|
|
2969
2969
|
RecoveryPointArn: import_smithy_client.expectString,
|
|
@@ -3028,7 +3028,7 @@ var de_GetRestoreTestingPlanCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3028
3028
|
});
|
|
3029
3029
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3030
3030
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3031
|
-
RestoreTestingPlan: (_) => de_RestoreTestingPlanForGet(_, context)
|
|
3031
|
+
RestoreTestingPlan: /* @__PURE__ */ __name((_) => de_RestoreTestingPlanForGet(_, context), "RestoreTestingPlan")
|
|
3032
3032
|
});
|
|
3033
3033
|
Object.assign(contents, doc);
|
|
3034
3034
|
return contents;
|
|
@@ -3042,7 +3042,7 @@ var de_GetRestoreTestingSelectionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3042
3042
|
});
|
|
3043
3043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3044
3044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3045
|
-
RestoreTestingSelection: (_) => de_RestoreTestingSelectionForGet(_, context)
|
|
3045
|
+
RestoreTestingSelection: /* @__PURE__ */ __name((_) => de_RestoreTestingSelectionForGet(_, context), "RestoreTestingSelection")
|
|
3046
3046
|
});
|
|
3047
3047
|
Object.assign(contents, doc);
|
|
3048
3048
|
return contents;
|
|
@@ -3070,7 +3070,7 @@ var de_ListBackupJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3070
3070
|
});
|
|
3071
3071
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3072
3072
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3073
|
-
BackupJobs: (_) => de_BackupJobsList(_, context),
|
|
3073
|
+
BackupJobs: /* @__PURE__ */ __name((_) => de_BackupJobsList(_, context), "BackupJobs"),
|
|
3074
3074
|
NextToken: import_smithy_client.expectString
|
|
3075
3075
|
});
|
|
3076
3076
|
Object.assign(contents, doc);
|
|
@@ -3086,7 +3086,7 @@ var de_ListBackupJobSummariesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3086
3086
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3087
3087
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3088
3088
|
AggregationPeriod: import_smithy_client.expectString,
|
|
3089
|
-
BackupJobSummaries: (_) => de_BackupJobSummaryList(_, context),
|
|
3089
|
+
BackupJobSummaries: /* @__PURE__ */ __name((_) => de_BackupJobSummaryList(_, context), "BackupJobSummaries"),
|
|
3090
3090
|
NextToken: import_smithy_client.expectString
|
|
3091
3091
|
});
|
|
3092
3092
|
Object.assign(contents, doc);
|
|
@@ -3101,7 +3101,7 @@ var de_ListBackupPlansCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3101
3101
|
});
|
|
3102
3102
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3103
3103
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3104
|
-
BackupPlansList: (_) => de_BackupPlansList(_, context),
|
|
3104
|
+
BackupPlansList: /* @__PURE__ */ __name((_) => de_BackupPlansList(_, context), "BackupPlansList"),
|
|
3105
3105
|
NextToken: import_smithy_client.expectString
|
|
3106
3106
|
});
|
|
3107
3107
|
Object.assign(contents, doc);
|
|
@@ -3131,7 +3131,7 @@ var de_ListBackupPlanVersionsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3131
3131
|
});
|
|
3132
3132
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3133
3133
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3134
|
-
BackupPlanVersionsList: (_) => de_BackupPlanVersionsList(_, context),
|
|
3134
|
+
BackupPlanVersionsList: /* @__PURE__ */ __name((_) => de_BackupPlanVersionsList(_, context), "BackupPlanVersionsList"),
|
|
3135
3135
|
NextToken: import_smithy_client.expectString
|
|
3136
3136
|
});
|
|
3137
3137
|
Object.assign(contents, doc);
|
|
@@ -3146,7 +3146,7 @@ var de_ListBackupSelectionsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3146
3146
|
});
|
|
3147
3147
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3148
3148
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3149
|
-
BackupSelectionsList: (_) => de_BackupSelectionsList(_, context),
|
|
3149
|
+
BackupSelectionsList: /* @__PURE__ */ __name((_) => de_BackupSelectionsList(_, context), "BackupSelectionsList"),
|
|
3150
3150
|
NextToken: import_smithy_client.expectString
|
|
3151
3151
|
});
|
|
3152
3152
|
Object.assign(contents, doc);
|
|
@@ -3161,7 +3161,7 @@ var de_ListBackupVaultsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3161
3161
|
});
|
|
3162
3162
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3163
3163
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3164
|
-
BackupVaultList: (_) => de_BackupVaultList(_, context),
|
|
3164
|
+
BackupVaultList: /* @__PURE__ */ __name((_) => de_BackupVaultList(_, context), "BackupVaultList"),
|
|
3165
3165
|
NextToken: import_smithy_client.expectString
|
|
3166
3166
|
});
|
|
3167
3167
|
Object.assign(contents, doc);
|
|
@@ -3176,7 +3176,7 @@ var de_ListCopyJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3176
3176
|
});
|
|
3177
3177
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3178
3178
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3179
|
-
CopyJobs: (_) => de_CopyJobsList(_, context),
|
|
3179
|
+
CopyJobs: /* @__PURE__ */ __name((_) => de_CopyJobsList(_, context), "CopyJobs"),
|
|
3180
3180
|
NextToken: import_smithy_client.expectString
|
|
3181
3181
|
});
|
|
3182
3182
|
Object.assign(contents, doc);
|
|
@@ -3192,7 +3192,7 @@ var de_ListCopyJobSummariesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3192
3192
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3193
3193
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3194
3194
|
AggregationPeriod: import_smithy_client.expectString,
|
|
3195
|
-
CopyJobSummaries: (_) => de_CopyJobSummaryList(_, context),
|
|
3195
|
+
CopyJobSummaries: /* @__PURE__ */ __name((_) => de_CopyJobSummaryList(_, context), "CopyJobSummaries"),
|
|
3196
3196
|
NextToken: import_smithy_client.expectString
|
|
3197
3197
|
});
|
|
3198
3198
|
Object.assign(contents, doc);
|
|
@@ -3207,7 +3207,7 @@ var de_ListFrameworksCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3207
3207
|
});
|
|
3208
3208
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3209
3209
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3210
|
-
Frameworks: (_) => de_FrameworkList(_, context),
|
|
3210
|
+
Frameworks: /* @__PURE__ */ __name((_) => de_FrameworkList(_, context), "Frameworks"),
|
|
3211
3211
|
NextToken: import_smithy_client.expectString
|
|
3212
3212
|
});
|
|
3213
3213
|
Object.assign(contents, doc);
|
|
@@ -3222,7 +3222,7 @@ var de_ListIndexedRecoveryPointsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3222
3222
|
});
|
|
3223
3223
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3224
3224
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3225
|
-
IndexedRecoveryPoints: (_) => de_IndexedRecoveryPointList(_, context),
|
|
3225
|
+
IndexedRecoveryPoints: /* @__PURE__ */ __name((_) => de_IndexedRecoveryPointList(_, context), "IndexedRecoveryPoints"),
|
|
3226
3226
|
NextToken: import_smithy_client.expectString
|
|
3227
3227
|
});
|
|
3228
3228
|
Object.assign(contents, doc);
|
|
@@ -3237,7 +3237,7 @@ var de_ListLegalHoldsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3237
3237
|
});
|
|
3238
3238
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3239
3239
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3240
|
-
LegalHolds: (_) => de_LegalHoldsList(_, context),
|
|
3240
|
+
LegalHolds: /* @__PURE__ */ __name((_) => de_LegalHoldsList(_, context), "LegalHolds"),
|
|
3241
3241
|
NextToken: import_smithy_client.expectString
|
|
3242
3242
|
});
|
|
3243
3243
|
Object.assign(contents, doc);
|
|
@@ -3253,7 +3253,7 @@ var de_ListProtectedResourcesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3253
3253
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3254
3254
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3255
3255
|
NextToken: import_smithy_client.expectString,
|
|
3256
|
-
Results: (_) => de_ProtectedResourcesList(_, context)
|
|
3256
|
+
Results: /* @__PURE__ */ __name((_) => de_ProtectedResourcesList(_, context), "Results")
|
|
3257
3257
|
});
|
|
3258
3258
|
Object.assign(contents, doc);
|
|
3259
3259
|
return contents;
|
|
@@ -3268,7 +3268,7 @@ var de_ListProtectedResourcesByBackupVaultCommand = /* @__PURE__ */ __name(async
|
|
|
3268
3268
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3269
3269
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3270
3270
|
NextToken: import_smithy_client.expectString,
|
|
3271
|
-
Results: (_) => de_ProtectedResourcesList(_, context)
|
|
3271
|
+
Results: /* @__PURE__ */ __name((_) => de_ProtectedResourcesList(_, context), "Results")
|
|
3272
3272
|
});
|
|
3273
3273
|
Object.assign(contents, doc);
|
|
3274
3274
|
return contents;
|
|
@@ -3283,7 +3283,7 @@ var de_ListRecoveryPointsByBackupVaultCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3283
3283
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3284
3284
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3285
3285
|
NextToken: import_smithy_client.expectString,
|
|
3286
|
-
RecoveryPoints: (_) => de_RecoveryPointByBackupVaultList(_, context)
|
|
3286
|
+
RecoveryPoints: /* @__PURE__ */ __name((_) => de_RecoveryPointByBackupVaultList(_, context), "RecoveryPoints")
|
|
3287
3287
|
});
|
|
3288
3288
|
Object.assign(contents, doc);
|
|
3289
3289
|
return contents;
|
|
@@ -3313,7 +3313,7 @@ var de_ListRecoveryPointsByResourceCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3313
3313
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3314
3314
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3315
3315
|
NextToken: import_smithy_client.expectString,
|
|
3316
|
-
RecoveryPoints: (_) => de_RecoveryPointByResourceList(_, context)
|
|
3316
|
+
RecoveryPoints: /* @__PURE__ */ __name((_) => de_RecoveryPointByResourceList(_, context), "RecoveryPoints")
|
|
3317
3317
|
});
|
|
3318
3318
|
Object.assign(contents, doc);
|
|
3319
3319
|
return contents;
|
|
@@ -3328,7 +3328,7 @@ var de_ListReportJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3328
3328
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3329
3329
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3330
3330
|
NextToken: import_smithy_client.expectString,
|
|
3331
|
-
ReportJobs: (_) => de_ReportJobList(_, context)
|
|
3331
|
+
ReportJobs: /* @__PURE__ */ __name((_) => de_ReportJobList(_, context), "ReportJobs")
|
|
3332
3332
|
});
|
|
3333
3333
|
Object.assign(contents, doc);
|
|
3334
3334
|
return contents;
|
|
@@ -3343,7 +3343,7 @@ var de_ListReportPlansCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3343
3343
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3344
3344
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3345
3345
|
NextToken: import_smithy_client.expectString,
|
|
3346
|
-
ReportPlans: (_) => de_ReportPlanList(_, context)
|
|
3346
|
+
ReportPlans: /* @__PURE__ */ __name((_) => de_ReportPlanList(_, context), "ReportPlans")
|
|
3347
3347
|
});
|
|
3348
3348
|
Object.assign(contents, doc);
|
|
3349
3349
|
return contents;
|
|
@@ -3358,7 +3358,7 @@ var de_ListRestoreJobsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3358
3358
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3359
3359
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3360
3360
|
NextToken: import_smithy_client.expectString,
|
|
3361
|
-
RestoreJobs: (_) => de_RestoreJobsList(_, context)
|
|
3361
|
+
RestoreJobs: /* @__PURE__ */ __name((_) => de_RestoreJobsList(_, context), "RestoreJobs")
|
|
3362
3362
|
});
|
|
3363
3363
|
Object.assign(contents, doc);
|
|
3364
3364
|
return contents;
|
|
@@ -3373,7 +3373,7 @@ var de_ListRestoreJobsByProtectedResourceCommand = /* @__PURE__ */ __name(async
|
|
|
3373
3373
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3374
3374
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3375
3375
|
NextToken: import_smithy_client.expectString,
|
|
3376
|
-
RestoreJobs: (_) => de_RestoreJobsList(_, context)
|
|
3376
|
+
RestoreJobs: /* @__PURE__ */ __name((_) => de_RestoreJobsList(_, context), "RestoreJobs")
|
|
3377
3377
|
});
|
|
3378
3378
|
Object.assign(contents, doc);
|
|
3379
3379
|
return contents;
|
|
@@ -3389,7 +3389,7 @@ var de_ListRestoreJobSummariesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3389
3389
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3390
3390
|
AggregationPeriod: import_smithy_client.expectString,
|
|
3391
3391
|
NextToken: import_smithy_client.expectString,
|
|
3392
|
-
RestoreJobSummaries: (_) => de_RestoreJobSummaryList(_, context)
|
|
3392
|
+
RestoreJobSummaries: /* @__PURE__ */ __name((_) => de_RestoreJobSummaryList(_, context), "RestoreJobSummaries")
|
|
3393
3393
|
});
|
|
3394
3394
|
Object.assign(contents, doc);
|
|
3395
3395
|
return contents;
|
|
@@ -3404,7 +3404,7 @@ var de_ListRestoreTestingPlansCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3404
3404
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3405
3405
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3406
3406
|
NextToken: import_smithy_client.expectString,
|
|
3407
|
-
RestoreTestingPlans: (_) => de_RestoreTestingPlans(_, context)
|
|
3407
|
+
RestoreTestingPlans: /* @__PURE__ */ __name((_) => de_RestoreTestingPlans(_, context), "RestoreTestingPlans")
|
|
3408
3408
|
});
|
|
3409
3409
|
Object.assign(contents, doc);
|
|
3410
3410
|
return contents;
|
|
@@ -3419,7 +3419,7 @@ var de_ListRestoreTestingSelectionsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3419
3419
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3420
3420
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3421
3421
|
NextToken: import_smithy_client.expectString,
|
|
3422
|
-
RestoreTestingSelections: (_) => de_RestoreTestingSelections(_, context)
|
|
3422
|
+
RestoreTestingSelections: /* @__PURE__ */ __name((_) => de_RestoreTestingSelections(_, context), "RestoreTestingSelections")
|
|
3423
3423
|
});
|
|
3424
3424
|
Object.assign(contents, doc);
|
|
3425
3425
|
return contents;
|
|
@@ -3489,7 +3489,7 @@ var de_StartBackupJobCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3489
3489
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3490
3490
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3491
3491
|
BackupJobId: import_smithy_client.expectString,
|
|
3492
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3492
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
3493
3493
|
IsParent: import_smithy_client.expectBoolean,
|
|
3494
3494
|
RecoveryPointArn: import_smithy_client.expectString
|
|
3495
3495
|
});
|
|
@@ -3506,7 +3506,7 @@ var de_StartCopyJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3506
3506
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3507
3507
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3508
3508
|
CopyJobId: import_smithy_client.expectString,
|
|
3509
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3509
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
3510
3510
|
IsParent: import_smithy_client.expectBoolean
|
|
3511
3511
|
});
|
|
3512
3512
|
Object.assign(contents, doc);
|
|
@@ -3582,7 +3582,7 @@ var de_UpdateBackupPlanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3582
3582
|
AdvancedBackupSettings: import_smithy_client._json,
|
|
3583
3583
|
BackupPlanArn: import_smithy_client.expectString,
|
|
3584
3584
|
BackupPlanId: import_smithy_client.expectString,
|
|
3585
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3585
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
3586
3586
|
VersionId: import_smithy_client.expectString
|
|
3587
3587
|
});
|
|
3588
3588
|
Object.assign(contents, doc);
|
|
@@ -3597,7 +3597,7 @@ var de_UpdateFrameworkCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3597
3597
|
});
|
|
3598
3598
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3599
3599
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3600
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3600
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
3601
3601
|
FrameworkArn: import_smithy_client.expectString,
|
|
3602
3602
|
FrameworkName: import_smithy_client.expectString
|
|
3603
3603
|
});
|
|
@@ -3641,7 +3641,7 @@ var de_UpdateRecoveryPointLifecycleCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3641
3641
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3642
3642
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3643
3643
|
BackupVaultArn: import_smithy_client.expectString,
|
|
3644
|
-
CalculatedLifecycle: (_) => de_CalculatedLifecycle(_, context),
|
|
3644
|
+
CalculatedLifecycle: /* @__PURE__ */ __name((_) => de_CalculatedLifecycle(_, context), "CalculatedLifecycle"),
|
|
3645
3645
|
Lifecycle: import_smithy_client._json,
|
|
3646
3646
|
RecoveryPointArn: import_smithy_client.expectString
|
|
3647
3647
|
});
|
|
@@ -3667,7 +3667,7 @@ var de_UpdateReportPlanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3667
3667
|
});
|
|
3668
3668
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3669
3669
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3670
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3670
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
3671
3671
|
ReportPlanArn: import_smithy_client.expectString,
|
|
3672
3672
|
ReportPlanName: import_smithy_client.expectString
|
|
3673
3673
|
});
|
|
@@ -3683,10 +3683,10 @@ var de_UpdateRestoreTestingPlanCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
3683
3683
|
});
|
|
3684
3684
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3685
3685
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3686
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3686
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
3687
3687
|
RestoreTestingPlanArn: import_smithy_client.expectString,
|
|
3688
3688
|
RestoreTestingPlanName: import_smithy_client.expectString,
|
|
3689
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3689
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateTime")
|
|
3690
3690
|
});
|
|
3691
3691
|
Object.assign(contents, doc);
|
|
3692
3692
|
return contents;
|
|
@@ -3700,11 +3700,11 @@ var de_UpdateRestoreTestingSelectionCommand = /* @__PURE__ */ __name(async (outp
|
|
|
3700
3700
|
});
|
|
3701
3701
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3702
3702
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3703
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3703
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
3704
3704
|
RestoreTestingPlanArn: import_smithy_client.expectString,
|
|
3705
3705
|
RestoreTestingPlanName: import_smithy_client.expectString,
|
|
3706
3706
|
RestoreTestingSelectionName: import_smithy_client.expectString,
|
|
3707
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3707
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateTime")
|
|
3708
3708
|
});
|
|
3709
3709
|
Object.assign(contents, doc);
|
|
3710
3710
|
return contents;
|
|
@@ -3920,13 +3920,13 @@ var de_ServiceUnavailableExceptionRes = /* @__PURE__ */ __name(async (parsedOutp
|
|
|
3920
3920
|
}, "de_ServiceUnavailableExceptionRes");
|
|
3921
3921
|
var se_DateRange = /* @__PURE__ */ __name((input, context) => {
|
|
3922
3922
|
return (0, import_smithy_client.take)(input, {
|
|
3923
|
-
FromDate: (_) => _.getTime() / 1e3,
|
|
3924
|
-
ToDate: (_) => _.getTime() / 1e3
|
|
3923
|
+
FromDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "FromDate"),
|
|
3924
|
+
ToDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ToDate")
|
|
3925
3925
|
});
|
|
3926
3926
|
}, "se_DateRange");
|
|
3927
3927
|
var se_RecoveryPointSelection = /* @__PURE__ */ __name((input, context) => {
|
|
3928
3928
|
return (0, import_smithy_client.take)(input, {
|
|
3929
|
-
DateRange: (_) => se_DateRange(_, context),
|
|
3929
|
+
DateRange: /* @__PURE__ */ __name((_) => se_DateRange(_, context), "DateRange"),
|
|
3930
3930
|
ResourceIdentifiers: import_smithy_client._json,
|
|
3931
3931
|
VaultNames: import_smithy_client._json
|
|
3932
3932
|
});
|
|
@@ -3941,12 +3941,12 @@ var de_BackupJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
3941
3941
|
BackupVaultArn: import_smithy_client.expectString,
|
|
3942
3942
|
BackupVaultName: import_smithy_client.expectString,
|
|
3943
3943
|
BytesTransferred: import_smithy_client.expectLong,
|
|
3944
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3944
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
3945
3945
|
CreatedBy: import_smithy_client._json,
|
|
3946
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3947
|
-
ExpectedCompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3946
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
3947
|
+
ExpectedCompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpectedCompletionDate"),
|
|
3948
3948
|
IamRoleArn: import_smithy_client.expectString,
|
|
3949
|
-
InitiationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3949
|
+
InitiationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InitiationDate"),
|
|
3950
3950
|
IsParent: import_smithy_client.expectBoolean,
|
|
3951
3951
|
MessageCategory: import_smithy_client.expectString,
|
|
3952
3952
|
ParentJobId: import_smithy_client.expectString,
|
|
@@ -3955,7 +3955,7 @@ var de_BackupJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
3955
3955
|
ResourceArn: import_smithy_client.expectString,
|
|
3956
3956
|
ResourceName: import_smithy_client.expectString,
|
|
3957
3957
|
ResourceType: import_smithy_client.expectString,
|
|
3958
|
-
StartBy: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3958
|
+
StartBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartBy"),
|
|
3959
3959
|
State: import_smithy_client.expectString,
|
|
3960
3960
|
StatusMessage: import_smithy_client.expectString
|
|
3961
3961
|
});
|
|
@@ -3970,11 +3970,11 @@ var de_BackupJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3970
3970
|
return (0, import_smithy_client.take)(output, {
|
|
3971
3971
|
AccountId: import_smithy_client.expectString,
|
|
3972
3972
|
Count: import_smithy_client.expectInt32,
|
|
3973
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3973
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
3974
3974
|
MessageCategory: import_smithy_client.expectString,
|
|
3975
3975
|
Region: import_smithy_client.expectString,
|
|
3976
3976
|
ResourceType: import_smithy_client.expectString,
|
|
3977
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3977
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3978
3978
|
State: import_smithy_client.expectString
|
|
3979
3979
|
});
|
|
3980
3980
|
}, "de_BackupJobSummary");
|
|
@@ -3996,10 +3996,10 @@ var de_BackupPlansListMember = /* @__PURE__ */ __name((output, context) => {
|
|
|
3996
3996
|
BackupPlanArn: import_smithy_client.expectString,
|
|
3997
3997
|
BackupPlanId: import_smithy_client.expectString,
|
|
3998
3998
|
BackupPlanName: import_smithy_client.expectString,
|
|
3999
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3999
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4000
4000
|
CreatorRequestId: import_smithy_client.expectString,
|
|
4001
|
-
DeletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4002
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4001
|
+
DeletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionDate"),
|
|
4002
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
4003
4003
|
VersionId: import_smithy_client.expectString
|
|
4004
4004
|
});
|
|
4005
4005
|
}, "de_BackupPlansListMember");
|
|
@@ -4018,7 +4018,7 @@ var de_BackupSelectionsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4018
4018
|
var de_BackupSelectionsListMember = /* @__PURE__ */ __name((output, context) => {
|
|
4019
4019
|
return (0, import_smithy_client.take)(output, {
|
|
4020
4020
|
BackupPlanId: import_smithy_client.expectString,
|
|
4021
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4021
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4022
4022
|
CreatorRequestId: import_smithy_client.expectString,
|
|
4023
4023
|
IamRoleArn: import_smithy_client.expectString,
|
|
4024
4024
|
SelectionId: import_smithy_client.expectString,
|
|
@@ -4035,10 +4035,10 @@ var de_BackupVaultListMember = /* @__PURE__ */ __name((output, context) => {
|
|
|
4035
4035
|
return (0, import_smithy_client.take)(output, {
|
|
4036
4036
|
BackupVaultArn: import_smithy_client.expectString,
|
|
4037
4037
|
BackupVaultName: import_smithy_client.expectString,
|
|
4038
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4038
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4039
4039
|
CreatorRequestId: import_smithy_client.expectString,
|
|
4040
4040
|
EncryptionKeyArn: import_smithy_client.expectString,
|
|
4041
|
-
LockDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4041
|
+
LockDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LockDate"),
|
|
4042
4042
|
Locked: import_smithy_client.expectBoolean,
|
|
4043
4043
|
MaxRetentionDays: import_smithy_client.expectLong,
|
|
4044
4044
|
MinRetentionDays: import_smithy_client.expectLong,
|
|
@@ -4049,8 +4049,8 @@ var de_BackupVaultListMember = /* @__PURE__ */ __name((output, context) => {
|
|
|
4049
4049
|
}, "de_BackupVaultListMember");
|
|
4050
4050
|
var de_CalculatedLifecycle = /* @__PURE__ */ __name((output, context) => {
|
|
4051
4051
|
return (0, import_smithy_client.take)(output, {
|
|
4052
|
-
DeleteAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4053
|
-
MoveToColdStorageAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4052
|
+
DeleteAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeleteAt"),
|
|
4053
|
+
MoveToColdStorageAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "MoveToColdStorageAt")
|
|
4054
4054
|
});
|
|
4055
4055
|
}, "de_CalculatedLifecycle");
|
|
4056
4056
|
var de_CopyJob = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4058,11 +4058,11 @@ var de_CopyJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
4058
4058
|
AccountId: import_smithy_client.expectString,
|
|
4059
4059
|
BackupSizeInBytes: import_smithy_client.expectLong,
|
|
4060
4060
|
ChildJobsInState: import_smithy_client._json,
|
|
4061
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4061
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
4062
4062
|
CompositeMemberIdentifier: import_smithy_client.expectString,
|
|
4063
4063
|
CopyJobId: import_smithy_client.expectString,
|
|
4064
4064
|
CreatedBy: import_smithy_client._json,
|
|
4065
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4065
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4066
4066
|
DestinationBackupVaultArn: import_smithy_client.expectString,
|
|
4067
4067
|
DestinationRecoveryPointArn: import_smithy_client.expectString,
|
|
4068
4068
|
IamRoleArn: import_smithy_client.expectString,
|
|
@@ -4089,11 +4089,11 @@ var de_CopyJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
4089
4089
|
return (0, import_smithy_client.take)(output, {
|
|
4090
4090
|
AccountId: import_smithy_client.expectString,
|
|
4091
4091
|
Count: import_smithy_client.expectInt32,
|
|
4092
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4092
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
4093
4093
|
MessageCategory: import_smithy_client.expectString,
|
|
4094
4094
|
Region: import_smithy_client.expectString,
|
|
4095
4095
|
ResourceType: import_smithy_client.expectString,
|
|
4096
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4096
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
4097
4097
|
State: import_smithy_client.expectString
|
|
4098
4098
|
});
|
|
4099
4099
|
}, "de_CopyJobSummary");
|
|
@@ -4105,13 +4105,13 @@ var de_CopyJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4105
4105
|
}, "de_CopyJobSummaryList");
|
|
4106
4106
|
var de_DateRange = /* @__PURE__ */ __name((output, context) => {
|
|
4107
4107
|
return (0, import_smithy_client.take)(output, {
|
|
4108
|
-
FromDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4109
|
-
ToDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4108
|
+
FromDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FromDate"),
|
|
4109
|
+
ToDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ToDate")
|
|
4110
4110
|
});
|
|
4111
4111
|
}, "de_DateRange");
|
|
4112
4112
|
var de_Framework = /* @__PURE__ */ __name((output, context) => {
|
|
4113
4113
|
return (0, import_smithy_client.take)(output, {
|
|
4114
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4114
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4115
4115
|
DeploymentStatus: import_smithy_client.expectString,
|
|
4116
4116
|
FrameworkArn: import_smithy_client.expectString,
|
|
4117
4117
|
FrameworkDescription: import_smithy_client.expectString,
|
|
@@ -4127,10 +4127,10 @@ var de_FrameworkList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4127
4127
|
}, "de_FrameworkList");
|
|
4128
4128
|
var de_IndexedRecoveryPoint = /* @__PURE__ */ __name((output, context) => {
|
|
4129
4129
|
return (0, import_smithy_client.take)(output, {
|
|
4130
|
-
BackupCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4130
|
+
BackupCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "BackupCreationDate"),
|
|
4131
4131
|
BackupVaultArn: import_smithy_client.expectString,
|
|
4132
4132
|
IamRoleArn: import_smithy_client.expectString,
|
|
4133
|
-
IndexCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4133
|
+
IndexCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "IndexCreationDate"),
|
|
4134
4134
|
IndexStatus: import_smithy_client.expectString,
|
|
4135
4135
|
IndexStatusMessage: import_smithy_client.expectString,
|
|
4136
4136
|
RecoveryPointArn: import_smithy_client.expectString,
|
|
@@ -4146,8 +4146,8 @@ var de_IndexedRecoveryPointList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4146
4146
|
}, "de_IndexedRecoveryPointList");
|
|
4147
4147
|
var de_LegalHold = /* @__PURE__ */ __name((output, context) => {
|
|
4148
4148
|
return (0, import_smithy_client.take)(output, {
|
|
4149
|
-
CancellationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4150
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4149
|
+
CancellationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CancellationDate"),
|
|
4150
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4151
4151
|
Description: import_smithy_client.expectString,
|
|
4152
4152
|
LegalHoldArn: import_smithy_client.expectString,
|
|
4153
4153
|
LegalHoldId: import_smithy_client.expectString,
|
|
@@ -4163,7 +4163,7 @@ var de_LegalHoldsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4163
4163
|
}, "de_LegalHoldsList");
|
|
4164
4164
|
var de_ProtectedResource = /* @__PURE__ */ __name((output, context) => {
|
|
4165
4165
|
return (0, import_smithy_client.take)(output, {
|
|
4166
|
-
LastBackupTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4166
|
+
LastBackupTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastBackupTime"),
|
|
4167
4167
|
LastBackupVaultArn: import_smithy_client.expectString,
|
|
4168
4168
|
LastRecoveryPointArn: import_smithy_client.expectString,
|
|
4169
4169
|
ResourceArn: import_smithy_client.expectString,
|
|
@@ -4182,18 +4182,18 @@ var de_RecoveryPointByBackupVault = /* @__PURE__ */ __name((output, context) =>
|
|
|
4182
4182
|
BackupSizeInBytes: import_smithy_client.expectLong,
|
|
4183
4183
|
BackupVaultArn: import_smithy_client.expectString,
|
|
4184
4184
|
BackupVaultName: import_smithy_client.expectString,
|
|
4185
|
-
CalculatedLifecycle: (_) => de_CalculatedLifecycle(_, context),
|
|
4186
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4185
|
+
CalculatedLifecycle: /* @__PURE__ */ __name((_) => de_CalculatedLifecycle(_, context), "CalculatedLifecycle"),
|
|
4186
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
4187
4187
|
CompositeMemberIdentifier: import_smithy_client.expectString,
|
|
4188
4188
|
CreatedBy: import_smithy_client._json,
|
|
4189
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4189
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4190
4190
|
EncryptionKeyArn: import_smithy_client.expectString,
|
|
4191
4191
|
IamRoleArn: import_smithy_client.expectString,
|
|
4192
4192
|
IndexStatus: import_smithy_client.expectString,
|
|
4193
4193
|
IndexStatusMessage: import_smithy_client.expectString,
|
|
4194
4194
|
IsEncrypted: import_smithy_client.expectBoolean,
|
|
4195
4195
|
IsParent: import_smithy_client.expectBoolean,
|
|
4196
|
-
LastRestoreTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4196
|
+
LastRestoreTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRestoreTime"),
|
|
4197
4197
|
Lifecycle: import_smithy_client._json,
|
|
4198
4198
|
ParentRecoveryPointArn: import_smithy_client.expectString,
|
|
4199
4199
|
RecoveryPointArn: import_smithy_client.expectString,
|
|
@@ -4216,7 +4216,7 @@ var de_RecoveryPointByResource = /* @__PURE__ */ __name((output, context) => {
|
|
|
4216
4216
|
return (0, import_smithy_client.take)(output, {
|
|
4217
4217
|
BackupSizeBytes: import_smithy_client.expectLong,
|
|
4218
4218
|
BackupVaultName: import_smithy_client.expectString,
|
|
4219
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4219
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4220
4220
|
EncryptionKeyArn: import_smithy_client.expectString,
|
|
4221
4221
|
IndexStatus: import_smithy_client.expectString,
|
|
4222
4222
|
IndexStatusMessage: import_smithy_client.expectString,
|
|
@@ -4237,15 +4237,15 @@ var de_RecoveryPointByResourceList = /* @__PURE__ */ __name((output, context) =>
|
|
|
4237
4237
|
}, "de_RecoveryPointByResourceList");
|
|
4238
4238
|
var de_RecoveryPointSelection = /* @__PURE__ */ __name((output, context) => {
|
|
4239
4239
|
return (0, import_smithy_client.take)(output, {
|
|
4240
|
-
DateRange: (_) => de_DateRange(_, context),
|
|
4240
|
+
DateRange: /* @__PURE__ */ __name((_) => de_DateRange(_, context), "DateRange"),
|
|
4241
4241
|
ResourceIdentifiers: import_smithy_client._json,
|
|
4242
4242
|
VaultNames: import_smithy_client._json
|
|
4243
4243
|
});
|
|
4244
4244
|
}, "de_RecoveryPointSelection");
|
|
4245
4245
|
var de_ReportJob = /* @__PURE__ */ __name((output, context) => {
|
|
4246
4246
|
return (0, import_smithy_client.take)(output, {
|
|
4247
|
-
CompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4248
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4247
|
+
CompletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTime"),
|
|
4248
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4249
4249
|
ReportDestination: import_smithy_client._json,
|
|
4250
4250
|
ReportJobId: import_smithy_client.expectString,
|
|
4251
4251
|
ReportPlanArn: import_smithy_client.expectString,
|
|
@@ -4262,10 +4262,10 @@ var de_ReportJobList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4262
4262
|
}, "de_ReportJobList");
|
|
4263
4263
|
var de_ReportPlan = /* @__PURE__ */ __name((output, context) => {
|
|
4264
4264
|
return (0, import_smithy_client.take)(output, {
|
|
4265
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4265
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4266
4266
|
DeploymentStatus: import_smithy_client.expectString,
|
|
4267
|
-
LastAttemptedExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4268
|
-
LastSuccessfulExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4267
|
+
LastAttemptedExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAttemptedExecutionTime"),
|
|
4268
|
+
LastSuccessfulExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulExecutionTime"),
|
|
4269
4269
|
ReportDeliveryChannel: import_smithy_client._json,
|
|
4270
4270
|
ReportPlanArn: import_smithy_client.expectString,
|
|
4271
4271
|
ReportPlanDescription: import_smithy_client.expectString,
|
|
@@ -4289,17 +4289,17 @@ var de_RestoreJobsListMember = /* @__PURE__ */ __name((output, context) => {
|
|
|
4289
4289
|
return (0, import_smithy_client.take)(output, {
|
|
4290
4290
|
AccountId: import_smithy_client.expectString,
|
|
4291
4291
|
BackupSizeInBytes: import_smithy_client.expectLong,
|
|
4292
|
-
CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4292
|
+
CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
|
|
4293
4293
|
CreatedBy: import_smithy_client._json,
|
|
4294
4294
|
CreatedResourceArn: import_smithy_client.expectString,
|
|
4295
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4295
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
4296
4296
|
DeletionStatus: import_smithy_client.expectString,
|
|
4297
4297
|
DeletionStatusMessage: import_smithy_client.expectString,
|
|
4298
4298
|
ExpectedCompletionTimeMinutes: import_smithy_client.expectLong,
|
|
4299
4299
|
IamRoleArn: import_smithy_client.expectString,
|
|
4300
4300
|
PercentDone: import_smithy_client.expectString,
|
|
4301
4301
|
RecoveryPointArn: import_smithy_client.expectString,
|
|
4302
|
-
RecoveryPointCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4302
|
+
RecoveryPointCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RecoveryPointCreationDate"),
|
|
4303
4303
|
ResourceType: import_smithy_client.expectString,
|
|
4304
4304
|
RestoreJobId: import_smithy_client.expectString,
|
|
4305
4305
|
Status: import_smithy_client.expectString,
|
|
@@ -4312,10 +4312,10 @@ var de_RestoreJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
4312
4312
|
return (0, import_smithy_client.take)(output, {
|
|
4313
4313
|
AccountId: import_smithy_client.expectString,
|
|
4314
4314
|
Count: import_smithy_client.expectInt32,
|
|
4315
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4315
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
4316
4316
|
Region: import_smithy_client.expectString,
|
|
4317
4317
|
ResourceType: import_smithy_client.expectString,
|
|
4318
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4318
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
4319
4319
|
State: import_smithy_client.expectString
|
|
4320
4320
|
});
|
|
4321
4321
|
}, "de_RestoreJobSummary");
|
|
@@ -4327,10 +4327,10 @@ var de_RestoreJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4327
4327
|
}, "de_RestoreJobSummaryList");
|
|
4328
4328
|
var de_RestoreTestingPlanForGet = /* @__PURE__ */ __name((output, context) => {
|
|
4329
4329
|
return (0, import_smithy_client.take)(output, {
|
|
4330
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4330
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4331
4331
|
CreatorRequestId: import_smithy_client.expectString,
|
|
4332
|
-
LastExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4333
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4332
|
+
LastExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionTime"),
|
|
4333
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
4334
4334
|
RecoveryPointSelection: import_smithy_client._json,
|
|
4335
4335
|
RestoreTestingPlanArn: import_smithy_client.expectString,
|
|
4336
4336
|
RestoreTestingPlanName: import_smithy_client.expectString,
|
|
@@ -4341,9 +4341,9 @@ var de_RestoreTestingPlanForGet = /* @__PURE__ */ __name((output, context) => {
|
|
|
4341
4341
|
}, "de_RestoreTestingPlanForGet");
|
|
4342
4342
|
var de_RestoreTestingPlanForList = /* @__PURE__ */ __name((output, context) => {
|
|
4343
4343
|
return (0, import_smithy_client.take)(output, {
|
|
4344
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4345
|
-
LastExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4346
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4344
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4345
|
+
LastExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionTime"),
|
|
4346
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
4347
4347
|
RestoreTestingPlanArn: import_smithy_client.expectString,
|
|
4348
4348
|
RestoreTestingPlanName: import_smithy_client.expectString,
|
|
4349
4349
|
ScheduleExpression: import_smithy_client.expectString,
|
|
@@ -4359,7 +4359,7 @@ var de_RestoreTestingPlans = /* @__PURE__ */ __name((output, context) => {
|
|
|
4359
4359
|
}, "de_RestoreTestingPlans");
|
|
4360
4360
|
var de_RestoreTestingSelectionForGet = /* @__PURE__ */ __name((output, context) => {
|
|
4361
4361
|
return (0, import_smithy_client.take)(output, {
|
|
4362
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4362
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4363
4363
|
CreatorRequestId: import_smithy_client.expectString,
|
|
4364
4364
|
IamRoleArn: import_smithy_client.expectString,
|
|
4365
4365
|
ProtectedResourceArns: import_smithy_client._json,
|
|
@@ -4373,7 +4373,7 @@ var de_RestoreTestingSelectionForGet = /* @__PURE__ */ __name((output, context)
|
|
|
4373
4373
|
}, "de_RestoreTestingSelectionForGet");
|
|
4374
4374
|
var de_RestoreTestingSelectionForList = /* @__PURE__ */ __name((output, context) => {
|
|
4375
4375
|
return (0, import_smithy_client.take)(output, {
|
|
4376
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4376
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4377
4377
|
IamRoleArn: import_smithy_client.expectString,
|
|
4378
4378
|
ProtectedResourceType: import_smithy_client.expectString,
|
|
4379
4379
|
RestoreTestingPlanName: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|