@aws-sdk/client-cloudformation 3.261.0 → 3.262.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.
|
@@ -5689,7 +5689,7 @@ const deserializeAws_queryChangeSetSummary = (output, context) => {
|
|
|
5689
5689
|
contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
|
|
5690
5690
|
}
|
|
5691
5691
|
if (output["CreationTime"] !== undefined) {
|
|
5692
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5692
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreationTime"]));
|
|
5693
5693
|
}
|
|
5694
5694
|
if (output["Description"] !== undefined) {
|
|
5695
5695
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -5906,7 +5906,7 @@ const deserializeAws_queryDescribeChangeSetOutput = (output, context) => {
|
|
|
5906
5906
|
contents.Parameters = deserializeAws_queryParameters((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
|
|
5907
5907
|
}
|
|
5908
5908
|
if (output["CreationTime"] !== undefined) {
|
|
5909
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5909
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreationTime"]));
|
|
5910
5910
|
}
|
|
5911
5911
|
if (output["ExecutionStatus"] !== undefined) {
|
|
5912
5912
|
contents.ExecutionStatus = (0, smithy_client_1.expectString)(output["ExecutionStatus"]);
|
|
@@ -6008,7 +6008,7 @@ const deserializeAws_queryDescribeStackDriftDetectionStatusOutput = (output, con
|
|
|
6008
6008
|
contents.DriftedStackResourceCount = (0, smithy_client_1.strictParseInt32)(output["DriftedStackResourceCount"]);
|
|
6009
6009
|
}
|
|
6010
6010
|
if (output["Timestamp"] !== undefined) {
|
|
6011
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6011
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Timestamp"]));
|
|
6012
6012
|
}
|
|
6013
6013
|
return contents;
|
|
6014
6014
|
};
|
|
@@ -6194,10 +6194,10 @@ const deserializeAws_queryDescribeTypeOutput = (output, context) => {
|
|
|
6194
6194
|
contents.DocumentationUrl = (0, smithy_client_1.expectString)(output["DocumentationUrl"]);
|
|
6195
6195
|
}
|
|
6196
6196
|
if (output["LastUpdated"] !== undefined) {
|
|
6197
|
-
contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6197
|
+
contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdated"]));
|
|
6198
6198
|
}
|
|
6199
6199
|
if (output["TimeCreated"] !== undefined) {
|
|
6200
|
-
contents.TimeCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6200
|
+
contents.TimeCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["TimeCreated"]));
|
|
6201
6201
|
}
|
|
6202
6202
|
if (output["ConfigurationSchema"] !== undefined) {
|
|
6203
6203
|
contents.ConfigurationSchema = (0, smithy_client_1.expectString)(output["ConfigurationSchema"]);
|
|
@@ -7221,13 +7221,13 @@ const deserializeAws_queryStack = (output, context) => {
|
|
|
7221
7221
|
contents.Parameters = deserializeAws_queryParameters((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["member"]), context);
|
|
7222
7222
|
}
|
|
7223
7223
|
if (output["CreationTime"] !== undefined) {
|
|
7224
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7224
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreationTime"]));
|
|
7225
7225
|
}
|
|
7226
7226
|
if (output["DeletionTime"] !== undefined) {
|
|
7227
|
-
contents.DeletionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7227
|
+
contents.DeletionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DeletionTime"]));
|
|
7228
7228
|
}
|
|
7229
7229
|
if (output["LastUpdatedTime"] !== undefined) {
|
|
7230
|
-
contents.LastUpdatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7230
|
+
contents.LastUpdatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdatedTime"]));
|
|
7231
7231
|
}
|
|
7232
7232
|
if (output["RollbackConfiguration"] !== undefined) {
|
|
7233
7233
|
contents.RollbackConfiguration = deserializeAws_queryRollbackConfiguration(output["RollbackConfiguration"], context);
|
|
@@ -7294,7 +7294,7 @@ const deserializeAws_queryStackDriftInformation = (output, context) => {
|
|
|
7294
7294
|
contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
|
|
7295
7295
|
}
|
|
7296
7296
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7297
|
-
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7297
|
+
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastCheckTimestamp"]));
|
|
7298
7298
|
}
|
|
7299
7299
|
return contents;
|
|
7300
7300
|
};
|
|
@@ -7307,7 +7307,7 @@ const deserializeAws_queryStackDriftInformationSummary = (output, context) => {
|
|
|
7307
7307
|
contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
|
|
7308
7308
|
}
|
|
7309
7309
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7310
|
-
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7310
|
+
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastCheckTimestamp"]));
|
|
7311
7311
|
}
|
|
7312
7312
|
return contents;
|
|
7313
7313
|
};
|
|
@@ -7349,7 +7349,7 @@ const deserializeAws_queryStackEvent = (output, context) => {
|
|
|
7349
7349
|
contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
|
|
7350
7350
|
}
|
|
7351
7351
|
if (output["Timestamp"] !== undefined) {
|
|
7352
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7352
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Timestamp"]));
|
|
7353
7353
|
}
|
|
7354
7354
|
if (output["ResourceStatus"] !== undefined) {
|
|
7355
7355
|
contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
|
|
@@ -7436,7 +7436,7 @@ const deserializeAws_queryStackInstance = (output, context) => {
|
|
|
7436
7436
|
contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
|
|
7437
7437
|
}
|
|
7438
7438
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7439
|
-
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7439
|
+
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastDriftCheckTimestamp"]));
|
|
7440
7440
|
}
|
|
7441
7441
|
if (output["LastOperationId"] !== undefined) {
|
|
7442
7442
|
contents.LastOperationId = (0, smithy_client_1.expectString)(output["LastOperationId"]);
|
|
@@ -7510,7 +7510,7 @@ const deserializeAws_queryStackInstanceSummary = (output, context) => {
|
|
|
7510
7510
|
contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
|
|
7511
7511
|
}
|
|
7512
7512
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7513
|
-
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7513
|
+
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastDriftCheckTimestamp"]));
|
|
7514
7514
|
}
|
|
7515
7515
|
if (output["LastOperationId"] !== undefined) {
|
|
7516
7516
|
contents.LastOperationId = (0, smithy_client_1.expectString)(output["LastOperationId"]);
|
|
@@ -7556,7 +7556,7 @@ const deserializeAws_queryStackResource = (output, context) => {
|
|
|
7556
7556
|
contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
|
|
7557
7557
|
}
|
|
7558
7558
|
if (output["Timestamp"] !== undefined) {
|
|
7559
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7559
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Timestamp"]));
|
|
7560
7560
|
}
|
|
7561
7561
|
if (output["ResourceStatus"] !== undefined) {
|
|
7562
7562
|
contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
|
|
@@ -7606,7 +7606,7 @@ const deserializeAws_queryStackResourceDetail = (output, context) => {
|
|
|
7606
7606
|
contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
|
|
7607
7607
|
}
|
|
7608
7608
|
if (output["LastUpdatedTimestamp"] !== undefined) {
|
|
7609
|
-
contents.LastUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7609
|
+
contents.LastUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdatedTimestamp"]));
|
|
7610
7610
|
}
|
|
7611
7611
|
if (output["ResourceStatus"] !== undefined) {
|
|
7612
7612
|
contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
|
|
@@ -7677,7 +7677,7 @@ const deserializeAws_queryStackResourceDrift = (output, context) => {
|
|
|
7677
7677
|
contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
|
|
7678
7678
|
}
|
|
7679
7679
|
if (output["Timestamp"] !== undefined) {
|
|
7680
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7680
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Timestamp"]));
|
|
7681
7681
|
}
|
|
7682
7682
|
if (output["ModuleInfo"] !== undefined) {
|
|
7683
7683
|
contents.ModuleInfo = deserializeAws_queryModuleInfo(output["ModuleInfo"], context);
|
|
@@ -7693,7 +7693,7 @@ const deserializeAws_queryStackResourceDriftInformation = (output, context) => {
|
|
|
7693
7693
|
contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
|
|
7694
7694
|
}
|
|
7695
7695
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7696
|
-
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7696
|
+
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastCheckTimestamp"]));
|
|
7697
7697
|
}
|
|
7698
7698
|
return contents;
|
|
7699
7699
|
};
|
|
@@ -7706,7 +7706,7 @@ const deserializeAws_queryStackResourceDriftInformationSummary = (output, contex
|
|
|
7706
7706
|
contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
|
|
7707
7707
|
}
|
|
7708
7708
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7709
|
-
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7709
|
+
contents.LastCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastCheckTimestamp"]));
|
|
7710
7710
|
}
|
|
7711
7711
|
return contents;
|
|
7712
7712
|
};
|
|
@@ -7752,7 +7752,7 @@ const deserializeAws_queryStackResourceSummary = (output, context) => {
|
|
|
7752
7752
|
contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
|
|
7753
7753
|
}
|
|
7754
7754
|
if (output["LastUpdatedTimestamp"] !== undefined) {
|
|
7755
|
-
contents.LastUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7755
|
+
contents.LastUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdatedTimestamp"]));
|
|
7756
7756
|
}
|
|
7757
7757
|
if (output["ResourceStatus"] !== undefined) {
|
|
7758
7758
|
contents.ResourceStatus = (0, smithy_client_1.expectString)(output["ResourceStatus"]);
|
|
@@ -7881,7 +7881,7 @@ const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
|
7881
7881
|
contents.DriftDetectionStatus = (0, smithy_client_1.expectString)(output["DriftDetectionStatus"]);
|
|
7882
7882
|
}
|
|
7883
7883
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7884
|
-
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7884
|
+
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastDriftCheckTimestamp"]));
|
|
7885
7885
|
}
|
|
7886
7886
|
if (output["TotalStackInstancesCount"] !== undefined) {
|
|
7887
7887
|
contents.TotalStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["TotalStackInstancesCount"]);
|
|
@@ -7960,10 +7960,10 @@ const deserializeAws_queryStackSetOperation = (output, context) => {
|
|
|
7960
7960
|
contents.ExecutionRoleName = (0, smithy_client_1.expectString)(output["ExecutionRoleName"]);
|
|
7961
7961
|
}
|
|
7962
7962
|
if (output["CreationTimestamp"] !== undefined) {
|
|
7963
|
-
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7963
|
+
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreationTimestamp"]));
|
|
7964
7964
|
}
|
|
7965
7965
|
if (output["EndTimestamp"] !== undefined) {
|
|
7966
|
-
contents.EndTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
7966
|
+
contents.EndTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EndTimestamp"]));
|
|
7967
7967
|
}
|
|
7968
7968
|
if (output["DeploymentTargets"] !== undefined) {
|
|
7969
7969
|
contents.DeploymentTargets = deserializeAws_queryDeploymentTargets(output["DeploymentTargets"], context);
|
|
@@ -8084,10 +8084,10 @@ const deserializeAws_queryStackSetOperationSummary = (output, context) => {
|
|
|
8084
8084
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
8085
8085
|
}
|
|
8086
8086
|
if (output["CreationTimestamp"] !== undefined) {
|
|
8087
|
-
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8087
|
+
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreationTimestamp"]));
|
|
8088
8088
|
}
|
|
8089
8089
|
if (output["EndTimestamp"] !== undefined) {
|
|
8090
|
-
contents.EndTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8090
|
+
contents.EndTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EndTimestamp"]));
|
|
8091
8091
|
}
|
|
8092
8092
|
if (output["StatusReason"] !== undefined) {
|
|
8093
8093
|
contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
|
|
@@ -8141,7 +8141,7 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
|
|
|
8141
8141
|
contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
|
|
8142
8142
|
}
|
|
8143
8143
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
8144
|
-
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8144
|
+
contents.LastDriftCheckTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastDriftCheckTimestamp"]));
|
|
8145
8145
|
}
|
|
8146
8146
|
if (output["ManagedExecution"] !== undefined) {
|
|
8147
8147
|
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
@@ -8179,13 +8179,13 @@ const deserializeAws_queryStackSummary = (output, context) => {
|
|
|
8179
8179
|
contents.TemplateDescription = (0, smithy_client_1.expectString)(output["TemplateDescription"]);
|
|
8180
8180
|
}
|
|
8181
8181
|
if (output["CreationTime"] !== undefined) {
|
|
8182
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8182
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreationTime"]));
|
|
8183
8183
|
}
|
|
8184
8184
|
if (output["LastUpdatedTime"] !== undefined) {
|
|
8185
|
-
contents.LastUpdatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8185
|
+
contents.LastUpdatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdatedTime"]));
|
|
8186
8186
|
}
|
|
8187
8187
|
if (output["DeletionTime"] !== undefined) {
|
|
8188
|
-
contents.DeletionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8188
|
+
contents.DeletionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DeletionTime"]));
|
|
8189
8189
|
}
|
|
8190
8190
|
if (output["StackStatus"] !== undefined) {
|
|
8191
8191
|
contents.StackStatus = (0, smithy_client_1.expectString)(output["StackStatus"]);
|
|
@@ -8324,7 +8324,7 @@ const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
|
|
|
8324
8324
|
contents.Configuration = (0, smithy_client_1.expectString)(output["Configuration"]);
|
|
8325
8325
|
}
|
|
8326
8326
|
if (output["LastUpdated"] !== undefined) {
|
|
8327
|
-
contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8327
|
+
contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdated"]));
|
|
8328
8328
|
}
|
|
8329
8329
|
if (output["TypeArn"] !== undefined) {
|
|
8330
8330
|
contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
|
|
@@ -8423,7 +8423,7 @@ const deserializeAws_queryTypeSummary = (output, context) => {
|
|
|
8423
8423
|
contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
|
|
8424
8424
|
}
|
|
8425
8425
|
if (output["LastUpdated"] !== undefined) {
|
|
8426
|
-
contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8426
|
+
contents.LastUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastUpdated"]));
|
|
8427
8427
|
}
|
|
8428
8428
|
if (output["Description"] !== undefined) {
|
|
8429
8429
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -8485,7 +8485,7 @@ const deserializeAws_queryTypeVersionSummary = (output, context) => {
|
|
|
8485
8485
|
contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
|
|
8486
8486
|
}
|
|
8487
8487
|
if (output["TimeCreated"] !== undefined) {
|
|
8488
|
-
contents.TimeCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
8488
|
+
contents.TimeCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["TimeCreated"]));
|
|
8489
8489
|
}
|
|
8490
8490
|
if (output["Description"] !== undefined) {
|
|
8491
8491
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { XMLParser } from "fast-xml-parser";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
5
|
import { CloudFormationServiceException as __BaseException } from "../models/CloudFormationServiceException";
|
|
@@ -5552,7 +5552,7 @@ const deserializeAws_queryChangeSetSummary = (output, context) => {
|
|
|
5552
5552
|
contents.StatusReason = __expectString(output["StatusReason"]);
|
|
5553
5553
|
}
|
|
5554
5554
|
if (output["CreationTime"] !== undefined) {
|
|
5555
|
-
contents.CreationTime = __expectNonNull(
|
|
5555
|
+
contents.CreationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTime"]));
|
|
5556
5556
|
}
|
|
5557
5557
|
if (output["Description"] !== undefined) {
|
|
5558
5558
|
contents.Description = __expectString(output["Description"]);
|
|
@@ -5769,7 +5769,7 @@ const deserializeAws_queryDescribeChangeSetOutput = (output, context) => {
|
|
|
5769
5769
|
contents.Parameters = deserializeAws_queryParameters(__getArrayIfSingleItem(output["Parameters"]["member"]), context);
|
|
5770
5770
|
}
|
|
5771
5771
|
if (output["CreationTime"] !== undefined) {
|
|
5772
|
-
contents.CreationTime = __expectNonNull(
|
|
5772
|
+
contents.CreationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTime"]));
|
|
5773
5773
|
}
|
|
5774
5774
|
if (output["ExecutionStatus"] !== undefined) {
|
|
5775
5775
|
contents.ExecutionStatus = __expectString(output["ExecutionStatus"]);
|
|
@@ -5871,7 +5871,7 @@ const deserializeAws_queryDescribeStackDriftDetectionStatusOutput = (output, con
|
|
|
5871
5871
|
contents.DriftedStackResourceCount = __strictParseInt32(output["DriftedStackResourceCount"]);
|
|
5872
5872
|
}
|
|
5873
5873
|
if (output["Timestamp"] !== undefined) {
|
|
5874
|
-
contents.Timestamp = __expectNonNull(
|
|
5874
|
+
contents.Timestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Timestamp"]));
|
|
5875
5875
|
}
|
|
5876
5876
|
return contents;
|
|
5877
5877
|
};
|
|
@@ -6057,10 +6057,10 @@ const deserializeAws_queryDescribeTypeOutput = (output, context) => {
|
|
|
6057
6057
|
contents.DocumentationUrl = __expectString(output["DocumentationUrl"]);
|
|
6058
6058
|
}
|
|
6059
6059
|
if (output["LastUpdated"] !== undefined) {
|
|
6060
|
-
contents.LastUpdated = __expectNonNull(
|
|
6060
|
+
contents.LastUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdated"]));
|
|
6061
6061
|
}
|
|
6062
6062
|
if (output["TimeCreated"] !== undefined) {
|
|
6063
|
-
contents.TimeCreated = __expectNonNull(
|
|
6063
|
+
contents.TimeCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["TimeCreated"]));
|
|
6064
6064
|
}
|
|
6065
6065
|
if (output["ConfigurationSchema"] !== undefined) {
|
|
6066
6066
|
contents.ConfigurationSchema = __expectString(output["ConfigurationSchema"]);
|
|
@@ -7084,13 +7084,13 @@ const deserializeAws_queryStack = (output, context) => {
|
|
|
7084
7084
|
contents.Parameters = deserializeAws_queryParameters(__getArrayIfSingleItem(output["Parameters"]["member"]), context);
|
|
7085
7085
|
}
|
|
7086
7086
|
if (output["CreationTime"] !== undefined) {
|
|
7087
|
-
contents.CreationTime = __expectNonNull(
|
|
7087
|
+
contents.CreationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTime"]));
|
|
7088
7088
|
}
|
|
7089
7089
|
if (output["DeletionTime"] !== undefined) {
|
|
7090
|
-
contents.DeletionTime = __expectNonNull(
|
|
7090
|
+
contents.DeletionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DeletionTime"]));
|
|
7091
7091
|
}
|
|
7092
7092
|
if (output["LastUpdatedTime"] !== undefined) {
|
|
7093
|
-
contents.LastUpdatedTime = __expectNonNull(
|
|
7093
|
+
contents.LastUpdatedTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdatedTime"]));
|
|
7094
7094
|
}
|
|
7095
7095
|
if (output["RollbackConfiguration"] !== undefined) {
|
|
7096
7096
|
contents.RollbackConfiguration = deserializeAws_queryRollbackConfiguration(output["RollbackConfiguration"], context);
|
|
@@ -7157,7 +7157,7 @@ const deserializeAws_queryStackDriftInformation = (output, context) => {
|
|
|
7157
7157
|
contents.StackDriftStatus = __expectString(output["StackDriftStatus"]);
|
|
7158
7158
|
}
|
|
7159
7159
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7160
|
-
contents.LastCheckTimestamp = __expectNonNull(
|
|
7160
|
+
contents.LastCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastCheckTimestamp"]));
|
|
7161
7161
|
}
|
|
7162
7162
|
return contents;
|
|
7163
7163
|
};
|
|
@@ -7170,7 +7170,7 @@ const deserializeAws_queryStackDriftInformationSummary = (output, context) => {
|
|
|
7170
7170
|
contents.StackDriftStatus = __expectString(output["StackDriftStatus"]);
|
|
7171
7171
|
}
|
|
7172
7172
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7173
|
-
contents.LastCheckTimestamp = __expectNonNull(
|
|
7173
|
+
contents.LastCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastCheckTimestamp"]));
|
|
7174
7174
|
}
|
|
7175
7175
|
return contents;
|
|
7176
7176
|
};
|
|
@@ -7212,7 +7212,7 @@ const deserializeAws_queryStackEvent = (output, context) => {
|
|
|
7212
7212
|
contents.ResourceType = __expectString(output["ResourceType"]);
|
|
7213
7213
|
}
|
|
7214
7214
|
if (output["Timestamp"] !== undefined) {
|
|
7215
|
-
contents.Timestamp = __expectNonNull(
|
|
7215
|
+
contents.Timestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Timestamp"]));
|
|
7216
7216
|
}
|
|
7217
7217
|
if (output["ResourceStatus"] !== undefined) {
|
|
7218
7218
|
contents.ResourceStatus = __expectString(output["ResourceStatus"]);
|
|
@@ -7299,7 +7299,7 @@ const deserializeAws_queryStackInstance = (output, context) => {
|
|
|
7299
7299
|
contents.DriftStatus = __expectString(output["DriftStatus"]);
|
|
7300
7300
|
}
|
|
7301
7301
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7302
|
-
contents.LastDriftCheckTimestamp = __expectNonNull(
|
|
7302
|
+
contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastDriftCheckTimestamp"]));
|
|
7303
7303
|
}
|
|
7304
7304
|
if (output["LastOperationId"] !== undefined) {
|
|
7305
7305
|
contents.LastOperationId = __expectString(output["LastOperationId"]);
|
|
@@ -7373,7 +7373,7 @@ const deserializeAws_queryStackInstanceSummary = (output, context) => {
|
|
|
7373
7373
|
contents.DriftStatus = __expectString(output["DriftStatus"]);
|
|
7374
7374
|
}
|
|
7375
7375
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7376
|
-
contents.LastDriftCheckTimestamp = __expectNonNull(
|
|
7376
|
+
contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastDriftCheckTimestamp"]));
|
|
7377
7377
|
}
|
|
7378
7378
|
if (output["LastOperationId"] !== undefined) {
|
|
7379
7379
|
contents.LastOperationId = __expectString(output["LastOperationId"]);
|
|
@@ -7419,7 +7419,7 @@ const deserializeAws_queryStackResource = (output, context) => {
|
|
|
7419
7419
|
contents.ResourceType = __expectString(output["ResourceType"]);
|
|
7420
7420
|
}
|
|
7421
7421
|
if (output["Timestamp"] !== undefined) {
|
|
7422
|
-
contents.Timestamp = __expectNonNull(
|
|
7422
|
+
contents.Timestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Timestamp"]));
|
|
7423
7423
|
}
|
|
7424
7424
|
if (output["ResourceStatus"] !== undefined) {
|
|
7425
7425
|
contents.ResourceStatus = __expectString(output["ResourceStatus"]);
|
|
@@ -7469,7 +7469,7 @@ const deserializeAws_queryStackResourceDetail = (output, context) => {
|
|
|
7469
7469
|
contents.ResourceType = __expectString(output["ResourceType"]);
|
|
7470
7470
|
}
|
|
7471
7471
|
if (output["LastUpdatedTimestamp"] !== undefined) {
|
|
7472
|
-
contents.LastUpdatedTimestamp = __expectNonNull(
|
|
7472
|
+
contents.LastUpdatedTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdatedTimestamp"]));
|
|
7473
7473
|
}
|
|
7474
7474
|
if (output["ResourceStatus"] !== undefined) {
|
|
7475
7475
|
contents.ResourceStatus = __expectString(output["ResourceStatus"]);
|
|
@@ -7540,7 +7540,7 @@ const deserializeAws_queryStackResourceDrift = (output, context) => {
|
|
|
7540
7540
|
contents.StackResourceDriftStatus = __expectString(output["StackResourceDriftStatus"]);
|
|
7541
7541
|
}
|
|
7542
7542
|
if (output["Timestamp"] !== undefined) {
|
|
7543
|
-
contents.Timestamp = __expectNonNull(
|
|
7543
|
+
contents.Timestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Timestamp"]));
|
|
7544
7544
|
}
|
|
7545
7545
|
if (output["ModuleInfo"] !== undefined) {
|
|
7546
7546
|
contents.ModuleInfo = deserializeAws_queryModuleInfo(output["ModuleInfo"], context);
|
|
@@ -7556,7 +7556,7 @@ const deserializeAws_queryStackResourceDriftInformation = (output, context) => {
|
|
|
7556
7556
|
contents.StackResourceDriftStatus = __expectString(output["StackResourceDriftStatus"]);
|
|
7557
7557
|
}
|
|
7558
7558
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7559
|
-
contents.LastCheckTimestamp = __expectNonNull(
|
|
7559
|
+
contents.LastCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastCheckTimestamp"]));
|
|
7560
7560
|
}
|
|
7561
7561
|
return contents;
|
|
7562
7562
|
};
|
|
@@ -7569,7 +7569,7 @@ const deserializeAws_queryStackResourceDriftInformationSummary = (output, contex
|
|
|
7569
7569
|
contents.StackResourceDriftStatus = __expectString(output["StackResourceDriftStatus"]);
|
|
7570
7570
|
}
|
|
7571
7571
|
if (output["LastCheckTimestamp"] !== undefined) {
|
|
7572
|
-
contents.LastCheckTimestamp = __expectNonNull(
|
|
7572
|
+
contents.LastCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastCheckTimestamp"]));
|
|
7573
7573
|
}
|
|
7574
7574
|
return contents;
|
|
7575
7575
|
};
|
|
@@ -7615,7 +7615,7 @@ const deserializeAws_queryStackResourceSummary = (output, context) => {
|
|
|
7615
7615
|
contents.ResourceType = __expectString(output["ResourceType"]);
|
|
7616
7616
|
}
|
|
7617
7617
|
if (output["LastUpdatedTimestamp"] !== undefined) {
|
|
7618
|
-
contents.LastUpdatedTimestamp = __expectNonNull(
|
|
7618
|
+
contents.LastUpdatedTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdatedTimestamp"]));
|
|
7619
7619
|
}
|
|
7620
7620
|
if (output["ResourceStatus"] !== undefined) {
|
|
7621
7621
|
contents.ResourceStatus = __expectString(output["ResourceStatus"]);
|
|
@@ -7744,7 +7744,7 @@ const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
|
7744
7744
|
contents.DriftDetectionStatus = __expectString(output["DriftDetectionStatus"]);
|
|
7745
7745
|
}
|
|
7746
7746
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7747
|
-
contents.LastDriftCheckTimestamp = __expectNonNull(
|
|
7747
|
+
contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastDriftCheckTimestamp"]));
|
|
7748
7748
|
}
|
|
7749
7749
|
if (output["TotalStackInstancesCount"] !== undefined) {
|
|
7750
7750
|
contents.TotalStackInstancesCount = __strictParseInt32(output["TotalStackInstancesCount"]);
|
|
@@ -7823,10 +7823,10 @@ const deserializeAws_queryStackSetOperation = (output, context) => {
|
|
|
7823
7823
|
contents.ExecutionRoleName = __expectString(output["ExecutionRoleName"]);
|
|
7824
7824
|
}
|
|
7825
7825
|
if (output["CreationTimestamp"] !== undefined) {
|
|
7826
|
-
contents.CreationTimestamp = __expectNonNull(
|
|
7826
|
+
contents.CreationTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTimestamp"]));
|
|
7827
7827
|
}
|
|
7828
7828
|
if (output["EndTimestamp"] !== undefined) {
|
|
7829
|
-
contents.EndTimestamp = __expectNonNull(
|
|
7829
|
+
contents.EndTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EndTimestamp"]));
|
|
7830
7830
|
}
|
|
7831
7831
|
if (output["DeploymentTargets"] !== undefined) {
|
|
7832
7832
|
contents.DeploymentTargets = deserializeAws_queryDeploymentTargets(output["DeploymentTargets"], context);
|
|
@@ -7947,10 +7947,10 @@ const deserializeAws_queryStackSetOperationSummary = (output, context) => {
|
|
|
7947
7947
|
contents.Status = __expectString(output["Status"]);
|
|
7948
7948
|
}
|
|
7949
7949
|
if (output["CreationTimestamp"] !== undefined) {
|
|
7950
|
-
contents.CreationTimestamp = __expectNonNull(
|
|
7950
|
+
contents.CreationTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTimestamp"]));
|
|
7951
7951
|
}
|
|
7952
7952
|
if (output["EndTimestamp"] !== undefined) {
|
|
7953
|
-
contents.EndTimestamp = __expectNonNull(
|
|
7953
|
+
contents.EndTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EndTimestamp"]));
|
|
7954
7954
|
}
|
|
7955
7955
|
if (output["StatusReason"] !== undefined) {
|
|
7956
7956
|
contents.StatusReason = __expectString(output["StatusReason"]);
|
|
@@ -8004,7 +8004,7 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
|
|
|
8004
8004
|
contents.DriftStatus = __expectString(output["DriftStatus"]);
|
|
8005
8005
|
}
|
|
8006
8006
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
8007
|
-
contents.LastDriftCheckTimestamp = __expectNonNull(
|
|
8007
|
+
contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastDriftCheckTimestamp"]));
|
|
8008
8008
|
}
|
|
8009
8009
|
if (output["ManagedExecution"] !== undefined) {
|
|
8010
8010
|
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
@@ -8042,13 +8042,13 @@ const deserializeAws_queryStackSummary = (output, context) => {
|
|
|
8042
8042
|
contents.TemplateDescription = __expectString(output["TemplateDescription"]);
|
|
8043
8043
|
}
|
|
8044
8044
|
if (output["CreationTime"] !== undefined) {
|
|
8045
|
-
contents.CreationTime = __expectNonNull(
|
|
8045
|
+
contents.CreationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTime"]));
|
|
8046
8046
|
}
|
|
8047
8047
|
if (output["LastUpdatedTime"] !== undefined) {
|
|
8048
|
-
contents.LastUpdatedTime = __expectNonNull(
|
|
8048
|
+
contents.LastUpdatedTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdatedTime"]));
|
|
8049
8049
|
}
|
|
8050
8050
|
if (output["DeletionTime"] !== undefined) {
|
|
8051
|
-
contents.DeletionTime = __expectNonNull(
|
|
8051
|
+
contents.DeletionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DeletionTime"]));
|
|
8052
8052
|
}
|
|
8053
8053
|
if (output["StackStatus"] !== undefined) {
|
|
8054
8054
|
contents.StackStatus = __expectString(output["StackStatus"]);
|
|
@@ -8187,7 +8187,7 @@ const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
|
|
|
8187
8187
|
contents.Configuration = __expectString(output["Configuration"]);
|
|
8188
8188
|
}
|
|
8189
8189
|
if (output["LastUpdated"] !== undefined) {
|
|
8190
|
-
contents.LastUpdated = __expectNonNull(
|
|
8190
|
+
contents.LastUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdated"]));
|
|
8191
8191
|
}
|
|
8192
8192
|
if (output["TypeArn"] !== undefined) {
|
|
8193
8193
|
contents.TypeArn = __expectString(output["TypeArn"]);
|
|
@@ -8286,7 +8286,7 @@ const deserializeAws_queryTypeSummary = (output, context) => {
|
|
|
8286
8286
|
contents.TypeArn = __expectString(output["TypeArn"]);
|
|
8287
8287
|
}
|
|
8288
8288
|
if (output["LastUpdated"] !== undefined) {
|
|
8289
|
-
contents.LastUpdated = __expectNonNull(
|
|
8289
|
+
contents.LastUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdated"]));
|
|
8290
8290
|
}
|
|
8291
8291
|
if (output["Description"] !== undefined) {
|
|
8292
8292
|
contents.Description = __expectString(output["Description"]);
|
|
@@ -8348,7 +8348,7 @@ const deserializeAws_queryTypeVersionSummary = (output, context) => {
|
|
|
8348
8348
|
contents.Arn = __expectString(output["Arn"]);
|
|
8349
8349
|
}
|
|
8350
8350
|
if (output["TimeCreated"] !== undefined) {
|
|
8351
|
-
contents.TimeCreated = __expectNonNull(
|
|
8351
|
+
contents.TimeCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["TimeCreated"]));
|
|
8352
8352
|
}
|
|
8353
8353
|
if (output["Description"] !== undefined) {
|
|
8354
8354
|
contents.Description = __expectString(output["Description"]);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.262.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.262.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|