@aws-sdk/client-cloudformation 3.259.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"]);
|
|
@@ -7793,6 +7793,7 @@ const deserializeAws_queryStackSet = (output, context) => {
|
|
|
7793
7793
|
PermissionModel: undefined,
|
|
7794
7794
|
OrganizationalUnitIds: undefined,
|
|
7795
7795
|
ManagedExecution: undefined,
|
|
7796
|
+
Regions: undefined,
|
|
7796
7797
|
};
|
|
7797
7798
|
if (output["StackSetName"] !== undefined) {
|
|
7798
7799
|
contents.StackSetName = (0, smithy_client_1.expectString)(output["StackSetName"]);
|
|
@@ -7854,6 +7855,12 @@ const deserializeAws_queryStackSet = (output, context) => {
|
|
|
7854
7855
|
if (output["ManagedExecution"] !== undefined) {
|
|
7855
7856
|
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
7856
7857
|
}
|
|
7858
|
+
if (output.Regions === "") {
|
|
7859
|
+
contents.Regions = [];
|
|
7860
|
+
}
|
|
7861
|
+
else if (output["Regions"] !== undefined && output["Regions"]["member"] !== undefined) {
|
|
7862
|
+
contents.Regions = deserializeAws_queryRegionList((0, smithy_client_1.getArrayIfSingleItem)(output["Regions"]["member"]), context);
|
|
7863
|
+
}
|
|
7857
7864
|
return contents;
|
|
7858
7865
|
};
|
|
7859
7866
|
const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
@@ -7874,7 +7881,7 @@ const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
|
7874
7881
|
contents.DriftDetectionStatus = (0, smithy_client_1.expectString)(output["DriftDetectionStatus"]);
|
|
7875
7882
|
}
|
|
7876
7883
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7877
|
-
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"]));
|
|
7878
7885
|
}
|
|
7879
7886
|
if (output["TotalStackInstancesCount"] !== undefined) {
|
|
7880
7887
|
contents.TotalStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["TotalStackInstancesCount"]);
|
|
@@ -7953,10 +7960,10 @@ const deserializeAws_queryStackSetOperation = (output, context) => {
|
|
|
7953
7960
|
contents.ExecutionRoleName = (0, smithy_client_1.expectString)(output["ExecutionRoleName"]);
|
|
7954
7961
|
}
|
|
7955
7962
|
if (output["CreationTimestamp"] !== undefined) {
|
|
7956
|
-
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"]));
|
|
7957
7964
|
}
|
|
7958
7965
|
if (output["EndTimestamp"] !== undefined) {
|
|
7959
|
-
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"]));
|
|
7960
7967
|
}
|
|
7961
7968
|
if (output["DeploymentTargets"] !== undefined) {
|
|
7962
7969
|
contents.DeploymentTargets = deserializeAws_queryDeploymentTargets(output["DeploymentTargets"], context);
|
|
@@ -8077,10 +8084,10 @@ const deserializeAws_queryStackSetOperationSummary = (output, context) => {
|
|
|
8077
8084
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
8078
8085
|
}
|
|
8079
8086
|
if (output["CreationTimestamp"] !== undefined) {
|
|
8080
|
-
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"]));
|
|
8081
8088
|
}
|
|
8082
8089
|
if (output["EndTimestamp"] !== undefined) {
|
|
8083
|
-
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"]));
|
|
8084
8091
|
}
|
|
8085
8092
|
if (output["StatusReason"] !== undefined) {
|
|
8086
8093
|
contents.StatusReason = (0, smithy_client_1.expectString)(output["StatusReason"]);
|
|
@@ -8134,7 +8141,7 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
|
|
|
8134
8141
|
contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
|
|
8135
8142
|
}
|
|
8136
8143
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
8137
|
-
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"]));
|
|
8138
8145
|
}
|
|
8139
8146
|
if (output["ManagedExecution"] !== undefined) {
|
|
8140
8147
|
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
@@ -8172,13 +8179,13 @@ const deserializeAws_queryStackSummary = (output, context) => {
|
|
|
8172
8179
|
contents.TemplateDescription = (0, smithy_client_1.expectString)(output["TemplateDescription"]);
|
|
8173
8180
|
}
|
|
8174
8181
|
if (output["CreationTime"] !== undefined) {
|
|
8175
|
-
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"]));
|
|
8176
8183
|
}
|
|
8177
8184
|
if (output["LastUpdatedTime"] !== undefined) {
|
|
8178
|
-
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"]));
|
|
8179
8186
|
}
|
|
8180
8187
|
if (output["DeletionTime"] !== undefined) {
|
|
8181
|
-
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"]));
|
|
8182
8189
|
}
|
|
8183
8190
|
if (output["StackStatus"] !== undefined) {
|
|
8184
8191
|
contents.StackStatus = (0, smithy_client_1.expectString)(output["StackStatus"]);
|
|
@@ -8317,7 +8324,7 @@ const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
|
|
|
8317
8324
|
contents.Configuration = (0, smithy_client_1.expectString)(output["Configuration"]);
|
|
8318
8325
|
}
|
|
8319
8326
|
if (output["LastUpdated"] !== undefined) {
|
|
8320
|
-
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"]));
|
|
8321
8328
|
}
|
|
8322
8329
|
if (output["TypeArn"] !== undefined) {
|
|
8323
8330
|
contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
|
|
@@ -8416,7 +8423,7 @@ const deserializeAws_queryTypeSummary = (output, context) => {
|
|
|
8416
8423
|
contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
|
|
8417
8424
|
}
|
|
8418
8425
|
if (output["LastUpdated"] !== undefined) {
|
|
8419
|
-
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"]));
|
|
8420
8427
|
}
|
|
8421
8428
|
if (output["Description"] !== undefined) {
|
|
8422
8429
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -8478,7 +8485,7 @@ const deserializeAws_queryTypeVersionSummary = (output, context) => {
|
|
|
8478
8485
|
contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
|
|
8479
8486
|
}
|
|
8480
8487
|
if (output["TimeCreated"] !== undefined) {
|
|
8481
|
-
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"]));
|
|
8482
8489
|
}
|
|
8483
8490
|
if (output["Description"] !== undefined) {
|
|
8484
8491
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -8632,7 +8639,7 @@ const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
|
8632
8639
|
.map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
|
|
8633
8640
|
.join("&");
|
|
8634
8641
|
const loadQueryErrorCode = (output, data) => {
|
|
8635
|
-
if (data.Error
|
|
8642
|
+
if (data.Error?.Code !== undefined) {
|
|
8636
8643
|
return data.Error.Code;
|
|
8637
8644
|
}
|
|
8638
8645
|
if (output.statusCode == 404) {
|
|
@@ -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"]);
|
|
@@ -7656,6 +7656,7 @@ const deserializeAws_queryStackSet = (output, context) => {
|
|
|
7656
7656
|
PermissionModel: undefined,
|
|
7657
7657
|
OrganizationalUnitIds: undefined,
|
|
7658
7658
|
ManagedExecution: undefined,
|
|
7659
|
+
Regions: undefined,
|
|
7659
7660
|
};
|
|
7660
7661
|
if (output["StackSetName"] !== undefined) {
|
|
7661
7662
|
contents.StackSetName = __expectString(output["StackSetName"]);
|
|
@@ -7717,6 +7718,12 @@ const deserializeAws_queryStackSet = (output, context) => {
|
|
|
7717
7718
|
if (output["ManagedExecution"] !== undefined) {
|
|
7718
7719
|
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
7719
7720
|
}
|
|
7721
|
+
if (output.Regions === "") {
|
|
7722
|
+
contents.Regions = [];
|
|
7723
|
+
}
|
|
7724
|
+
else if (output["Regions"] !== undefined && output["Regions"]["member"] !== undefined) {
|
|
7725
|
+
contents.Regions = deserializeAws_queryRegionList(__getArrayIfSingleItem(output["Regions"]["member"]), context);
|
|
7726
|
+
}
|
|
7720
7727
|
return contents;
|
|
7721
7728
|
};
|
|
7722
7729
|
const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
@@ -7737,7 +7744,7 @@ const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
|
|
|
7737
7744
|
contents.DriftDetectionStatus = __expectString(output["DriftDetectionStatus"]);
|
|
7738
7745
|
}
|
|
7739
7746
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
7740
|
-
contents.LastDriftCheckTimestamp = __expectNonNull(
|
|
7747
|
+
contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastDriftCheckTimestamp"]));
|
|
7741
7748
|
}
|
|
7742
7749
|
if (output["TotalStackInstancesCount"] !== undefined) {
|
|
7743
7750
|
contents.TotalStackInstancesCount = __strictParseInt32(output["TotalStackInstancesCount"]);
|
|
@@ -7816,10 +7823,10 @@ const deserializeAws_queryStackSetOperation = (output, context) => {
|
|
|
7816
7823
|
contents.ExecutionRoleName = __expectString(output["ExecutionRoleName"]);
|
|
7817
7824
|
}
|
|
7818
7825
|
if (output["CreationTimestamp"] !== undefined) {
|
|
7819
|
-
contents.CreationTimestamp = __expectNonNull(
|
|
7826
|
+
contents.CreationTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTimestamp"]));
|
|
7820
7827
|
}
|
|
7821
7828
|
if (output["EndTimestamp"] !== undefined) {
|
|
7822
|
-
contents.EndTimestamp = __expectNonNull(
|
|
7829
|
+
contents.EndTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EndTimestamp"]));
|
|
7823
7830
|
}
|
|
7824
7831
|
if (output["DeploymentTargets"] !== undefined) {
|
|
7825
7832
|
contents.DeploymentTargets = deserializeAws_queryDeploymentTargets(output["DeploymentTargets"], context);
|
|
@@ -7940,10 +7947,10 @@ const deserializeAws_queryStackSetOperationSummary = (output, context) => {
|
|
|
7940
7947
|
contents.Status = __expectString(output["Status"]);
|
|
7941
7948
|
}
|
|
7942
7949
|
if (output["CreationTimestamp"] !== undefined) {
|
|
7943
|
-
contents.CreationTimestamp = __expectNonNull(
|
|
7950
|
+
contents.CreationTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTimestamp"]));
|
|
7944
7951
|
}
|
|
7945
7952
|
if (output["EndTimestamp"] !== undefined) {
|
|
7946
|
-
contents.EndTimestamp = __expectNonNull(
|
|
7953
|
+
contents.EndTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EndTimestamp"]));
|
|
7947
7954
|
}
|
|
7948
7955
|
if (output["StatusReason"] !== undefined) {
|
|
7949
7956
|
contents.StatusReason = __expectString(output["StatusReason"]);
|
|
@@ -7997,7 +8004,7 @@ const deserializeAws_queryStackSetSummary = (output, context) => {
|
|
|
7997
8004
|
contents.DriftStatus = __expectString(output["DriftStatus"]);
|
|
7998
8005
|
}
|
|
7999
8006
|
if (output["LastDriftCheckTimestamp"] !== undefined) {
|
|
8000
|
-
contents.LastDriftCheckTimestamp = __expectNonNull(
|
|
8007
|
+
contents.LastDriftCheckTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastDriftCheckTimestamp"]));
|
|
8001
8008
|
}
|
|
8002
8009
|
if (output["ManagedExecution"] !== undefined) {
|
|
8003
8010
|
contents.ManagedExecution = deserializeAws_queryManagedExecution(output["ManagedExecution"], context);
|
|
@@ -8035,13 +8042,13 @@ const deserializeAws_queryStackSummary = (output, context) => {
|
|
|
8035
8042
|
contents.TemplateDescription = __expectString(output["TemplateDescription"]);
|
|
8036
8043
|
}
|
|
8037
8044
|
if (output["CreationTime"] !== undefined) {
|
|
8038
|
-
contents.CreationTime = __expectNonNull(
|
|
8045
|
+
contents.CreationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreationTime"]));
|
|
8039
8046
|
}
|
|
8040
8047
|
if (output["LastUpdatedTime"] !== undefined) {
|
|
8041
|
-
contents.LastUpdatedTime = __expectNonNull(
|
|
8048
|
+
contents.LastUpdatedTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdatedTime"]));
|
|
8042
8049
|
}
|
|
8043
8050
|
if (output["DeletionTime"] !== undefined) {
|
|
8044
|
-
contents.DeletionTime = __expectNonNull(
|
|
8051
|
+
contents.DeletionTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DeletionTime"]));
|
|
8045
8052
|
}
|
|
8046
8053
|
if (output["StackStatus"] !== undefined) {
|
|
8047
8054
|
contents.StackStatus = __expectString(output["StackStatus"]);
|
|
@@ -8180,7 +8187,7 @@ const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
|
|
|
8180
8187
|
contents.Configuration = __expectString(output["Configuration"]);
|
|
8181
8188
|
}
|
|
8182
8189
|
if (output["LastUpdated"] !== undefined) {
|
|
8183
|
-
contents.LastUpdated = __expectNonNull(
|
|
8190
|
+
contents.LastUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdated"]));
|
|
8184
8191
|
}
|
|
8185
8192
|
if (output["TypeArn"] !== undefined) {
|
|
8186
8193
|
contents.TypeArn = __expectString(output["TypeArn"]);
|
|
@@ -8279,7 +8286,7 @@ const deserializeAws_queryTypeSummary = (output, context) => {
|
|
|
8279
8286
|
contents.TypeArn = __expectString(output["TypeArn"]);
|
|
8280
8287
|
}
|
|
8281
8288
|
if (output["LastUpdated"] !== undefined) {
|
|
8282
|
-
contents.LastUpdated = __expectNonNull(
|
|
8289
|
+
contents.LastUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LastUpdated"]));
|
|
8283
8290
|
}
|
|
8284
8291
|
if (output["Description"] !== undefined) {
|
|
8285
8292
|
contents.Description = __expectString(output["Description"]);
|
|
@@ -8341,7 +8348,7 @@ const deserializeAws_queryTypeVersionSummary = (output, context) => {
|
|
|
8341
8348
|
contents.Arn = __expectString(output["Arn"]);
|
|
8342
8349
|
}
|
|
8343
8350
|
if (output["TimeCreated"] !== undefined) {
|
|
8344
|
-
contents.TimeCreated = __expectNonNull(
|
|
8351
|
+
contents.TimeCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["TimeCreated"]));
|
|
8345
8352
|
}
|
|
8346
8353
|
if (output["Description"] !== undefined) {
|
|
8347
8354
|
contents.Description = __expectString(output["Description"]);
|
|
@@ -8495,7 +8502,7 @@ const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
|
8495
8502
|
.map(([key, value]) => __extendedEncodeURIComponent(key) + "=" + __extendedEncodeURIComponent(value))
|
|
8496
8503
|
.join("&");
|
|
8497
8504
|
const loadQueryErrorCode = (output, data) => {
|
|
8498
|
-
if (data.Error
|
|
8505
|
+
if (data.Error?.Code !== undefined) {
|
|
8499
8506
|
return data.Error.Code;
|
|
8500
8507
|
}
|
|
8501
8508
|
if (output.statusCode == 404) {
|
|
@@ -967,6 +967,7 @@ export interface StackSet {
|
|
|
967
967
|
PermissionModel?: PermissionModels | string;
|
|
968
968
|
OrganizationalUnitIds?: string[];
|
|
969
969
|
ManagedExecution?: ManagedExecution;
|
|
970
|
+
Regions?: string[];
|
|
970
971
|
}
|
|
971
972
|
export interface DescribeStackSetOutput {
|
|
972
973
|
StackSet?: StackSet;
|
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,9 +20,9 @@
|
|
|
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
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.259.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.261.0",
|
|
43
43
|
"@aws-sdk/types": "3.257.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.261.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.261.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.257.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.257.0",
|