@aws-sdk/client-cloudformation 3.295.0 → 3.297.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.
Files changed (90) hide show
  1. package/dist-cjs/protocols/Aws_query.js +130 -755
  2. package/dist-es/protocols/Aws_query.js +130 -755
  3. package/dist-types/CloudFormation.d.ts +67 -0
  4. package/dist-types/CloudFormationClient.d.ts +24 -4
  5. package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
  8. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
  13. package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
  34. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
  35. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
  36. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
  37. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
  38. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
  39. package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
  40. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
  42. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
  43. package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListStacksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  55. package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
  56. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
  57. package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
  58. package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
  59. package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
  60. package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
  63. package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
  65. package/dist-types/commands/TestTypeCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
  70. package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
  71. package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +543 -7
  73. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
  90. package/package.json +30 -30
@@ -5402,10 +5402,7 @@ const serializeAws_queryValidateTemplateInput = (input, context) => {
5402
5402
  return entries;
5403
5403
  };
5404
5404
  const deserializeAws_queryAccountGateResult = (output, context) => {
5405
- const contents = {
5406
- Status: undefined,
5407
- StatusReason: undefined,
5408
- };
5405
+ const contents = {};
5409
5406
  if (output["Status"] !== undefined) {
5410
5407
  contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5411
5408
  }
@@ -5415,10 +5412,7 @@ const deserializeAws_queryAccountGateResult = (output, context) => {
5415
5412
  return contents;
5416
5413
  };
5417
5414
  const deserializeAws_queryAccountLimit = (output, context) => {
5418
- const contents = {
5419
- Name: undefined,
5420
- Value: undefined,
5421
- };
5415
+ const contents = {};
5422
5416
  if (output["Name"] !== undefined) {
5423
5417
  contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5424
5418
  }
@@ -5442,9 +5436,7 @@ const deserializeAws_queryAccountList = (output, context) => {
5442
5436
  });
5443
5437
  };
5444
5438
  const deserializeAws_queryActivateTypeOutput = (output, context) => {
5445
- const contents = {
5446
- Arn: undefined,
5447
- };
5439
+ const contents = {};
5448
5440
  if (output["Arn"] !== undefined) {
5449
5441
  contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
5450
5442
  }
@@ -5458,19 +5450,14 @@ const deserializeAws_queryAllowedValues = (output, context) => {
5458
5450
  });
5459
5451
  };
5460
5452
  const deserializeAws_queryAlreadyExistsException = (output, context) => {
5461
- const contents = {
5462
- Message: undefined,
5463
- };
5453
+ const contents = {};
5464
5454
  if (output["Message"] !== undefined) {
5465
5455
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5466
5456
  }
5467
5457
  return contents;
5468
5458
  };
5469
5459
  const deserializeAws_queryAutoDeployment = (output, context) => {
5470
- const contents = {
5471
- Enabled: undefined,
5472
- RetainStacksOnAccountRemoval: undefined,
5473
- };
5460
+ const contents = {};
5474
5461
  if (output["Enabled"] !== undefined) {
5475
5462
  contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5476
5463
  }
@@ -5480,11 +5467,7 @@ const deserializeAws_queryAutoDeployment = (output, context) => {
5480
5467
  return contents;
5481
5468
  };
5482
5469
  const deserializeAws_queryBatchDescribeTypeConfigurationsError = (output, context) => {
5483
- const contents = {
5484
- ErrorCode: undefined,
5485
- ErrorMessage: undefined,
5486
- TypeConfigurationIdentifier: undefined,
5487
- };
5470
+ const contents = {};
5488
5471
  if (output["ErrorCode"] !== undefined) {
5489
5472
  contents.ErrorCode = (0, smithy_client_1.expectString)(output["ErrorCode"]);
5490
5473
  }
@@ -5504,11 +5487,7 @@ const deserializeAws_queryBatchDescribeTypeConfigurationsErrors = (output, conte
5504
5487
  });
5505
5488
  };
5506
5489
  const deserializeAws_queryBatchDescribeTypeConfigurationsOutput = (output, context) => {
5507
- const contents = {
5508
- Errors: undefined,
5509
- UnprocessedTypeConfigurations: undefined,
5510
- TypeConfigurations: undefined,
5511
- };
5490
+ const contents = {};
5512
5491
  if (output.Errors === "") {
5513
5492
  contents.Errors = [];
5514
5493
  }
@@ -5538,20 +5517,14 @@ const deserializeAws_queryCapabilities = (output, context) => {
5538
5517
  });
5539
5518
  };
5540
5519
  const deserializeAws_queryCFNRegistryException = (output, context) => {
5541
- const contents = {
5542
- Message: undefined,
5543
- };
5520
+ const contents = {};
5544
5521
  if (output["Message"] !== undefined) {
5545
5522
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5546
5523
  }
5547
5524
  return contents;
5548
5525
  };
5549
5526
  const deserializeAws_queryChange = (output, context) => {
5550
- const contents = {
5551
- Type: undefined,
5552
- HookInvocationCount: undefined,
5553
- ResourceChange: undefined,
5554
- };
5527
+ const contents = {};
5555
5528
  if (output["Type"] !== undefined) {
5556
5529
  contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
5557
5530
  }
@@ -5571,14 +5544,7 @@ const deserializeAws_queryChanges = (output, context) => {
5571
5544
  });
5572
5545
  };
5573
5546
  const deserializeAws_queryChangeSetHook = (output, context) => {
5574
- const contents = {
5575
- InvocationPoint: undefined,
5576
- FailureMode: undefined,
5577
- TypeName: undefined,
5578
- TypeVersionId: undefined,
5579
- TypeConfigurationVersionId: undefined,
5580
- TargetDetails: undefined,
5581
- };
5547
+ const contents = {};
5582
5548
  if (output["InvocationPoint"] !== undefined) {
5583
5549
  contents.InvocationPoint = (0, smithy_client_1.expectString)(output["InvocationPoint"]);
5584
5550
  }
@@ -5600,11 +5566,7 @@ const deserializeAws_queryChangeSetHook = (output, context) => {
5600
5566
  return contents;
5601
5567
  };
5602
5568
  const deserializeAws_queryChangeSetHookResourceTargetDetails = (output, context) => {
5603
- const contents = {
5604
- LogicalResourceId: undefined,
5605
- ResourceType: undefined,
5606
- ResourceAction: undefined,
5607
- };
5569
+ const contents = {};
5608
5570
  if (output["LogicalResourceId"] !== undefined) {
5609
5571
  contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
5610
5572
  }
@@ -5624,10 +5586,7 @@ const deserializeAws_queryChangeSetHooks = (output, context) => {
5624
5586
  });
5625
5587
  };
5626
5588
  const deserializeAws_queryChangeSetHookTargetDetails = (output, context) => {
5627
- const contents = {
5628
- TargetType: undefined,
5629
- ResourceTargetDetails: undefined,
5630
- };
5589
+ const contents = {};
5631
5590
  if (output["TargetType"] !== undefined) {
5632
5591
  contents.TargetType = (0, smithy_client_1.expectString)(output["TargetType"]);
5633
5592
  }
@@ -5637,9 +5596,7 @@ const deserializeAws_queryChangeSetHookTargetDetails = (output, context) => {
5637
5596
  return contents;
5638
5597
  };
5639
5598
  const deserializeAws_queryChangeSetNotFoundException = (output, context) => {
5640
- const contents = {
5641
- Message: undefined,
5642
- };
5599
+ const contents = {};
5643
5600
  if (output["Message"] !== undefined) {
5644
5601
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5645
5602
  }
@@ -5653,20 +5610,7 @@ const deserializeAws_queryChangeSetSummaries = (output, context) => {
5653
5610
  });
5654
5611
  };
5655
5612
  const deserializeAws_queryChangeSetSummary = (output, context) => {
5656
- const contents = {
5657
- StackId: undefined,
5658
- StackName: undefined,
5659
- ChangeSetId: undefined,
5660
- ChangeSetName: undefined,
5661
- ExecutionStatus: undefined,
5662
- Status: undefined,
5663
- StatusReason: undefined,
5664
- CreationTime: undefined,
5665
- Description: undefined,
5666
- IncludeNestedStacks: undefined,
5667
- ParentChangeSetId: undefined,
5668
- RootChangeSetId: undefined,
5669
- };
5613
+ const contents = {};
5670
5614
  if (output["StackId"] !== undefined) {
5671
5615
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5672
5616
  }
@@ -5710,10 +5654,7 @@ const deserializeAws_queryContinueUpdateRollbackOutput = (output, context) => {
5710
5654
  return contents;
5711
5655
  };
5712
5656
  const deserializeAws_queryCreateChangeSetOutput = (output, context) => {
5713
- const contents = {
5714
- Id: undefined,
5715
- StackId: undefined,
5716
- };
5657
+ const contents = {};
5717
5658
  if (output["Id"] !== undefined) {
5718
5659
  contents.Id = (0, smithy_client_1.expectString)(output["Id"]);
5719
5660
  }
@@ -5723,36 +5664,28 @@ const deserializeAws_queryCreateChangeSetOutput = (output, context) => {
5723
5664
  return contents;
5724
5665
  };
5725
5666
  const deserializeAws_queryCreatedButModifiedException = (output, context) => {
5726
- const contents = {
5727
- Message: undefined,
5728
- };
5667
+ const contents = {};
5729
5668
  if (output["Message"] !== undefined) {
5730
5669
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5731
5670
  }
5732
5671
  return contents;
5733
5672
  };
5734
5673
  const deserializeAws_queryCreateStackInstancesOutput = (output, context) => {
5735
- const contents = {
5736
- OperationId: undefined,
5737
- };
5674
+ const contents = {};
5738
5675
  if (output["OperationId"] !== undefined) {
5739
5676
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
5740
5677
  }
5741
5678
  return contents;
5742
5679
  };
5743
5680
  const deserializeAws_queryCreateStackOutput = (output, context) => {
5744
- const contents = {
5745
- StackId: undefined,
5746
- };
5681
+ const contents = {};
5747
5682
  if (output["StackId"] !== undefined) {
5748
5683
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5749
5684
  }
5750
5685
  return contents;
5751
5686
  };
5752
5687
  const deserializeAws_queryCreateStackSetOutput = (output, context) => {
5753
- const contents = {
5754
- StackSetId: undefined,
5755
- };
5688
+ const contents = {};
5756
5689
  if (output["StackSetId"] !== undefined) {
5757
5690
  contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
5758
5691
  }
@@ -5767,9 +5700,7 @@ const deserializeAws_queryDeleteChangeSetOutput = (output, context) => {
5767
5700
  return contents;
5768
5701
  };
5769
5702
  const deserializeAws_queryDeleteStackInstancesOutput = (output, context) => {
5770
- const contents = {
5771
- OperationId: undefined,
5772
- };
5703
+ const contents = {};
5773
5704
  if (output["OperationId"] !== undefined) {
5774
5705
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
5775
5706
  }
@@ -5780,12 +5711,7 @@ const deserializeAws_queryDeleteStackSetOutput = (output, context) => {
5780
5711
  return contents;
5781
5712
  };
5782
5713
  const deserializeAws_queryDeploymentTargets = (output, context) => {
5783
- const contents = {
5784
- Accounts: undefined,
5785
- AccountsUrl: undefined,
5786
- OrganizationalUnitIds: undefined,
5787
- AccountFilterType: undefined,
5788
- };
5714
+ const contents = {};
5789
5715
  if (output.Accounts === "") {
5790
5716
  contents.Accounts = [];
5791
5717
  }
@@ -5811,10 +5737,7 @@ const deserializeAws_queryDeregisterTypeOutput = (output, context) => {
5811
5737
  return contents;
5812
5738
  };
5813
5739
  const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
5814
- const contents = {
5815
- AccountLimits: undefined,
5816
- NextToken: undefined,
5817
- };
5740
+ const contents = {};
5818
5741
  if (output.AccountLimits === "") {
5819
5742
  contents.AccountLimits = [];
5820
5743
  }
@@ -5827,15 +5750,7 @@ const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
5827
5750
  return contents;
5828
5751
  };
5829
5752
  const deserializeAws_queryDescribeChangeSetHooksOutput = (output, context) => {
5830
- const contents = {
5831
- ChangeSetId: undefined,
5832
- ChangeSetName: undefined,
5833
- Hooks: undefined,
5834
- Status: undefined,
5835
- NextToken: undefined,
5836
- StackId: undefined,
5837
- StackName: undefined,
5838
- };
5753
+ const contents = {};
5839
5754
  if (output["ChangeSetId"] !== undefined) {
5840
5755
  contents.ChangeSetId = (0, smithy_client_1.expectString)(output["ChangeSetId"]);
5841
5756
  }
@@ -5863,27 +5778,7 @@ const deserializeAws_queryDescribeChangeSetHooksOutput = (output, context) => {
5863
5778
  return contents;
5864
5779
  };
5865
5780
  const deserializeAws_queryDescribeChangeSetOutput = (output, context) => {
5866
- const contents = {
5867
- ChangeSetName: undefined,
5868
- ChangeSetId: undefined,
5869
- StackId: undefined,
5870
- StackName: undefined,
5871
- Description: undefined,
5872
- Parameters: undefined,
5873
- CreationTime: undefined,
5874
- ExecutionStatus: undefined,
5875
- Status: undefined,
5876
- StatusReason: undefined,
5877
- NotificationARNs: undefined,
5878
- RollbackConfiguration: undefined,
5879
- Capabilities: undefined,
5880
- Tags: undefined,
5881
- Changes: undefined,
5882
- NextToken: undefined,
5883
- IncludeNestedStacks: undefined,
5884
- ParentChangeSetId: undefined,
5885
- RootChangeSetId: undefined,
5886
- };
5781
+ const contents = {};
5887
5782
  if (output["ChangeSetName"] !== undefined) {
5888
5783
  contents.ChangeSetName = (0, smithy_client_1.expectString)(output["ChangeSetName"]);
5889
5784
  }
@@ -5959,12 +5854,7 @@ const deserializeAws_queryDescribeChangeSetOutput = (output, context) => {
5959
5854
  return contents;
5960
5855
  };
5961
5856
  const deserializeAws_queryDescribePublisherOutput = (output, context) => {
5962
- const contents = {
5963
- PublisherId: undefined,
5964
- PublisherStatus: undefined,
5965
- IdentityProvider: undefined,
5966
- PublisherProfile: undefined,
5967
- };
5857
+ const contents = {};
5968
5858
  if (output["PublisherId"] !== undefined) {
5969
5859
  contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
5970
5860
  }
@@ -5980,15 +5870,7 @@ const deserializeAws_queryDescribePublisherOutput = (output, context) => {
5980
5870
  return contents;
5981
5871
  };
5982
5872
  const deserializeAws_queryDescribeStackDriftDetectionStatusOutput = (output, context) => {
5983
- const contents = {
5984
- StackId: undefined,
5985
- StackDriftDetectionId: undefined,
5986
- StackDriftStatus: undefined,
5987
- DetectionStatus: undefined,
5988
- DetectionStatusReason: undefined,
5989
- DriftedStackResourceCount: undefined,
5990
- Timestamp: undefined,
5991
- };
5873
+ const contents = {};
5992
5874
  if (output["StackId"] !== undefined) {
5993
5875
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
5994
5876
  }
@@ -6013,10 +5895,7 @@ const deserializeAws_queryDescribeStackDriftDetectionStatusOutput = (output, con
6013
5895
  return contents;
6014
5896
  };
6015
5897
  const deserializeAws_queryDescribeStackEventsOutput = (output, context) => {
6016
- const contents = {
6017
- StackEvents: undefined,
6018
- NextToken: undefined,
6019
- };
5898
+ const contents = {};
6020
5899
  if (output.StackEvents === "") {
6021
5900
  contents.StackEvents = [];
6022
5901
  }
@@ -6029,19 +5908,14 @@ const deserializeAws_queryDescribeStackEventsOutput = (output, context) => {
6029
5908
  return contents;
6030
5909
  };
6031
5910
  const deserializeAws_queryDescribeStackInstanceOutput = (output, context) => {
6032
- const contents = {
6033
- StackInstance: undefined,
6034
- };
5911
+ const contents = {};
6035
5912
  if (output["StackInstance"] !== undefined) {
6036
5913
  contents.StackInstance = deserializeAws_queryStackInstance(output["StackInstance"], context);
6037
5914
  }
6038
5915
  return contents;
6039
5916
  };
6040
5917
  const deserializeAws_queryDescribeStackResourceDriftsOutput = (output, context) => {
6041
- const contents = {
6042
- StackResourceDrifts: undefined,
6043
- NextToken: undefined,
6044
- };
5918
+ const contents = {};
6045
5919
  if (output.StackResourceDrifts === "") {
6046
5920
  contents.StackResourceDrifts = [];
6047
5921
  }
@@ -6054,18 +5928,14 @@ const deserializeAws_queryDescribeStackResourceDriftsOutput = (output, context)
6054
5928
  return contents;
6055
5929
  };
6056
5930
  const deserializeAws_queryDescribeStackResourceOutput = (output, context) => {
6057
- const contents = {
6058
- StackResourceDetail: undefined,
6059
- };
5931
+ const contents = {};
6060
5932
  if (output["StackResourceDetail"] !== undefined) {
6061
5933
  contents.StackResourceDetail = deserializeAws_queryStackResourceDetail(output["StackResourceDetail"], context);
6062
5934
  }
6063
5935
  return contents;
6064
5936
  };
6065
5937
  const deserializeAws_queryDescribeStackResourcesOutput = (output, context) => {
6066
- const contents = {
6067
- StackResources: undefined,
6068
- };
5938
+ const contents = {};
6069
5939
  if (output.StackResources === "") {
6070
5940
  contents.StackResources = [];
6071
5941
  }
@@ -6075,28 +5945,21 @@ const deserializeAws_queryDescribeStackResourcesOutput = (output, context) => {
6075
5945
  return contents;
6076
5946
  };
6077
5947
  const deserializeAws_queryDescribeStackSetOperationOutput = (output, context) => {
6078
- const contents = {
6079
- StackSetOperation: undefined,
6080
- };
5948
+ const contents = {};
6081
5949
  if (output["StackSetOperation"] !== undefined) {
6082
5950
  contents.StackSetOperation = deserializeAws_queryStackSetOperation(output["StackSetOperation"], context);
6083
5951
  }
6084
5952
  return contents;
6085
5953
  };
6086
5954
  const deserializeAws_queryDescribeStackSetOutput = (output, context) => {
6087
- const contents = {
6088
- StackSet: undefined,
6089
- };
5955
+ const contents = {};
6090
5956
  if (output["StackSet"] !== undefined) {
6091
5957
  contents.StackSet = deserializeAws_queryStackSet(output["StackSet"], context);
6092
5958
  }
6093
5959
  return contents;
6094
5960
  };
6095
5961
  const deserializeAws_queryDescribeStacksOutput = (output, context) => {
6096
- const contents = {
6097
- Stacks: undefined,
6098
- NextToken: undefined,
6099
- };
5962
+ const contents = {};
6100
5963
  if (output.Stacks === "") {
6101
5964
  contents.Stacks = [];
6102
5965
  }
@@ -6109,35 +5972,7 @@ const deserializeAws_queryDescribeStacksOutput = (output, context) => {
6109
5972
  return contents;
6110
5973
  };
6111
5974
  const deserializeAws_queryDescribeTypeOutput = (output, context) => {
6112
- const contents = {
6113
- Arn: undefined,
6114
- Type: undefined,
6115
- TypeName: undefined,
6116
- DefaultVersionId: undefined,
6117
- IsDefaultVersion: undefined,
6118
- TypeTestsStatus: undefined,
6119
- TypeTestsStatusDescription: undefined,
6120
- Description: undefined,
6121
- Schema: undefined,
6122
- ProvisioningType: undefined,
6123
- DeprecatedStatus: undefined,
6124
- LoggingConfig: undefined,
6125
- RequiredActivatedTypes: undefined,
6126
- ExecutionRoleArn: undefined,
6127
- Visibility: undefined,
6128
- SourceUrl: undefined,
6129
- DocumentationUrl: undefined,
6130
- LastUpdated: undefined,
6131
- TimeCreated: undefined,
6132
- ConfigurationSchema: undefined,
6133
- PublisherId: undefined,
6134
- OriginalTypeName: undefined,
6135
- OriginalTypeArn: undefined,
6136
- PublicVersionNumber: undefined,
6137
- LatestPublicVersion: undefined,
6138
- IsActivated: undefined,
6139
- AutoUpdate: undefined,
6140
- };
5975
+ const contents = {};
6141
5976
  if (output["Arn"] !== undefined) {
6142
5977
  contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
6143
5978
  }
@@ -6226,12 +6061,7 @@ const deserializeAws_queryDescribeTypeOutput = (output, context) => {
6226
6061
  return contents;
6227
6062
  };
6228
6063
  const deserializeAws_queryDescribeTypeRegistrationOutput = (output, context) => {
6229
- const contents = {
6230
- ProgressStatus: undefined,
6231
- Description: undefined,
6232
- TypeArn: undefined,
6233
- TypeVersionArn: undefined,
6234
- };
6064
+ const contents = {};
6235
6065
  if (output["ProgressStatus"] !== undefined) {
6236
6066
  contents.ProgressStatus = (0, smithy_client_1.expectString)(output["ProgressStatus"]);
6237
6067
  }
@@ -6247,36 +6077,28 @@ const deserializeAws_queryDescribeTypeRegistrationOutput = (output, context) =>
6247
6077
  return contents;
6248
6078
  };
6249
6079
  const deserializeAws_queryDetectStackDriftOutput = (output, context) => {
6250
- const contents = {
6251
- StackDriftDetectionId: undefined,
6252
- };
6080
+ const contents = {};
6253
6081
  if (output["StackDriftDetectionId"] !== undefined) {
6254
6082
  contents.StackDriftDetectionId = (0, smithy_client_1.expectString)(output["StackDriftDetectionId"]);
6255
6083
  }
6256
6084
  return contents;
6257
6085
  };
6258
6086
  const deserializeAws_queryDetectStackResourceDriftOutput = (output, context) => {
6259
- const contents = {
6260
- StackResourceDrift: undefined,
6261
- };
6087
+ const contents = {};
6262
6088
  if (output["StackResourceDrift"] !== undefined) {
6263
6089
  contents.StackResourceDrift = deserializeAws_queryStackResourceDrift(output["StackResourceDrift"], context);
6264
6090
  }
6265
6091
  return contents;
6266
6092
  };
6267
6093
  const deserializeAws_queryDetectStackSetDriftOutput = (output, context) => {
6268
- const contents = {
6269
- OperationId: undefined,
6270
- };
6094
+ const contents = {};
6271
6095
  if (output["OperationId"] !== undefined) {
6272
6096
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
6273
6097
  }
6274
6098
  return contents;
6275
6099
  };
6276
6100
  const deserializeAws_queryEstimateTemplateCostOutput = (output, context) => {
6277
- const contents = {
6278
- Url: undefined,
6279
- };
6101
+ const contents = {};
6280
6102
  if (output["Url"] !== undefined) {
6281
6103
  contents.Url = (0, smithy_client_1.expectString)(output["Url"]);
6282
6104
  }
@@ -6287,11 +6109,7 @@ const deserializeAws_queryExecuteChangeSetOutput = (output, context) => {
6287
6109
  return contents;
6288
6110
  };
6289
6111
  const deserializeAws_queryExport = (output, context) => {
6290
- const contents = {
6291
- ExportingStackId: undefined,
6292
- Name: undefined,
6293
- Value: undefined,
6294
- };
6112
+ const contents = {};
6295
6113
  if (output["ExportingStackId"] !== undefined) {
6296
6114
  contents.ExportingStackId = (0, smithy_client_1.expectString)(output["ExportingStackId"]);
6297
6115
  }
@@ -6311,19 +6129,14 @@ const deserializeAws_queryExports = (output, context) => {
6311
6129
  });
6312
6130
  };
6313
6131
  const deserializeAws_queryGetStackPolicyOutput = (output, context) => {
6314
- const contents = {
6315
- StackPolicyBody: undefined,
6316
- };
6132
+ const contents = {};
6317
6133
  if (output["StackPolicyBody"] !== undefined) {
6318
6134
  contents.StackPolicyBody = (0, smithy_client_1.expectString)(output["StackPolicyBody"]);
6319
6135
  }
6320
6136
  return contents;
6321
6137
  };
6322
6138
  const deserializeAws_queryGetTemplateOutput = (output, context) => {
6323
- const contents = {
6324
- TemplateBody: undefined,
6325
- StagesAvailable: undefined,
6326
- };
6139
+ const contents = {};
6327
6140
  if (output["TemplateBody"] !== undefined) {
6328
6141
  contents.TemplateBody = (0, smithy_client_1.expectString)(output["TemplateBody"]);
6329
6142
  }
@@ -6336,17 +6149,7 @@ const deserializeAws_queryGetTemplateOutput = (output, context) => {
6336
6149
  return contents;
6337
6150
  };
6338
6151
  const deserializeAws_queryGetTemplateSummaryOutput = (output, context) => {
6339
- const contents = {
6340
- Parameters: undefined,
6341
- Description: undefined,
6342
- Capabilities: undefined,
6343
- CapabilitiesReason: undefined,
6344
- ResourceTypes: undefined,
6345
- Version: undefined,
6346
- Metadata: undefined,
6347
- DeclaredTransforms: undefined,
6348
- ResourceIdentifierSummaries: undefined,
6349
- };
6152
+ const contents = {};
6350
6153
  if (output.Parameters === "") {
6351
6154
  contents.Parameters = [];
6352
6155
  }
@@ -6400,64 +6203,49 @@ const deserializeAws_queryImports = (output, context) => {
6400
6203
  });
6401
6204
  };
6402
6205
  const deserializeAws_queryImportStacksToStackSetOutput = (output, context) => {
6403
- const contents = {
6404
- OperationId: undefined,
6405
- };
6206
+ const contents = {};
6406
6207
  if (output["OperationId"] !== undefined) {
6407
6208
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
6408
6209
  }
6409
6210
  return contents;
6410
6211
  };
6411
6212
  const deserializeAws_queryInsufficientCapabilitiesException = (output, context) => {
6412
- const contents = {
6413
- Message: undefined,
6414
- };
6213
+ const contents = {};
6415
6214
  if (output["Message"] !== undefined) {
6416
6215
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6417
6216
  }
6418
6217
  return contents;
6419
6218
  };
6420
6219
  const deserializeAws_queryInvalidChangeSetStatusException = (output, context) => {
6421
- const contents = {
6422
- Message: undefined,
6423
- };
6220
+ const contents = {};
6424
6221
  if (output["Message"] !== undefined) {
6425
6222
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6426
6223
  }
6427
6224
  return contents;
6428
6225
  };
6429
6226
  const deserializeAws_queryInvalidOperationException = (output, context) => {
6430
- const contents = {
6431
- Message: undefined,
6432
- };
6227
+ const contents = {};
6433
6228
  if (output["Message"] !== undefined) {
6434
6229
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6435
6230
  }
6436
6231
  return contents;
6437
6232
  };
6438
6233
  const deserializeAws_queryInvalidStateTransitionException = (output, context) => {
6439
- const contents = {
6440
- Message: undefined,
6441
- };
6234
+ const contents = {};
6442
6235
  if (output["Message"] !== undefined) {
6443
6236
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6444
6237
  }
6445
6238
  return contents;
6446
6239
  };
6447
6240
  const deserializeAws_queryLimitExceededException = (output, context) => {
6448
- const contents = {
6449
- Message: undefined,
6450
- };
6241
+ const contents = {};
6451
6242
  if (output["Message"] !== undefined) {
6452
6243
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6453
6244
  }
6454
6245
  return contents;
6455
6246
  };
6456
6247
  const deserializeAws_queryListChangeSetsOutput = (output, context) => {
6457
- const contents = {
6458
- Summaries: undefined,
6459
- NextToken: undefined,
6460
- };
6248
+ const contents = {};
6461
6249
  if (output.Summaries === "") {
6462
6250
  contents.Summaries = [];
6463
6251
  }
@@ -6470,10 +6258,7 @@ const deserializeAws_queryListChangeSetsOutput = (output, context) => {
6470
6258
  return contents;
6471
6259
  };
6472
6260
  const deserializeAws_queryListExportsOutput = (output, context) => {
6473
- const contents = {
6474
- Exports: undefined,
6475
- NextToken: undefined,
6476
- };
6261
+ const contents = {};
6477
6262
  if (output.Exports === "") {
6478
6263
  contents.Exports = [];
6479
6264
  }
@@ -6486,10 +6271,7 @@ const deserializeAws_queryListExportsOutput = (output, context) => {
6486
6271
  return contents;
6487
6272
  };
6488
6273
  const deserializeAws_queryListImportsOutput = (output, context) => {
6489
- const contents = {
6490
- Imports: undefined,
6491
- NextToken: undefined,
6492
- };
6274
+ const contents = {};
6493
6275
  if (output.Imports === "") {
6494
6276
  contents.Imports = [];
6495
6277
  }
@@ -6502,10 +6284,7 @@ const deserializeAws_queryListImportsOutput = (output, context) => {
6502
6284
  return contents;
6503
6285
  };
6504
6286
  const deserializeAws_queryListStackInstancesOutput = (output, context) => {
6505
- const contents = {
6506
- Summaries: undefined,
6507
- NextToken: undefined,
6508
- };
6287
+ const contents = {};
6509
6288
  if (output.Summaries === "") {
6510
6289
  contents.Summaries = [];
6511
6290
  }
@@ -6518,10 +6297,7 @@ const deserializeAws_queryListStackInstancesOutput = (output, context) => {
6518
6297
  return contents;
6519
6298
  };
6520
6299
  const deserializeAws_queryListStackResourcesOutput = (output, context) => {
6521
- const contents = {
6522
- StackResourceSummaries: undefined,
6523
- NextToken: undefined,
6524
- };
6300
+ const contents = {};
6525
6301
  if (output.StackResourceSummaries === "") {
6526
6302
  contents.StackResourceSummaries = [];
6527
6303
  }
@@ -6535,10 +6311,7 @@ const deserializeAws_queryListStackResourcesOutput = (output, context) => {
6535
6311
  return contents;
6536
6312
  };
6537
6313
  const deserializeAws_queryListStackSetOperationResultsOutput = (output, context) => {
6538
- const contents = {
6539
- Summaries: undefined,
6540
- NextToken: undefined,
6541
- };
6314
+ const contents = {};
6542
6315
  if (output.Summaries === "") {
6543
6316
  contents.Summaries = [];
6544
6317
  }
@@ -6551,10 +6324,7 @@ const deserializeAws_queryListStackSetOperationResultsOutput = (output, context)
6551
6324
  return contents;
6552
6325
  };
6553
6326
  const deserializeAws_queryListStackSetOperationsOutput = (output, context) => {
6554
- const contents = {
6555
- Summaries: undefined,
6556
- NextToken: undefined,
6557
- };
6327
+ const contents = {};
6558
6328
  if (output.Summaries === "") {
6559
6329
  contents.Summaries = [];
6560
6330
  }
@@ -6567,10 +6337,7 @@ const deserializeAws_queryListStackSetOperationsOutput = (output, context) => {
6567
6337
  return contents;
6568
6338
  };
6569
6339
  const deserializeAws_queryListStackSetsOutput = (output, context) => {
6570
- const contents = {
6571
- Summaries: undefined,
6572
- NextToken: undefined,
6573
- };
6340
+ const contents = {};
6574
6341
  if (output.Summaries === "") {
6575
6342
  contents.Summaries = [];
6576
6343
  }
@@ -6583,10 +6350,7 @@ const deserializeAws_queryListStackSetsOutput = (output, context) => {
6583
6350
  return contents;
6584
6351
  };
6585
6352
  const deserializeAws_queryListStacksOutput = (output, context) => {
6586
- const contents = {
6587
- StackSummaries: undefined,
6588
- NextToken: undefined,
6589
- };
6353
+ const contents = {};
6590
6354
  if (output.StackSummaries === "") {
6591
6355
  contents.StackSummaries = [];
6592
6356
  }
@@ -6599,10 +6363,7 @@ const deserializeAws_queryListStacksOutput = (output, context) => {
6599
6363
  return contents;
6600
6364
  };
6601
6365
  const deserializeAws_queryListTypeRegistrationsOutput = (output, context) => {
6602
- const contents = {
6603
- RegistrationTokenList: undefined,
6604
- NextToken: undefined,
6605
- };
6366
+ const contents = {};
6606
6367
  if (output.RegistrationTokenList === "") {
6607
6368
  contents.RegistrationTokenList = [];
6608
6369
  }
@@ -6615,10 +6376,7 @@ const deserializeAws_queryListTypeRegistrationsOutput = (output, context) => {
6615
6376
  return contents;
6616
6377
  };
6617
6378
  const deserializeAws_queryListTypesOutput = (output, context) => {
6618
- const contents = {
6619
- TypeSummaries: undefined,
6620
- NextToken: undefined,
6621
- };
6379
+ const contents = {};
6622
6380
  if (output.TypeSummaries === "") {
6623
6381
  contents.TypeSummaries = [];
6624
6382
  }
@@ -6631,10 +6389,7 @@ const deserializeAws_queryListTypesOutput = (output, context) => {
6631
6389
  return contents;
6632
6390
  };
6633
6391
  const deserializeAws_queryListTypeVersionsOutput = (output, context) => {
6634
- const contents = {
6635
- TypeVersionSummaries: undefined,
6636
- NextToken: undefined,
6637
- };
6392
+ const contents = {};
6638
6393
  if (output.TypeVersionSummaries === "") {
6639
6394
  contents.TypeVersionSummaries = [];
6640
6395
  }
@@ -6647,10 +6402,7 @@ const deserializeAws_queryListTypeVersionsOutput = (output, context) => {
6647
6402
  return contents;
6648
6403
  };
6649
6404
  const deserializeAws_queryLoggingConfig = (output, context) => {
6650
- const contents = {
6651
- LogRoleArn: undefined,
6652
- LogGroupName: undefined,
6653
- };
6405
+ const contents = {};
6654
6406
  if (output["LogRoleArn"] !== undefined) {
6655
6407
  contents.LogRoleArn = (0, smithy_client_1.expectString)(output["LogRoleArn"]);
6656
6408
  }
@@ -6667,19 +6419,14 @@ const deserializeAws_queryLogicalResourceIds = (output, context) => {
6667
6419
  });
6668
6420
  };
6669
6421
  const deserializeAws_queryManagedExecution = (output, context) => {
6670
- const contents = {
6671
- Active: undefined,
6672
- };
6422
+ const contents = {};
6673
6423
  if (output["Active"] !== undefined) {
6674
6424
  contents.Active = (0, smithy_client_1.parseBoolean)(output["Active"]);
6675
6425
  }
6676
6426
  return contents;
6677
6427
  };
6678
6428
  const deserializeAws_queryModuleInfo = (output, context) => {
6679
- const contents = {
6680
- TypeHierarchy: undefined,
6681
- LogicalIdHierarchy: undefined,
6682
- };
6429
+ const contents = {};
6683
6430
  if (output["TypeHierarchy"] !== undefined) {
6684
6431
  contents.TypeHierarchy = (0, smithy_client_1.expectString)(output["TypeHierarchy"]);
6685
6432
  }
@@ -6689,9 +6436,7 @@ const deserializeAws_queryModuleInfo = (output, context) => {
6689
6436
  return contents;
6690
6437
  };
6691
6438
  const deserializeAws_queryNameAlreadyExistsException = (output, context) => {
6692
- const contents = {
6693
- Message: undefined,
6694
- };
6439
+ const contents = {};
6695
6440
  if (output["Message"] !== undefined) {
6696
6441
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6697
6442
  }
@@ -6705,36 +6450,28 @@ const deserializeAws_queryNotificationARNs = (output, context) => {
6705
6450
  });
6706
6451
  };
6707
6452
  const deserializeAws_queryOperationIdAlreadyExistsException = (output, context) => {
6708
- const contents = {
6709
- Message: undefined,
6710
- };
6453
+ const contents = {};
6711
6454
  if (output["Message"] !== undefined) {
6712
6455
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6713
6456
  }
6714
6457
  return contents;
6715
6458
  };
6716
6459
  const deserializeAws_queryOperationInProgressException = (output, context) => {
6717
- const contents = {
6718
- Message: undefined,
6719
- };
6460
+ const contents = {};
6720
6461
  if (output["Message"] !== undefined) {
6721
6462
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6722
6463
  }
6723
6464
  return contents;
6724
6465
  };
6725
6466
  const deserializeAws_queryOperationNotFoundException = (output, context) => {
6726
- const contents = {
6727
- Message: undefined,
6728
- };
6467
+ const contents = {};
6729
6468
  if (output["Message"] !== undefined) {
6730
6469
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6731
6470
  }
6732
6471
  return contents;
6733
6472
  };
6734
6473
  const deserializeAws_queryOperationStatusCheckFailedException = (output, context) => {
6735
- const contents = {
6736
- Message: undefined,
6737
- };
6474
+ const contents = {};
6738
6475
  if (output["Message"] !== undefined) {
6739
6476
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
6740
6477
  }
@@ -6748,12 +6485,7 @@ const deserializeAws_queryOrganizationalUnitIdList = (output, context) => {
6748
6485
  });
6749
6486
  };
6750
6487
  const deserializeAws_queryOutput = (output, context) => {
6751
- const contents = {
6752
- OutputKey: undefined,
6753
- OutputValue: undefined,
6754
- Description: undefined,
6755
- ExportName: undefined,
6756
- };
6488
+ const contents = {};
6757
6489
  if (output["OutputKey"] !== undefined) {
6758
6490
  contents.OutputKey = (0, smithy_client_1.expectString)(output["OutputKey"]);
6759
6491
  }
@@ -6776,12 +6508,7 @@ const deserializeAws_queryOutputs = (output, context) => {
6776
6508
  });
6777
6509
  };
6778
6510
  const deserializeAws_queryParameter = (output, context) => {
6779
- const contents = {
6780
- ParameterKey: undefined,
6781
- ParameterValue: undefined,
6782
- UsePreviousValue: undefined,
6783
- ResolvedValue: undefined,
6784
- };
6511
+ const contents = {};
6785
6512
  if (output["ParameterKey"] !== undefined) {
6786
6513
  contents.ParameterKey = (0, smithy_client_1.expectString)(output["ParameterKey"]);
6787
6514
  }
@@ -6797,9 +6524,7 @@ const deserializeAws_queryParameter = (output, context) => {
6797
6524
  return contents;
6798
6525
  };
6799
6526
  const deserializeAws_queryParameterConstraints = (output, context) => {
6800
- const contents = {
6801
- AllowedValues: undefined,
6802
- };
6527
+ const contents = {};
6803
6528
  if (output.AllowedValues === "") {
6804
6529
  contents.AllowedValues = [];
6805
6530
  }
@@ -6809,14 +6534,7 @@ const deserializeAws_queryParameterConstraints = (output, context) => {
6809
6534
  return contents;
6810
6535
  };
6811
6536
  const deserializeAws_queryParameterDeclaration = (output, context) => {
6812
- const contents = {
6813
- ParameterKey: undefined,
6814
- DefaultValue: undefined,
6815
- ParameterType: undefined,
6816
- NoEcho: undefined,
6817
- Description: undefined,
6818
- ParameterConstraints: undefined,
6819
- };
6537
+ const contents = {};
6820
6538
  if (output["ParameterKey"] !== undefined) {
6821
6539
  contents.ParameterKey = (0, smithy_client_1.expectString)(output["ParameterKey"]);
6822
6540
  }
@@ -6859,10 +6577,7 @@ const deserializeAws_queryPhysicalResourceIdContext = (output, context) => {
6859
6577
  });
6860
6578
  };
6861
6579
  const deserializeAws_queryPhysicalResourceIdContextKeyValuePair = (output, context) => {
6862
- const contents = {
6863
- Key: undefined,
6864
- Value: undefined,
6865
- };
6580
+ const contents = {};
6866
6581
  if (output["Key"] !== undefined) {
6867
6582
  contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
6868
6583
  }
@@ -6872,12 +6587,7 @@ const deserializeAws_queryPhysicalResourceIdContextKeyValuePair = (output, conte
6872
6587
  return contents;
6873
6588
  };
6874
6589
  const deserializeAws_queryPropertyDifference = (output, context) => {
6875
- const contents = {
6876
- PropertyPath: undefined,
6877
- ExpectedValue: undefined,
6878
- ActualValue: undefined,
6879
- DifferenceType: undefined,
6880
- };
6590
+ const contents = {};
6881
6591
  if (output["PropertyPath"] !== undefined) {
6882
6592
  contents.PropertyPath = (0, smithy_client_1.expectString)(output["PropertyPath"]);
6883
6593
  }
@@ -6900,9 +6610,7 @@ const deserializeAws_queryPropertyDifferences = (output, context) => {
6900
6610
  });
6901
6611
  };
6902
6612
  const deserializeAws_queryPublishTypeOutput = (output, context) => {
6903
- const contents = {
6904
- PublicTypeArn: undefined,
6905
- };
6613
+ const contents = {};
6906
6614
  if (output["PublicTypeArn"] !== undefined) {
6907
6615
  contents.PublicTypeArn = (0, smithy_client_1.expectString)(output["PublicTypeArn"]);
6908
6616
  }
@@ -6920,18 +6628,14 @@ const deserializeAws_queryRegionList = (output, context) => {
6920
6628
  });
6921
6629
  };
6922
6630
  const deserializeAws_queryRegisterPublisherOutput = (output, context) => {
6923
- const contents = {
6924
- PublisherId: undefined,
6925
- };
6631
+ const contents = {};
6926
6632
  if (output["PublisherId"] !== undefined) {
6927
6633
  contents.PublisherId = (0, smithy_client_1.expectString)(output["PublisherId"]);
6928
6634
  }
6929
6635
  return contents;
6930
6636
  };
6931
6637
  const deserializeAws_queryRegisterTypeOutput = (output, context) => {
6932
- const contents = {
6933
- RegistrationToken: undefined,
6934
- };
6638
+ const contents = {};
6935
6639
  if (output["RegistrationToken"] !== undefined) {
6936
6640
  contents.RegistrationToken = (0, smithy_client_1.expectString)(output["RegistrationToken"]);
6937
6641
  }
@@ -6945,12 +6649,7 @@ const deserializeAws_queryRegistrationTokenList = (output, context) => {
6945
6649
  });
6946
6650
  };
6947
6651
  const deserializeAws_queryRequiredActivatedType = (output, context) => {
6948
- const contents = {
6949
- TypeNameAlias: undefined,
6950
- OriginalTypeName: undefined,
6951
- PublisherId: undefined,
6952
- SupportedMajorVersions: undefined,
6953
- };
6652
+ const contents = {};
6954
6653
  if (output["TypeNameAlias"] !== undefined) {
6955
6654
  contents.TypeNameAlias = (0, smithy_client_1.expectString)(output["TypeNameAlias"]);
6956
6655
  }
@@ -6977,17 +6676,7 @@ const deserializeAws_queryRequiredActivatedTypes = (output, context) => {
6977
6676
  });
6978
6677
  };
6979
6678
  const deserializeAws_queryResourceChange = (output, context) => {
6980
- const contents = {
6981
- Action: undefined,
6982
- LogicalResourceId: undefined,
6983
- PhysicalResourceId: undefined,
6984
- ResourceType: undefined,
6985
- Replacement: undefined,
6986
- Scope: undefined,
6987
- Details: undefined,
6988
- ChangeSetId: undefined,
6989
- ModuleInfo: undefined,
6990
- };
6679
+ const contents = {};
6991
6680
  if (output["Action"] !== undefined) {
6992
6681
  contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
6993
6682
  }
@@ -7024,12 +6713,7 @@ const deserializeAws_queryResourceChange = (output, context) => {
7024
6713
  return contents;
7025
6714
  };
7026
6715
  const deserializeAws_queryResourceChangeDetail = (output, context) => {
7027
- const contents = {
7028
- Target: undefined,
7029
- Evaluation: undefined,
7030
- ChangeSource: undefined,
7031
- CausingEntity: undefined,
7032
- };
6716
+ const contents = {};
7033
6717
  if (output["Target"] !== undefined) {
7034
6718
  contents.Target = deserializeAws_queryResourceTargetDefinition(output["Target"], context);
7035
6719
  }
@@ -7066,11 +6750,7 @@ const deserializeAws_queryResourceIdentifierSummaries = (output, context) => {
7066
6750
  });
7067
6751
  };
7068
6752
  const deserializeAws_queryResourceIdentifierSummary = (output, context) => {
7069
- const contents = {
7070
- ResourceType: undefined,
7071
- LogicalResourceIds: undefined,
7072
- ResourceIdentifiers: undefined,
7073
- };
6753
+ const contents = {};
7074
6754
  if (output["ResourceType"] !== undefined) {
7075
6755
  contents.ResourceType = (0, smithy_client_1.expectString)(output["ResourceType"]);
7076
6756
  }
@@ -7089,11 +6769,7 @@ const deserializeAws_queryResourceIdentifierSummary = (output, context) => {
7089
6769
  return contents;
7090
6770
  };
7091
6771
  const deserializeAws_queryResourceTargetDefinition = (output, context) => {
7092
- const contents = {
7093
- Attribute: undefined,
7094
- Name: undefined,
7095
- RequiresRecreation: undefined,
7096
- };
6772
+ const contents = {};
7097
6773
  if (output["Attribute"] !== undefined) {
7098
6774
  contents.Attribute = (0, smithy_client_1.expectString)(output["Attribute"]);
7099
6775
  }
@@ -7113,10 +6789,7 @@ const deserializeAws_queryResourceTypes = (output, context) => {
7113
6789
  });
7114
6790
  };
7115
6791
  const deserializeAws_queryRollbackConfiguration = (output, context) => {
7116
- const contents = {
7117
- RollbackTriggers: undefined,
7118
- MonitoringTimeInMinutes: undefined,
7119
- };
6792
+ const contents = {};
7120
6793
  if (output.RollbackTriggers === "") {
7121
6794
  contents.RollbackTriggers = [];
7122
6795
  }
@@ -7129,19 +6802,14 @@ const deserializeAws_queryRollbackConfiguration = (output, context) => {
7129
6802
  return contents;
7130
6803
  };
7131
6804
  const deserializeAws_queryRollbackStackOutput = (output, context) => {
7132
- const contents = {
7133
- StackId: undefined,
7134
- };
6805
+ const contents = {};
7135
6806
  if (output["StackId"] !== undefined) {
7136
6807
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7137
6808
  }
7138
6809
  return contents;
7139
6810
  };
7140
6811
  const deserializeAws_queryRollbackTrigger = (output, context) => {
7141
- const contents = {
7142
- Arn: undefined,
7143
- Type: undefined,
7144
- };
6812
+ const contents = {};
7145
6813
  if (output["Arn"] !== undefined) {
7146
6814
  contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
7147
6815
  }
@@ -7165,9 +6833,7 @@ const deserializeAws_queryScope = (output, context) => {
7165
6833
  });
7166
6834
  };
7167
6835
  const deserializeAws_querySetTypeConfigurationOutput = (output, context) => {
7168
- const contents = {
7169
- ConfigurationArn: undefined,
7170
- };
6836
+ const contents = {};
7171
6837
  if (output["ConfigurationArn"] !== undefined) {
7172
6838
  contents.ConfigurationArn = (0, smithy_client_1.expectString)(output["ConfigurationArn"]);
7173
6839
  }
@@ -7178,30 +6844,7 @@ const deserializeAws_querySetTypeDefaultVersionOutput = (output, context) => {
7178
6844
  return contents;
7179
6845
  };
7180
6846
  const deserializeAws_queryStack = (output, context) => {
7181
- const contents = {
7182
- StackId: undefined,
7183
- StackName: undefined,
7184
- ChangeSetId: undefined,
7185
- Description: undefined,
7186
- Parameters: undefined,
7187
- CreationTime: undefined,
7188
- DeletionTime: undefined,
7189
- LastUpdatedTime: undefined,
7190
- RollbackConfiguration: undefined,
7191
- StackStatus: undefined,
7192
- StackStatusReason: undefined,
7193
- DisableRollback: undefined,
7194
- NotificationARNs: undefined,
7195
- TimeoutInMinutes: undefined,
7196
- Capabilities: undefined,
7197
- Outputs: undefined,
7198
- RoleARN: undefined,
7199
- Tags: undefined,
7200
- EnableTerminationProtection: undefined,
7201
- ParentId: undefined,
7202
- RootId: undefined,
7203
- DriftInformation: undefined,
7204
- };
6847
+ const contents = {};
7205
6848
  if (output["StackId"] !== undefined) {
7206
6849
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7207
6850
  }
@@ -7286,10 +6929,7 @@ const deserializeAws_queryStack = (output, context) => {
7286
6929
  return contents;
7287
6930
  };
7288
6931
  const deserializeAws_queryStackDriftInformation = (output, context) => {
7289
- const contents = {
7290
- StackDriftStatus: undefined,
7291
- LastCheckTimestamp: undefined,
7292
- };
6932
+ const contents = {};
7293
6933
  if (output["StackDriftStatus"] !== undefined) {
7294
6934
  contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
7295
6935
  }
@@ -7299,10 +6939,7 @@ const deserializeAws_queryStackDriftInformation = (output, context) => {
7299
6939
  return contents;
7300
6940
  };
7301
6941
  const deserializeAws_queryStackDriftInformationSummary = (output, context) => {
7302
- const contents = {
7303
- StackDriftStatus: undefined,
7304
- LastCheckTimestamp: undefined,
7305
- };
6942
+ const contents = {};
7306
6943
  if (output["StackDriftStatus"] !== undefined) {
7307
6944
  contents.StackDriftStatus = (0, smithy_client_1.expectString)(output["StackDriftStatus"]);
7308
6945
  }
@@ -7312,24 +6949,7 @@ const deserializeAws_queryStackDriftInformationSummary = (output, context) => {
7312
6949
  return contents;
7313
6950
  };
7314
6951
  const deserializeAws_queryStackEvent = (output, context) => {
7315
- const contents = {
7316
- StackId: undefined,
7317
- EventId: undefined,
7318
- StackName: undefined,
7319
- LogicalResourceId: undefined,
7320
- PhysicalResourceId: undefined,
7321
- ResourceType: undefined,
7322
- Timestamp: undefined,
7323
- ResourceStatus: undefined,
7324
- ResourceStatusReason: undefined,
7325
- ResourceProperties: undefined,
7326
- ClientRequestToken: undefined,
7327
- HookType: undefined,
7328
- HookStatus: undefined,
7329
- HookStatusReason: undefined,
7330
- HookInvocationPoint: undefined,
7331
- HookFailureMode: undefined,
7332
- };
6952
+ const contents = {};
7333
6953
  if (output["StackId"] !== undefined) {
7334
6954
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7335
6955
  }
@@ -7388,20 +7008,7 @@ const deserializeAws_queryStackEvents = (output, context) => {
7388
7008
  });
7389
7009
  };
7390
7010
  const deserializeAws_queryStackInstance = (output, context) => {
7391
- const contents = {
7392
- StackSetId: undefined,
7393
- Region: undefined,
7394
- Account: undefined,
7395
- StackId: undefined,
7396
- ParameterOverrides: undefined,
7397
- Status: undefined,
7398
- StackInstanceStatus: undefined,
7399
- StatusReason: undefined,
7400
- OrganizationalUnitId: undefined,
7401
- DriftStatus: undefined,
7402
- LastDriftCheckTimestamp: undefined,
7403
- LastOperationId: undefined,
7404
- };
7011
+ const contents = {};
7405
7012
  if (output["StackSetId"] !== undefined) {
7406
7013
  contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
7407
7014
  }
@@ -7444,18 +7051,14 @@ const deserializeAws_queryStackInstance = (output, context) => {
7444
7051
  return contents;
7445
7052
  };
7446
7053
  const deserializeAws_queryStackInstanceComprehensiveStatus = (output, context) => {
7447
- const contents = {
7448
- DetailedStatus: undefined,
7449
- };
7054
+ const contents = {};
7450
7055
  if (output["DetailedStatus"] !== undefined) {
7451
7056
  contents.DetailedStatus = (0, smithy_client_1.expectString)(output["DetailedStatus"]);
7452
7057
  }
7453
7058
  return contents;
7454
7059
  };
7455
7060
  const deserializeAws_queryStackInstanceNotFoundException = (output, context) => {
7456
- const contents = {
7457
- Message: undefined,
7458
- };
7061
+ const contents = {};
7459
7062
  if (output["Message"] !== undefined) {
7460
7063
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
7461
7064
  }
@@ -7469,19 +7072,7 @@ const deserializeAws_queryStackInstanceSummaries = (output, context) => {
7469
7072
  });
7470
7073
  };
7471
7074
  const deserializeAws_queryStackInstanceSummary = (output, context) => {
7472
- const contents = {
7473
- StackSetId: undefined,
7474
- Region: undefined,
7475
- Account: undefined,
7476
- StackId: undefined,
7477
- Status: undefined,
7478
- StatusReason: undefined,
7479
- StackInstanceStatus: undefined,
7480
- OrganizationalUnitId: undefined,
7481
- DriftStatus: undefined,
7482
- LastDriftCheckTimestamp: undefined,
7483
- LastOperationId: undefined,
7484
- };
7075
+ const contents = {};
7485
7076
  if (output["StackSetId"] !== undefined) {
7486
7077
  contents.StackSetId = (0, smithy_client_1.expectString)(output["StackSetId"]);
7487
7078
  }
@@ -7518,28 +7109,14 @@ const deserializeAws_queryStackInstanceSummary = (output, context) => {
7518
7109
  return contents;
7519
7110
  };
7520
7111
  const deserializeAws_queryStackNotFoundException = (output, context) => {
7521
- const contents = {
7522
- Message: undefined,
7523
- };
7112
+ const contents = {};
7524
7113
  if (output["Message"] !== undefined) {
7525
7114
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
7526
7115
  }
7527
7116
  return contents;
7528
7117
  };
7529
7118
  const deserializeAws_queryStackResource = (output, context) => {
7530
- const contents = {
7531
- StackName: undefined,
7532
- StackId: undefined,
7533
- LogicalResourceId: undefined,
7534
- PhysicalResourceId: undefined,
7535
- ResourceType: undefined,
7536
- Timestamp: undefined,
7537
- ResourceStatus: undefined,
7538
- ResourceStatusReason: undefined,
7539
- Description: undefined,
7540
- DriftInformation: undefined,
7541
- ModuleInfo: undefined,
7542
- };
7119
+ const contents = {};
7543
7120
  if (output["StackName"] !== undefined) {
7544
7121
  contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
7545
7122
  }
@@ -7576,20 +7153,7 @@ const deserializeAws_queryStackResource = (output, context) => {
7576
7153
  return contents;
7577
7154
  };
7578
7155
  const deserializeAws_queryStackResourceDetail = (output, context) => {
7579
- const contents = {
7580
- StackName: undefined,
7581
- StackId: undefined,
7582
- LogicalResourceId: undefined,
7583
- PhysicalResourceId: undefined,
7584
- ResourceType: undefined,
7585
- LastUpdatedTimestamp: undefined,
7586
- ResourceStatus: undefined,
7587
- ResourceStatusReason: undefined,
7588
- Description: undefined,
7589
- Metadata: undefined,
7590
- DriftInformation: undefined,
7591
- ModuleInfo: undefined,
7592
- };
7156
+ const contents = {};
7593
7157
  if (output["StackName"] !== undefined) {
7594
7158
  contents.StackName = (0, smithy_client_1.expectString)(output["StackName"]);
7595
7159
  }
@@ -7629,19 +7193,7 @@ const deserializeAws_queryStackResourceDetail = (output, context) => {
7629
7193
  return contents;
7630
7194
  };
7631
7195
  const deserializeAws_queryStackResourceDrift = (output, context) => {
7632
- const contents = {
7633
- StackId: undefined,
7634
- LogicalResourceId: undefined,
7635
- PhysicalResourceId: undefined,
7636
- PhysicalResourceIdContext: undefined,
7637
- ResourceType: undefined,
7638
- ExpectedProperties: undefined,
7639
- ActualProperties: undefined,
7640
- PropertyDifferences: undefined,
7641
- StackResourceDriftStatus: undefined,
7642
- Timestamp: undefined,
7643
- ModuleInfo: undefined,
7644
- };
7196
+ const contents = {};
7645
7197
  if (output["StackId"] !== undefined) {
7646
7198
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
7647
7199
  }
@@ -7685,10 +7237,7 @@ const deserializeAws_queryStackResourceDrift = (output, context) => {
7685
7237
  return contents;
7686
7238
  };
7687
7239
  const deserializeAws_queryStackResourceDriftInformation = (output, context) => {
7688
- const contents = {
7689
- StackResourceDriftStatus: undefined,
7690
- LastCheckTimestamp: undefined,
7691
- };
7240
+ const contents = {};
7692
7241
  if (output["StackResourceDriftStatus"] !== undefined) {
7693
7242
  contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
7694
7243
  }
@@ -7698,10 +7247,7 @@ const deserializeAws_queryStackResourceDriftInformation = (output, context) => {
7698
7247
  return contents;
7699
7248
  };
7700
7249
  const deserializeAws_queryStackResourceDriftInformationSummary = (output, context) => {
7701
- const contents = {
7702
- StackResourceDriftStatus: undefined,
7703
- LastCheckTimestamp: undefined,
7704
- };
7250
+ const contents = {};
7705
7251
  if (output["StackResourceDriftStatus"] !== undefined) {
7706
7252
  contents.StackResourceDriftStatus = (0, smithy_client_1.expectString)(output["StackResourceDriftStatus"]);
7707
7253
  }
@@ -7732,16 +7278,7 @@ const deserializeAws_queryStackResourceSummaries = (output, context) => {
7732
7278
  });
7733
7279
  };
7734
7280
  const deserializeAws_queryStackResourceSummary = (output, context) => {
7735
- const contents = {
7736
- LogicalResourceId: undefined,
7737
- PhysicalResourceId: undefined,
7738
- ResourceType: undefined,
7739
- LastUpdatedTimestamp: undefined,
7740
- ResourceStatus: undefined,
7741
- ResourceStatusReason: undefined,
7742
- DriftInformation: undefined,
7743
- ModuleInfo: undefined,
7744
- };
7281
+ const contents = {};
7745
7282
  if (output["LogicalResourceId"] !== undefined) {
7746
7283
  contents.LogicalResourceId = (0, smithy_client_1.expectString)(output["LogicalResourceId"]);
7747
7284
  }
@@ -7776,25 +7313,7 @@ const deserializeAws_queryStacks = (output, context) => {
7776
7313
  });
7777
7314
  };
7778
7315
  const deserializeAws_queryStackSet = (output, context) => {
7779
- const contents = {
7780
- StackSetName: undefined,
7781
- StackSetId: undefined,
7782
- Description: undefined,
7783
- Status: undefined,
7784
- TemplateBody: undefined,
7785
- Parameters: undefined,
7786
- Capabilities: undefined,
7787
- Tags: undefined,
7788
- StackSetARN: undefined,
7789
- AdministrationRoleARN: undefined,
7790
- ExecutionRoleName: undefined,
7791
- StackSetDriftDetectionDetails: undefined,
7792
- AutoDeployment: undefined,
7793
- PermissionModel: undefined,
7794
- OrganizationalUnitIds: undefined,
7795
- ManagedExecution: undefined,
7796
- Regions: undefined,
7797
- };
7316
+ const contents = {};
7798
7317
  if (output["StackSetName"] !== undefined) {
7799
7318
  contents.StackSetName = (0, smithy_client_1.expectString)(output["StackSetName"]);
7800
7319
  }
@@ -7864,16 +7383,7 @@ const deserializeAws_queryStackSet = (output, context) => {
7864
7383
  return contents;
7865
7384
  };
7866
7385
  const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
7867
- const contents = {
7868
- DriftStatus: undefined,
7869
- DriftDetectionStatus: undefined,
7870
- LastDriftCheckTimestamp: undefined,
7871
- TotalStackInstancesCount: undefined,
7872
- DriftedStackInstancesCount: undefined,
7873
- InSyncStackInstancesCount: undefined,
7874
- InProgressStackInstancesCount: undefined,
7875
- FailedStackInstancesCount: undefined,
7876
- };
7386
+ const contents = {};
7877
7387
  if (output["DriftStatus"] !== undefined) {
7878
7388
  contents.DriftStatus = (0, smithy_client_1.expectString)(output["DriftStatus"]);
7879
7389
  }
@@ -7901,40 +7411,21 @@ const deserializeAws_queryStackSetDriftDetectionDetails = (output, context) => {
7901
7411
  return contents;
7902
7412
  };
7903
7413
  const deserializeAws_queryStackSetNotEmptyException = (output, context) => {
7904
- const contents = {
7905
- Message: undefined,
7906
- };
7414
+ const contents = {};
7907
7415
  if (output["Message"] !== undefined) {
7908
7416
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
7909
7417
  }
7910
7418
  return contents;
7911
7419
  };
7912
7420
  const deserializeAws_queryStackSetNotFoundException = (output, context) => {
7913
- const contents = {
7914
- Message: undefined,
7915
- };
7421
+ const contents = {};
7916
7422
  if (output["Message"] !== undefined) {
7917
7423
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
7918
7424
  }
7919
7425
  return contents;
7920
7426
  };
7921
7427
  const deserializeAws_queryStackSetOperation = (output, context) => {
7922
- const contents = {
7923
- OperationId: undefined,
7924
- StackSetId: undefined,
7925
- Action: undefined,
7926
- Status: undefined,
7927
- OperationPreferences: undefined,
7928
- RetainStacks: undefined,
7929
- AdministrationRoleARN: undefined,
7930
- ExecutionRoleName: undefined,
7931
- CreationTimestamp: undefined,
7932
- EndTimestamp: undefined,
7933
- DeploymentTargets: undefined,
7934
- StackSetDriftDetectionDetails: undefined,
7935
- StatusReason: undefined,
7936
- StatusDetails: undefined,
7937
- };
7428
+ const contents = {};
7938
7429
  if (output["OperationId"] !== undefined) {
7939
7430
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
7940
7431
  }
@@ -7980,14 +7471,7 @@ const deserializeAws_queryStackSetOperation = (output, context) => {
7980
7471
  return contents;
7981
7472
  };
7982
7473
  const deserializeAws_queryStackSetOperationPreferences = (output, context) => {
7983
- const contents = {
7984
- RegionConcurrencyType: undefined,
7985
- RegionOrder: undefined,
7986
- FailureToleranceCount: undefined,
7987
- FailureTolerancePercentage: undefined,
7988
- MaxConcurrentCount: undefined,
7989
- MaxConcurrentPercentage: undefined,
7990
- };
7474
+ const contents = {};
7991
7475
  if (output["RegionConcurrencyType"] !== undefined) {
7992
7476
  contents.RegionConcurrencyType = (0, smithy_client_1.expectString)(output["RegionConcurrencyType"]);
7993
7477
  }
@@ -8019,14 +7503,7 @@ const deserializeAws_queryStackSetOperationResultSummaries = (output, context) =
8019
7503
  });
8020
7504
  };
8021
7505
  const deserializeAws_queryStackSetOperationResultSummary = (output, context) => {
8022
- const contents = {
8023
- Account: undefined,
8024
- Region: undefined,
8025
- Status: undefined,
8026
- StatusReason: undefined,
8027
- AccountGateResult: undefined,
8028
- OrganizationalUnitId: undefined,
8029
- };
7506
+ const contents = {};
8030
7507
  if (output["Account"] !== undefined) {
8031
7508
  contents.Account = (0, smithy_client_1.expectString)(output["Account"]);
8032
7509
  }
@@ -8048,9 +7525,7 @@ const deserializeAws_queryStackSetOperationResultSummary = (output, context) =>
8048
7525
  return contents;
8049
7526
  };
8050
7527
  const deserializeAws_queryStackSetOperationStatusDetails = (output, context) => {
8051
- const contents = {
8052
- FailedStackInstancesCount: undefined,
8053
- };
7528
+ const contents = {};
8054
7529
  if (output["FailedStackInstancesCount"] !== undefined) {
8055
7530
  contents.FailedStackInstancesCount = (0, smithy_client_1.strictParseInt32)(output["FailedStackInstancesCount"]);
8056
7531
  }
@@ -8064,16 +7539,7 @@ const deserializeAws_queryStackSetOperationSummaries = (output, context) => {
8064
7539
  });
8065
7540
  };
8066
7541
  const deserializeAws_queryStackSetOperationSummary = (output, context) => {
8067
- const contents = {
8068
- OperationId: undefined,
8069
- Action: undefined,
8070
- Status: undefined,
8071
- CreationTimestamp: undefined,
8072
- EndTimestamp: undefined,
8073
- StatusReason: undefined,
8074
- StatusDetails: undefined,
8075
- OperationPreferences: undefined,
8076
- };
7542
+ const contents = {};
8077
7543
  if (output["OperationId"] !== undefined) {
8078
7544
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8079
7545
  }
@@ -8108,17 +7574,7 @@ const deserializeAws_queryStackSetSummaries = (output, context) => {
8108
7574
  });
8109
7575
  };
8110
7576
  const deserializeAws_queryStackSetSummary = (output, context) => {
8111
- const contents = {
8112
- StackSetName: undefined,
8113
- StackSetId: undefined,
8114
- Description: undefined,
8115
- Status: undefined,
8116
- AutoDeployment: undefined,
8117
- PermissionModel: undefined,
8118
- DriftStatus: undefined,
8119
- LastDriftCheckTimestamp: undefined,
8120
- ManagedExecution: undefined,
8121
- };
7577
+ const contents = {};
8122
7578
  if (output["StackSetName"] !== undefined) {
8123
7579
  contents.StackSetName = (0, smithy_client_1.expectString)(output["StackSetName"]);
8124
7580
  }
@@ -8156,19 +7612,7 @@ const deserializeAws_queryStackSummaries = (output, context) => {
8156
7612
  });
8157
7613
  };
8158
7614
  const deserializeAws_queryStackSummary = (output, context) => {
8159
- const contents = {
8160
- StackId: undefined,
8161
- StackName: undefined,
8162
- TemplateDescription: undefined,
8163
- CreationTime: undefined,
8164
- LastUpdatedTime: undefined,
8165
- DeletionTime: undefined,
8166
- StackStatus: undefined,
8167
- StackStatusReason: undefined,
8168
- ParentId: undefined,
8169
- RootId: undefined,
8170
- DriftInformation: undefined,
8171
- };
7615
+ const contents = {};
8172
7616
  if (output["StackId"] !== undefined) {
8173
7617
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
8174
7618
  }
@@ -8212,9 +7656,7 @@ const deserializeAws_queryStageList = (output, context) => {
8212
7656
  });
8213
7657
  };
8214
7658
  const deserializeAws_queryStaleRequestException = (output, context) => {
8215
- const contents = {
8216
- Message: undefined,
8217
- };
7659
+ const contents = {};
8218
7660
  if (output["Message"] !== undefined) {
8219
7661
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8220
7662
  }
@@ -8232,10 +7674,7 @@ const deserializeAws_querySupportedMajorVersions = (output, context) => {
8232
7674
  });
8233
7675
  };
8234
7676
  const deserializeAws_queryTag = (output, context) => {
8235
- const contents = {
8236
- Key: undefined,
8237
- Value: undefined,
8238
- };
7677
+ const contents = {};
8239
7678
  if (output["Key"] !== undefined) {
8240
7679
  contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
8241
7680
  }
@@ -8252,12 +7691,7 @@ const deserializeAws_queryTags = (output, context) => {
8252
7691
  });
8253
7692
  };
8254
7693
  const deserializeAws_queryTemplateParameter = (output, context) => {
8255
- const contents = {
8256
- ParameterKey: undefined,
8257
- DefaultValue: undefined,
8258
- NoEcho: undefined,
8259
- Description: undefined,
8260
- };
7694
+ const contents = {};
8261
7695
  if (output["ParameterKey"] !== undefined) {
8262
7696
  contents.ParameterKey = (0, smithy_client_1.expectString)(output["ParameterKey"]);
8263
7697
  }
@@ -8280,18 +7714,14 @@ const deserializeAws_queryTemplateParameters = (output, context) => {
8280
7714
  });
8281
7715
  };
8282
7716
  const deserializeAws_queryTestTypeOutput = (output, context) => {
8283
- const contents = {
8284
- TypeVersionArn: undefined,
8285
- };
7717
+ const contents = {};
8286
7718
  if (output["TypeVersionArn"] !== undefined) {
8287
7719
  contents.TypeVersionArn = (0, smithy_client_1.expectString)(output["TypeVersionArn"]);
8288
7720
  }
8289
7721
  return contents;
8290
7722
  };
8291
7723
  const deserializeAws_queryTokenAlreadyExistsException = (output, context) => {
8292
- const contents = {
8293
- Message: undefined,
8294
- };
7724
+ const contents = {};
8295
7725
  if (output["Message"] !== undefined) {
8296
7726
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8297
7727
  }
@@ -8305,15 +7735,7 @@ const deserializeAws_queryTransformsList = (output, context) => {
8305
7735
  });
8306
7736
  };
8307
7737
  const deserializeAws_queryTypeConfigurationDetails = (output, context) => {
8308
- const contents = {
8309
- Arn: undefined,
8310
- Alias: undefined,
8311
- Configuration: undefined,
8312
- LastUpdated: undefined,
8313
- TypeArn: undefined,
8314
- TypeName: undefined,
8315
- IsDefaultConfiguration: undefined,
8316
- };
7738
+ const contents = {};
8317
7739
  if (output["Arn"] !== undefined) {
8318
7740
  contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
8319
7741
  }
@@ -8345,13 +7767,7 @@ const deserializeAws_queryTypeConfigurationDetailsList = (output, context) => {
8345
7767
  });
8346
7768
  };
8347
7769
  const deserializeAws_queryTypeConfigurationIdentifier = (output, context) => {
8348
- const contents = {
8349
- TypeArn: undefined,
8350
- TypeConfigurationAlias: undefined,
8351
- TypeConfigurationArn: undefined,
8352
- Type: undefined,
8353
- TypeName: undefined,
8354
- };
7770
+ const contents = {};
8355
7771
  if (output["TypeArn"] !== undefined) {
8356
7772
  contents.TypeArn = (0, smithy_client_1.expectString)(output["TypeArn"]);
8357
7773
  }
@@ -8370,18 +7786,14 @@ const deserializeAws_queryTypeConfigurationIdentifier = (output, context) => {
8370
7786
  return contents;
8371
7787
  };
8372
7788
  const deserializeAws_queryTypeConfigurationNotFoundException = (output, context) => {
8373
- const contents = {
8374
- Message: undefined,
8375
- };
7789
+ const contents = {};
8376
7790
  if (output["Message"] !== undefined) {
8377
7791
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8378
7792
  }
8379
7793
  return contents;
8380
7794
  };
8381
7795
  const deserializeAws_queryTypeNotFoundException = (output, context) => {
8382
- const contents = {
8383
- Message: undefined,
8384
- };
7796
+ const contents = {};
8385
7797
  if (output["Message"] !== undefined) {
8386
7798
  contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
8387
7799
  }
@@ -8395,21 +7807,7 @@ const deserializeAws_queryTypeSummaries = (output, context) => {
8395
7807
  });
8396
7808
  };
8397
7809
  const deserializeAws_queryTypeSummary = (output, context) => {
8398
- const contents = {
8399
- Type: undefined,
8400
- TypeName: undefined,
8401
- DefaultVersionId: undefined,
8402
- TypeArn: undefined,
8403
- LastUpdated: undefined,
8404
- Description: undefined,
8405
- PublisherId: undefined,
8406
- OriginalTypeName: undefined,
8407
- PublicVersionNumber: undefined,
8408
- LatestPublicVersion: undefined,
8409
- PublisherIdentity: undefined,
8410
- PublisherName: undefined,
8411
- IsActivated: undefined,
8412
- };
7810
+ const contents = {};
8413
7811
  if (output["Type"] !== undefined) {
8414
7812
  contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
8415
7813
  }
@@ -8459,16 +7857,7 @@ const deserializeAws_queryTypeVersionSummaries = (output, context) => {
8459
7857
  });
8460
7858
  };
8461
7859
  const deserializeAws_queryTypeVersionSummary = (output, context) => {
8462
- const contents = {
8463
- Type: undefined,
8464
- TypeName: undefined,
8465
- VersionId: undefined,
8466
- IsDefaultVersion: undefined,
8467
- Arn: undefined,
8468
- TimeCreated: undefined,
8469
- Description: undefined,
8470
- PublicVersionNumber: undefined,
8471
- };
7860
+ const contents = {};
8472
7861
  if (output["Type"] !== undefined) {
8473
7862
  contents.Type = (0, smithy_client_1.expectString)(output["Type"]);
8474
7863
  }
@@ -8503,49 +7892,35 @@ const deserializeAws_queryUnprocessedTypeConfigurations = (output, context) => {
8503
7892
  });
8504
7893
  };
8505
7894
  const deserializeAws_queryUpdateStackInstancesOutput = (output, context) => {
8506
- const contents = {
8507
- OperationId: undefined,
8508
- };
7895
+ const contents = {};
8509
7896
  if (output["OperationId"] !== undefined) {
8510
7897
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8511
7898
  }
8512
7899
  return contents;
8513
7900
  };
8514
7901
  const deserializeAws_queryUpdateStackOutput = (output, context) => {
8515
- const contents = {
8516
- StackId: undefined,
8517
- };
7902
+ const contents = {};
8518
7903
  if (output["StackId"] !== undefined) {
8519
7904
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
8520
7905
  }
8521
7906
  return contents;
8522
7907
  };
8523
7908
  const deserializeAws_queryUpdateStackSetOutput = (output, context) => {
8524
- const contents = {
8525
- OperationId: undefined,
8526
- };
7909
+ const contents = {};
8527
7910
  if (output["OperationId"] !== undefined) {
8528
7911
  contents.OperationId = (0, smithy_client_1.expectString)(output["OperationId"]);
8529
7912
  }
8530
7913
  return contents;
8531
7914
  };
8532
7915
  const deserializeAws_queryUpdateTerminationProtectionOutput = (output, context) => {
8533
- const contents = {
8534
- StackId: undefined,
8535
- };
7916
+ const contents = {};
8536
7917
  if (output["StackId"] !== undefined) {
8537
7918
  contents.StackId = (0, smithy_client_1.expectString)(output["StackId"]);
8538
7919
  }
8539
7920
  return contents;
8540
7921
  };
8541
7922
  const deserializeAws_queryValidateTemplateOutput = (output, context) => {
8542
- const contents = {
8543
- Parameters: undefined,
8544
- Description: undefined,
8545
- Capabilities: undefined,
8546
- CapabilitiesReason: undefined,
8547
- DeclaredTransforms: undefined,
8548
- };
7923
+ const contents = {};
8549
7924
  if (output.Parameters === "") {
8550
7925
  contents.Parameters = [];
8551
7926
  }