@cdk8s/awscdk-resolver 0.0.55 → 0.0.57

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 (160) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +88 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScansCommand.js +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StartResourceScanCommand.js +1 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1677 -73
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_1.js +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +22 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +24 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +24 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +24 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +11 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +104 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScansPaginator.js +4 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +4 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +1322 -92
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +77 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +13 -2
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +11 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +4075 -3877
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +974 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +4 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +99 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +187 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +30 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +11 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +250 -99
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +132 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +4 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  104. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  105. package/node_modules/@aws-sdk/client-sts/package.json +2 -2
  106. package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  107. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  108. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
  109. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
  110. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  111. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
  112. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  113. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  114. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  115. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  116. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  117. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
  118. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  119. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
  120. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  121. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  122. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  123. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
  124. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  125. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  126. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  127. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  128. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  129. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  130. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  131. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
  132. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  133. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  134. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  135. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
  136. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  137. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  138. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  139. package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +7 -10
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -8
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +1 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  145. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +4 -2
  146. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  147. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +5 -4
  148. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +2 -2
  149. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -3
  150. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +3 -0
  151. package/node_modules/@aws-sdk/credential-provider-node/package.json +5 -4
  152. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +9 -6
  153. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +3 -5
  154. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +5 -2
  155. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  156. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  157. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  158. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  159. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  160. package/package.json +5 -5
@@ -1,9 +1,9 @@
1
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
- import { collectBody, 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, withBaseException, } from "@smithy/smithy-client";
2
+ import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, withBaseException, } from "@smithy/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";
6
- import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, CreatedButModifiedException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, StackInstanceNotFoundException, StackNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
6
+ import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanLimitExceededException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
7
7
  export const se_ActivateOrganizationsAccessCommand = async (input, context) => {
8
8
  const headers = SHARED_HEADERS;
9
9
  let body;
@@ -64,6 +64,16 @@ export const se_CreateChangeSetCommand = async (input, context) => {
64
64
  });
65
65
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
66
66
  };
67
+ export const se_CreateGeneratedTemplateCommand = async (input, context) => {
68
+ const headers = SHARED_HEADERS;
69
+ let body;
70
+ body = buildFormUrlencodedString({
71
+ ...se_CreateGeneratedTemplateInput(input, context),
72
+ [_A]: _CGT,
73
+ [_V]: _,
74
+ });
75
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
76
+ };
67
77
  export const se_CreateStackCommand = async (input, context) => {
68
78
  const headers = SHARED_HEADERS;
69
79
  let body;
@@ -124,6 +134,16 @@ export const se_DeleteChangeSetCommand = async (input, context) => {
124
134
  });
125
135
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
126
136
  };
137
+ export const se_DeleteGeneratedTemplateCommand = async (input, context) => {
138
+ const headers = SHARED_HEADERS;
139
+ let body;
140
+ body = buildFormUrlencodedString({
141
+ ...se_DeleteGeneratedTemplateInput(input, context),
142
+ [_A]: _DGT,
143
+ [_V]: _,
144
+ });
145
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
146
+ };
127
147
  export const se_DeleteStackCommand = async (input, context) => {
128
148
  const headers = SHARED_HEADERS;
129
149
  let body;
@@ -194,6 +214,16 @@ export const se_DescribeChangeSetHooksCommand = async (input, context) => {
194
214
  });
195
215
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
196
216
  };
217
+ export const se_DescribeGeneratedTemplateCommand = async (input, context) => {
218
+ const headers = SHARED_HEADERS;
219
+ let body;
220
+ body = buildFormUrlencodedString({
221
+ ...se_DescribeGeneratedTemplateInput(input, context),
222
+ [_A]: _DGTe,
223
+ [_V]: _,
224
+ });
225
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
226
+ };
197
227
  export const se_DescribeOrganizationsAccessCommand = async (input, context) => {
198
228
  const headers = SHARED_HEADERS;
199
229
  let body;
@@ -214,6 +244,16 @@ export const se_DescribePublisherCommand = async (input, context) => {
214
244
  });
215
245
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
216
246
  };
247
+ export const se_DescribeResourceScanCommand = async (input, context) => {
248
+ const headers = SHARED_HEADERS;
249
+ let body;
250
+ body = buildFormUrlencodedString({
251
+ ...se_DescribeResourceScanInput(input, context),
252
+ [_A]: _DRS,
253
+ [_V]: _,
254
+ });
255
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
256
+ };
217
257
  export const se_DescribeStackDriftDetectionStatusCommand = async (input, context) => {
218
258
  const headers = SHARED_HEADERS;
219
259
  let body;
@@ -374,6 +414,16 @@ export const se_ExecuteChangeSetCommand = async (input, context) => {
374
414
  });
375
415
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
376
416
  };
417
+ export const se_GetGeneratedTemplateCommand = async (input, context) => {
418
+ const headers = SHARED_HEADERS;
419
+ let body;
420
+ body = buildFormUrlencodedString({
421
+ ...se_GetGeneratedTemplateInput(input, context),
422
+ [_A]: _GGT,
423
+ [_V]: _,
424
+ });
425
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
426
+ };
377
427
  export const se_GetStackPolicyCommand = async (input, context) => {
378
428
  const headers = SHARED_HEADERS;
379
429
  let body;
@@ -434,6 +484,16 @@ export const se_ListExportsCommand = async (input, context) => {
434
484
  });
435
485
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
436
486
  };
487
+ export const se_ListGeneratedTemplatesCommand = async (input, context) => {
488
+ const headers = SHARED_HEADERS;
489
+ let body;
490
+ body = buildFormUrlencodedString({
491
+ ...se_ListGeneratedTemplatesInput(input, context),
492
+ [_A]: _LGT,
493
+ [_V]: _,
494
+ });
495
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
496
+ };
437
497
  export const se_ListImportsCommand = async (input, context) => {
438
498
  const headers = SHARED_HEADERS;
439
499
  let body;
@@ -444,6 +504,36 @@ export const se_ListImportsCommand = async (input, context) => {
444
504
  });
445
505
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
446
506
  };
507
+ export const se_ListResourceScanRelatedResourcesCommand = async (input, context) => {
508
+ const headers = SHARED_HEADERS;
509
+ let body;
510
+ body = buildFormUrlencodedString({
511
+ ...se_ListResourceScanRelatedResourcesInput(input, context),
512
+ [_A]: _LRSRR,
513
+ [_V]: _,
514
+ });
515
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
516
+ };
517
+ export const se_ListResourceScanResourcesCommand = async (input, context) => {
518
+ const headers = SHARED_HEADERS;
519
+ let body;
520
+ body = buildFormUrlencodedString({
521
+ ...se_ListResourceScanResourcesInput(input, context),
522
+ [_A]: _LRSR,
523
+ [_V]: _,
524
+ });
525
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
526
+ };
527
+ export const se_ListResourceScansCommand = async (input, context) => {
528
+ const headers = SHARED_HEADERS;
529
+ let body;
530
+ body = buildFormUrlencodedString({
531
+ ...se_ListResourceScansInput(input, context),
532
+ [_A]: _LRS,
533
+ [_V]: _,
534
+ });
535
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
536
+ };
447
537
  export const se_ListStackInstanceResourceDriftsCommand = async (input, context) => {
448
538
  const headers = SHARED_HEADERS;
449
539
  let body;
@@ -634,6 +724,16 @@ export const se_SignalResourceCommand = async (input, context) => {
634
724
  });
635
725
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
636
726
  };
727
+ export const se_StartResourceScanCommand = async (input, context) => {
728
+ const headers = SHARED_HEADERS;
729
+ let body;
730
+ body = buildFormUrlencodedString({
731
+ ...se_StartResourceScanInput(input, context),
732
+ [_A]: _SRS,
733
+ [_V]: _,
734
+ });
735
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
736
+ };
637
737
  export const se_StopStackSetOperationCommand = async (input, context) => {
638
738
  const headers = SHARED_HEADERS;
639
739
  let body;
@@ -654,6 +754,16 @@ export const se_TestTypeCommand = async (input, context) => {
654
754
  });
655
755
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
656
756
  };
757
+ export const se_UpdateGeneratedTemplateCommand = async (input, context) => {
758
+ const headers = SHARED_HEADERS;
759
+ let body;
760
+ body = buildFormUrlencodedString({
761
+ ...se_UpdateGeneratedTemplateInput(input, context),
762
+ [_A]: _UGT,
763
+ [_V]: _,
764
+ });
765
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
766
+ };
657
767
  export const se_UpdateStackCommand = async (input, context) => {
658
768
  const headers = SHARED_HEADERS;
659
769
  let body;
@@ -908,6 +1018,44 @@ const de_CreateChangeSetCommandError = async (output, context) => {
908
1018
  });
909
1019
  }
910
1020
  };
1021
+ export const de_CreateGeneratedTemplateCommand = async (output, context) => {
1022
+ if (output.statusCode >= 300) {
1023
+ return de_CreateGeneratedTemplateCommandError(output, context);
1024
+ }
1025
+ const data = await parseBody(output.body, context);
1026
+ let contents = {};
1027
+ contents = de_CreateGeneratedTemplateOutput(data.CreateGeneratedTemplateResult, context);
1028
+ const response = {
1029
+ $metadata: deserializeMetadata(output),
1030
+ ...contents,
1031
+ };
1032
+ return response;
1033
+ };
1034
+ const de_CreateGeneratedTemplateCommandError = async (output, context) => {
1035
+ const parsedOutput = {
1036
+ ...output,
1037
+ body: await parseErrorBody(output.body, context),
1038
+ };
1039
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
1040
+ switch (errorCode) {
1041
+ case "AlreadyExistsException":
1042
+ case "com.amazonaws.cloudformation#AlreadyExistsException":
1043
+ throw await de_AlreadyExistsExceptionRes(parsedOutput, context);
1044
+ case "ConcurrentResourcesLimitExceeded":
1045
+ case "com.amazonaws.cloudformation#ConcurrentResourcesLimitExceededException":
1046
+ throw await de_ConcurrentResourcesLimitExceededExceptionRes(parsedOutput, context);
1047
+ case "LimitExceededException":
1048
+ case "com.amazonaws.cloudformation#LimitExceededException":
1049
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
1050
+ default:
1051
+ const parsedBody = parsedOutput.body;
1052
+ return throwDefaultError({
1053
+ output,
1054
+ parsedBody: parsedBody.Error,
1055
+ errorCode,
1056
+ });
1057
+ }
1058
+ };
911
1059
  export const de_CreateStackCommand = async (output, context) => {
912
1060
  if (output.statusCode >= 300) {
913
1061
  return de_CreateStackCommandError(output, context);
@@ -1136,6 +1284,38 @@ const de_DeleteChangeSetCommandError = async (output, context) => {
1136
1284
  });
1137
1285
  }
1138
1286
  };
1287
+ export const de_DeleteGeneratedTemplateCommand = async (output, context) => {
1288
+ if (output.statusCode >= 300) {
1289
+ return de_DeleteGeneratedTemplateCommandError(output, context);
1290
+ }
1291
+ await collectBody(output.body, context);
1292
+ const response = {
1293
+ $metadata: deserializeMetadata(output),
1294
+ };
1295
+ return response;
1296
+ };
1297
+ const de_DeleteGeneratedTemplateCommandError = async (output, context) => {
1298
+ const parsedOutput = {
1299
+ ...output,
1300
+ body: await parseErrorBody(output.body, context),
1301
+ };
1302
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
1303
+ switch (errorCode) {
1304
+ case "ConcurrentResourcesLimitExceeded":
1305
+ case "com.amazonaws.cloudformation#ConcurrentResourcesLimitExceededException":
1306
+ throw await de_ConcurrentResourcesLimitExceededExceptionRes(parsedOutput, context);
1307
+ case "GeneratedTemplateNotFound":
1308
+ case "com.amazonaws.cloudformation#GeneratedTemplateNotFoundException":
1309
+ throw await de_GeneratedTemplateNotFoundExceptionRes(parsedOutput, context);
1310
+ default:
1311
+ const parsedBody = parsedOutput.body;
1312
+ return throwDefaultError({
1313
+ output,
1314
+ parsedBody: parsedBody.Error,
1315
+ errorCode,
1316
+ });
1317
+ }
1318
+ };
1139
1319
  export const de_DeleteStackCommand = async (output, context) => {
1140
1320
  if (output.statusCode >= 300) {
1141
1321
  return de_DeleteStackCommandError(output, context);
@@ -1369,6 +1549,38 @@ const de_DescribeChangeSetHooksCommandError = async (output, context) => {
1369
1549
  });
1370
1550
  }
1371
1551
  };
1552
+ export const de_DescribeGeneratedTemplateCommand = async (output, context) => {
1553
+ if (output.statusCode >= 300) {
1554
+ return de_DescribeGeneratedTemplateCommandError(output, context);
1555
+ }
1556
+ const data = await parseBody(output.body, context);
1557
+ let contents = {};
1558
+ contents = de_DescribeGeneratedTemplateOutput(data.DescribeGeneratedTemplateResult, context);
1559
+ const response = {
1560
+ $metadata: deserializeMetadata(output),
1561
+ ...contents,
1562
+ };
1563
+ return response;
1564
+ };
1565
+ const de_DescribeGeneratedTemplateCommandError = async (output, context) => {
1566
+ const parsedOutput = {
1567
+ ...output,
1568
+ body: await parseErrorBody(output.body, context),
1569
+ };
1570
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
1571
+ switch (errorCode) {
1572
+ case "GeneratedTemplateNotFound":
1573
+ case "com.amazonaws.cloudformation#GeneratedTemplateNotFoundException":
1574
+ throw await de_GeneratedTemplateNotFoundExceptionRes(parsedOutput, context);
1575
+ default:
1576
+ const parsedBody = parsedOutput.body;
1577
+ return throwDefaultError({
1578
+ output,
1579
+ parsedBody: parsedBody.Error,
1580
+ errorCode,
1581
+ });
1582
+ }
1583
+ };
1372
1584
  export const de_DescribeOrganizationsAccessCommand = async (output, context) => {
1373
1585
  if (output.statusCode >= 300) {
1374
1586
  return de_DescribeOrganizationsAccessCommandError(output, context);
@@ -1436,6 +1648,38 @@ const de_DescribePublisherCommandError = async (output, context) => {
1436
1648
  });
1437
1649
  }
1438
1650
  };
1651
+ export const de_DescribeResourceScanCommand = async (output, context) => {
1652
+ if (output.statusCode >= 300) {
1653
+ return de_DescribeResourceScanCommandError(output, context);
1654
+ }
1655
+ const data = await parseBody(output.body, context);
1656
+ let contents = {};
1657
+ contents = de_DescribeResourceScanOutput(data.DescribeResourceScanResult, context);
1658
+ const response = {
1659
+ $metadata: deserializeMetadata(output),
1660
+ ...contents,
1661
+ };
1662
+ return response;
1663
+ };
1664
+ const de_DescribeResourceScanCommandError = async (output, context) => {
1665
+ const parsedOutput = {
1666
+ ...output,
1667
+ body: await parseErrorBody(output.body, context),
1668
+ };
1669
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
1670
+ switch (errorCode) {
1671
+ case "ResourceScanNotFound":
1672
+ case "com.amazonaws.cloudformation#ResourceScanNotFoundException":
1673
+ throw await de_ResourceScanNotFoundExceptionRes(parsedOutput, context);
1674
+ default:
1675
+ const parsedBody = parsedOutput.body;
1676
+ return throwDefaultError({
1677
+ output,
1678
+ parsedBody: parsedBody.Error,
1679
+ errorCode,
1680
+ });
1681
+ }
1682
+ };
1439
1683
  export const de_DescribeStackDriftDetectionStatusCommand = async (output, context) => {
1440
1684
  if (output.statusCode >= 300) {
1441
1685
  return de_DescribeStackDriftDetectionStatusCommandError(output, context);
@@ -1918,6 +2162,38 @@ const de_ExecuteChangeSetCommandError = async (output, context) => {
1918
2162
  });
1919
2163
  }
1920
2164
  };
2165
+ export const de_GetGeneratedTemplateCommand = async (output, context) => {
2166
+ if (output.statusCode >= 300) {
2167
+ return de_GetGeneratedTemplateCommandError(output, context);
2168
+ }
2169
+ const data = await parseBody(output.body, context);
2170
+ let contents = {};
2171
+ contents = de_GetGeneratedTemplateOutput(data.GetGeneratedTemplateResult, context);
2172
+ const response = {
2173
+ $metadata: deserializeMetadata(output),
2174
+ ...contents,
2175
+ };
2176
+ return response;
2177
+ };
2178
+ const de_GetGeneratedTemplateCommandError = async (output, context) => {
2179
+ const parsedOutput = {
2180
+ ...output,
2181
+ body: await parseErrorBody(output.body, context),
2182
+ };
2183
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2184
+ switch (errorCode) {
2185
+ case "GeneratedTemplateNotFound":
2186
+ case "com.amazonaws.cloudformation#GeneratedTemplateNotFoundException":
2187
+ throw await de_GeneratedTemplateNotFoundExceptionRes(parsedOutput, context);
2188
+ default:
2189
+ const parsedBody = parsedOutput.body;
2190
+ return throwDefaultError({
2191
+ output,
2192
+ parsedBody: parsedBody.Error,
2193
+ errorCode,
2194
+ });
2195
+ }
2196
+ };
1921
2197
  export const de_GetStackPolicyCommand = async (output, context) => {
1922
2198
  if (output.statusCode >= 300) {
1923
2199
  return de_GetStackPolicyCommandError(output, context);
@@ -2110,6 +2386,32 @@ const de_ListExportsCommandError = async (output, context) => {
2110
2386
  errorCode,
2111
2387
  });
2112
2388
  };
2389
+ export const de_ListGeneratedTemplatesCommand = async (output, context) => {
2390
+ if (output.statusCode >= 300) {
2391
+ return de_ListGeneratedTemplatesCommandError(output, context);
2392
+ }
2393
+ const data = await parseBody(output.body, context);
2394
+ let contents = {};
2395
+ contents = de_ListGeneratedTemplatesOutput(data.ListGeneratedTemplatesResult, context);
2396
+ const response = {
2397
+ $metadata: deserializeMetadata(output),
2398
+ ...contents,
2399
+ };
2400
+ return response;
2401
+ };
2402
+ const de_ListGeneratedTemplatesCommandError = async (output, context) => {
2403
+ const parsedOutput = {
2404
+ ...output,
2405
+ body: await parseErrorBody(output.body, context),
2406
+ };
2407
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2408
+ const parsedBody = parsedOutput.body;
2409
+ return throwDefaultError({
2410
+ output,
2411
+ parsedBody: parsedBody.Error,
2412
+ errorCode,
2413
+ });
2414
+ };
2113
2415
  export const de_ListImportsCommand = async (output, context) => {
2114
2416
  if (output.statusCode >= 300) {
2115
2417
  return de_ListImportsCommandError(output, context);
@@ -2136,35 +2438,32 @@ const de_ListImportsCommandError = async (output, context) => {
2136
2438
  errorCode,
2137
2439
  });
2138
2440
  };
2139
- export const de_ListStackInstanceResourceDriftsCommand = async (output, context) => {
2441
+ export const de_ListResourceScanRelatedResourcesCommand = async (output, context) => {
2140
2442
  if (output.statusCode >= 300) {
2141
- return de_ListStackInstanceResourceDriftsCommandError(output, context);
2443
+ return de_ListResourceScanRelatedResourcesCommandError(output, context);
2142
2444
  }
2143
2445
  const data = await parseBody(output.body, context);
2144
2446
  let contents = {};
2145
- contents = de_ListStackInstanceResourceDriftsOutput(data.ListStackInstanceResourceDriftsResult, context);
2447
+ contents = de_ListResourceScanRelatedResourcesOutput(data.ListResourceScanRelatedResourcesResult, context);
2146
2448
  const response = {
2147
2449
  $metadata: deserializeMetadata(output),
2148
2450
  ...contents,
2149
2451
  };
2150
2452
  return response;
2151
2453
  };
2152
- const de_ListStackInstanceResourceDriftsCommandError = async (output, context) => {
2454
+ const de_ListResourceScanRelatedResourcesCommandError = async (output, context) => {
2153
2455
  const parsedOutput = {
2154
2456
  ...output,
2155
2457
  body: await parseErrorBody(output.body, context),
2156
2458
  };
2157
2459
  const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2158
2460
  switch (errorCode) {
2159
- case "OperationNotFoundException":
2160
- case "com.amazonaws.cloudformation#OperationNotFoundException":
2161
- throw await de_OperationNotFoundExceptionRes(parsedOutput, context);
2162
- case "StackInstanceNotFoundException":
2163
- case "com.amazonaws.cloudformation#StackInstanceNotFoundException":
2164
- throw await de_StackInstanceNotFoundExceptionRes(parsedOutput, context);
2165
- case "StackSetNotFoundException":
2166
- case "com.amazonaws.cloudformation#StackSetNotFoundException":
2167
- throw await de_StackSetNotFoundExceptionRes(parsedOutput, context);
2461
+ case "ResourceScanInProgress":
2462
+ case "com.amazonaws.cloudformation#ResourceScanInProgressException":
2463
+ throw await de_ResourceScanInProgressExceptionRes(parsedOutput, context);
2464
+ case "ResourceScanNotFound":
2465
+ case "com.amazonaws.cloudformation#ResourceScanNotFoundException":
2466
+ throw await de_ResourceScanNotFoundExceptionRes(parsedOutput, context);
2168
2467
  default:
2169
2468
  const parsedBody = parsedOutput.body;
2170
2469
  return throwDefaultError({
@@ -2174,29 +2473,32 @@ const de_ListStackInstanceResourceDriftsCommandError = async (output, context) =
2174
2473
  });
2175
2474
  }
2176
2475
  };
2177
- export const de_ListStackInstancesCommand = async (output, context) => {
2476
+ export const de_ListResourceScanResourcesCommand = async (output, context) => {
2178
2477
  if (output.statusCode >= 300) {
2179
- return de_ListStackInstancesCommandError(output, context);
2478
+ return de_ListResourceScanResourcesCommandError(output, context);
2180
2479
  }
2181
2480
  const data = await parseBody(output.body, context);
2182
2481
  let contents = {};
2183
- contents = de_ListStackInstancesOutput(data.ListStackInstancesResult, context);
2482
+ contents = de_ListResourceScanResourcesOutput(data.ListResourceScanResourcesResult, context);
2184
2483
  const response = {
2185
2484
  $metadata: deserializeMetadata(output),
2186
2485
  ...contents,
2187
2486
  };
2188
2487
  return response;
2189
2488
  };
2190
- const de_ListStackInstancesCommandError = async (output, context) => {
2489
+ const de_ListResourceScanResourcesCommandError = async (output, context) => {
2191
2490
  const parsedOutput = {
2192
2491
  ...output,
2193
2492
  body: await parseErrorBody(output.body, context),
2194
2493
  };
2195
2494
  const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2196
2495
  switch (errorCode) {
2197
- case "StackSetNotFoundException":
2198
- case "com.amazonaws.cloudformation#StackSetNotFoundException":
2199
- throw await de_StackSetNotFoundExceptionRes(parsedOutput, context);
2496
+ case "ResourceScanInProgress":
2497
+ case "com.amazonaws.cloudformation#ResourceScanInProgressException":
2498
+ throw await de_ResourceScanInProgressExceptionRes(parsedOutput, context);
2499
+ case "ResourceScanNotFound":
2500
+ case "com.amazonaws.cloudformation#ResourceScanNotFoundException":
2501
+ throw await de_ResourceScanNotFoundExceptionRes(parsedOutput, context);
2200
2502
  default:
2201
2503
  const parsedBody = parsedOutput.body;
2202
2504
  return throwDefaultError({
@@ -2206,20 +2508,20 @@ const de_ListStackInstancesCommandError = async (output, context) => {
2206
2508
  });
2207
2509
  }
2208
2510
  };
2209
- export const de_ListStackResourcesCommand = async (output, context) => {
2511
+ export const de_ListResourceScansCommand = async (output, context) => {
2210
2512
  if (output.statusCode >= 300) {
2211
- return de_ListStackResourcesCommandError(output, context);
2513
+ return de_ListResourceScansCommandError(output, context);
2212
2514
  }
2213
2515
  const data = await parseBody(output.body, context);
2214
2516
  let contents = {};
2215
- contents = de_ListStackResourcesOutput(data.ListStackResourcesResult, context);
2517
+ contents = de_ListResourceScansOutput(data.ListResourceScansResult, context);
2216
2518
  const response = {
2217
2519
  $metadata: deserializeMetadata(output),
2218
2520
  ...contents,
2219
2521
  };
2220
2522
  return response;
2221
2523
  };
2222
- const de_ListStackResourcesCommandError = async (output, context) => {
2524
+ const de_ListResourceScansCommandError = async (output, context) => {
2223
2525
  const parsedOutput = {
2224
2526
  ...output,
2225
2527
  body: await parseErrorBody(output.body, context),
@@ -2232,9 +2534,105 @@ const de_ListStackResourcesCommandError = async (output, context) => {
2232
2534
  errorCode,
2233
2535
  });
2234
2536
  };
2235
- export const de_ListStacksCommand = async (output, context) => {
2537
+ export const de_ListStackInstanceResourceDriftsCommand = async (output, context) => {
2236
2538
  if (output.statusCode >= 300) {
2237
- return de_ListStacksCommandError(output, context);
2539
+ return de_ListStackInstanceResourceDriftsCommandError(output, context);
2540
+ }
2541
+ const data = await parseBody(output.body, context);
2542
+ let contents = {};
2543
+ contents = de_ListStackInstanceResourceDriftsOutput(data.ListStackInstanceResourceDriftsResult, context);
2544
+ const response = {
2545
+ $metadata: deserializeMetadata(output),
2546
+ ...contents,
2547
+ };
2548
+ return response;
2549
+ };
2550
+ const de_ListStackInstanceResourceDriftsCommandError = async (output, context) => {
2551
+ const parsedOutput = {
2552
+ ...output,
2553
+ body: await parseErrorBody(output.body, context),
2554
+ };
2555
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2556
+ switch (errorCode) {
2557
+ case "OperationNotFoundException":
2558
+ case "com.amazonaws.cloudformation#OperationNotFoundException":
2559
+ throw await de_OperationNotFoundExceptionRes(parsedOutput, context);
2560
+ case "StackInstanceNotFoundException":
2561
+ case "com.amazonaws.cloudformation#StackInstanceNotFoundException":
2562
+ throw await de_StackInstanceNotFoundExceptionRes(parsedOutput, context);
2563
+ case "StackSetNotFoundException":
2564
+ case "com.amazonaws.cloudformation#StackSetNotFoundException":
2565
+ throw await de_StackSetNotFoundExceptionRes(parsedOutput, context);
2566
+ default:
2567
+ const parsedBody = parsedOutput.body;
2568
+ return throwDefaultError({
2569
+ output,
2570
+ parsedBody: parsedBody.Error,
2571
+ errorCode,
2572
+ });
2573
+ }
2574
+ };
2575
+ export const de_ListStackInstancesCommand = async (output, context) => {
2576
+ if (output.statusCode >= 300) {
2577
+ return de_ListStackInstancesCommandError(output, context);
2578
+ }
2579
+ const data = await parseBody(output.body, context);
2580
+ let contents = {};
2581
+ contents = de_ListStackInstancesOutput(data.ListStackInstancesResult, context);
2582
+ const response = {
2583
+ $metadata: deserializeMetadata(output),
2584
+ ...contents,
2585
+ };
2586
+ return response;
2587
+ };
2588
+ const de_ListStackInstancesCommandError = async (output, context) => {
2589
+ const parsedOutput = {
2590
+ ...output,
2591
+ body: await parseErrorBody(output.body, context),
2592
+ };
2593
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2594
+ switch (errorCode) {
2595
+ case "StackSetNotFoundException":
2596
+ case "com.amazonaws.cloudformation#StackSetNotFoundException":
2597
+ throw await de_StackSetNotFoundExceptionRes(parsedOutput, context);
2598
+ default:
2599
+ const parsedBody = parsedOutput.body;
2600
+ return throwDefaultError({
2601
+ output,
2602
+ parsedBody: parsedBody.Error,
2603
+ errorCode,
2604
+ });
2605
+ }
2606
+ };
2607
+ export const de_ListStackResourcesCommand = async (output, context) => {
2608
+ if (output.statusCode >= 300) {
2609
+ return de_ListStackResourcesCommandError(output, context);
2610
+ }
2611
+ const data = await parseBody(output.body, context);
2612
+ let contents = {};
2613
+ contents = de_ListStackResourcesOutput(data.ListStackResourcesResult, context);
2614
+ const response = {
2615
+ $metadata: deserializeMetadata(output),
2616
+ ...contents,
2617
+ };
2618
+ return response;
2619
+ };
2620
+ const de_ListStackResourcesCommandError = async (output, context) => {
2621
+ const parsedOutput = {
2622
+ ...output,
2623
+ body: await parseErrorBody(output.body, context),
2624
+ };
2625
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
2626
+ const parsedBody = parsedOutput.body;
2627
+ return throwDefaultError({
2628
+ output,
2629
+ parsedBody: parsedBody.Error,
2630
+ errorCode,
2631
+ });
2632
+ };
2633
+ export const de_ListStacksCommand = async (output, context) => {
2634
+ if (output.statusCode >= 300) {
2635
+ return de_ListStacksCommandError(output, context);
2238
2636
  }
2239
2637
  const data = await parseBody(output.body, context);
2240
2638
  let contents = {};
@@ -2729,6 +3127,41 @@ const de_SignalResourceCommandError = async (output, context) => {
2729
3127
  errorCode,
2730
3128
  });
2731
3129
  };
3130
+ export const de_StartResourceScanCommand = async (output, context) => {
3131
+ if (output.statusCode >= 300) {
3132
+ return de_StartResourceScanCommandError(output, context);
3133
+ }
3134
+ const data = await parseBody(output.body, context);
3135
+ let contents = {};
3136
+ contents = de_StartResourceScanOutput(data.StartResourceScanResult, context);
3137
+ const response = {
3138
+ $metadata: deserializeMetadata(output),
3139
+ ...contents,
3140
+ };
3141
+ return response;
3142
+ };
3143
+ const de_StartResourceScanCommandError = async (output, context) => {
3144
+ const parsedOutput = {
3145
+ ...output,
3146
+ body: await parseErrorBody(output.body, context),
3147
+ };
3148
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
3149
+ switch (errorCode) {
3150
+ case "ResourceScanInProgress":
3151
+ case "com.amazonaws.cloudformation#ResourceScanInProgressException":
3152
+ throw await de_ResourceScanInProgressExceptionRes(parsedOutput, context);
3153
+ case "ResourceScanLimitExceeded":
3154
+ case "com.amazonaws.cloudformation#ResourceScanLimitExceededException":
3155
+ throw await de_ResourceScanLimitExceededExceptionRes(parsedOutput, context);
3156
+ default:
3157
+ const parsedBody = parsedOutput.body;
3158
+ return throwDefaultError({
3159
+ output,
3160
+ parsedBody: parsedBody.Error,
3161
+ errorCode,
3162
+ });
3163
+ }
3164
+ };
2732
3165
  export const de_StopStackSetOperationCommand = async (output, context) => {
2733
3166
  if (output.statusCode >= 300) {
2734
3167
  return de_StopStackSetOperationCommandError(output, context);
@@ -2802,6 +3235,44 @@ const de_TestTypeCommandError = async (output, context) => {
2802
3235
  });
2803
3236
  }
2804
3237
  };
3238
+ export const de_UpdateGeneratedTemplateCommand = async (output, context) => {
3239
+ if (output.statusCode >= 300) {
3240
+ return de_UpdateGeneratedTemplateCommandError(output, context);
3241
+ }
3242
+ const data = await parseBody(output.body, context);
3243
+ let contents = {};
3244
+ contents = de_UpdateGeneratedTemplateOutput(data.UpdateGeneratedTemplateResult, context);
3245
+ const response = {
3246
+ $metadata: deserializeMetadata(output),
3247
+ ...contents,
3248
+ };
3249
+ return response;
3250
+ };
3251
+ const de_UpdateGeneratedTemplateCommandError = async (output, context) => {
3252
+ const parsedOutput = {
3253
+ ...output,
3254
+ body: await parseErrorBody(output.body, context),
3255
+ };
3256
+ const errorCode = loadQueryErrorCode(output, parsedOutput.body);
3257
+ switch (errorCode) {
3258
+ case "AlreadyExistsException":
3259
+ case "com.amazonaws.cloudformation#AlreadyExistsException":
3260
+ throw await de_AlreadyExistsExceptionRes(parsedOutput, context);
3261
+ case "GeneratedTemplateNotFound":
3262
+ case "com.amazonaws.cloudformation#GeneratedTemplateNotFoundException":
3263
+ throw await de_GeneratedTemplateNotFoundExceptionRes(parsedOutput, context);
3264
+ case "LimitExceededException":
3265
+ case "com.amazonaws.cloudformation#LimitExceededException":
3266
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
3267
+ default:
3268
+ const parsedBody = parsedOutput.body;
3269
+ return throwDefaultError({
3270
+ output,
3271
+ parsedBody: parsedBody.Error,
3272
+ errorCode,
3273
+ });
3274
+ }
3275
+ };
2805
3276
  export const de_UpdateStackCommand = async (output, context) => {
2806
3277
  if (output.statusCode >= 300) {
2807
3278
  return de_UpdateStackCommandError(output, context);
@@ -3010,6 +3481,15 @@ const de_ChangeSetNotFoundExceptionRes = async (parsedOutput, context) => {
3010
3481
  });
3011
3482
  return __decorateServiceException(exception, body);
3012
3483
  };
3484
+ const de_ConcurrentResourcesLimitExceededExceptionRes = async (parsedOutput, context) => {
3485
+ const body = parsedOutput.body;
3486
+ const deserialized = de_ConcurrentResourcesLimitExceededException(body.Error, context);
3487
+ const exception = new ConcurrentResourcesLimitExceededException({
3488
+ $metadata: deserializeMetadata(parsedOutput),
3489
+ ...deserialized,
3490
+ });
3491
+ return __decorateServiceException(exception, body);
3492
+ };
3013
3493
  const de_CreatedButModifiedExceptionRes = async (parsedOutput, context) => {
3014
3494
  const body = parsedOutput.body;
3015
3495
  const deserialized = de_CreatedButModifiedException(body.Error, context);
@@ -3019,6 +3499,15 @@ const de_CreatedButModifiedExceptionRes = async (parsedOutput, context) => {
3019
3499
  });
3020
3500
  return __decorateServiceException(exception, body);
3021
3501
  };
3502
+ const de_GeneratedTemplateNotFoundExceptionRes = async (parsedOutput, context) => {
3503
+ const body = parsedOutput.body;
3504
+ const deserialized = de_GeneratedTemplateNotFoundException(body.Error, context);
3505
+ const exception = new GeneratedTemplateNotFoundException({
3506
+ $metadata: deserializeMetadata(parsedOutput),
3507
+ ...deserialized,
3508
+ });
3509
+ return __decorateServiceException(exception, body);
3510
+ };
3022
3511
  const de_InsufficientCapabilitiesExceptionRes = async (parsedOutput, context) => {
3023
3512
  const body = parsedOutput.body;
3024
3513
  const deserialized = de_InsufficientCapabilitiesException(body.Error, context);
@@ -3109,6 +3598,33 @@ const de_OperationStatusCheckFailedExceptionRes = async (parsedOutput, context)
3109
3598
  });
3110
3599
  return __decorateServiceException(exception, body);
3111
3600
  };
3601
+ const de_ResourceScanInProgressExceptionRes = async (parsedOutput, context) => {
3602
+ const body = parsedOutput.body;
3603
+ const deserialized = de_ResourceScanInProgressException(body.Error, context);
3604
+ const exception = new ResourceScanInProgressException({
3605
+ $metadata: deserializeMetadata(parsedOutput),
3606
+ ...deserialized,
3607
+ });
3608
+ return __decorateServiceException(exception, body);
3609
+ };
3610
+ const de_ResourceScanLimitExceededExceptionRes = async (parsedOutput, context) => {
3611
+ const body = parsedOutput.body;
3612
+ const deserialized = de_ResourceScanLimitExceededException(body.Error, context);
3613
+ const exception = new ResourceScanLimitExceededException({
3614
+ $metadata: deserializeMetadata(parsedOutput),
3615
+ ...deserialized,
3616
+ });
3617
+ return __decorateServiceException(exception, body);
3618
+ };
3619
+ const de_ResourceScanNotFoundExceptionRes = async (parsedOutput, context) => {
3620
+ const body = parsedOutput.body;
3621
+ const deserialized = de_ResourceScanNotFoundException(body.Error, context);
3622
+ const exception = new ResourceScanNotFoundException({
3623
+ $metadata: deserializeMetadata(parsedOutput),
3624
+ ...deserialized,
3625
+ });
3626
+ return __decorateServiceException(exception, body);
3627
+ };
3112
3628
  const de_StackInstanceNotFoundExceptionRes = async (parsedOutput, context) => {
3113
3629
  const body = parsedOutput.body;
3114
3630
  const deserialized = de_StackInstanceNotFoundException(body.Error, context);
@@ -3411,6 +3927,33 @@ const se_CreateChangeSetInput = (input, context) => {
3411
3927
  }
3412
3928
  return entries;
3413
3929
  };
3930
+ const se_CreateGeneratedTemplateInput = (input, context) => {
3931
+ const entries = {};
3932
+ if (input[_R] != null) {
3933
+ const memberEntries = se_ResourceDefinitions(input[_R], context);
3934
+ if (input[_R]?.length === 0) {
3935
+ entries.Resources = [];
3936
+ }
3937
+ Object.entries(memberEntries).forEach(([key, value]) => {
3938
+ const loc = `Resources.${key}`;
3939
+ entries[loc] = value;
3940
+ });
3941
+ }
3942
+ if (input[_GTN] != null) {
3943
+ entries[_GTN] = input[_GTN];
3944
+ }
3945
+ if (input[_SN] != null) {
3946
+ entries[_SN] = input[_SN];
3947
+ }
3948
+ if (input[_TC] != null) {
3949
+ const memberEntries = se_TemplateConfiguration(input[_TC], context);
3950
+ Object.entries(memberEntries).forEach(([key, value]) => {
3951
+ const loc = `TemplateConfiguration.${key}`;
3952
+ entries[loc] = value;
3953
+ });
3954
+ }
3955
+ return entries;
3956
+ };
3414
3957
  const se_CreateStackInput = (input, context) => {
3415
3958
  const entries = {};
3416
3959
  if (input[_SN] != null) {
@@ -3530,9 +4073,9 @@ const se_CreateStackInstancesInput = (input, context) => {
3530
4073
  entries[loc] = value;
3531
4074
  });
3532
4075
  }
3533
- if (input[_R] != null) {
3534
- const memberEntries = se_RegionList(input[_R], context);
3535
- if (input[_R]?.length === 0) {
4076
+ if (input[_Re] != null) {
4077
+ const memberEntries = se_RegionList(input[_Re], context);
4078
+ if (input[_Re]?.length === 0) {
3536
4079
  entries.Regions = [];
3537
4080
  }
3538
4081
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3676,6 +4219,13 @@ const se_DeleteChangeSetInput = (input, context) => {
3676
4219
  }
3677
4220
  return entries;
3678
4221
  };
4222
+ const se_DeleteGeneratedTemplateInput = (input, context) => {
4223
+ const entries = {};
4224
+ if (input[_GTN] != null) {
4225
+ entries[_GTN] = input[_GTN];
4226
+ }
4227
+ return entries;
4228
+ };
3679
4229
  const se_DeleteStackInput = (input, context) => {
3680
4230
  const entries = {};
3681
4231
  if (input[_SN] != null) {
@@ -3721,9 +4271,9 @@ const se_DeleteStackInstancesInput = (input, context) => {
3721
4271
  entries[loc] = value;
3722
4272
  });
3723
4273
  }
3724
- if (input[_R] != null) {
3725
- const memberEntries = se_RegionList(input[_R], context);
3726
- if (input[_R]?.length === 0) {
4274
+ if (input[_Re] != null) {
4275
+ const memberEntries = se_RegionList(input[_Re], context);
4276
+ if (input[_Re]?.length === 0) {
3727
4277
  entries.Regions = [];
3728
4278
  }
3729
4279
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3844,6 +4394,13 @@ const se_DescribeChangeSetInput = (input, context) => {
3844
4394
  }
3845
4395
  return entries;
3846
4396
  };
4397
+ const se_DescribeGeneratedTemplateInput = (input, context) => {
4398
+ const entries = {};
4399
+ if (input[_GTN] != null) {
4400
+ entries[_GTN] = input[_GTN];
4401
+ }
4402
+ return entries;
4403
+ };
3847
4404
  const se_DescribeOrganizationsAccessInput = (input, context) => {
3848
4405
  const entries = {};
3849
4406
  if (input[_CA] != null) {
@@ -3858,6 +4415,13 @@ const se_DescribePublisherInput = (input, context) => {
3858
4415
  }
3859
4416
  return entries;
3860
4417
  };
4418
+ const se_DescribeResourceScanInput = (input, context) => {
4419
+ const entries = {};
4420
+ if (input[_RSI] != null) {
4421
+ entries[_RSI] = input[_RSI];
4422
+ }
4423
+ return entries;
4424
+ };
3861
4425
  const se_DescribeStackDriftDetectionStatusInput = (input, context) => {
3862
4426
  const entries = {};
3863
4427
  if (input[_SDDI] != null) {
@@ -4088,6 +4652,16 @@ const se_ExecuteChangeSetInput = (input, context) => {
4088
4652
  }
4089
4653
  return entries;
4090
4654
  };
4655
+ const se_GetGeneratedTemplateInput = (input, context) => {
4656
+ const entries = {};
4657
+ if (input[_F] != null) {
4658
+ entries[_F] = input[_F];
4659
+ }
4660
+ if (input[_GTN] != null) {
4661
+ entries[_GTN] = input[_GTN];
4662
+ }
4663
+ return entries;
4664
+ };
4091
4665
  const se_GetStackPolicyInput = (input, context) => {
4092
4666
  const entries = {};
4093
4667
  if (input[_SN] != null) {
@@ -4180,6 +4754,30 @@ const se_ImportStacksToStackSetInput = (input, context) => {
4180
4754
  }
4181
4755
  return entries;
4182
4756
  };
4757
+ const se_JazzLogicalResourceIds = (input, context) => {
4758
+ const entries = {};
4759
+ let counter = 1;
4760
+ for (const entry of input) {
4761
+ if (entry === null) {
4762
+ continue;
4763
+ }
4764
+ entries[`member.${counter}`] = entry;
4765
+ counter++;
4766
+ }
4767
+ return entries;
4768
+ };
4769
+ const se_JazzResourceIdentifierProperties = (input, context) => {
4770
+ const entries = {};
4771
+ let counter = 1;
4772
+ Object.keys(input)
4773
+ .filter((key) => input[key] != null)
4774
+ .forEach((key) => {
4775
+ entries[`entry.${counter}.key`] = key;
4776
+ entries[`entry.${counter}.value`] = input[key];
4777
+ counter++;
4778
+ });
4779
+ return entries;
4780
+ };
4183
4781
  const se_ListChangeSetsInput = (input, context) => {
4184
4782
  const entries = {};
4185
4783
  if (input[_SN] != null) {
@@ -4197,6 +4795,16 @@ const se_ListExportsInput = (input, context) => {
4197
4795
  }
4198
4796
  return entries;
4199
4797
  };
4798
+ const se_ListGeneratedTemplatesInput = (input, context) => {
4799
+ const entries = {};
4800
+ if (input[_NT] != null) {
4801
+ entries[_NT] = input[_NT];
4802
+ }
4803
+ if (input[_MR] != null) {
4804
+ entries[_MR] = input[_MR];
4805
+ }
4806
+ return entries;
4807
+ };
4200
4808
  const se_ListImportsInput = (input, context) => {
4201
4809
  const entries = {};
4202
4810
  if (input[_EN] != null) {
@@ -4207,6 +4815,64 @@ const se_ListImportsInput = (input, context) => {
4207
4815
  }
4208
4816
  return entries;
4209
4817
  };
4818
+ const se_ListResourceScanRelatedResourcesInput = (input, context) => {
4819
+ const entries = {};
4820
+ if (input[_RSI] != null) {
4821
+ entries[_RSI] = input[_RSI];
4822
+ }
4823
+ if (input[_R] != null) {
4824
+ const memberEntries = se_ScannedResourceIdentifiers(input[_R], context);
4825
+ if (input[_R]?.length === 0) {
4826
+ entries.Resources = [];
4827
+ }
4828
+ Object.entries(memberEntries).forEach(([key, value]) => {
4829
+ const loc = `Resources.${key}`;
4830
+ entries[loc] = value;
4831
+ });
4832
+ }
4833
+ if (input[_NT] != null) {
4834
+ entries[_NT] = input[_NT];
4835
+ }
4836
+ if (input[_MR] != null) {
4837
+ entries[_MR] = input[_MR];
4838
+ }
4839
+ return entries;
4840
+ };
4841
+ const se_ListResourceScanResourcesInput = (input, context) => {
4842
+ const entries = {};
4843
+ if (input[_RSI] != null) {
4844
+ entries[_RSI] = input[_RSI];
4845
+ }
4846
+ if (input[_RI] != null) {
4847
+ entries[_RI] = input[_RI];
4848
+ }
4849
+ if (input[_RTP] != null) {
4850
+ entries[_RTP] = input[_RTP];
4851
+ }
4852
+ if (input[_TK] != null) {
4853
+ entries[_TK] = input[_TK];
4854
+ }
4855
+ if (input[_TV] != null) {
4856
+ entries[_TV] = input[_TV];
4857
+ }
4858
+ if (input[_NT] != null) {
4859
+ entries[_NT] = input[_NT];
4860
+ }
4861
+ if (input[_MR] != null) {
4862
+ entries[_MR] = input[_MR];
4863
+ }
4864
+ return entries;
4865
+ };
4866
+ const se_ListResourceScansInput = (input, context) => {
4867
+ const entries = {};
4868
+ if (input[_NT] != null) {
4869
+ entries[_NT] = input[_NT];
4870
+ }
4871
+ if (input[_MR] != null) {
4872
+ entries[_MR] = input[_MR];
4873
+ }
4874
+ return entries;
4875
+ };
4210
4876
  const se_ListStackInstanceResourceDriftsInput = (input, context) => {
4211
4877
  const entries = {};
4212
4878
  if (input[_SSN] != null) {
@@ -4253,9 +4919,9 @@ const se_ListStackInstancesInput = (input, context) => {
4253
4919
  if (input[_MR] != null) {
4254
4920
  entries[_MR] = input[_MR];
4255
4921
  }
4256
- if (input[_F] != null) {
4257
- const memberEntries = se_StackInstanceFilters(input[_F], context);
4258
- if (input[_F]?.length === 0) {
4922
+ if (input[_Fi] != null) {
4923
+ const memberEntries = se_StackInstanceFilters(input[_Fi], context);
4924
+ if (input[_Fi]?.length === 0) {
4259
4925
  entries.Filters = [];
4260
4926
  }
4261
4927
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4301,9 +4967,9 @@ const se_ListStackSetOperationResultsInput = (input, context) => {
4301
4967
  if (input[_CA] != null) {
4302
4968
  entries[_CA] = input[_CA];
4303
4969
  }
4304
- if (input[_F] != null) {
4305
- const memberEntries = se_OperationResultFilters(input[_F], context);
4306
- if (input[_F]?.length === 0) {
4970
+ if (input[_Fi] != null) {
4971
+ const memberEntries = se_OperationResultFilters(input[_Fi], context);
4972
+ if (input[_Fi]?.length === 0) {
4307
4973
  entries.Filters = [];
4308
4974
  }
4309
4975
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4398,8 +5064,8 @@ const se_ListTypesInput = (input, context) => {
4398
5064
  if (input[_T] != null) {
4399
5065
  entries[_T] = input[_T];
4400
5066
  }
4401
- if (input[_F] != null) {
4402
- const memberEntries = se_TypeFilters(input[_F], context);
5067
+ if (input[_Fi] != null) {
5068
+ const memberEntries = se_TypeFilters(input[_Fi], context);
4403
5069
  Object.entries(memberEntries).forEach(([key, value]) => {
4404
5070
  const loc = `Filters.${key}`;
4405
5071
  entries[loc] = value;
@@ -4636,6 +5302,38 @@ const se_RegisterTypeInput = (input, context) => {
4636
5302
  }
4637
5303
  return entries;
4638
5304
  };
5305
+ const se_ResourceDefinition = (input, context) => {
5306
+ const entries = {};
5307
+ if (input[_RTes] != null) {
5308
+ entries[_RTes] = input[_RTes];
5309
+ }
5310
+ if (input[_LRI] != null) {
5311
+ entries[_LRI] = input[_LRI];
5312
+ }
5313
+ if (input[_RI] != null) {
5314
+ const memberEntries = se_ResourceIdentifierProperties(input[_RI], context);
5315
+ Object.entries(memberEntries).forEach(([key, value]) => {
5316
+ const loc = `ResourceIdentifier.${key}`;
5317
+ entries[loc] = value;
5318
+ });
5319
+ }
5320
+ return entries;
5321
+ };
5322
+ const se_ResourceDefinitions = (input, context) => {
5323
+ const entries = {};
5324
+ let counter = 1;
5325
+ for (const entry of input) {
5326
+ if (entry === null) {
5327
+ continue;
5328
+ }
5329
+ const memberEntries = se_ResourceDefinition(entry, context);
5330
+ Object.entries(memberEntries).forEach(([key, value]) => {
5331
+ entries[`member.${counter}.${key}`] = value;
5332
+ });
5333
+ counter++;
5334
+ }
5335
+ return entries;
5336
+ };
4639
5337
  const se_ResourceIdentifierProperties = (input, context) => {
4640
5338
  const entries = {};
4641
5339
  let counter = 1;
@@ -4774,6 +5472,35 @@ const se_RollbackTriggers = (input, context) => {
4774
5472
  }
4775
5473
  return entries;
4776
5474
  };
5475
+ const se_ScannedResourceIdentifier = (input, context) => {
5476
+ const entries = {};
5477
+ if (input[_RTes] != null) {
5478
+ entries[_RTes] = input[_RTes];
5479
+ }
5480
+ if (input[_RI] != null) {
5481
+ const memberEntries = se_JazzResourceIdentifierProperties(input[_RI], context);
5482
+ Object.entries(memberEntries).forEach(([key, value]) => {
5483
+ const loc = `ResourceIdentifier.${key}`;
5484
+ entries[loc] = value;
5485
+ });
5486
+ }
5487
+ return entries;
5488
+ };
5489
+ const se_ScannedResourceIdentifiers = (input, context) => {
5490
+ const entries = {};
5491
+ let counter = 1;
5492
+ for (const entry of input) {
5493
+ if (entry === null) {
5494
+ continue;
5495
+ }
5496
+ const memberEntries = se_ScannedResourceIdentifier(entry, context);
5497
+ Object.entries(memberEntries).forEach(([key, value]) => {
5498
+ entries[`member.${counter}.${key}`] = value;
5499
+ });
5500
+ counter++;
5501
+ }
5502
+ return entries;
5503
+ };
4777
5504
  const se_SetStackPolicyInput = (input, context) => {
4778
5505
  const entries = {};
4779
5506
  if (input[_SN] != null) {
@@ -4931,6 +5658,13 @@ const se_StackStatusFilter = (input, context) => {
4931
5658
  }
4932
5659
  return entries;
4933
5660
  };
5661
+ const se_StartResourceScanInput = (input, context) => {
5662
+ const entries = {};
5663
+ if (input[_CRT] != null) {
5664
+ entries[_CRT] = input[_CRT];
5665
+ }
5666
+ return entries;
5667
+ };
4934
5668
  const se_StopStackSetOperationInput = (input, context) => {
4935
5669
  const entries = {};
4936
5670
  if (input[_SSN] != null) {
@@ -4969,6 +5703,16 @@ const se_Tags = (input, context) => {
4969
5703
  }
4970
5704
  return entries;
4971
5705
  };
5706
+ const se_TemplateConfiguration = (input, context) => {
5707
+ const entries = {};
5708
+ if (input[_DPe] != null) {
5709
+ entries[_DPe] = input[_DPe];
5710
+ }
5711
+ if (input[_URP] != null) {
5712
+ entries[_URP] = input[_URP];
5713
+ }
5714
+ return entries;
5715
+ };
4972
5716
  const se_TemplateSummaryConfig = (input, context) => {
4973
5717
  const entries = {};
4974
5718
  if (input[_TURTAW] != null) {
@@ -5042,6 +5786,46 @@ const se_TypeFilters = (input, context) => {
5042
5786
  }
5043
5787
  return entries;
5044
5788
  };
5789
+ const se_UpdateGeneratedTemplateInput = (input, context) => {
5790
+ const entries = {};
5791
+ if (input[_GTN] != null) {
5792
+ entries[_GTN] = input[_GTN];
5793
+ }
5794
+ if (input[_NGTN] != null) {
5795
+ entries[_NGTN] = input[_NGTN];
5796
+ }
5797
+ if (input[_AR] != null) {
5798
+ const memberEntries = se_ResourceDefinitions(input[_AR], context);
5799
+ if (input[_AR]?.length === 0) {
5800
+ entries.AddResources = [];
5801
+ }
5802
+ Object.entries(memberEntries).forEach(([key, value]) => {
5803
+ const loc = `AddResources.${key}`;
5804
+ entries[loc] = value;
5805
+ });
5806
+ }
5807
+ if (input[_RRe] != null) {
5808
+ const memberEntries = se_JazzLogicalResourceIds(input[_RRe], context);
5809
+ if (input[_RRe]?.length === 0) {
5810
+ entries.RemoveResources = [];
5811
+ }
5812
+ Object.entries(memberEntries).forEach(([key, value]) => {
5813
+ const loc = `RemoveResources.${key}`;
5814
+ entries[loc] = value;
5815
+ });
5816
+ }
5817
+ if (input[_RAR] != null) {
5818
+ entries[_RAR] = input[_RAR];
5819
+ }
5820
+ if (input[_TC] != null) {
5821
+ const memberEntries = se_TemplateConfiguration(input[_TC], context);
5822
+ Object.entries(memberEntries).forEach(([key, value]) => {
5823
+ const loc = `TemplateConfiguration.${key}`;
5824
+ entries[loc] = value;
5825
+ });
5826
+ }
5827
+ return entries;
5828
+ };
5045
5829
  const se_UpdateStackInput = (input, context) => {
5046
5830
  const entries = {};
5047
5831
  if (input[_SN] != null) {
@@ -5161,9 +5945,9 @@ const se_UpdateStackInstancesInput = (input, context) => {
5161
5945
  entries[loc] = value;
5162
5946
  });
5163
5947
  }
5164
- if (input[_R] != null) {
5165
- const memberEntries = se_RegionList(input[_R], context);
5166
- if (input[_R]?.length === 0) {
5948
+ if (input[_Re] != null) {
5949
+ const memberEntries = se_RegionList(input[_Re], context);
5950
+ if (input[_Re]?.length === 0) {
5167
5951
  entries.Regions = [];
5168
5952
  }
5169
5953
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -5292,9 +6076,9 @@ const se_UpdateStackSetInput = (input, context) => {
5292
6076
  entries[loc] = value;
5293
6077
  });
5294
6078
  }
5295
- if (input[_R] != null) {
5296
- const memberEntries = se_RegionList(input[_R], context);
5297
- if (input[_R]?.length === 0) {
6079
+ if (input[_Re] != null) {
6080
+ const memberEntries = se_RegionList(input[_Re], context);
6081
+ if (input[_Re]?.length === 0) {
5298
6082
  entries.Regions = [];
5299
6083
  }
5300
6084
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -5438,10 +6222,10 @@ const de_BatchDescribeTypeConfigurationsOutput = (output, context) => {
5438
6222
  contents[_UTC] = de_UnprocessedTypeConfigurations(__getArrayIfSingleItem(output[_UTC][_m]), context);
5439
6223
  }
5440
6224
  if (output.TypeConfigurations === "") {
5441
- contents[_TC] = [];
6225
+ contents[_TCy] = [];
5442
6226
  }
5443
- else if (output[_TC] != null && output[_TC][_m] != null) {
5444
- contents[_TC] = de_TypeConfigurationDetailsList(__getArrayIfSingleItem(output[_TC][_m]), context);
6227
+ else if (output[_TCy] != null && output[_TCy][_m] != null) {
6228
+ contents[_TCy] = de_TypeConfigurationDetailsList(__getArrayIfSingleItem(output[_TCy][_m]), context);
5445
6229
  }
5446
6230
  return contents;
5447
6231
  };
@@ -5588,6 +6372,13 @@ const de_ChangeSetSummary = (output, context) => {
5588
6372
  }
5589
6373
  return contents;
5590
6374
  };
6375
+ const de_ConcurrentResourcesLimitExceededException = (output, context) => {
6376
+ const contents = {};
6377
+ if (output[_M] != null) {
6378
+ contents[_M] = __expectString(output[_M]);
6379
+ }
6380
+ return contents;
6381
+ };
5591
6382
  const de_ContinueUpdateRollbackOutput = (output, context) => {
5592
6383
  const contents = {};
5593
6384
  return contents;
@@ -5609,6 +6400,13 @@ const de_CreatedButModifiedException = (output, context) => {
5609
6400
  }
5610
6401
  return contents;
5611
6402
  };
6403
+ const de_CreateGeneratedTemplateOutput = (output, context) => {
6404
+ const contents = {};
6405
+ if (output[_GTI] != null) {
6406
+ contents[_GTI] = __expectString(output[_GTI]);
6407
+ }
6408
+ return contents;
6409
+ };
5612
6410
  const de_CreateStackInstancesOutput = (output, context) => {
5613
6411
  const contents = {};
5614
6412
  if (output[_OI] != null) {
@@ -5788,17 +6586,57 @@ const de_DescribeChangeSetOutput = (output, context) => {
5788
6586
  if (output[_INS] != null) {
5789
6587
  contents[_INS] = __parseBoolean(output[_INS]);
5790
6588
  }
5791
- if (output[_PCSI] != null) {
5792
- contents[_PCSI] = __expectString(output[_PCSI]);
6589
+ if (output[_PCSI] != null) {
6590
+ contents[_PCSI] = __expectString(output[_PCSI]);
6591
+ }
6592
+ if (output[_RCSI] != null) {
6593
+ contents[_RCSI] = __expectString(output[_RCSI]);
6594
+ }
6595
+ if (output[_OSF] != null) {
6596
+ contents[_OSF] = __expectString(output[_OSF]);
6597
+ }
6598
+ if (output[_IER] != null) {
6599
+ contents[_IER] = __parseBoolean(output[_IER]);
6600
+ }
6601
+ return contents;
6602
+ };
6603
+ const de_DescribeGeneratedTemplateOutput = (output, context) => {
6604
+ const contents = {};
6605
+ if (output[_GTI] != null) {
6606
+ contents[_GTI] = __expectString(output[_GTI]);
6607
+ }
6608
+ if (output[_GTN] != null) {
6609
+ contents[_GTN] = __expectString(output[_GTN]);
6610
+ }
6611
+ if (output.Resources === "") {
6612
+ contents[_R] = [];
6613
+ }
6614
+ else if (output[_R] != null && output[_R][_m] != null) {
6615
+ contents[_R] = de_ResourceDetails(__getArrayIfSingleItem(output[_R][_m]), context);
6616
+ }
6617
+ if (output[_S] != null) {
6618
+ contents[_S] = __expectString(output[_S]);
6619
+ }
6620
+ if (output[_SRt] != null) {
6621
+ contents[_SRt] = __expectString(output[_SRt]);
6622
+ }
6623
+ if (output[_CTr] != null) {
6624
+ contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTr]));
6625
+ }
6626
+ if (output[_LUT] != null) {
6627
+ contents[_LUT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_LUT]));
5793
6628
  }
5794
- if (output[_RCSI] != null) {
5795
- contents[_RCSI] = __expectString(output[_RCSI]);
6629
+ if (output[_Pr] != null) {
6630
+ contents[_Pr] = de_TemplateProgress(output[_Pr], context);
5796
6631
  }
5797
- if (output[_OSF] != null) {
5798
- contents[_OSF] = __expectString(output[_OSF]);
6632
+ if (output[_SI] != null) {
6633
+ contents[_SI] = __expectString(output[_SI]);
5799
6634
  }
5800
- if (output[_IER] != null) {
5801
- contents[_IER] = __parseBoolean(output[_IER]);
6635
+ if (output[_TC] != null) {
6636
+ contents[_TC] = de_TemplateConfiguration(output[_TC], context);
6637
+ }
6638
+ if (output[_TW] != null) {
6639
+ contents[_TW] = __strictParseInt32(output[_TW]);
5802
6640
  }
5803
6641
  return contents;
5804
6642
  };
@@ -5825,6 +6663,40 @@ const de_DescribePublisherOutput = (output, context) => {
5825
6663
  }
5826
6664
  return contents;
5827
6665
  };
6666
+ const de_DescribeResourceScanOutput = (output, context) => {
6667
+ const contents = {};
6668
+ if (output[_RSI] != null) {
6669
+ contents[_RSI] = __expectString(output[_RSI]);
6670
+ }
6671
+ if (output[_S] != null) {
6672
+ contents[_S] = __expectString(output[_S]);
6673
+ }
6674
+ if (output[_SRt] != null) {
6675
+ contents[_SRt] = __expectString(output[_SRt]);
6676
+ }
6677
+ if (output[_ST] != null) {
6678
+ contents[_ST] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ST]));
6679
+ }
6680
+ if (output[_ET] != null) {
6681
+ contents[_ET] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ET]));
6682
+ }
6683
+ if (output[_PC] != null) {
6684
+ contents[_PC] = __strictParseFloat(output[_PC]);
6685
+ }
6686
+ if (output.ResourceTypes === "") {
6687
+ contents[_RTe] = [];
6688
+ }
6689
+ else if (output[_RTe] != null && output[_RTe][_m] != null) {
6690
+ contents[_RTe] = de_ResourceTypes(__getArrayIfSingleItem(output[_RTe][_m]), context);
6691
+ }
6692
+ if (output[_RSes] != null) {
6693
+ contents[_RSes] = __strictParseInt32(output[_RSes]);
6694
+ }
6695
+ if (output[_RRes] != null) {
6696
+ contents[_RRes] = __strictParseInt32(output[_RRes]);
6697
+ }
6698
+ return contents;
6699
+ };
5828
6700
  const de_DescribeStackDriftDetectionStatusOutput = (output, context) => {
5829
6701
  const contents = {};
5830
6702
  if (output[_SI] != null) {
@@ -6083,6 +6955,23 @@ const de_Exports = (output, context) => {
6083
6955
  return de_Export(entry, context);
6084
6956
  });
6085
6957
  };
6958
+ const de_GeneratedTemplateNotFoundException = (output, context) => {
6959
+ const contents = {};
6960
+ if (output[_M] != null) {
6961
+ contents[_M] = __expectString(output[_M]);
6962
+ }
6963
+ return contents;
6964
+ };
6965
+ const de_GetGeneratedTemplateOutput = (output, context) => {
6966
+ const contents = {};
6967
+ if (output[_S] != null) {
6968
+ contents[_S] = __expectString(output[_S]);
6969
+ }
6970
+ if (output[_TB] != null) {
6971
+ contents[_TB] = __expectString(output[_TB]);
6972
+ }
6973
+ return contents;
6974
+ };
6086
6975
  const de_GetStackPolicyOutput = (output, context) => {
6087
6976
  const contents = {};
6088
6977
  if (output[_SPB] != null) {
@@ -6194,6 +7083,15 @@ const de_InvalidStateTransitionException = (output, context) => {
6194
7083
  }
6195
7084
  return contents;
6196
7085
  };
7086
+ const de_JazzResourceIdentifierProperties = (output, context) => {
7087
+ return output.reduce((acc, pair) => {
7088
+ if (pair["value"] === null) {
7089
+ return acc;
7090
+ }
7091
+ acc[pair["key"]] = __expectString(pair["value"]);
7092
+ return acc;
7093
+ }, {});
7094
+ };
6197
7095
  const de_LimitExceededException = (output, context) => {
6198
7096
  const contents = {};
6199
7097
  if (output[_M] != null) {
@@ -6227,6 +7125,19 @@ const de_ListExportsOutput = (output, context) => {
6227
7125
  }
6228
7126
  return contents;
6229
7127
  };
7128
+ const de_ListGeneratedTemplatesOutput = (output, context) => {
7129
+ const contents = {};
7130
+ if (output.Summaries === "") {
7131
+ contents[_Su] = [];
7132
+ }
7133
+ else if (output[_Su] != null && output[_Su][_m] != null) {
7134
+ contents[_Su] = de_TemplateSummaries(__getArrayIfSingleItem(output[_Su][_m]), context);
7135
+ }
7136
+ if (output[_NT] != null) {
7137
+ contents[_NT] = __expectString(output[_NT]);
7138
+ }
7139
+ return contents;
7140
+ };
6230
7141
  const de_ListImportsOutput = (output, context) => {
6231
7142
  const contents = {};
6232
7143
  if (output.Imports === "") {
@@ -6240,6 +7151,45 @@ const de_ListImportsOutput = (output, context) => {
6240
7151
  }
6241
7152
  return contents;
6242
7153
  };
7154
+ const de_ListResourceScanRelatedResourcesOutput = (output, context) => {
7155
+ const contents = {};
7156
+ if (output.RelatedResources === "") {
7157
+ contents[_RRel] = [];
7158
+ }
7159
+ else if (output[_RRel] != null && output[_RRel][_m] != null) {
7160
+ contents[_RRel] = de_RelatedResources(__getArrayIfSingleItem(output[_RRel][_m]), context);
7161
+ }
7162
+ if (output[_NT] != null) {
7163
+ contents[_NT] = __expectString(output[_NT]);
7164
+ }
7165
+ return contents;
7166
+ };
7167
+ const de_ListResourceScanResourcesOutput = (output, context) => {
7168
+ const contents = {};
7169
+ if (output.Resources === "") {
7170
+ contents[_R] = [];
7171
+ }
7172
+ else if (output[_R] != null && output[_R][_m] != null) {
7173
+ contents[_R] = de_ScannedResources(__getArrayIfSingleItem(output[_R][_m]), context);
7174
+ }
7175
+ if (output[_NT] != null) {
7176
+ contents[_NT] = __expectString(output[_NT]);
7177
+ }
7178
+ return contents;
7179
+ };
7180
+ const de_ListResourceScansOutput = (output, context) => {
7181
+ const contents = {};
7182
+ if (output.ResourceScanSummaries === "") {
7183
+ contents[_RSS] = [];
7184
+ }
7185
+ else if (output[_RSS] != null && output[_RSS][_m] != null) {
7186
+ contents[_RSS] = de_ResourceScanSummaries(__getArrayIfSingleItem(output[_RSS][_m]), context);
7187
+ }
7188
+ if (output[_NT] != null) {
7189
+ contents[_NT] = __expectString(output[_NT]);
7190
+ }
7191
+ return contents;
7192
+ };
6243
7193
  const de_ListStackInstanceResourceDriftsOutput = (output, context) => {
6244
7194
  const contents = {};
6245
7195
  if (output.Summaries === "") {
@@ -6269,10 +7219,10 @@ const de_ListStackInstancesOutput = (output, context) => {
6269
7219
  const de_ListStackResourcesOutput = (output, context) => {
6270
7220
  const contents = {};
6271
7221
  if (output.StackResourceSummaries === "") {
6272
- contents[_SRS] = [];
7222
+ contents[_SRSt] = [];
6273
7223
  }
6274
- else if (output[_SRS] != null && output[_SRS][_m] != null) {
6275
- contents[_SRS] = de_StackResourceSummaries(__getArrayIfSingleItem(output[_SRS][_m]), context);
7224
+ else if (output[_SRSt] != null && output[_SRSt][_m] != null) {
7225
+ contents[_SRSt] = de_StackResourceSummaries(__getArrayIfSingleItem(output[_SRSt][_m]), context);
6276
7226
  }
6277
7227
  if (output[_NT] != null) {
6278
7228
  contents[_NT] = __expectString(output[_NT]);
@@ -6519,8 +7469,8 @@ const de_ParameterDeclaration = (output, context) => {
6519
7469
  if (output[_D] != null) {
6520
7470
  contents[_D] = __expectString(output[_D]);
6521
7471
  }
6522
- if (output[_PC] != null) {
6523
- contents[_PC] = de_ParameterConstraints(output[_PC], context);
7472
+ if (output[_PCa] != null) {
7473
+ contents[_PCa] = de_ParameterConstraints(output[_PCa], context);
6524
7474
  }
6525
7475
  return contents;
6526
7476
  };
@@ -6617,6 +7567,13 @@ const de_RegistrationTokenList = (output, context) => {
6617
7567
  return __expectString(entry);
6618
7568
  });
6619
7569
  };
7570
+ const de_RelatedResources = (output, context) => {
7571
+ return (output || [])
7572
+ .filter((e) => e != null)
7573
+ .map((entry) => {
7574
+ return de_ScannedResource(entry, context);
7575
+ });
7576
+ };
6620
7577
  const de_RequiredActivatedType = (output, context) => {
6621
7578
  const contents = {};
6622
7579
  if (output[_TNA] != null) {
@@ -6657,8 +7614,8 @@ const de_ResourceChange = (output, context) => {
6657
7614
  if (output[_RTes] != null) {
6658
7615
  contents[_RTes] = __expectString(output[_RTes]);
6659
7616
  }
6660
- if (output[_Re] != null) {
6661
- contents[_Re] = __expectString(output[_Re]);
7617
+ if (output[_Rep] != null) {
7618
+ contents[_Rep] = __expectString(output[_Rep]);
6662
7619
  }
6663
7620
  if (output.Scope === "") {
6664
7621
  contents[_Sco] = [];
@@ -6703,6 +7660,50 @@ const de_ResourceChangeDetails = (output, context) => {
6703
7660
  return de_ResourceChangeDetail(entry, context);
6704
7661
  });
6705
7662
  };
7663
+ const de_ResourceDetail = (output, context) => {
7664
+ const contents = {};
7665
+ if (output[_RTes] != null) {
7666
+ contents[_RTes] = __expectString(output[_RTes]);
7667
+ }
7668
+ if (output[_LRI] != null) {
7669
+ contents[_LRI] = __expectString(output[_LRI]);
7670
+ }
7671
+ if (output.ResourceIdentifier === "") {
7672
+ contents[_RI] = {};
7673
+ }
7674
+ else if (output[_RI] != null && output[_RI][_e] != null) {
7675
+ contents[_RI] = de_ResourceIdentifierProperties(__getArrayIfSingleItem(output[_RI][_e]), context);
7676
+ }
7677
+ if (output[_RSeso] != null) {
7678
+ contents[_RSeso] = __expectString(output[_RSeso]);
7679
+ }
7680
+ if (output[_RSR] != null) {
7681
+ contents[_RSR] = __expectString(output[_RSR]);
7682
+ }
7683
+ if (output.Warnings === "") {
7684
+ contents[_W] = [];
7685
+ }
7686
+ else if (output[_W] != null && output[_W][_m] != null) {
7687
+ contents[_W] = de_WarningDetails(__getArrayIfSingleItem(output[_W][_m]), context);
7688
+ }
7689
+ return contents;
7690
+ };
7691
+ const de_ResourceDetails = (output, context) => {
7692
+ return (output || [])
7693
+ .filter((e) => e != null)
7694
+ .map((entry) => {
7695
+ return de_ResourceDetail(entry, context);
7696
+ });
7697
+ };
7698
+ const de_ResourceIdentifierProperties = (output, context) => {
7699
+ return output.reduce((acc, pair) => {
7700
+ if (pair["value"] === null) {
7701
+ return acc;
7702
+ }
7703
+ acc[pair["key"]] = __expectString(pair["value"]);
7704
+ return acc;
7705
+ }, {});
7706
+ };
6706
7707
  const de_ResourceIdentifiers = (output, context) => {
6707
7708
  return (output || [])
6708
7709
  .filter((e) => e != null)
@@ -6736,6 +7737,56 @@ const de_ResourceIdentifierSummary = (output, context) => {
6736
7737
  }
6737
7738
  return contents;
6738
7739
  };
7740
+ const de_ResourceScanInProgressException = (output, context) => {
7741
+ const contents = {};
7742
+ if (output[_M] != null) {
7743
+ contents[_M] = __expectString(output[_M]);
7744
+ }
7745
+ return contents;
7746
+ };
7747
+ const de_ResourceScanLimitExceededException = (output, context) => {
7748
+ const contents = {};
7749
+ if (output[_M] != null) {
7750
+ contents[_M] = __expectString(output[_M]);
7751
+ }
7752
+ return contents;
7753
+ };
7754
+ const de_ResourceScanNotFoundException = (output, context) => {
7755
+ const contents = {};
7756
+ if (output[_M] != null) {
7757
+ contents[_M] = __expectString(output[_M]);
7758
+ }
7759
+ return contents;
7760
+ };
7761
+ const de_ResourceScanSummaries = (output, context) => {
7762
+ return (output || [])
7763
+ .filter((e) => e != null)
7764
+ .map((entry) => {
7765
+ return de_ResourceScanSummary(entry, context);
7766
+ });
7767
+ };
7768
+ const de_ResourceScanSummary = (output, context) => {
7769
+ const contents = {};
7770
+ if (output[_RSI] != null) {
7771
+ contents[_RSI] = __expectString(output[_RSI]);
7772
+ }
7773
+ if (output[_S] != null) {
7774
+ contents[_S] = __expectString(output[_S]);
7775
+ }
7776
+ if (output[_SRt] != null) {
7777
+ contents[_SRt] = __expectString(output[_SRt]);
7778
+ }
7779
+ if (output[_ST] != null) {
7780
+ contents[_ST] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ST]));
7781
+ }
7782
+ if (output[_ET] != null) {
7783
+ contents[_ET] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ET]));
7784
+ }
7785
+ if (output[_PC] != null) {
7786
+ contents[_PC] = __strictParseFloat(output[_PC]);
7787
+ }
7788
+ return contents;
7789
+ };
6739
7790
  const de_ResourceTargetDefinition = (output, context) => {
6740
7791
  const contents = {};
6741
7792
  if (output[_At] != null) {
@@ -6744,8 +7795,8 @@ const de_ResourceTargetDefinition = (output, context) => {
6744
7795
  if (output[_N] != null) {
6745
7796
  contents[_N] = __expectString(output[_N]);
6746
7797
  }
6747
- if (output[_RRe] != null) {
6748
- contents[_RRe] = __expectString(output[_RRe]);
7798
+ if (output[_RReq] != null) {
7799
+ contents[_RReq] = __expectString(output[_RReq]);
6749
7800
  }
6750
7801
  return contents;
6751
7802
  };
@@ -6793,6 +7844,29 @@ const de_RollbackTriggers = (output, context) => {
6793
7844
  return de_RollbackTrigger(entry, context);
6794
7845
  });
6795
7846
  };
7847
+ const de_ScannedResource = (output, context) => {
7848
+ const contents = {};
7849
+ if (output[_RTes] != null) {
7850
+ contents[_RTes] = __expectString(output[_RTes]);
7851
+ }
7852
+ if (output.ResourceIdentifier === "") {
7853
+ contents[_RI] = {};
7854
+ }
7855
+ else if (output[_RI] != null && output[_RI][_e] != null) {
7856
+ contents[_RI] = de_JazzResourceIdentifierProperties(__getArrayIfSingleItem(output[_RI][_e]), context);
7857
+ }
7858
+ if (output[_MBS] != null) {
7859
+ contents[_MBS] = __parseBoolean(output[_MBS]);
7860
+ }
7861
+ return contents;
7862
+ };
7863
+ const de_ScannedResources = (output, context) => {
7864
+ return (output || [])
7865
+ .filter((e) => e != null)
7866
+ .map((entry) => {
7867
+ return de_ScannedResource(entry, context);
7868
+ });
7869
+ };
6796
7870
  const de_Scope = (output, context) => {
6797
7871
  return (output || [])
6798
7872
  .filter((e) => e != null)
@@ -6942,8 +8016,8 @@ const de_StackEvent = (output, context) => {
6942
8016
  if (output[_Ti] != null) {
6943
8017
  contents[_Ti] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_Ti]));
6944
8018
  }
6945
- if (output[_RSes] != null) {
6946
- contents[_RSes] = __expectString(output[_RSes]);
8019
+ if (output[_RSeso] != null) {
8020
+ contents[_RSeso] = __expectString(output[_RSeso]);
6947
8021
  }
6948
8022
  if (output[_RSR] != null) {
6949
8023
  contents[_RSR] = __expectString(output[_RSR]);
@@ -7147,8 +8221,8 @@ const de_StackResource = (output, context) => {
7147
8221
  if (output[_Ti] != null) {
7148
8222
  contents[_Ti] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_Ti]));
7149
8223
  }
7150
- if (output[_RSes] != null) {
7151
- contents[_RSes] = __expectString(output[_RSes]);
8224
+ if (output[_RSeso] != null) {
8225
+ contents[_RSeso] = __expectString(output[_RSeso]);
7152
8226
  }
7153
8227
  if (output[_RSR] != null) {
7154
8228
  contents[_RSR] = __expectString(output[_RSR]);
@@ -7184,8 +8258,8 @@ const de_StackResourceDetail = (output, context) => {
7184
8258
  if (output[_LUTa] != null) {
7185
8259
  contents[_LUTa] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_LUTa]));
7186
8260
  }
7187
- if (output[_RSes] != null) {
7188
- contents[_RSes] = __expectString(output[_RSes]);
8261
+ if (output[_RSeso] != null) {
8262
+ contents[_RSeso] = __expectString(output[_RSeso]);
7189
8263
  }
7190
8264
  if (output[_RSR] != null) {
7191
8265
  contents[_RSR] = __expectString(output[_RSR]);
@@ -7302,8 +8376,8 @@ const de_StackResourceSummary = (output, context) => {
7302
8376
  if (output[_LUTa] != null) {
7303
8377
  contents[_LUTa] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_LUTa]));
7304
8378
  }
7305
- if (output[_RSes] != null) {
7306
- contents[_RSes] = __expectString(output[_RSes]);
8379
+ if (output[_RSeso] != null) {
8380
+ contents[_RSeso] = __expectString(output[_RSeso]);
7307
8381
  }
7308
8382
  if (output[_RSR] != null) {
7309
8383
  contents[_RSR] = __expectString(output[_RSR]);
@@ -7386,10 +8460,10 @@ const de_StackSet = (output, context) => {
7386
8460
  contents[_ME] = de_ManagedExecution(output[_ME], context);
7387
8461
  }
7388
8462
  if (output.Regions === "") {
7389
- contents[_R] = [];
8463
+ contents[_Re] = [];
7390
8464
  }
7391
- else if (output[_R] != null && output[_R][_m] != null) {
7392
- contents[_R] = de_RegionList(__getArrayIfSingleItem(output[_R][_m]), context);
8465
+ else if (output[_Re] != null && output[_Re][_m] != null) {
8466
+ contents[_Re] = de_RegionList(__getArrayIfSingleItem(output[_Re][_m]), context);
7393
8467
  }
7394
8468
  return contents;
7395
8469
  };
@@ -7464,8 +8538,8 @@ const de_StackSetOperation = (output, context) => {
7464
8538
  if (output[_CTre] != null) {
7465
8539
  contents[_CTre] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTre]));
7466
8540
  }
7467
- if (output[_ET] != null) {
7468
- contents[_ET] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ET]));
8541
+ if (output[_ETn] != null) {
8542
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ETn]));
7469
8543
  }
7470
8544
  if (output[_DTep] != null) {
7471
8545
  contents[_DTep] = de_DeploymentTargets(output[_DTep], context);
@@ -7566,8 +8640,8 @@ const de_StackSetOperationSummary = (output, context) => {
7566
8640
  if (output[_CTre] != null) {
7567
8641
  contents[_CTre] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTre]));
7568
8642
  }
7569
- if (output[_ET] != null) {
7570
- contents[_ET] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ET]));
8643
+ if (output[_ETn] != null) {
8644
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ETn]));
7571
8645
  }
7572
8646
  if (output[_SRt] != null) {
7573
8647
  contents[_SRt] = __expectString(output[_SRt]);
@@ -7676,6 +8750,13 @@ const de_StaleRequestException = (output, context) => {
7676
8750
  }
7677
8751
  return contents;
7678
8752
  };
8753
+ const de_StartResourceScanOutput = (output, context) => {
8754
+ const contents = {};
8755
+ if (output[_RSI] != null) {
8756
+ contents[_RSI] = __expectString(output[_RSI]);
8757
+ }
8758
+ return contents;
8759
+ };
7679
8760
  const de_StopStackSetOperationOutput = (output, context) => {
7680
8761
  const contents = {};
7681
8762
  return contents;
@@ -7704,6 +8785,16 @@ const de_Tags = (output, context) => {
7704
8785
  return de_Tag(entry, context);
7705
8786
  });
7706
8787
  };
8788
+ const de_TemplateConfiguration = (output, context) => {
8789
+ const contents = {};
8790
+ if (output[_DPe] != null) {
8791
+ contents[_DPe] = __expectString(output[_DPe]);
8792
+ }
8793
+ if (output[_URP] != null) {
8794
+ contents[_URP] = __expectString(output[_URP]);
8795
+ }
8796
+ return contents;
8797
+ };
7707
8798
  const de_TemplateParameter = (output, context) => {
7708
8799
  const contents = {};
7709
8800
  if (output[_PK] != null) {
@@ -7727,6 +8818,54 @@ const de_TemplateParameters = (output, context) => {
7727
8818
  return de_TemplateParameter(entry, context);
7728
8819
  });
7729
8820
  };
8821
+ const de_TemplateProgress = (output, context) => {
8822
+ const contents = {};
8823
+ if (output[_RSesou] != null) {
8824
+ contents[_RSesou] = __strictParseInt32(output[_RSesou]);
8825
+ }
8826
+ if (output[_RF] != null) {
8827
+ contents[_RF] = __strictParseInt32(output[_RF]);
8828
+ }
8829
+ if (output[_RPes] != null) {
8830
+ contents[_RPes] = __strictParseInt32(output[_RPes]);
8831
+ }
8832
+ if (output[_RPeso] != null) {
8833
+ contents[_RPeso] = __strictParseInt32(output[_RPeso]);
8834
+ }
8835
+ return contents;
8836
+ };
8837
+ const de_TemplateSummaries = (output, context) => {
8838
+ return (output || [])
8839
+ .filter((e) => e != null)
8840
+ .map((entry) => {
8841
+ return de_TemplateSummary(entry, context);
8842
+ });
8843
+ };
8844
+ const de_TemplateSummary = (output, context) => {
8845
+ const contents = {};
8846
+ if (output[_GTI] != null) {
8847
+ contents[_GTI] = __expectString(output[_GTI]);
8848
+ }
8849
+ if (output[_GTN] != null) {
8850
+ contents[_GTN] = __expectString(output[_GTN]);
8851
+ }
8852
+ if (output[_S] != null) {
8853
+ contents[_S] = __expectString(output[_S]);
8854
+ }
8855
+ if (output[_SRt] != null) {
8856
+ contents[_SRt] = __expectString(output[_SRt]);
8857
+ }
8858
+ if (output[_CTr] != null) {
8859
+ contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTr]));
8860
+ }
8861
+ if (output[_LUT] != null) {
8862
+ contents[_LUT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_LUT]));
8863
+ }
8864
+ if (output[_NOR] != null) {
8865
+ contents[_NOR] = __strictParseInt32(output[_NOR]);
8866
+ }
8867
+ return contents;
8868
+ };
7730
8869
  const de_TestTypeOutput = (output, context) => {
7731
8870
  const contents = {};
7732
8871
  if (output[_TVA] != null) {
@@ -7905,6 +9044,13 @@ const de_UnprocessedTypeConfigurations = (output, context) => {
7905
9044
  return de_TypeConfigurationIdentifier(entry, context);
7906
9045
  });
7907
9046
  };
9047
+ const de_UpdateGeneratedTemplateOutput = (output, context) => {
9048
+ const contents = {};
9049
+ if (output[_GTI] != null) {
9050
+ contents[_GTI] = __expectString(output[_GTI]);
9051
+ }
9052
+ return contents;
9053
+ };
7908
9054
  const de_UpdateStackInstancesOutput = (output, context) => {
7909
9055
  const contents = {};
7910
9056
  if (output[_OI] != null) {
@@ -7961,6 +9107,46 @@ const de_ValidateTemplateOutput = (output, context) => {
7961
9107
  }
7962
9108
  return contents;
7963
9109
  };
9110
+ const de_WarningDetail = (output, context) => {
9111
+ const contents = {};
9112
+ if (output[_T] != null) {
9113
+ contents[_T] = __expectString(output[_T]);
9114
+ }
9115
+ if (output.Properties === "") {
9116
+ contents[_Pro] = [];
9117
+ }
9118
+ else if (output[_Pro] != null && output[_Pro][_m] != null) {
9119
+ contents[_Pro] = de_WarningProperties(__getArrayIfSingleItem(output[_Pro][_m]), context);
9120
+ }
9121
+ return contents;
9122
+ };
9123
+ const de_WarningDetails = (output, context) => {
9124
+ return (output || [])
9125
+ .filter((e) => e != null)
9126
+ .map((entry) => {
9127
+ return de_WarningDetail(entry, context);
9128
+ });
9129
+ };
9130
+ const de_WarningProperties = (output, context) => {
9131
+ return (output || [])
9132
+ .filter((e) => e != null)
9133
+ .map((entry) => {
9134
+ return de_WarningProperty(entry, context);
9135
+ });
9136
+ };
9137
+ const de_WarningProperty = (output, context) => {
9138
+ const contents = {};
9139
+ if (output[_PPr] != null) {
9140
+ contents[_PPr] = __expectString(output[_PPr]);
9141
+ }
9142
+ if (output[_Req] != null) {
9143
+ contents[_Req] = __parseBoolean(output[_Req]);
9144
+ }
9145
+ if (output[_D] != null) {
9146
+ contents[_D] = __expectString(output[_D]);
9147
+ }
9148
+ return contents;
9149
+ };
7964
9150
  const de_Warnings = (output, context) => {
7965
9151
  const contents = {};
7966
9152
  if (output.UnrecognizedResourceTypes === "") {
@@ -8008,6 +9194,7 @@ const _AGR = "AccountGateResult";
8008
9194
  const _AL = "AccountLimits";
8009
9195
  const _AOA = "ActivateOrganizationsAccess";
8010
9196
  const _AP = "ActualProperties";
9197
+ const _AR = "AddResources";
8011
9198
  const _ARARN = "AdministrationRoleARN";
8012
9199
  const _AT = "ActivateType";
8013
9200
  const _ATAC = "AcceptTermsAndConditions";
@@ -8030,6 +9217,7 @@ const _CAon = "ConfigurationAlias";
8030
9217
  const _CAonf = "ConfigurationArn";
8031
9218
  const _CCS = "CreateChangeSet";
8032
9219
  const _CE = "CausingEntity";
9220
+ const _CGT = "CreateGeneratedTemplate";
8033
9221
  const _CM = "ConcurrencyMode";
8034
9222
  const _COS = "CurrentOperationStatus";
8035
9223
  const _CR = "CapabilitiesReason";
@@ -8056,11 +9244,15 @@ const _DCS = "DeleteChangeSet";
8056
9244
  const _DCSH = "DescribeChangeSetHooks";
8057
9245
  const _DCSe = "DescribeChangeSet";
8058
9246
  const _DDS = "DriftDetectionStatus";
9247
+ const _DGT = "DeleteGeneratedTemplate";
9248
+ const _DGTe = "DescribeGeneratedTemplate";
8059
9249
  const _DI = "DriftInformation";
8060
9250
  const _DOA = "DeactivateOrganizationsAccess";
8061
9251
  const _DOAe = "DescribeOrganizationsAccess";
8062
9252
  const _DP = "DescribePublisher";
9253
+ const _DPe = "DeletionPolicy";
8063
9254
  const _DR = "DisableRollback";
9255
+ const _DRS = "DescribeResourceScan";
8064
9256
  const _DS = "DeleteStack";
8065
9257
  const _DSD = "DetectStackDrift";
8066
9258
  const _DSDDS = "DescribeStackDriftDetectionStatus";
@@ -8106,20 +9298,25 @@ const _ERA = "ExecutionRoleArn";
8106
9298
  const _ERN = "ExecutionRoleName";
8107
9299
  const _ES = "ExecutionStatus";
8108
9300
  const _ESI = "ExportingStackId";
8109
- const _ET = "EndTimestamp";
9301
+ const _ET = "EndTime";
8110
9302
  const _ETC = "EstimateTemplateCost";
8111
9303
  const _ETP = "EnableTerminationProtection";
9304
+ const _ETn = "EndTimestamp";
8112
9305
  const _EV = "ExpectedValue";
8113
9306
  const _Er = "Errors";
8114
9307
  const _Ev = "Evaluation";
8115
9308
  const _Ex = "Exports";
8116
- const _F = "Filters";
9309
+ const _F = "Format";
8117
9310
  const _FM = "FailureMode";
8118
9311
  const _FSIC = "FailedStackInstancesCount";
8119
9312
  const _FTC = "FailureToleranceCount";
8120
9313
  const _FTP = "FailureTolerancePercentage";
9314
+ const _Fi = "Filters";
9315
+ const _GGT = "GetGeneratedTemplate";
8121
9316
  const _GSP = "GetStackPolicy";
8122
9317
  const _GT = "GetTemplate";
9318
+ const _GTI = "GeneratedTemplateId";
9319
+ const _GTN = "GeneratedTemplateName";
8123
9320
  const _GTS = "GetTemplateSummary";
8124
9321
  const _H = "Hooks";
8125
9322
  const _HFM = "HookFailureMode";
@@ -8148,6 +9345,7 @@ const _LDB = "LogDeliveryBucket";
8148
9345
  const _LDCT = "LastDriftCheckTimestamp";
8149
9346
  const _LE = "ListExports";
8150
9347
  const _LGN = "LogGroupName";
9348
+ const _LGT = "ListGeneratedTemplates";
8151
9349
  const _LI = "ListImports";
8152
9350
  const _LIH = "LogicalIdHierarchy";
8153
9351
  const _LOI = "LastOperationId";
@@ -8155,6 +9353,9 @@ const _LPV = "LatestPublicVersion";
8155
9353
  const _LRA = "LogRoleArn";
8156
9354
  const _LRI = "LogicalResourceId";
8157
9355
  const _LRIo = "LogicalResourceIds";
9356
+ const _LRS = "ListResourceScans";
9357
+ const _LRSR = "ListResourceScanResources";
9358
+ const _LRSRR = "ListResourceScanRelatedResources";
8158
9359
  const _LS = "ListStacks";
8159
9360
  const _LSI = "ListStackInstances";
8160
9361
  const _LSIRD = "ListStackInstanceResourceDrifts";
@@ -8169,6 +9370,7 @@ const _LU = "LastUpdated";
8169
9370
  const _LUT = "LastUpdatedTime";
8170
9371
  const _LUTa = "LastUpdatedTimestamp";
8171
9372
  const _M = "Message";
9373
+ const _MBS = "ManagedByStack";
8172
9374
  const _MCC = "MaxConcurrentCount";
8173
9375
  const _MCP = "MaxConcurrentPercentage";
8174
9376
  const _ME = "ManagedExecution";
@@ -8180,6 +9382,8 @@ const _Me = "Metadata";
8180
9382
  const _N = "Name";
8181
9383
  const _NARN = "NotificationARNs";
8182
9384
  const _NE = "NoEcho";
9385
+ const _NGTN = "NewGeneratedTemplateName";
9386
+ const _NOR = "NumberOfResources";
8183
9387
  const _NT = "NextToken";
8184
9388
  const _O = "Outputs";
8185
9389
  const _OF = "OnFailure";
@@ -8194,8 +9398,9 @@ const _OUI = "OrganizationalUnitIds";
8194
9398
  const _OUIr = "OrganizationalUnitId";
8195
9399
  const _OV = "OutputValue";
8196
9400
  const _P = "Parameters";
8197
- const _PC = "ParameterConstraints";
9401
+ const _PC = "PercentageCompleted";
8198
9402
  const _PCSI = "ParentChangeSetId";
9403
+ const _PCa = "ParameterConstraints";
8199
9404
  const _PD = "PropertyDifferences";
8200
9405
  const _PI = "PublisherId";
8201
9406
  const _PIa = "ParentId";
@@ -8216,8 +9421,11 @@ const _PTa = "ParameterType";
8216
9421
  const _PTr = "ProvisioningType";
8217
9422
  const _PV = "ParameterValue";
8218
9423
  const _PVN = "PublicVersionNumber";
8219
- const _R = "Regions";
9424
+ const _Pr = "Progress";
9425
+ const _Pro = "Properties";
9426
+ const _R = "Resources";
8220
9427
  const _RA = "ResourceAction";
9428
+ const _RAR = "RefreshAllResources";
8221
9429
  const _RARN = "RoleARN";
8222
9430
  const _RAT = "RequiredActivatedTypes";
8223
9431
  const _RC = "RollbackConfiguration";
@@ -8225,6 +9433,7 @@ const _RCSI = "RootChangeSetId";
8225
9433
  const _RCT = "RegionConcurrencyType";
8226
9434
  const _RCe = "ResourceChange";
8227
9435
  const _REOC = "RetainExceptOnCreate";
9436
+ const _RF = "ResourcesFailed";
8228
9437
  const _RHP = "RecordHandlerProgress";
8229
9438
  const _RI = "ResourceIdentifier";
8230
9439
  const _RIS = "ResourceIdentifierSummaries";
@@ -8234,26 +9443,38 @@ const _RM = "ResourceModel";
8234
9443
  const _RO = "RegionOrder";
8235
9444
  const _RP = "RegisterPublisher";
8236
9445
  const _RPe = "ResourceProperties";
9446
+ const _RPes = "ResourcesProcessing";
9447
+ const _RPeso = "ResourcesPending";
8237
9448
  const _RR = "RetainResources";
8238
- const _RRe = "RequiresRecreation";
9449
+ const _RRe = "RemoveResources";
9450
+ const _RRel = "RelatedResources";
9451
+ const _RReq = "RequiresRecreation";
9452
+ const _RRes = "ResourcesRead";
8239
9453
  const _RS = "RollbackStack";
8240
9454
  const _RSF = "RegistrationStatusFilter";
9455
+ const _RSI = "ResourceScanId";
8241
9456
  const _RSOAR = "RetainStacksOnAccountRemoval";
8242
9457
  const _RSR = "ResourceStatusReason";
9458
+ const _RSS = "ResourceScanSummaries";
8243
9459
  const _RSe = "RetainStacks";
8244
- const _RSes = "ResourceStatus";
9460
+ const _RSes = "ResourcesScanned";
9461
+ const _RSeso = "ResourceStatus";
9462
+ const _RSesou = "ResourcesSucceeded";
8245
9463
  const _RT = "RegisterType";
8246
9464
  const _RTD = "ResourceTargetDetails";
8247
9465
  const _RTI = "ResourcesToImport";
8248
9466
  const _RTL = "RegistrationTokenList";
9467
+ const _RTP = "ResourceTypePrefix";
8249
9468
  const _RTS = "ResourcesToSkip";
8250
9469
  const _RTe = "ResourceTypes";
8251
9470
  const _RTeg = "RegistrationToken";
8252
9471
  const _RTes = "ResourceType";
8253
9472
  const _RTo = "RollbackTriggers";
8254
9473
  const _RV = "ResolvedValue";
8255
- const _Re = "Replacement";
9474
+ const _Re = "Regions";
8256
9475
  const _Reg = "Region";
9476
+ const _Rep = "Replacement";
9477
+ const _Req = "Required";
8257
9478
  const _S = "Status";
8258
9479
  const _SA = "StagesAvailable";
8259
9480
  const _SD = "StatusDetails";
@@ -8282,7 +9503,8 @@ const _SRDS = "StackResourceDriftStatus";
8282
9503
  const _SRDSF = "StackResourceDriftStatusFilters";
8283
9504
  const _SRDt = "StackResourceDetail";
8284
9505
  const _SRDta = "StackResourceDrift";
8285
- const _SRS = "StackResourceSummaries";
9506
+ const _SRS = "StartResourceScan";
9507
+ const _SRSt = "StackResourceSummaries";
8286
9508
  const _SRt = "StatusReason";
8287
9509
  const _SRta = "StackResources";
8288
9510
  const _SS = "StackSet";
@@ -8297,6 +9519,7 @@ const _SSR = "StackStatusReason";
8297
9519
  const _SSSO = "StopStackSetOperation";
8298
9520
  const _SSt = "StackSummaries";
8299
9521
  const _SSta = "StackStatus";
9522
+ const _ST = "StartTime";
8300
9523
  const _STC = "SetTypeConfiguration";
8301
9524
  const _STDV = "SetTypeDefaultVersion";
8302
9525
  const _SU = "SourceUrl";
@@ -8307,17 +9530,19 @@ const _Su = "Summaries";
8307
9530
  const _T = "Type";
8308
9531
  const _TA = "TypeArn";
8309
9532
  const _TB = "TemplateBody";
8310
- const _TC = "TypeConfigurations";
9533
+ const _TC = "TemplateConfiguration";
8311
9534
  const _TCA = "TypeConfigurationAlias";
8312
9535
  const _TCAy = "TypeConfigurationArn";
8313
9536
  const _TCI = "TypeConfigurationIdentifiers";
8314
9537
  const _TCIy = "TypeConfigurationIdentifier";
8315
9538
  const _TCVI = "TypeConfigurationVersionId";
8316
9539
  const _TCi = "TimeCreated";
9540
+ const _TCy = "TypeConfigurations";
8317
9541
  const _TD = "TargetDetails";
8318
9542
  const _TDe = "TemplateDescription";
8319
9543
  const _TH = "TypeHierarchy";
8320
9544
  const _TIM = "TimeoutInMinutes";
9545
+ const _TK = "TagKey";
8321
9546
  const _TN = "TypeName";
8322
9547
  const _TNA = "TypeNameAlias";
8323
9548
  const _TNP = "TypeNamePrefix";
@@ -8331,16 +9556,20 @@ const _TTSD = "TypeTestsStatusDescription";
8331
9556
  const _TTa = "TargetType";
8332
9557
  const _TURL = "TemplateURL";
8333
9558
  const _TURTAW = "TreatUnrecognizedResourceTypesAsWarnings";
9559
+ const _TV = "TagValue";
8334
9560
  const _TVA = "TypeVersionArn";
8335
9561
  const _TVI = "TypeVersionId";
8336
9562
  const _TVS = "TypeVersionSummaries";
9563
+ const _TW = "TotalWarnings";
8337
9564
  const _Ta = "Tags";
8338
9565
  const _Tar = "Target";
8339
9566
  const _Ti = "Timestamp";
8340
9567
  const _U = "Url";
9568
+ const _UGT = "UpdateGeneratedTemplate";
8341
9569
  const _UI = "UniqueId";
8342
9570
  const _UPT = "UsePreviousTemplate";
8343
9571
  const _UPV = "UsePreviousValue";
9572
+ const _URP = "UpdateReplacePolicy";
8344
9573
  const _URT = "UnrecognizedResourceTypes";
8345
9574
  const _US = "UpdateStack";
8346
9575
  const _USI = "UpdateStackInstances";
@@ -8355,6 +9584,7 @@ const _Va = "Values";
8355
9584
  const _Val = "Value";
8356
9585
  const _Vi = "Visibility";
8357
9586
  const _W = "Warnings";
9587
+ const _e = "entry";
8358
9588
  const _m = "member";
8359
9589
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
8360
9590
  if (encoded.length) {