@cdk8s/awscdk-resolver 0.0.612 → 0.0.614

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 (192) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +3710 -15
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
  10. package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
  11. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +1 -3
  12. package/node_modules/@aws-sdk/core/client.d.ts +1 -3
  13. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +1 -3
  14. package/node_modules/@aws-sdk/core/package.json +8 -14
  15. package/node_modules/@aws-sdk/core/protocols.d.ts +1 -3
  16. package/node_modules/@aws-sdk/core/util.d.ts +1 -3
  17. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  18. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +172 -1
  19. package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -10
  20. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  21. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  22. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  23. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  24. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  25. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +58 -3
  26. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -8
  27. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +1 -3
  28. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  29. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  30. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  31. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  32. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  33. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  34. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  35. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  36. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  37. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
  38. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
  39. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  40. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
  41. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
  42. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  43. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  44. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  45. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  46. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  47. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
  48. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +7 -1
  49. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +7 -1
  50. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +7 -1
  51. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +7 -1
  52. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +7 -1
  53. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +7 -1
  54. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +7 -1
  55. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +7 -1
  56. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +7 -1
  57. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -1
  58. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +7 -1
  59. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -1
  60. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +7 -1
  61. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +7 -1
  62. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +7 -1
  63. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  64. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +1 -3
  65. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +1 -3
  66. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +1 -3
  67. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +1 -3
  68. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  69. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  70. package/node_modules/@aws-sdk/types/package.json +2 -2
  71. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +236 -3
  72. package/node_modules/@aws-sdk/xml-builder/package.json +3 -4
  73. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +358 -145
  74. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +462 -142
  75. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +358 -145
  76. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +108 -63
  77. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +11 -8
  78. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -8
  79. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -2
  80. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +30 -36
  81. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +54 -110
  82. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +30 -36
  83. package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js +30 -0
  84. package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +24 -0
  85. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +7 -1
  86. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +7 -1
  87. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +7 -1
  88. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
  89. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
  90. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
  91. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
  92. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
  93. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js +6 -1
  94. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js +92 -0
  95. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js +3 -0
  96. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +3 -56
  97. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +5 -3
  98. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +7 -6
  99. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -1
  100. package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
  101. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +2 -0
  102. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  103. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +2 -0
  104. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +4 -0
  105. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +2 -1
  106. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +12 -38
  107. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +18 -33
  108. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +3 -0
  109. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +3 -0
  110. package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
  111. package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
  112. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +7 -1
  113. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +7 -1
  114. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +7 -1
  115. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
  116. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
  117. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
  118. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
  119. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
  120. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
  121. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/constants.d.ts +12 -0
  122. package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
  123. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +2 -0
  124. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  125. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +2 -0
  126. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -0
  127. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +8 -2
  128. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +4 -1
  129. package/node_modules/@smithy/core/package.json +4 -4
  130. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  131. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -55
  132. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -2
  133. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -2
  134. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  135. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
  136. package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
  137. package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
  138. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  139. package/node_modules/@smithy/signature-v4/package.json +2 -3
  140. package/package.json +5 -5
  141. package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -100
  142. package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
  143. package/node_modules/@aws-crypto/crc32/README.md +0 -16
  144. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.d.ts +0 -7
  145. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +0 -31
  146. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +0 -1
  147. package/node_modules/@aws-crypto/crc32/build/main/index.d.ts +0 -7
  148. package/node_modules/@aws-crypto/crc32/build/main/index.js +0 -108
  149. package/node_modules/@aws-crypto/crc32/build/main/index.js.map +0 -1
  150. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +0 -7
  151. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +0 -28
  152. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +0 -1
  153. package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +0 -7
  154. package/node_modules/@aws-crypto/crc32/build/module/index.js +0 -103
  155. package/node_modules/@aws-crypto/crc32/build/module/index.js.map +0 -1
  156. package/node_modules/@aws-crypto/crc32/package.json +0 -32
  157. package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
  158. package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
  159. package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -9
  160. package/node_modules/@aws-crypto/crc32/tsconfig.module.json +0 -7
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +0 -49
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +0 -14
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +0 -8
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +0 -407
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +0 -32
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +0 -45
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +0 -12
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +0 -39
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +0 -3022
  171. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +0 -869
  172. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +0 -862
  173. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -42
  174. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -27
  175. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -71
  176. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -49
  177. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -13
  178. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -2
  179. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -29
  180. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -25
  181. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +0 -57
  182. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -234
  183. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +0 -3
  184. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +0 -168
  185. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +0 -12
  186. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +0 -16
  187. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
  188. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  189. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
  190. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
  191. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
  192. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
@@ -1,3022 +0,0 @@
1
- const _A = "Arn";
2
- const _AC = "AfterContext";
3
- const _ACT = "AttributeChangeType";
4
- const _AD = "AutoDeployment";
5
- const _AEE = "AlreadyExistsException";
6
- const _AFT = "AccountFilterType";
7
- const _AGR = "AccountGateResult";
8
- const _AL = "AccountLimit";
9
- const _ALL = "AccountLimitList";
10
- const _ALc = "AccountLimits";
11
- const _ALn = "AnnotationList";
12
- const _AN = "AnnotationName";
13
- const _AOA = "ActivateOrganizationsAccess";
14
- const _AOAI = "ActivateOrganizationsAccessInput";
15
- const _AOAO = "ActivateOrganizationsAccessOutput";
16
- const _AP = "ActualProperties";
17
- const _AR = "AddResources";
18
- const _ARARN = "AdministrationRoleARN";
19
- const _AT = "ActivateType";
20
- const _ATAC = "AcceptTermsAndConditions";
21
- const _ATI = "ActivateTypeInput";
22
- const _ATO = "ActivateTypeOutput";
23
- const _AU = "AutoUpdate";
24
- const _AUc = "AccountsUrl";
25
- const _AV = "ActualValue";
26
- const _AVF = "AfterValueFrom";
27
- const _AVf = "AfterValue";
28
- const _AVl = "AllowedValues";
29
- const _Ac = "Accounts";
30
- const _Acc = "Account";
31
- const _Act = "Action";
32
- const _Acti = "Active";
33
- const _Al = "Alias";
34
- const _An = "Annotation";
35
- const _Ann = "Annotations";
36
- const _At = "Attribute";
37
- const _BC = "BeforeContext";
38
- const _BDTC = "BatchDescribeTypeConfigurations";
39
- const _BDTCE = "BatchDescribeTypeConfigurationsError";
40
- const _BDTCEa = "BatchDescribeTypeConfigurationsErrors";
41
- const _BDTCI = "BatchDescribeTypeConfigurationsInput";
42
- const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
43
- const _BT = "BearerToken";
44
- const _BV = "BeforeValue";
45
- const _BVF = "BeforeValueFrom";
46
- const _C = "Change";
47
- const _CA = "CallAs";
48
- const _CAo = "ConnectionArn";
49
- const _CAon = "ConfigurationAlias";
50
- const _CAonf = "ConfigurationArn";
51
- const _CBME = "CreatedButModifiedException";
52
- const _CCS = "CreateChangeSet";
53
- const _CCSI = "CreateChangeSetInput";
54
- const _CCSO = "CreateChangeSetOutput";
55
- const _CE = "CausingEntity";
56
- const _CFNRE = "CFNRegistryException";
57
- const _CGT = "CreateGeneratedTemplate";
58
- const _CGTI = "CreateGeneratedTemplateInput";
59
- const _CGTO = "CreateGeneratedTemplateOutput";
60
- const _CM = "ConcurrencyMode";
61
- const _COS = "CurrentOperationStatus";
62
- const _CR = "CapabilitiesReason";
63
- const _CRLEE = "ConcurrentResourcesLimitExceededException";
64
- const _CRT = "ClientRequestToken";
65
- const _CS = "ConfigurationSchema";
66
- const _CSH = "ChangeSetHook";
67
- const _CSHRTD = "ChangeSetHookResourceTargetDetails";
68
- const _CSHTD = "ChangeSetHookTargetDetails";
69
- const _CSHh = "ChangeSetHooks";
70
- const _CSI = "ChangeSetId";
71
- const _CSII = "CreateStackInstancesInput";
72
- const _CSIO = "CreateStackInstancesOutput";
73
- const _CSIr = "CreateStackInput";
74
- const _CSIre = "CreateStackInstances";
75
- const _CSN = "ChangeSetName";
76
- const _CSNFE = "ChangeSetNotFoundException";
77
- const _CSO = "CreateStackOutput";
78
- const _CSR = "CreateStackRefactor";
79
- const _CSRI = "CreateStackRefactorInput";
80
- const _CSRO = "CreateStackRefactorOutput";
81
- const _CSS = "ChangeSetSummary";
82
- const _CSSI = "CreateStackSetInput";
83
- const _CSSO = "CreateStackSetOutput";
84
- const _CSSh = "ChangeSetSummaries";
85
- const _CSSr = "CreateStackSet";
86
- const _CST = "ChangeSetType";
87
- const _CSh = "ChangeSource";
88
- const _CSr = "CreateStack";
89
- const _CT = "CreationTime";
90
- const _CTl = "ClientToken";
91
- const _CTr = "CreationTimestamp";
92
- const _CUR = "ContinueUpdateRollback";
93
- const _CURI = "ContinueUpdateRollbackInput";
94
- const _CURO = "ContinueUpdateRollbackOutput";
95
- const _CUS = "CancelUpdateStack";
96
- const _CUSI = "CancelUpdateStackInput";
97
- const _Ca = "Capabilities";
98
- const _Cat = "Category";
99
- const _Ch = "Changes";
100
- const _Co = "Configuration";
101
- const _D = "Description";
102
- const _DAL = "DescribeAccountLimits";
103
- const _DALI = "DescribeAccountLimitsInput";
104
- const _DALO = "DescribeAccountLimitsOutput";
105
- const _DCS = "DeleteChangeSet";
106
- const _DCSH = "DescribeChangeSetHooks";
107
- const _DCSHI = "DescribeChangeSetHooksInput";
108
- const _DCSHO = "DescribeChangeSetHooksOutput";
109
- const _DCSI = "DeleteChangeSetInput";
110
- const _DCSIe = "DescribeChangeSetInput";
111
- const _DCSO = "DeleteChangeSetOutput";
112
- const _DCSOe = "DescribeChangeSetOutput";
113
- const _DCSe = "DescribeChangeSet";
114
- const _DDS = "DriftDetectionStatus";
115
- const _DDT = "DriftDetectionTimestamp";
116
- const _DE = "DescribeEvents";
117
- const _DEI = "DescribeEventsInput";
118
- const _DEO = "DescribeEventsOutput";
119
- const _DGT = "DeleteGeneratedTemplate";
120
- const _DGTI = "DeleteGeneratedTemplateInput";
121
- const _DGTIe = "DescribeGeneratedTemplateInput";
122
- const _DGTO = "DescribeGeneratedTemplateOutput";
123
- const _DGTe = "DescribeGeneratedTemplate";
124
- const _DI = "DriftInformation";
125
- const _DM = "DeploymentMode";
126
- const _DMe = "DeletionMode";
127
- const _DO = "DependsOn";
128
- const _DOA = "DeactivateOrganizationsAccess";
129
- const _DOAI = "DeactivateOrganizationsAccessInput";
130
- const _DOAIe = "DescribeOrganizationsAccessInput";
131
- const _DOAO = "DeactivateOrganizationsAccessOutput";
132
- const _DOAOe = "DescribeOrganizationsAccessOutput";
133
- const _DOAe = "DescribeOrganizationsAccess";
134
- const _DP = "DeletionPolicy";
135
- const _DPI = "DescribePublisherInput";
136
- const _DPO = "DescribePublisherOutput";
137
- const _DPe = "DescribePublisher";
138
- const _DR = "DisableRollback";
139
- const _DRS = "DescribeResourceScan";
140
- const _DRSI = "DescribeResourceScanInput";
141
- const _DRSO = "DescribeResourceScanOutput";
142
- const _DRe = "DetectionReason";
143
- const _DS = "DetectionStatus";
144
- const _DSD = "DetectStackDrift";
145
- const _DSDDS = "DescribeStackDriftDetectionStatus";
146
- const _DSDDSI = "DescribeStackDriftDetectionStatusInput";
147
- const _DSDDSO = "DescribeStackDriftDetectionStatusOutput";
148
- const _DSDI = "DetectStackDriftInput";
149
- const _DSDO = "DetectStackDriftOutput";
150
- const _DSE = "DescribeStackEvents";
151
- const _DSEI = "DescribeStackEventsInput";
152
- const _DSEO = "DescribeStackEventsOutput";
153
- const _DSI = "DeleteStackInput";
154
- const _DSIC = "DriftedStackInstancesCount";
155
- const _DSII = "DeleteStackInstancesInput";
156
- const _DSIIe = "DescribeStackInstanceInput";
157
- const _DSIO = "DeleteStackInstancesOutput";
158
- const _DSIOe = "DescribeStackInstanceOutput";
159
- const _DSIe = "DescribeStacksInput";
160
- const _DSIel = "DeleteStackInstances";
161
- const _DSIes = "DescribeStackInstance";
162
- const _DSO = "DescribeStacksOutput";
163
- const _DSR = "DetectionStatusReason";
164
- const _DSRC = "DriftedStackResourceCount";
165
- const _DSRD = "DescribeStackResourceDrifts";
166
- const _DSRDI = "DescribeStackResourceDriftsInput";
167
- const _DSRDIe = "DetectStackResourceDriftInput";
168
- const _DSRDO = "DescribeStackResourceDriftsOutput";
169
- const _DSRDOe = "DetectStackResourceDriftOutput";
170
- const _DSRDe = "DetectStackResourceDrift";
171
- const _DSRI = "DescribeStackRefactorInput";
172
- const _DSRIe = "DescribeStackResourceInput";
173
- const _DSRIes = "DescribeStackResourcesInput";
174
- const _DSRO = "DescribeStackRefactorOutput";
175
- const _DSROe = "DescribeStackResourceOutput";
176
- const _DSROes = "DescribeStackResourcesOutput";
177
- const _DSRe = "DescribeStackRefactor";
178
- const _DSRes = "DescribeStackResource";
179
- const _DSResc = "DescribeStackResources";
180
- const _DSRr = "DriftStatusReason";
181
- const _DSS = "DeleteStackSet";
182
- const _DSSD = "DetectStackSetDrift";
183
- const _DSSDI = "DetectStackSetDriftInput";
184
- const _DSSDO = "DetectStackSetDriftOutput";
185
- const _DSSI = "DeleteStackSetInput";
186
- const _DSSIe = "DescribeStackSetInput";
187
- const _DSSO = "DeleteStackSetOutput";
188
- const _DSSOI = "DescribeStackSetOperationInput";
189
- const _DSSOO = "DescribeStackSetOperationOutput";
190
- const _DSSOe = "DescribeStackSetOutput";
191
- const _DSSOes = "DescribeStackSetOperation";
192
- const _DSSe = "DescribeStackSet";
193
- const _DSe = "DeprecatedStatus";
194
- const _DSel = "DeleteStack";
195
- const _DSes = "DescribeStacks";
196
- const _DSet = "DetailedStatus";
197
- const _DSr = "DriftStatus";
198
- const _DT = "DeploymentTargets";
199
- const _DTI = "DeactivateTypeInput";
200
- const _DTIe = "DeregisterTypeInput";
201
- const _DTIes = "DescribeTypeInput";
202
- const _DTO = "DeactivateTypeOutput";
203
- const _DTOe = "DeregisterTypeOutput";
204
- const _DTOes = "DescribeTypeOutput";
205
- const _DTR = "DescribeTypeRegistration";
206
- const _DTRI = "DescribeTypeRegistrationInput";
207
- const _DTRO = "DescribeTypeRegistrationOutput";
208
- const _DTe = "DeclaredTransforms";
209
- const _DTea = "DeactivateType";
210
- const _DTel = "DeletionTime";
211
- const _DTer = "DeregisterType";
212
- const _DTes = "DescribeType";
213
- const _DTi = "DifferenceType";
214
- const _DU = "DocumentationUrl";
215
- const _DV = "DefaultValue";
216
- const _DVI = "DefaultVersionId";
217
- const _De = "Details";
218
- const _Des = "Destination";
219
- const _Det = "Detection";
220
- const _Dr = "Drift";
221
- const _E = "Enabled";
222
- const _EC = "ErrorCode";
223
- const _ECS = "ExecuteChangeSet";
224
- const _ECSI = "ExecuteChangeSetInput";
225
- const _ECSO = "ExecuteChangeSetOutput";
226
- const _EF = "EventFilter";
227
- const _EI = "EventId";
228
- const _EM = "ErrorMessage";
229
- const _EN = "ExportName";
230
- const _EP = "ExpectedProperties";
231
- const _ERA = "ExecutionRoleArn";
232
- const _ERN = "ExecutionRoleName";
233
- const _ES = "ExecutionStatus";
234
- const _ESC = "EnableStackCreation";
235
- const _ESF = "ExecutionStatusFilter";
236
- const _ESI = "ExportingStackId";
237
- const _ESR = "ExecutionStatusReason";
238
- const _ESRI = "ExecuteStackRefactorInput";
239
- const _ESRx = "ExecuteStackRefactor";
240
- const _ET = "EndTime";
241
- const _ETC = "EstimateTemplateCost";
242
- const _ETCI = "EstimateTemplateCostInput";
243
- const _ETCO = "EstimateTemplateCostOutput";
244
- const _ETP = "EnableTerminationProtection";
245
- const _ETn = "EndTimestamp";
246
- const _ETv = "EventType";
247
- const _EV = "ExpectedValue";
248
- const _En = "Entity";
249
- const _Er = "Errors";
250
- const _Ev = "Evaluation";
251
- const _Ex = "Export";
252
- const _Exp = "Exports";
253
- const _F = "Filters";
254
- const _FE = "FailedEvents";
255
- const _FM = "FailureMode";
256
- const _FSIC = "FailedStackInstancesCount";
257
- const _FTC = "FailureToleranceCount";
258
- const _FTP = "FailureTolerancePercentage";
259
- const _Fo = "Format";
260
- const _GGT = "GetGeneratedTemplate";
261
- const _GGTI = "GetGeneratedTemplateInput";
262
- const _GGTO = "GetGeneratedTemplateOutput";
263
- const _GHR = "GetHookResult";
264
- const _GHRI = "GetHookResultInput";
265
- const _GHRO = "GetHookResultOutput";
266
- const _GSP = "GetStackPolicy";
267
- const _GSPI = "GetStackPolicyInput";
268
- const _GSPO = "GetStackPolicyOutput";
269
- const _GT = "GetTemplate";
270
- const _GTI = "GeneratedTemplateId";
271
- const _GTIe = "GetTemplateInput";
272
- const _GTN = "GeneratedTemplateName";
273
- const _GTNFE = "GeneratedTemplateNotFoundException";
274
- const _GTO = "GetTemplateOutput";
275
- const _GTS = "GetTemplateSummary";
276
- const _GTSI = "GetTemplateSummaryInput";
277
- const _GTSO = "GetTemplateSummaryOutput";
278
- const _H = "Hooks";
279
- const _HET = "HookExecutionTarget";
280
- const _HFM = "HookFailureMode";
281
- const _HIC = "HookInvocationCount";
282
- const _HII = "HookInvocationId";
283
- const _HIP = "HookInvocationPoint";
284
- const _HR = "HookResults";
285
- const _HRI = "HookResultId";
286
- const _HRNFE = "HookResultNotFoundException";
287
- const _HRS = "HookResultSummary";
288
- const _HRSo = "HookResultSummaries";
289
- const _HS = "HookStatus";
290
- const _HSR = "HookStatusReason";
291
- const _HT = "HookTarget";
292
- const _HTo = "HookType";
293
- const _I = "Id";
294
- const _IA = "IsActivated";
295
- const _IAn = "InvokedAt";
296
- const _ICE = "InsufficientCapabilitiesException";
297
- const _ICSSE = "InvalidChangeSetStatusException";
298
- const _IDC = "IsDefaultConfiguration";
299
- const _IDV = "IsDefaultVersion";
300
- const _IER = "ImportExistingResources";
301
- const _INS = "IncludeNestedStacks";
302
- const _IOE = "InvalidOperationException";
303
- const _IP = "InvocationPoint";
304
- const _IPSIC = "InProgressStackInstancesCount";
305
- const _IPV = "IncludePropertyValues";
306
- const _IPd = "IdentityProvider";
307
- const _ISSIC = "InSyncStackInstancesCount";
308
- const _ISTE = "InvalidStateTransitionException";
309
- const _ISTSS = "ImportStacksToStackSet";
310
- const _ISTSSI = "ImportStacksToStackSetInput";
311
- const _ISTSSO = "ImportStacksToStackSetOutput";
312
- const _Im = "Imports";
313
- const _K = "Key";
314
- const _LC = "LoggingConfig";
315
- const _LCS = "ListChangeSets";
316
- const _LCSI = "ListChangeSetsInput";
317
- const _LCSO = "ListChangeSetsOutput";
318
- const _LCT = "LastCheckTimestamp";
319
- const _LDB = "LogDeliveryBucket";
320
- const _LDCT = "LastDriftCheckTimestamp";
321
- const _LE = "ListExports";
322
- const _LEE = "LimitExceededException";
323
- const _LEI = "ListExportsInput";
324
- const _LEO = "ListExportsOutput";
325
- const _LGN = "LogGroupName";
326
- const _LGT = "ListGeneratedTemplates";
327
- const _LGTI = "ListGeneratedTemplatesInput";
328
- const _LGTO = "ListGeneratedTemplatesOutput";
329
- const _LHR = "ListHookResults";
330
- const _LHRI = "ListHookResultsInput";
331
- const _LHRO = "ListHookResultsOutput";
332
- const _LI = "ListImports";
333
- const _LIH = "LogicalIdHierarchy";
334
- const _LII = "ListImportsInput";
335
- const _LIO = "ListImportsOutput";
336
- const _LO = "LastOperations";
337
- const _LOI = "LastOperationId";
338
- const _LPV = "LatestPublicVersion";
339
- const _LRA = "LogRoleArn";
340
- const _LRD = "LiveResourceDrift";
341
- const _LRI = "LogicalResourceId";
342
- const _LRIo = "LogicalResourceIds";
343
- const _LRS = "ListResourceScans";
344
- const _LRSI = "ListResourceScansInput";
345
- const _LRSO = "ListResourceScansOutput";
346
- const _LRSR = "ListResourceScanResources";
347
- const _LRSRI = "ListResourceScanResourcesInput";
348
- const _LRSRO = "ListResourceScanResourcesOutput";
349
- const _LRSRR = "ListResourceScanRelatedResources";
350
- const _LRSRRI = "ListResourceScanRelatedResourcesInput";
351
- const _LRSRRO = "ListResourceScanRelatedResourcesOutput";
352
- const _LS = "ListStacks";
353
- const _LSI = "ListStacksInput";
354
- const _LSII = "ListStackInstancesInput";
355
- const _LSIO = "ListStackInstancesOutput";
356
- const _LSIRD = "ListStackInstanceResourceDrifts";
357
- const _LSIRDI = "ListStackInstanceResourceDriftsInput";
358
- const _LSIRDO = "ListStackInstanceResourceDriftsOutput";
359
- const _LSIi = "ListStackInstances";
360
- const _LSO = "ListStacksOutput";
361
- const _LSR = "ListStackRefactors";
362
- const _LSRA = "ListStackRefactorActions";
363
- const _LSRAI = "ListStackRefactorActionsInput";
364
- const _LSRAO = "ListStackRefactorActionsOutput";
365
- const _LSRI = "ListStackRefactorsInput";
366
- const _LSRIi = "ListStackResourcesInput";
367
- const _LSRO = "ListStackRefactorsOutput";
368
- const _LSROi = "ListStackResourcesOutput";
369
- const _LSRi = "ListStackResources";
370
- const _LSS = "ListStackSets";
371
- const _LSSADT = "ListStackSetAutoDeploymentTargets";
372
- const _LSSADTI = "ListStackSetAutoDeploymentTargetsInput";
373
- const _LSSADTO = "ListStackSetAutoDeploymentTargetsOutput";
374
- const _LSSI = "ListStackSetsInput";
375
- const _LSSO = "ListStackSetsOutput";
376
- const _LSSOI = "ListStackSetOperationsInput";
377
- const _LSSOO = "ListStackSetOperationsOutput";
378
- const _LSSOR = "ListStackSetOperationResults";
379
- const _LSSORI = "ListStackSetOperationResultsInput";
380
- const _LSSORO = "ListStackSetOperationResultsOutput";
381
- const _LSSOi = "ListStackSetOperations";
382
- const _LT = "ListTypes";
383
- const _LTI = "ListTypesInput";
384
- const _LTO = "ListTypesOutput";
385
- const _LTR = "ListTypeRegistrations";
386
- const _LTRI = "ListTypeRegistrationsInput";
387
- const _LTRO = "ListTypeRegistrationsOutput";
388
- const _LTV = "ListTypeVersions";
389
- const _LTVI = "ListTypeVersionsInput";
390
- const _LTVO = "ListTypeVersionsOutput";
391
- const _LU = "LastUpdated";
392
- const _LUT = "LastUpdatedTime";
393
- const _LUTa = "LastUpdatedTimestamp";
394
- const _M = "Message";
395
- const _MBS = "ManagedByStack";
396
- const _MCC = "MaxConcurrentCount";
397
- const _MCP = "MaxConcurrentPercentage";
398
- const _ME = "ManagedExecution";
399
- const _MI = "ModuleInfo";
400
- const _MR = "MaxResults";
401
- const _MTIM = "MonitoringTimeInMinutes";
402
- const _MV = "MajorVersion";
403
- const _Me = "Metadata";
404
- const _N = "Name";
405
- const _NAEE = "NameAlreadyExistsException";
406
- const _NARN = "NotificationARNs";
407
- const _NE = "NoEcho";
408
- const _NGTN = "NewGeneratedTemplateName";
409
- const _NOR = "NumberOfResources";
410
- const _NT = "NextToken";
411
- const _O = "Output";
412
- const _OE = "OperationEvents";
413
- const _OEp = "OperationEntry";
414
- const _OEpe = "OperationEvent";
415
- const _OF = "OnFailure";
416
- const _OI = "OperationId";
417
- const _OIAEE = "OperationIdAlreadyExistsException";
418
- const _OIPE = "OperationInProgressException";
419
- const _OK = "OutputKey";
420
- const _ONFE = "OperationNotFoundException";
421
- const _OP = "OperationPreferences";
422
- const _ORF = "OperationResultFilter";
423
- const _ORFp = "OperationResultFilters";
424
- const _OS = "OperationStatus";
425
- const _OSCFE = "OperationStatusCheckFailedException";
426
- const _OSF = "OnStackFailure";
427
- const _OT = "OperationType";
428
- const _OTA = "OriginalTypeArn";
429
- const _OTN = "OriginalTypeName";
430
- const _OUI = "OrganizationalUnitIds";
431
- const _OUIr = "OrganizationalUnitId";
432
- const _OV = "OutputValue";
433
- const _Ou = "Outputs";
434
- const _P = "Parameters";
435
- const _PA = "PolicyAction";
436
- const _PC = "PercentageCompleted";
437
- const _PCSI = "ParentChangeSetId";
438
- const _PCa = "ParameterConstraints";
439
- const _PD = "ParameterDeclaration";
440
- const _PDC = "PreviousDeploymentContext";
441
- const _PDa = "ParameterDeclarations";
442
- const _PDr = "PropertyDifference";
443
- const _PDro = "PropertyDifferences";
444
- const _PI = "PublisherId";
445
- const _PIa = "ParentId";
446
- const _PIu = "PublisherIdentity";
447
- const _PK = "ParameterKey";
448
- const _PM = "PermissionModel";
449
- const _PN = "PublisherName";
450
- const _PO = "ParameterOverrides";
451
- const _PP = "PublisherProfile";
452
- const _PPr = "PropertyPath";
453
- const _PRI = "PhysicalResourceId";
454
- const _PRIC = "PhysicalResourceIdContext";
455
- const _PRICKVP = "PhysicalResourceIdContextKeyValuePair";
456
- const _PS = "PublisherStatus";
457
- const _PSr = "ProgressStatus";
458
- const _PT = "ProvisioningType";
459
- const _PTA = "PublicTypeArn";
460
- const _PTI = "PublishTypeInput";
461
- const _PTO = "PublishTypeOutput";
462
- const _PTa = "ParameterType";
463
- const _PTu = "PublishType";
464
- const _PV = "PreviousValue";
465
- const _PVN = "PublicVersionNumber";
466
- const _PVa = "ParameterValue";
467
- const _Pa = "Parameter";
468
- const _Pat = "Path";
469
- const _Pr = "Progress";
470
- const _Pro = "Properties";
471
- const _R = "Resources";
472
- const _RA = "ResourceAction";
473
- const _RAR = "RefreshAllResources";
474
- const _RARN = "RoleARN";
475
- const _RAT = "RequiredActivatedTypes";
476
- const _RATe = "RequiredActivatedType";
477
- const _RC = "ResourceChange";
478
- const _RCD = "ResourceChangeDetail";
479
- const _RCDe = "ResourceChangeDetails";
480
- const _RCSI = "RootChangeSetId";
481
- const _RCT = "RegionConcurrencyType";
482
- const _RCo = "RollbackConfiguration";
483
- const _RD = "ResourceDefinition";
484
- const _RDIA = "ResourceDriftIgnoredAttributes";
485
- const _RDIAe = "ResourceDriftIgnoredAttribute";
486
- const _RDS = "ResourceDriftStatus";
487
- const _RDe = "ResourceDetail";
488
- const _RDes = "ResourceDefinitions";
489
- const _RDeso = "ResourceDetails";
490
- const _REOC = "RetainExceptOnCreate";
491
- const _RF = "ResourcesFailed";
492
- const _RHP = "RecordHandlerProgress";
493
- const _RHPI = "RecordHandlerProgressInput";
494
- const _RHPO = "RecordHandlerProgressOutput";
495
- const _RI = "ResourceIdentifier";
496
- const _RIS = "ResourceIdentifierSummaries";
497
- const _RISe = "ResourceIdentifierSummary";
498
- const _RIe = "ResourceIdentifiers";
499
- const _RIo = "RootId";
500
- const _RL = "RemediationLink";
501
- const _RLe = "ResourceLocation";
502
- const _RM = "RemediationMessage";
503
- const _RMe = "ResourceMappings";
504
- const _RMes = "ResourceModel";
505
- const _RMeso = "ResourceMapping";
506
- const _RO = "RegionOrder";
507
- const _RP = "ResourceProperties";
508
- const _RPI = "RegisterPublisherInput";
509
- const _RPO = "RegisterPublisherOutput";
510
- const _RPe = "ResourcesProcessing";
511
- const _RPeg = "RegisterPublisher";
512
- const _RPes = "ResourcesPending";
513
- const _RR = "RetainResources";
514
- const _RRe = "ResourcesRead";
515
- const _RRel = "RelatedResources";
516
- const _RRem = "RemoveResources";
517
- const _RReq = "RequiresRecreation";
518
- const _RS = "RetainStacks";
519
- const _RSF = "RegistrationStatusFilter";
520
- const _RSI = "ResourceScanId";
521
- const _RSIPE = "ResourceScanInProgressException";
522
- const _RSIo = "RollbackStackInput";
523
- const _RSLEE = "ResourceScanLimitExceededException";
524
- const _RSNFE = "ResourceScanNotFoundException";
525
- const _RSO = "RollbackStackOutput";
526
- const _RSOAR = "RetainStacksOnAccountRemoval";
527
- const _RSR = "ResourceStatusReason";
528
- const _RSS = "ResourceScanSummaries";
529
- const _RSSe = "ResourceScanSummary";
530
- const _RSe = "ResourcesScanned";
531
- const _RSes = "ResourceStatus";
532
- const _RSeso = "ResourcesSucceeded";
533
- const _RSo = "RollbackStack";
534
- const _RT = "ResourceType";
535
- const _RTD = "ResourceTargetDetails";
536
- const _RTDe = "ResourceTargetDefinition";
537
- const _RTI = "ResourcesToImport";
538
- const _RTIe = "RegisterTypeInput";
539
- const _RTIes = "ResourceToImport";
540
- const _RTL = "RegistrationTokenList";
541
- const _RTO = "RegisterTypeOutput";
542
- const _RTP = "ResourceTypePrefix";
543
- const _RTS = "ResourcesToSkip";
544
- const _RTe = "ResourceTypes";
545
- const _RTeg = "RegistrationToken";
546
- const _RTegi = "RegisterType";
547
- const _RTo = "RollbackTriggers";
548
- const _RTol = "RollbackTrigger";
549
- const _RV = "ResolvedValue";
550
- const _Re = "Regions";
551
- const _Rea = "Reason";
552
- const _Reg = "Region";
553
- const _Rep = "Replacement";
554
- const _Req = "Required";
555
- const _S = "Status";
556
- const _SA = "StagesAvailable";
557
- const _SD = "StackDefinitions";
558
- const _SDDI = "StackDriftDetectionId";
559
- const _SDI = "StackDriftInformation";
560
- const _SDIS = "StackDriftInformationSummary";
561
- const _SDS = "StackDriftStatus";
562
- const _SDt = "StackDefinition";
563
- const _SDta = "StatusDetails";
564
- const _SE = "StackEvents";
565
- const _SEt = "StackEvent";
566
- const _SF = "ScanFilters";
567
- const _SFc = "ScanFilter";
568
- const _SHP = "SchemaHandlerPackage";
569
- const _SI = "StackId";
570
- const _SIA = "StackInstanceAccount";
571
- const _SICS = "StackInstanceComprehensiveStatus";
572
- const _SIF = "StackInstanceFilter";
573
- const _SIFt = "StackInstanceFilters";
574
- const _SINFE = "StackInstanceNotFoundException";
575
- const _SIR = "StackInstanceRegion";
576
- const _SIRDS = "StackInstanceResourceDriftStatuses";
577
- const _SIRDSt = "StackInstanceResourceDriftsSummary";
578
- const _SIRDSta = "StackInstanceResourceDriftsSummaries";
579
- const _SIS = "StackInstanceStatus";
580
- const _SISt = "StackInstanceSummary";
581
- const _SISta = "StackInstanceSummaries";
582
- const _SIU = "StackIdsUrl";
583
- const _SIt = "StackInstance";
584
- const _SIta = "StackIds";
585
- const _SL = "SeverityLevel";
586
- const _SM = "StatusMessage";
587
- const _SMV = "SupportedMajorVersions";
588
- const _SN = "StackName";
589
- const _SNFE = "StackNotFoundException";
590
- const _SPB = "StackPolicyBody";
591
- const _SPDUB = "StackPolicyDuringUpdateBody";
592
- const _SPDUURL = "StackPolicyDuringUpdateURL";
593
- const _SPURL = "StackPolicyURL";
594
- const _SR = "StatusReason";
595
- const _SRA = "StackRefactorActions";
596
- const _SRAt = "StackRefactorAction";
597
- const _SRD = "StackResourceDrifts";
598
- const _SRDI = "StackResourceDriftInformation";
599
- const _SRDIS = "StackResourceDriftInformationSummary";
600
- const _SRDS = "StackResourceDriftStatus";
601
- const _SRDSF = "StackResourceDriftStatusFilters";
602
- const _SRDt = "StackResourceDetail";
603
- const _SRDta = "StackResourceDrift";
604
- const _SRE = "StaleRequestException";
605
- const _SRI = "StackRefactorId";
606
- const _SRIc = "ScannedResourceIdentifier";
607
- const _SRIca = "ScannedResourceIdentifiers";
608
- const _SRIi = "SignalResourceInput";
609
- const _SRNFE = "StackRefactorNotFoundException";
610
- const _SRS = "StackRefactorSummaries";
611
- const _SRSI = "StartResourceScanInput";
612
- const _SRSO = "StartResourceScanOutput";
613
- const _SRSt = "StackResourceSummaries";
614
- const _SRSta = "StackRefactorSummary";
615
- const _SRStac = "StackResourceSummary";
616
- const _SRStar = "StartResourceScan";
617
- const _SRTR = "StackRefactorTagResources";
618
- const _SRc = "ScannedResource";
619
- const _SRca = "ScannedResources";
620
- const _SRi = "SignalResource";
621
- const _SRt = "StackResources";
622
- const _SRta = "StackResource";
623
- const _SS = "StackSet";
624
- const _SSADTS = "StackSetAutoDeploymentTargetSummary";
625
- const _SSADTSt = "StackSetAutoDeploymentTargetSummaries";
626
- const _SSARN = "StackSetARN";
627
- const _SSDDD = "StackSetDriftDetectionDetails";
628
- const _SSF = "StackStatusFilter";
629
- const _SSI = "StackSetId";
630
- const _SSN = "StackSetName";
631
- const _SSNEE = "StackSetNotEmptyException";
632
- const _SSNFE = "StackSetNotFoundException";
633
- const _SSO = "StackSetOperation";
634
- const _SSOP = "StackSetOperationPreferences";
635
- const _SSORS = "StackSetOperationResultSummary";
636
- const _SSORSt = "StackSetOperationResultSummaries";
637
- const _SSOS = "StackSetOperationSummary";
638
- const _SSOSD = "StackSetOperationStatusDetails";
639
- const _SSOSt = "StackSetOperationSummaries";
640
- const _SSP = "SetStackPolicy";
641
- const _SSPI = "SetStackPolicyInput";
642
- const _SSR = "StackStatusReason";
643
- const _SSS = "StackSetSummary";
644
- const _SSSO = "StopStackSetOperation";
645
- const _SSSOI = "StopStackSetOperationInput";
646
- const _SSSOO = "StopStackSetOperationOutput";
647
- const _SSSt = "StackSetSummaries";
648
- const _SSt = "StackSummaries";
649
- const _SSta = "StackStatus";
650
- const _SStac = "StackSummary";
651
- const _ST = "StartTime";
652
- const _STC = "SetTypeConfiguration";
653
- const _STCI = "SetTypeConfigurationInput";
654
- const _STCO = "SetTypeConfigurationOutput";
655
- const _STDV = "SetTypeDefaultVersion";
656
- const _STDVI = "SetTypeDefaultVersionInput";
657
- const _STDVO = "SetTypeDefaultVersionOutput";
658
- const _STF = "ScanTypeFilter";
659
- const _STc = "ScanType";
660
- const _SU = "SourceUrl";
661
- const _Sc = "Schema";
662
- const _Sco = "Scope";
663
- const _So = "Source";
664
- const _St = "Stacks";
665
- const _Sta = "Stack";
666
- const _Su = "Summaries";
667
- const _T = "Type";
668
- const _TA = "TypeArn";
669
- const _TAEE = "TokenAlreadyExistsException";
670
- const _TB = "TemplateBody";
671
- const _TC = "TypeConfigurations";
672
- const _TCA = "TypeConfigurationAlias";
673
- const _TCAy = "TypeConfigurationArn";
674
- const _TCD = "TypeConfigurationDetails";
675
- const _TCDL = "TypeConfigurationDetailsList";
676
- const _TCI = "TypeConfigurationIdentifier";
677
- const _TCIy = "TypeConfigurationIdentifiers";
678
- const _TCNFE = "TypeConfigurationNotFoundException";
679
- const _TCVI = "TypeConfigurationVersionId";
680
- const _TCe = "TemplateConfiguration";
681
- const _TCi = "TimeCreated";
682
- const _TD = "TargetDetails";
683
- const _TDe = "TemplateDescription";
684
- const _TF = "TypeFilters";
685
- const _TH = "TypeHierarchy";
686
- const _TI = "TargetId";
687
- const _TIM = "TimeoutInMinutes";
688
- const _TK = "TagKey";
689
- const _TN = "TypeName";
690
- const _TNA = "TypeNameAlias";
691
- const _TNFE = "TypeNotFoundException";
692
- const _TNP = "TypeNamePrefix";
693
- const _TP = "TemplateParameter";
694
- const _TPe = "TemplateProgress";
695
- const _TPem = "TemplateParameters";
696
- const _TR = "TagResources";
697
- const _TS = "TemplateStage";
698
- const _TSC = "TemplateSummaryConfig";
699
- const _TSIC = "TotalStackInstancesCount";
700
- const _TSe = "TemplateSummary";
701
- const _TSem = "TemplateSummaries";
702
- const _TSy = "TypeSummaries";
703
- const _TSyp = "TypeSummary";
704
- const _TT = "TargetType";
705
- const _TTI = "TestTypeInput";
706
- const _TTN = "TargetTypeName";
707
- const _TTO = "TestTypeOutput";
708
- const _TTS = "TypeTestsStatus";
709
- const _TTSD = "TypeTestsStatusDescription";
710
- const _TTe = "TestType";
711
- const _TURL = "TemplateURL";
712
- const _TURTAW = "TreatUnrecognizedResourceTypesAsWarnings";
713
- const _TV = "TagValue";
714
- const _TVA = "TypeVersionArn";
715
- const _TVI = "TypeVersionId";
716
- const _TVS = "TypeVersionSummaries";
717
- const _TVSy = "TypeVersionSummary";
718
- const _TW = "TotalWarnings";
719
- const _Ta = "Tags";
720
- const _Tag = "Tag";
721
- const _Tar = "Target";
722
- const _Ti = "Timestamp";
723
- const _Ty = "Types";
724
- const _U = "Url";
725
- const _UGT = "UpdateGeneratedTemplate";
726
- const _UGTI = "UpdateGeneratedTemplateInput";
727
- const _UGTO = "UpdateGeneratedTemplateOutput";
728
- const _UI = "UniqueId";
729
- const _UPT = "UsePreviousTemplate";
730
- const _UPV = "UsePreviousValue";
731
- const _UR = "UntagResources";
732
- const _URP = "UpdateReplacePolicy";
733
- const _URT = "UnrecognizedResourceTypes";
734
- const _US = "UpdateStack";
735
- const _USI = "UpdateStackInput";
736
- const _USII = "UpdateStackInstancesInput";
737
- const _USIO = "UpdateStackInstancesOutput";
738
- const _USIp = "UpdateStackInstances";
739
- const _USO = "UpdateStackOutput";
740
- const _USS = "UpdateStackSet";
741
- const _USSI = "UpdateStackSetInput";
742
- const _USSO = "UpdateStackSetOutput";
743
- const _UTC = "UnprocessedTypeConfigurations";
744
- const _UTP = "UpdateTerminationProtection";
745
- const _UTPI = "UpdateTerminationProtectionInput";
746
- const _UTPO = "UpdateTerminationProtectionOutput";
747
- const _V = "Value";
748
- const _VB = "VersionBump";
749
- const _VFM = "ValidationFailureMode";
750
- const _VI = "VersionId";
751
- const _VN = "ValidationName";
752
- const _VP = "ValidationPath";
753
- const _VS = "ValidationStatus";
754
- const _VSR = "ValidationStatusReason";
755
- const _VT = "ValidateTemplate";
756
- const _VTI = "ValidateTemplateInput";
757
- const _VTO = "ValidateTemplateOutput";
758
- const _Va = "Values";
759
- const _Ve = "Version";
760
- const _Vi = "Visibility";
761
- const _W = "Warnings";
762
- const _WD = "WarningDetail";
763
- const _WDa = "WarningDetails";
764
- const _WP = "WarningProperty";
765
- const _WPa = "WarningProperties";
766
- const _aQE = "awsQueryError";
767
- const _c = "client";
768
- const _e = "error";
769
- const _hE = "httpError";
770
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudformation";
771
- const n0 = "com.amazonaws.cloudformation";
772
- const { TypeRegistry } = require("@smithy/core/schema");
773
- const { CloudFormationServiceException } = require("../models/CloudFormationServiceException");
774
- const { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, HookResultNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanLimitExceededException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackRefactorNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException } = require("../models/errors");
775
- const _s_registry = TypeRegistry.for(_s);
776
- const CloudFormationServiceException$ = [-3, _s, "CloudFormationServiceException", 0, [], []];
777
- exports.CloudFormationServiceException$ = CloudFormationServiceException$;
778
- _s_registry.registerError(CloudFormationServiceException$, CloudFormationServiceException);
779
- const n0_registry = TypeRegistry.for(n0);
780
- const AlreadyExistsException$ = [-3, n0, _AEE,
781
- { [_aQE]: [`AlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
782
- [_M],
783
- [0]
784
- ];
785
- exports.AlreadyExistsException$ = AlreadyExistsException$;
786
- n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
787
- const CFNRegistryException$ = [-3, n0, _CFNRE,
788
- { [_aQE]: [`CFNRegistryException`, 400], [_e]: _c, [_hE]: 400 },
789
- [_M],
790
- [0]
791
- ];
792
- exports.CFNRegistryException$ = CFNRegistryException$;
793
- n0_registry.registerError(CFNRegistryException$, CFNRegistryException);
794
- const ChangeSetNotFoundException$ = [-3, n0, _CSNFE,
795
- { [_aQE]: [`ChangeSetNotFound`, 404], [_e]: _c, [_hE]: 404 },
796
- [_M],
797
- [0]
798
- ];
799
- exports.ChangeSetNotFoundException$ = ChangeSetNotFoundException$;
800
- n0_registry.registerError(ChangeSetNotFoundException$, ChangeSetNotFoundException);
801
- const ConcurrentResourcesLimitExceededException$ = [-3, n0, _CRLEE,
802
- { [_aQE]: [`ConcurrentResourcesLimitExceeded`, 429], [_e]: _c, [_hE]: 429 },
803
- [_M],
804
- [0]
805
- ];
806
- exports.ConcurrentResourcesLimitExceededException$ = ConcurrentResourcesLimitExceededException$;
807
- n0_registry.registerError(ConcurrentResourcesLimitExceededException$, ConcurrentResourcesLimitExceededException);
808
- const CreatedButModifiedException$ = [-3, n0, _CBME,
809
- { [_aQE]: [`CreatedButModifiedException`, 409], [_e]: _c, [_hE]: 409 },
810
- [_M],
811
- [0]
812
- ];
813
- exports.CreatedButModifiedException$ = CreatedButModifiedException$;
814
- n0_registry.registerError(CreatedButModifiedException$, CreatedButModifiedException);
815
- const GeneratedTemplateNotFoundException$ = [-3, n0, _GTNFE,
816
- { [_aQE]: [`GeneratedTemplateNotFound`, 404], [_e]: _c, [_hE]: 404 },
817
- [_M],
818
- [0]
819
- ];
820
- exports.GeneratedTemplateNotFoundException$ = GeneratedTemplateNotFoundException$;
821
- n0_registry.registerError(GeneratedTemplateNotFoundException$, GeneratedTemplateNotFoundException);
822
- const HookResultNotFoundException$ = [-3, n0, _HRNFE,
823
- { [_aQE]: [`HookResultNotFound`, 404], [_e]: _c, [_hE]: 404 },
824
- [_M],
825
- [0]
826
- ];
827
- exports.HookResultNotFoundException$ = HookResultNotFoundException$;
828
- n0_registry.registerError(HookResultNotFoundException$, HookResultNotFoundException);
829
- const InsufficientCapabilitiesException$ = [-3, n0, _ICE,
830
- { [_aQE]: [`InsufficientCapabilitiesException`, 400], [_e]: _c, [_hE]: 400 },
831
- [_M],
832
- [0]
833
- ];
834
- exports.InsufficientCapabilitiesException$ = InsufficientCapabilitiesException$;
835
- n0_registry.registerError(InsufficientCapabilitiesException$, InsufficientCapabilitiesException);
836
- const InvalidChangeSetStatusException$ = [-3, n0, _ICSSE,
837
- { [_aQE]: [`InvalidChangeSetStatus`, 400], [_e]: _c, [_hE]: 400 },
838
- [_M],
839
- [0]
840
- ];
841
- exports.InvalidChangeSetStatusException$ = InvalidChangeSetStatusException$;
842
- n0_registry.registerError(InvalidChangeSetStatusException$, InvalidChangeSetStatusException);
843
- const InvalidOperationException$ = [-3, n0, _IOE,
844
- { [_aQE]: [`InvalidOperationException`, 400], [_e]: _c, [_hE]: 400 },
845
- [_M],
846
- [0]
847
- ];
848
- exports.InvalidOperationException$ = InvalidOperationException$;
849
- n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
850
- const InvalidStateTransitionException$ = [-3, n0, _ISTE,
851
- { [_aQE]: [`InvalidStateTransition`, 400], [_e]: _c, [_hE]: 400 },
852
- [_M],
853
- [0]
854
- ];
855
- exports.InvalidStateTransitionException$ = InvalidStateTransitionException$;
856
- n0_registry.registerError(InvalidStateTransitionException$, InvalidStateTransitionException);
857
- const LimitExceededException$ = [-3, n0, _LEE,
858
- { [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
859
- [_M],
860
- [0]
861
- ];
862
- exports.LimitExceededException$ = LimitExceededException$;
863
- n0_registry.registerError(LimitExceededException$, LimitExceededException);
864
- const NameAlreadyExistsException$ = [-3, n0, _NAEE,
865
- { [_aQE]: [`NameAlreadyExistsException`, 409], [_e]: _c, [_hE]: 409 },
866
- [_M],
867
- [0]
868
- ];
869
- exports.NameAlreadyExistsException$ = NameAlreadyExistsException$;
870
- n0_registry.registerError(NameAlreadyExistsException$, NameAlreadyExistsException);
871
- const OperationIdAlreadyExistsException$ = [-3, n0, _OIAEE,
872
- { [_aQE]: [`OperationIdAlreadyExistsException`, 409], [_e]: _c, [_hE]: 409 },
873
- [_M],
874
- [0]
875
- ];
876
- exports.OperationIdAlreadyExistsException$ = OperationIdAlreadyExistsException$;
877
- n0_registry.registerError(OperationIdAlreadyExistsException$, OperationIdAlreadyExistsException);
878
- const OperationInProgressException$ = [-3, n0, _OIPE,
879
- { [_aQE]: [`OperationInProgressException`, 409], [_e]: _c, [_hE]: 409 },
880
- [_M],
881
- [0]
882
- ];
883
- exports.OperationInProgressException$ = OperationInProgressException$;
884
- n0_registry.registerError(OperationInProgressException$, OperationInProgressException);
885
- const OperationNotFoundException$ = [-3, n0, _ONFE,
886
- { [_aQE]: [`OperationNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
887
- [_M],
888
- [0]
889
- ];
890
- exports.OperationNotFoundException$ = OperationNotFoundException$;
891
- n0_registry.registerError(OperationNotFoundException$, OperationNotFoundException);
892
- const OperationStatusCheckFailedException$ = [-3, n0, _OSCFE,
893
- { [_aQE]: [`ConditionalCheckFailed`, 400], [_e]: _c, [_hE]: 400 },
894
- [_M],
895
- [0]
896
- ];
897
- exports.OperationStatusCheckFailedException$ = OperationStatusCheckFailedException$;
898
- n0_registry.registerError(OperationStatusCheckFailedException$, OperationStatusCheckFailedException);
899
- const ResourceScanInProgressException$ = [-3, n0, _RSIPE,
900
- { [_aQE]: [`ResourceScanInProgress`, 400], [_e]: _c, [_hE]: 400 },
901
- [_M],
902
- [0]
903
- ];
904
- exports.ResourceScanInProgressException$ = ResourceScanInProgressException$;
905
- n0_registry.registerError(ResourceScanInProgressException$, ResourceScanInProgressException);
906
- const ResourceScanLimitExceededException$ = [-3, n0, _RSLEE,
907
- { [_aQE]: [`ResourceScanLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
908
- [_M],
909
- [0]
910
- ];
911
- exports.ResourceScanLimitExceededException$ = ResourceScanLimitExceededException$;
912
- n0_registry.registerError(ResourceScanLimitExceededException$, ResourceScanLimitExceededException);
913
- const ResourceScanNotFoundException$ = [-3, n0, _RSNFE,
914
- { [_aQE]: [`ResourceScanNotFound`, 400], [_e]: _c, [_hE]: 400 },
915
- [_M],
916
- [0]
917
- ];
918
- exports.ResourceScanNotFoundException$ = ResourceScanNotFoundException$;
919
- n0_registry.registerError(ResourceScanNotFoundException$, ResourceScanNotFoundException);
920
- const StackInstanceNotFoundException$ = [-3, n0, _SINFE,
921
- { [_aQE]: [`StackInstanceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
922
- [_M],
923
- [0]
924
- ];
925
- exports.StackInstanceNotFoundException$ = StackInstanceNotFoundException$;
926
- n0_registry.registerError(StackInstanceNotFoundException$, StackInstanceNotFoundException);
927
- const StackNotFoundException$ = [-3, n0, _SNFE,
928
- { [_aQE]: [`StackNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
929
- [_M],
930
- [0]
931
- ];
932
- exports.StackNotFoundException$ = StackNotFoundException$;
933
- n0_registry.registerError(StackNotFoundException$, StackNotFoundException);
934
- const StackRefactorNotFoundException$ = [-3, n0, _SRNFE,
935
- { [_aQE]: [`StackRefactorNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
936
- [_M],
937
- [0]
938
- ];
939
- exports.StackRefactorNotFoundException$ = StackRefactorNotFoundException$;
940
- n0_registry.registerError(StackRefactorNotFoundException$, StackRefactorNotFoundException);
941
- const StackSetNotEmptyException$ = [-3, n0, _SSNEE,
942
- { [_aQE]: [`StackSetNotEmptyException`, 409], [_e]: _c, [_hE]: 409 },
943
- [_M],
944
- [0]
945
- ];
946
- exports.StackSetNotEmptyException$ = StackSetNotEmptyException$;
947
- n0_registry.registerError(StackSetNotEmptyException$, StackSetNotEmptyException);
948
- const StackSetNotFoundException$ = [-3, n0, _SSNFE,
949
- { [_aQE]: [`StackSetNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
950
- [_M],
951
- [0]
952
- ];
953
- exports.StackSetNotFoundException$ = StackSetNotFoundException$;
954
- n0_registry.registerError(StackSetNotFoundException$, StackSetNotFoundException);
955
- const StaleRequestException$ = [-3, n0, _SRE,
956
- { [_aQE]: [`StaleRequestException`, 409], [_e]: _c, [_hE]: 409 },
957
- [_M],
958
- [0]
959
- ];
960
- exports.StaleRequestException$ = StaleRequestException$;
961
- n0_registry.registerError(StaleRequestException$, StaleRequestException);
962
- const TokenAlreadyExistsException$ = [-3, n0, _TAEE,
963
- { [_aQE]: [`TokenAlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
964
- [_M],
965
- [0]
966
- ];
967
- exports.TokenAlreadyExistsException$ = TokenAlreadyExistsException$;
968
- n0_registry.registerError(TokenAlreadyExistsException$, TokenAlreadyExistsException);
969
- const TypeConfigurationNotFoundException$ = [-3, n0, _TCNFE,
970
- { [_aQE]: [`TypeConfigurationNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
971
- [_M],
972
- [0]
973
- ];
974
- exports.TypeConfigurationNotFoundException$ = TypeConfigurationNotFoundException$;
975
- n0_registry.registerError(TypeConfigurationNotFoundException$, TypeConfigurationNotFoundException);
976
- const TypeNotFoundException$ = [-3, n0, _TNFE,
977
- { [_aQE]: [`TypeNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
978
- [_M],
979
- [0]
980
- ];
981
- exports.TypeNotFoundException$ = TypeNotFoundException$;
982
- n0_registry.registerError(TypeNotFoundException$, TypeNotFoundException);
983
- exports.errorTypeRegistries = [
984
- _s_registry,
985
- n0_registry,
986
- ];
987
- const AccountGateResult$ = [3, n0, _AGR,
988
- 0,
989
- [_S, _SR],
990
- [0, 0]
991
- ];
992
- exports.AccountGateResult$ = AccountGateResult$;
993
- const AccountLimit$ = [3, n0, _AL,
994
- 0,
995
- [_N, _V],
996
- [0, 1]
997
- ];
998
- exports.AccountLimit$ = AccountLimit$;
999
- const ActivateOrganizationsAccessInput$ = [3, n0, _AOAI,
1000
- 0,
1001
- [],
1002
- []
1003
- ];
1004
- exports.ActivateOrganizationsAccessInput$ = ActivateOrganizationsAccessInput$;
1005
- const ActivateOrganizationsAccessOutput$ = [3, n0, _AOAO,
1006
- 0,
1007
- [],
1008
- []
1009
- ];
1010
- exports.ActivateOrganizationsAccessOutput$ = ActivateOrganizationsAccessOutput$;
1011
- const ActivateTypeInput$ = [3, n0, _ATI,
1012
- 0,
1013
- [_T, _PTA, _PI, _TN, _TNA, _AU, _LC, _ERA, _VB, _MV],
1014
- [0, 0, 0, 0, 0, 2, () => LoggingConfig$, 0, 0, 1]
1015
- ];
1016
- exports.ActivateTypeInput$ = ActivateTypeInput$;
1017
- const ActivateTypeOutput$ = [3, n0, _ATO,
1018
- 0,
1019
- [_A],
1020
- [0]
1021
- ];
1022
- exports.ActivateTypeOutput$ = ActivateTypeOutput$;
1023
- const Annotation$ = [3, n0, _An,
1024
- 0,
1025
- [_AN, _S, _SM, _RM, _RL, _SL],
1026
- [0, 0, 0, 0, 0, 0]
1027
- ];
1028
- exports.Annotation$ = Annotation$;
1029
- const AutoDeployment$ = [3, n0, _AD,
1030
- 0,
1031
- [_E, _RSOAR, _DO],
1032
- [2, 2, 64 | 0]
1033
- ];
1034
- exports.AutoDeployment$ = AutoDeployment$;
1035
- const BatchDescribeTypeConfigurationsError$ = [3, n0, _BDTCE,
1036
- 0,
1037
- [_EC, _EM, _TCI],
1038
- [0, 0, () => TypeConfigurationIdentifier$]
1039
- ];
1040
- exports.BatchDescribeTypeConfigurationsError$ = BatchDescribeTypeConfigurationsError$;
1041
- const BatchDescribeTypeConfigurationsInput$ = [3, n0, _BDTCI,
1042
- 0,
1043
- [_TCIy],
1044
- [() => TypeConfigurationIdentifiers], 1
1045
- ];
1046
- exports.BatchDescribeTypeConfigurationsInput$ = BatchDescribeTypeConfigurationsInput$;
1047
- const BatchDescribeTypeConfigurationsOutput$ = [3, n0, _BDTCO,
1048
- 0,
1049
- [_Er, _UTC, _TC],
1050
- [() => BatchDescribeTypeConfigurationsErrors, () => UnprocessedTypeConfigurations, () => TypeConfigurationDetailsList]
1051
- ];
1052
- exports.BatchDescribeTypeConfigurationsOutput$ = BatchDescribeTypeConfigurationsOutput$;
1053
- const CancelUpdateStackInput$ = [3, n0, _CUSI,
1054
- 0,
1055
- [_SN, _CRT],
1056
- [0, 0], 1
1057
- ];
1058
- exports.CancelUpdateStackInput$ = CancelUpdateStackInput$;
1059
- const Change$ = [3, n0, _C,
1060
- 0,
1061
- [_T, _HIC, _RC],
1062
- [0, 1, () => ResourceChange$]
1063
- ];
1064
- exports.Change$ = Change$;
1065
- const ChangeSetHook$ = [3, n0, _CSH,
1066
- 0,
1067
- [_IP, _FM, _TN, _TVI, _TCVI, _TD],
1068
- [0, 0, 0, 0, 0, () => ChangeSetHookTargetDetails$]
1069
- ];
1070
- exports.ChangeSetHook$ = ChangeSetHook$;
1071
- const ChangeSetHookResourceTargetDetails$ = [3, n0, _CSHRTD,
1072
- 0,
1073
- [_LRI, _RT, _RA],
1074
- [0, 0, 0]
1075
- ];
1076
- exports.ChangeSetHookResourceTargetDetails$ = ChangeSetHookResourceTargetDetails$;
1077
- const ChangeSetHookTargetDetails$ = [3, n0, _CSHTD,
1078
- 0,
1079
- [_TT, _RTD],
1080
- [0, () => ChangeSetHookResourceTargetDetails$]
1081
- ];
1082
- exports.ChangeSetHookTargetDetails$ = ChangeSetHookTargetDetails$;
1083
- const ChangeSetSummary$ = [3, n0, _CSS,
1084
- 0,
1085
- [_SI, _SN, _CSI, _CSN, _ES, _S, _SR, _CT, _D, _INS, _PCSI, _RCSI, _IER],
1086
- [0, 0, 0, 0, 0, 0, 0, 4, 0, 2, 0, 0, 2]
1087
- ];
1088
- exports.ChangeSetSummary$ = ChangeSetSummary$;
1089
- const ContinueUpdateRollbackInput$ = [3, n0, _CURI,
1090
- 0,
1091
- [_SN, _RARN, _RTS, _CRT],
1092
- [0, 0, 64 | 0, 0], 1
1093
- ];
1094
- exports.ContinueUpdateRollbackInput$ = ContinueUpdateRollbackInput$;
1095
- const ContinueUpdateRollbackOutput$ = [3, n0, _CURO,
1096
- 0,
1097
- [],
1098
- []
1099
- ];
1100
- exports.ContinueUpdateRollbackOutput$ = ContinueUpdateRollbackOutput$;
1101
- const CreateChangeSetInput$ = [3, n0, _CCSI,
1102
- 0,
1103
- [_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
1104
- [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0], 2
1105
- ];
1106
- exports.CreateChangeSetInput$ = CreateChangeSetInput$;
1107
- const CreateChangeSetOutput$ = [3, n0, _CCSO,
1108
- 0,
1109
- [_I, _SI],
1110
- [0, 0]
1111
- ];
1112
- exports.CreateChangeSetOutput$ = CreateChangeSetOutput$;
1113
- const CreateGeneratedTemplateInput$ = [3, n0, _CGTI,
1114
- 0,
1115
- [_GTN, _R, _SN, _TCe],
1116
- [0, () => ResourceDefinitions, 0, () => TemplateConfiguration$], 1
1117
- ];
1118
- exports.CreateGeneratedTemplateInput$ = CreateGeneratedTemplateInput$;
1119
- const CreateGeneratedTemplateOutput$ = [3, n0, _CGTO,
1120
- 0,
1121
- [_GTI],
1122
- [0]
1123
- ];
1124
- exports.CreateGeneratedTemplateOutput$ = CreateGeneratedTemplateOutput$;
1125
- const CreateStackInput$ = [3, n0, _CSIr,
1126
- 0,
1127
- [_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC],
1128
- [0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2], 1
1129
- ];
1130
- exports.CreateStackInput$ = CreateStackInput$;
1131
- const CreateStackInstancesInput$ = [3, n0, _CSII,
1132
- 0,
1133
- [_SSN, _Re, _Ac, _DT, _PO, _OP, _OI, _CA],
1134
- [0, 64 | 0, 64 | 0, () => DeploymentTargets$, () => _Parameters, () => StackSetOperationPreferences$, [0, 4], 0], 2
1135
- ];
1136
- exports.CreateStackInstancesInput$ = CreateStackInstancesInput$;
1137
- const CreateStackInstancesOutput$ = [3, n0, _CSIO,
1138
- 0,
1139
- [_OI],
1140
- [0]
1141
- ];
1142
- exports.CreateStackInstancesOutput$ = CreateStackInstancesOutput$;
1143
- const CreateStackOutput$ = [3, n0, _CSO,
1144
- 0,
1145
- [_SI, _OI],
1146
- [0, 0]
1147
- ];
1148
- exports.CreateStackOutput$ = CreateStackOutput$;
1149
- const CreateStackRefactorInput$ = [3, n0, _CSRI,
1150
- 0,
1151
- [_SD, _D, _ESC, _RMe],
1152
- [() => StackDefinitions, 0, 2, () => ResourceMappings], 1
1153
- ];
1154
- exports.CreateStackRefactorInput$ = CreateStackRefactorInput$;
1155
- const CreateStackRefactorOutput$ = [3, n0, _CSRO,
1156
- 0,
1157
- [_SRI],
1158
- [0], 1
1159
- ];
1160
- exports.CreateStackRefactorOutput$ = CreateStackRefactorOutput$;
1161
- const CreateStackSetInput$ = [3, n0, _CSSI,
1162
- 0,
1163
- [_SSN, _D, _TB, _TURL, _SI, _P, _Ca, _Ta, _ARARN, _ERN, _PM, _AD, _CA, _CRT, _ME],
1164
- [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => AutoDeployment$, 0, [0, 4], () => ManagedExecution$], 1
1165
- ];
1166
- exports.CreateStackSetInput$ = CreateStackSetInput$;
1167
- const CreateStackSetOutput$ = [3, n0, _CSSO,
1168
- 0,
1169
- [_SSI],
1170
- [0]
1171
- ];
1172
- exports.CreateStackSetOutput$ = CreateStackSetOutput$;
1173
- const DeactivateOrganizationsAccessInput$ = [3, n0, _DOAI,
1174
- 0,
1175
- [],
1176
- []
1177
- ];
1178
- exports.DeactivateOrganizationsAccessInput$ = DeactivateOrganizationsAccessInput$;
1179
- const DeactivateOrganizationsAccessOutput$ = [3, n0, _DOAO,
1180
- 0,
1181
- [],
1182
- []
1183
- ];
1184
- exports.DeactivateOrganizationsAccessOutput$ = DeactivateOrganizationsAccessOutput$;
1185
- const DeactivateTypeInput$ = [3, n0, _DTI,
1186
- 0,
1187
- [_TN, _T, _A],
1188
- [0, 0, 0]
1189
- ];
1190
- exports.DeactivateTypeInput$ = DeactivateTypeInput$;
1191
- const DeactivateTypeOutput$ = [3, n0, _DTO,
1192
- 0,
1193
- [],
1194
- []
1195
- ];
1196
- exports.DeactivateTypeOutput$ = DeactivateTypeOutput$;
1197
- const DeleteChangeSetInput$ = [3, n0, _DCSI,
1198
- 0,
1199
- [_CSN, _SN],
1200
- [0, 0], 1
1201
- ];
1202
- exports.DeleteChangeSetInput$ = DeleteChangeSetInput$;
1203
- const DeleteChangeSetOutput$ = [3, n0, _DCSO,
1204
- 0,
1205
- [],
1206
- []
1207
- ];
1208
- exports.DeleteChangeSetOutput$ = DeleteChangeSetOutput$;
1209
- const DeleteGeneratedTemplateInput$ = [3, n0, _DGTI,
1210
- 0,
1211
- [_GTN],
1212
- [0], 1
1213
- ];
1214
- exports.DeleteGeneratedTemplateInput$ = DeleteGeneratedTemplateInput$;
1215
- const DeleteStackInput$ = [3, n0, _DSI,
1216
- 0,
1217
- [_SN, _RR, _RARN, _CRT, _DMe],
1218
- [0, 64 | 0, 0, 0, 0], 1
1219
- ];
1220
- exports.DeleteStackInput$ = DeleteStackInput$;
1221
- const DeleteStackInstancesInput$ = [3, n0, _DSII,
1222
- 0,
1223
- [_SSN, _Re, _RS, _Ac, _DT, _OP, _OI, _CA],
1224
- [0, 64 | 0, 2, 64 | 0, () => DeploymentTargets$, () => StackSetOperationPreferences$, [0, 4], 0], 3
1225
- ];
1226
- exports.DeleteStackInstancesInput$ = DeleteStackInstancesInput$;
1227
- const DeleteStackInstancesOutput$ = [3, n0, _DSIO,
1228
- 0,
1229
- [_OI],
1230
- [0]
1231
- ];
1232
- exports.DeleteStackInstancesOutput$ = DeleteStackInstancesOutput$;
1233
- const DeleteStackSetInput$ = [3, n0, _DSSI,
1234
- 0,
1235
- [_SSN, _CA],
1236
- [0, 0], 1
1237
- ];
1238
- exports.DeleteStackSetInput$ = DeleteStackSetInput$;
1239
- const DeleteStackSetOutput$ = [3, n0, _DSSO,
1240
- 0,
1241
- [],
1242
- []
1243
- ];
1244
- exports.DeleteStackSetOutput$ = DeleteStackSetOutput$;
1245
- const DeploymentTargets$ = [3, n0, _DT,
1246
- 0,
1247
- [_Ac, _AUc, _OUI, _AFT],
1248
- [64 | 0, 0, 64 | 0, 0]
1249
- ];
1250
- exports.DeploymentTargets$ = DeploymentTargets$;
1251
- const DeregisterTypeInput$ = [3, n0, _DTIe,
1252
- 0,
1253
- [_A, _T, _TN, _VI],
1254
- [0, 0, 0, 0]
1255
- ];
1256
- exports.DeregisterTypeInput$ = DeregisterTypeInput$;
1257
- const DeregisterTypeOutput$ = [3, n0, _DTOe,
1258
- 0,
1259
- [],
1260
- []
1261
- ];
1262
- exports.DeregisterTypeOutput$ = DeregisterTypeOutput$;
1263
- const DescribeAccountLimitsInput$ = [3, n0, _DALI,
1264
- 0,
1265
- [_NT],
1266
- [0]
1267
- ];
1268
- exports.DescribeAccountLimitsInput$ = DescribeAccountLimitsInput$;
1269
- const DescribeAccountLimitsOutput$ = [3, n0, _DALO,
1270
- 0,
1271
- [_ALc, _NT],
1272
- [() => AccountLimitList, 0]
1273
- ];
1274
- exports.DescribeAccountLimitsOutput$ = DescribeAccountLimitsOutput$;
1275
- const DescribeChangeSetHooksInput$ = [3, n0, _DCSHI,
1276
- 0,
1277
- [_CSN, _SN, _NT, _LRI],
1278
- [0, 0, 0, 0], 1
1279
- ];
1280
- exports.DescribeChangeSetHooksInput$ = DescribeChangeSetHooksInput$;
1281
- const DescribeChangeSetHooksOutput$ = [3, n0, _DCSHO,
1282
- 0,
1283
- [_CSI, _CSN, _H, _S, _NT, _SI, _SN],
1284
- [0, 0, () => ChangeSetHooks, 0, 0, 0, 0]
1285
- ];
1286
- exports.DescribeChangeSetHooksOutput$ = DescribeChangeSetHooksOutput$;
1287
- const DescribeChangeSetInput$ = [3, n0, _DCSIe,
1288
- 0,
1289
- [_CSN, _SN, _NT, _IPV],
1290
- [0, 0, 0, 2], 1
1291
- ];
1292
- exports.DescribeChangeSetInput$ = DescribeChangeSetInput$;
1293
- const DescribeChangeSetOutput$ = [3, n0, _DCSOe,
1294
- 0,
1295
- [_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM],
1296
- [0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0]
1297
- ];
1298
- exports.DescribeChangeSetOutput$ = DescribeChangeSetOutput$;
1299
- const DescribeEventsInput$ = [3, n0, _DEI,
1300
- 0,
1301
- [_SN, _CSN, _OI, _F, _NT],
1302
- [0, 0, 0, () => EventFilter$, 0]
1303
- ];
1304
- exports.DescribeEventsInput$ = DescribeEventsInput$;
1305
- const DescribeEventsOutput$ = [3, n0, _DEO,
1306
- 0,
1307
- [_OE, _NT],
1308
- [() => OperationEvents, 0]
1309
- ];
1310
- exports.DescribeEventsOutput$ = DescribeEventsOutput$;
1311
- const DescribeGeneratedTemplateInput$ = [3, n0, _DGTIe,
1312
- 0,
1313
- [_GTN],
1314
- [0], 1
1315
- ];
1316
- exports.DescribeGeneratedTemplateInput$ = DescribeGeneratedTemplateInput$;
1317
- const DescribeGeneratedTemplateOutput$ = [3, n0, _DGTO,
1318
- 0,
1319
- [_GTI, _GTN, _R, _S, _SR, _CT, _LUT, _Pr, _SI, _TCe, _TW],
1320
- [0, 0, () => ResourceDetails, 0, 0, 4, 4, () => TemplateProgress$, 0, () => TemplateConfiguration$, 1]
1321
- ];
1322
- exports.DescribeGeneratedTemplateOutput$ = DescribeGeneratedTemplateOutput$;
1323
- const DescribeOrganizationsAccessInput$ = [3, n0, _DOAIe,
1324
- 0,
1325
- [_CA],
1326
- [0]
1327
- ];
1328
- exports.DescribeOrganizationsAccessInput$ = DescribeOrganizationsAccessInput$;
1329
- const DescribeOrganizationsAccessOutput$ = [3, n0, _DOAOe,
1330
- 0,
1331
- [_S],
1332
- [0]
1333
- ];
1334
- exports.DescribeOrganizationsAccessOutput$ = DescribeOrganizationsAccessOutput$;
1335
- const DescribePublisherInput$ = [3, n0, _DPI,
1336
- 0,
1337
- [_PI],
1338
- [0]
1339
- ];
1340
- exports.DescribePublisherInput$ = DescribePublisherInput$;
1341
- const DescribePublisherOutput$ = [3, n0, _DPO,
1342
- 0,
1343
- [_PI, _PS, _IPd, _PP],
1344
- [0, 0, 0, 0]
1345
- ];
1346
- exports.DescribePublisherOutput$ = DescribePublisherOutput$;
1347
- const DescribeResourceScanInput$ = [3, n0, _DRSI,
1348
- 0,
1349
- [_RSI],
1350
- [0], 1
1351
- ];
1352
- exports.DescribeResourceScanInput$ = DescribeResourceScanInput$;
1353
- const DescribeResourceScanOutput$ = [3, n0, _DRSO,
1354
- 0,
1355
- [_RSI, _S, _SR, _ST, _ET, _PC, _RTe, _RSe, _RRe, _SF],
1356
- [0, 0, 0, 4, 4, 1, 64 | 0, 1, 1, () => ScanFilters]
1357
- ];
1358
- exports.DescribeResourceScanOutput$ = DescribeResourceScanOutput$;
1359
- const DescribeStackDriftDetectionStatusInput$ = [3, n0, _DSDDSI,
1360
- 0,
1361
- [_SDDI],
1362
- [0], 1
1363
- ];
1364
- exports.DescribeStackDriftDetectionStatusInput$ = DescribeStackDriftDetectionStatusInput$;
1365
- const DescribeStackDriftDetectionStatusOutput$ = [3, n0, _DSDDSO,
1366
- 0,
1367
- [_SI, _SDDI, _DS, _Ti, _SDS, _DSR, _DSRC],
1368
- [0, 0, 0, 4, 0, 0, 1], 4
1369
- ];
1370
- exports.DescribeStackDriftDetectionStatusOutput$ = DescribeStackDriftDetectionStatusOutput$;
1371
- const DescribeStackEventsInput$ = [3, n0, _DSEI,
1372
- 0,
1373
- [_SN, _NT],
1374
- [0, 0], 1
1375
- ];
1376
- exports.DescribeStackEventsInput$ = DescribeStackEventsInput$;
1377
- const DescribeStackEventsOutput$ = [3, n0, _DSEO,
1378
- 0,
1379
- [_SE, _NT],
1380
- [() => StackEvents, 0]
1381
- ];
1382
- exports.DescribeStackEventsOutput$ = DescribeStackEventsOutput$;
1383
- const DescribeStackInstanceInput$ = [3, n0, _DSIIe,
1384
- 0,
1385
- [_SSN, _SIA, _SIR, _CA],
1386
- [0, 0, 0, 0], 3
1387
- ];
1388
- exports.DescribeStackInstanceInput$ = DescribeStackInstanceInput$;
1389
- const DescribeStackInstanceOutput$ = [3, n0, _DSIOe,
1390
- 0,
1391
- [_SIt],
1392
- [() => StackInstance$]
1393
- ];
1394
- exports.DescribeStackInstanceOutput$ = DescribeStackInstanceOutput$;
1395
- const DescribeStackRefactorInput$ = [3, n0, _DSRI,
1396
- 0,
1397
- [_SRI],
1398
- [0], 1
1399
- ];
1400
- exports.DescribeStackRefactorInput$ = DescribeStackRefactorInput$;
1401
- const DescribeStackRefactorOutput$ = [3, n0, _DSRO,
1402
- 0,
1403
- [_D, _SRI, _SIta, _ES, _ESR, _S, _SR],
1404
- [0, 0, 64 | 0, 0, 0, 0, 0]
1405
- ];
1406
- exports.DescribeStackRefactorOutput$ = DescribeStackRefactorOutput$;
1407
- const DescribeStackResourceDriftsInput$ = [3, n0, _DSRDI,
1408
- 0,
1409
- [_SN, _SRDSF, _NT, _MR],
1410
- [0, 64 | 0, 0, 1], 1
1411
- ];
1412
- exports.DescribeStackResourceDriftsInput$ = DescribeStackResourceDriftsInput$;
1413
- const DescribeStackResourceDriftsOutput$ = [3, n0, _DSRDO,
1414
- 0,
1415
- [_SRD, _NT],
1416
- [() => StackResourceDrifts, 0], 1
1417
- ];
1418
- exports.DescribeStackResourceDriftsOutput$ = DescribeStackResourceDriftsOutput$;
1419
- const DescribeStackResourceInput$ = [3, n0, _DSRIe,
1420
- 0,
1421
- [_SN, _LRI],
1422
- [0, 0], 2
1423
- ];
1424
- exports.DescribeStackResourceInput$ = DescribeStackResourceInput$;
1425
- const DescribeStackResourceOutput$ = [3, n0, _DSROe,
1426
- 0,
1427
- [_SRDt],
1428
- [() => StackResourceDetail$]
1429
- ];
1430
- exports.DescribeStackResourceOutput$ = DescribeStackResourceOutput$;
1431
- const DescribeStackResourcesInput$ = [3, n0, _DSRIes,
1432
- 0,
1433
- [_SN, _LRI, _PRI],
1434
- [0, 0, 0]
1435
- ];
1436
- exports.DescribeStackResourcesInput$ = DescribeStackResourcesInput$;
1437
- const DescribeStackResourcesOutput$ = [3, n0, _DSROes,
1438
- 0,
1439
- [_SRt],
1440
- [() => StackResources]
1441
- ];
1442
- exports.DescribeStackResourcesOutput$ = DescribeStackResourcesOutput$;
1443
- const DescribeStackSetInput$ = [3, n0, _DSSIe,
1444
- 0,
1445
- [_SSN, _CA],
1446
- [0, 0], 1
1447
- ];
1448
- exports.DescribeStackSetInput$ = DescribeStackSetInput$;
1449
- const DescribeStackSetOperationInput$ = [3, n0, _DSSOI,
1450
- 0,
1451
- [_SSN, _OI, _CA],
1452
- [0, 0, 0], 2
1453
- ];
1454
- exports.DescribeStackSetOperationInput$ = DescribeStackSetOperationInput$;
1455
- const DescribeStackSetOperationOutput$ = [3, n0, _DSSOO,
1456
- 0,
1457
- [_SSO],
1458
- [() => StackSetOperation$]
1459
- ];
1460
- exports.DescribeStackSetOperationOutput$ = DescribeStackSetOperationOutput$;
1461
- const DescribeStackSetOutput$ = [3, n0, _DSSOe,
1462
- 0,
1463
- [_SS],
1464
- [() => StackSet$]
1465
- ];
1466
- exports.DescribeStackSetOutput$ = DescribeStackSetOutput$;
1467
- const DescribeStacksInput$ = [3, n0, _DSIe,
1468
- 0,
1469
- [_SN, _NT],
1470
- [0, 0]
1471
- ];
1472
- exports.DescribeStacksInput$ = DescribeStacksInput$;
1473
- const DescribeStacksOutput$ = [3, n0, _DSO,
1474
- 0,
1475
- [_St, _NT],
1476
- [() => Stacks, 0]
1477
- ];
1478
- exports.DescribeStacksOutput$ = DescribeStacksOutput$;
1479
- const DescribeTypeInput$ = [3, n0, _DTIes,
1480
- 0,
1481
- [_T, _TN, _A, _VI, _PI, _PVN],
1482
- [0, 0, 0, 0, 0, 0]
1483
- ];
1484
- exports.DescribeTypeInput$ = DescribeTypeInput$;
1485
- const DescribeTypeOutput$ = [3, n0, _DTOes,
1486
- 0,
1487
- [_A, _T, _TN, _DVI, _IDV, _TTS, _TTSD, _D, _Sc, _PT, _DSe, _LC, _RAT, _ERA, _Vi, _SU, _DU, _LU, _TCi, _CS, _PI, _OTN, _OTA, _PVN, _LPV, _IA, _AU],
1488
- [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, () => LoggingConfig$, () => RequiredActivatedTypes, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, 2]
1489
- ];
1490
- exports.DescribeTypeOutput$ = DescribeTypeOutput$;
1491
- const DescribeTypeRegistrationInput$ = [3, n0, _DTRI,
1492
- 0,
1493
- [_RTeg],
1494
- [0], 1
1495
- ];
1496
- exports.DescribeTypeRegistrationInput$ = DescribeTypeRegistrationInput$;
1497
- const DescribeTypeRegistrationOutput$ = [3, n0, _DTRO,
1498
- 0,
1499
- [_PSr, _D, _TA, _TVA],
1500
- [0, 0, 0, 0]
1501
- ];
1502
- exports.DescribeTypeRegistrationOutput$ = DescribeTypeRegistrationOutput$;
1503
- const DetectStackDriftInput$ = [3, n0, _DSDI,
1504
- 0,
1505
- [_SN, _LRIo],
1506
- [0, 64 | 0], 1
1507
- ];
1508
- exports.DetectStackDriftInput$ = DetectStackDriftInput$;
1509
- const DetectStackDriftOutput$ = [3, n0, _DSDO,
1510
- 0,
1511
- [_SDDI],
1512
- [0], 1
1513
- ];
1514
- exports.DetectStackDriftOutput$ = DetectStackDriftOutput$;
1515
- const DetectStackResourceDriftInput$ = [3, n0, _DSRDIe,
1516
- 0,
1517
- [_SN, _LRI],
1518
- [0, 0], 2
1519
- ];
1520
- exports.DetectStackResourceDriftInput$ = DetectStackResourceDriftInput$;
1521
- const DetectStackResourceDriftOutput$ = [3, n0, _DSRDOe,
1522
- 0,
1523
- [_SRDta],
1524
- [() => StackResourceDrift$], 1
1525
- ];
1526
- exports.DetectStackResourceDriftOutput$ = DetectStackResourceDriftOutput$;
1527
- const DetectStackSetDriftInput$ = [3, n0, _DSSDI,
1528
- 0,
1529
- [_SSN, _OP, _OI, _CA],
1530
- [0, () => StackSetOperationPreferences$, [0, 4], 0], 1
1531
- ];
1532
- exports.DetectStackSetDriftInput$ = DetectStackSetDriftInput$;
1533
- const DetectStackSetDriftOutput$ = [3, n0, _DSSDO,
1534
- 0,
1535
- [_OI],
1536
- [0]
1537
- ];
1538
- exports.DetectStackSetDriftOutput$ = DetectStackSetDriftOutput$;
1539
- const EstimateTemplateCostInput$ = [3, n0, _ETCI,
1540
- 0,
1541
- [_TB, _TURL, _P],
1542
- [0, 0, () => _Parameters]
1543
- ];
1544
- exports.EstimateTemplateCostInput$ = EstimateTemplateCostInput$;
1545
- const EstimateTemplateCostOutput$ = [3, n0, _ETCO,
1546
- 0,
1547
- [_U],
1548
- [0]
1549
- ];
1550
- exports.EstimateTemplateCostOutput$ = EstimateTemplateCostOutput$;
1551
- const EventFilter$ = [3, n0, _EF,
1552
- 0,
1553
- [_FE],
1554
- [2]
1555
- ];
1556
- exports.EventFilter$ = EventFilter$;
1557
- const ExecuteChangeSetInput$ = [3, n0, _ECSI,
1558
- 0,
1559
- [_CSN, _SN, _CRT, _DR, _REOC],
1560
- [0, 0, 0, 2, 2], 1
1561
- ];
1562
- exports.ExecuteChangeSetInput$ = ExecuteChangeSetInput$;
1563
- const ExecuteChangeSetOutput$ = [3, n0, _ECSO,
1564
- 0,
1565
- [],
1566
- []
1567
- ];
1568
- exports.ExecuteChangeSetOutput$ = ExecuteChangeSetOutput$;
1569
- const ExecuteStackRefactorInput$ = [3, n0, _ESRI,
1570
- 0,
1571
- [_SRI],
1572
- [0], 1
1573
- ];
1574
- exports.ExecuteStackRefactorInput$ = ExecuteStackRefactorInput$;
1575
- const Export$ = [3, n0, _Ex,
1576
- 0,
1577
- [_ESI, _N, _V],
1578
- [0, 0, 0]
1579
- ];
1580
- exports.Export$ = Export$;
1581
- const GetGeneratedTemplateInput$ = [3, n0, _GGTI,
1582
- 0,
1583
- [_GTN, _Fo],
1584
- [0, 0], 1
1585
- ];
1586
- exports.GetGeneratedTemplateInput$ = GetGeneratedTemplateInput$;
1587
- const GetGeneratedTemplateOutput$ = [3, n0, _GGTO,
1588
- 0,
1589
- [_S, _TB],
1590
- [0, 0]
1591
- ];
1592
- exports.GetGeneratedTemplateOutput$ = GetGeneratedTemplateOutput$;
1593
- const GetHookResultInput$ = [3, n0, _GHRI,
1594
- 0,
1595
- [_HRI],
1596
- [0]
1597
- ];
1598
- exports.GetHookResultInput$ = GetHookResultInput$;
1599
- const GetHookResultOutput$ = [3, n0, _GHRO,
1600
- 0,
1601
- [_HRI, _IP, _FM, _TN, _OTN, _TVI, _TCVI, _TA, _S, _HSR, _IAn, _Tar, _Ann],
1602
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, () => HookTarget$, () => AnnotationList]
1603
- ];
1604
- exports.GetHookResultOutput$ = GetHookResultOutput$;
1605
- const GetStackPolicyInput$ = [3, n0, _GSPI,
1606
- 0,
1607
- [_SN],
1608
- [0], 1
1609
- ];
1610
- exports.GetStackPolicyInput$ = GetStackPolicyInput$;
1611
- const GetStackPolicyOutput$ = [3, n0, _GSPO,
1612
- 0,
1613
- [_SPB],
1614
- [0]
1615
- ];
1616
- exports.GetStackPolicyOutput$ = GetStackPolicyOutput$;
1617
- const GetTemplateInput$ = [3, n0, _GTIe,
1618
- 0,
1619
- [_SN, _CSN, _TS],
1620
- [0, 0, 0]
1621
- ];
1622
- exports.GetTemplateInput$ = GetTemplateInput$;
1623
- const GetTemplateOutput$ = [3, n0, _GTO,
1624
- 0,
1625
- [_TB, _SA],
1626
- [0, 64 | 0]
1627
- ];
1628
- exports.GetTemplateOutput$ = GetTemplateOutput$;
1629
- const GetTemplateSummaryInput$ = [3, n0, _GTSI,
1630
- 0,
1631
- [_TB, _TURL, _SN, _SSN, _CA, _TSC],
1632
- [0, 0, 0, 0, 0, () => TemplateSummaryConfig$]
1633
- ];
1634
- exports.GetTemplateSummaryInput$ = GetTemplateSummaryInput$;
1635
- const GetTemplateSummaryOutput$ = [3, n0, _GTSO,
1636
- 0,
1637
- [_P, _D, _Ca, _CR, _RTe, _Ve, _Me, _DTe, _RIS, _W],
1638
- [() => ParameterDeclarations, 0, 64 | 0, 0, 64 | 0, 0, 0, 64 | 0, () => ResourceIdentifierSummaries, () => Warnings$]
1639
- ];
1640
- exports.GetTemplateSummaryOutput$ = GetTemplateSummaryOutput$;
1641
- const HookResultSummary$ = [3, n0, _HRS,
1642
- 0,
1643
- [_HRI, _IP, _FM, _TN, _TVI, _TCVI, _S, _HSR, _IAn, _TT, _TI, _TA, _HET],
1644
- [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0]
1645
- ];
1646
- exports.HookResultSummary$ = HookResultSummary$;
1647
- const HookTarget$ = [3, n0, _HT,
1648
- 0,
1649
- [_TT, _TTN, _TI, _Act],
1650
- [0, 0, 0, 0], 4
1651
- ];
1652
- exports.HookTarget$ = HookTarget$;
1653
- const ImportStacksToStackSetInput$ = [3, n0, _ISTSSI,
1654
- 0,
1655
- [_SSN, _SIta, _SIU, _OUI, _OP, _OI, _CA],
1656
- [0, 64 | 0, 0, 64 | 0, () => StackSetOperationPreferences$, [0, 4], 0], 1
1657
- ];
1658
- exports.ImportStacksToStackSetInput$ = ImportStacksToStackSetInput$;
1659
- const ImportStacksToStackSetOutput$ = [3, n0, _ISTSSO,
1660
- 0,
1661
- [_OI],
1662
- [0]
1663
- ];
1664
- exports.ImportStacksToStackSetOutput$ = ImportStacksToStackSetOutput$;
1665
- const ListChangeSetsInput$ = [3, n0, _LCSI,
1666
- 0,
1667
- [_SN, _NT],
1668
- [0, 0], 1
1669
- ];
1670
- exports.ListChangeSetsInput$ = ListChangeSetsInput$;
1671
- const ListChangeSetsOutput$ = [3, n0, _LCSO,
1672
- 0,
1673
- [_Su, _NT],
1674
- [() => ChangeSetSummaries, 0]
1675
- ];
1676
- exports.ListChangeSetsOutput$ = ListChangeSetsOutput$;
1677
- const ListExportsInput$ = [3, n0, _LEI,
1678
- 0,
1679
- [_NT],
1680
- [0]
1681
- ];
1682
- exports.ListExportsInput$ = ListExportsInput$;
1683
- const ListExportsOutput$ = [3, n0, _LEO,
1684
- 0,
1685
- [_Exp, _NT],
1686
- [() => Exports, 0]
1687
- ];
1688
- exports.ListExportsOutput$ = ListExportsOutput$;
1689
- const ListGeneratedTemplatesInput$ = [3, n0, _LGTI,
1690
- 0,
1691
- [_NT, _MR],
1692
- [0, 1]
1693
- ];
1694
- exports.ListGeneratedTemplatesInput$ = ListGeneratedTemplatesInput$;
1695
- const ListGeneratedTemplatesOutput$ = [3, n0, _LGTO,
1696
- 0,
1697
- [_Su, _NT],
1698
- [() => TemplateSummaries, 0]
1699
- ];
1700
- exports.ListGeneratedTemplatesOutput$ = ListGeneratedTemplatesOutput$;
1701
- const ListHookResultsInput$ = [3, n0, _LHRI,
1702
- 0,
1703
- [_TT, _TI, _TA, _S, _NT],
1704
- [0, 0, 0, 0, 0]
1705
- ];
1706
- exports.ListHookResultsInput$ = ListHookResultsInput$;
1707
- const ListHookResultsOutput$ = [3, n0, _LHRO,
1708
- 0,
1709
- [_TT, _TI, _HR, _NT],
1710
- [0, 0, () => HookResultSummaries, 0]
1711
- ];
1712
- exports.ListHookResultsOutput$ = ListHookResultsOutput$;
1713
- const ListImportsInput$ = [3, n0, _LII,
1714
- 0,
1715
- [_EN, _NT],
1716
- [0, 0], 1
1717
- ];
1718
- exports.ListImportsInput$ = ListImportsInput$;
1719
- const ListImportsOutput$ = [3, n0, _LIO,
1720
- 0,
1721
- [_Im, _NT],
1722
- [64 | 0, 0]
1723
- ];
1724
- exports.ListImportsOutput$ = ListImportsOutput$;
1725
- const ListResourceScanRelatedResourcesInput$ = [3, n0, _LRSRRI,
1726
- 0,
1727
- [_RSI, _R, _NT, _MR],
1728
- [0, () => ScannedResourceIdentifiers, 0, 1], 2
1729
- ];
1730
- exports.ListResourceScanRelatedResourcesInput$ = ListResourceScanRelatedResourcesInput$;
1731
- const ListResourceScanRelatedResourcesOutput$ = [3, n0, _LRSRRO,
1732
- 0,
1733
- [_RRel, _NT],
1734
- [() => RelatedResources, 0]
1735
- ];
1736
- exports.ListResourceScanRelatedResourcesOutput$ = ListResourceScanRelatedResourcesOutput$;
1737
- const ListResourceScanResourcesInput$ = [3, n0, _LRSRI,
1738
- 0,
1739
- [_RSI, _RI, _RTP, _TK, _TV, _NT, _MR],
1740
- [0, 0, 0, 0, 0, 0, 1], 1
1741
- ];
1742
- exports.ListResourceScanResourcesInput$ = ListResourceScanResourcesInput$;
1743
- const ListResourceScanResourcesOutput$ = [3, n0, _LRSRO,
1744
- 0,
1745
- [_R, _NT],
1746
- [() => ScannedResources, 0]
1747
- ];
1748
- exports.ListResourceScanResourcesOutput$ = ListResourceScanResourcesOutput$;
1749
- const ListResourceScansInput$ = [3, n0, _LRSI,
1750
- 0,
1751
- [_NT, _MR, _STF],
1752
- [0, 1, 0]
1753
- ];
1754
- exports.ListResourceScansInput$ = ListResourceScansInput$;
1755
- const ListResourceScansOutput$ = [3, n0, _LRSO,
1756
- 0,
1757
- [_RSS, _NT],
1758
- [() => ResourceScanSummaries, 0]
1759
- ];
1760
- exports.ListResourceScansOutput$ = ListResourceScansOutput$;
1761
- const ListStackInstanceResourceDriftsInput$ = [3, n0, _LSIRDI,
1762
- 0,
1763
- [_SSN, _SIA, _SIR, _OI, _NT, _MR, _SIRDS, _CA],
1764
- [0, 0, 0, 0, 0, 1, 64 | 0, 0], 4
1765
- ];
1766
- exports.ListStackInstanceResourceDriftsInput$ = ListStackInstanceResourceDriftsInput$;
1767
- const ListStackInstanceResourceDriftsOutput$ = [3, n0, _LSIRDO,
1768
- 0,
1769
- [_Su, _NT],
1770
- [() => StackInstanceResourceDriftsSummaries, 0]
1771
- ];
1772
- exports.ListStackInstanceResourceDriftsOutput$ = ListStackInstanceResourceDriftsOutput$;
1773
- const ListStackInstancesInput$ = [3, n0, _LSII,
1774
- 0,
1775
- [_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
1776
- [0, 0, 1, () => StackInstanceFilters, 0, 0, 0], 1
1777
- ];
1778
- exports.ListStackInstancesInput$ = ListStackInstancesInput$;
1779
- const ListStackInstancesOutput$ = [3, n0, _LSIO,
1780
- 0,
1781
- [_Su, _NT],
1782
- [() => StackInstanceSummaries, 0]
1783
- ];
1784
- exports.ListStackInstancesOutput$ = ListStackInstancesOutput$;
1785
- const ListStackRefactorActionsInput$ = [3, n0, _LSRAI,
1786
- 0,
1787
- [_SRI, _NT, _MR],
1788
- [0, 0, 1], 1
1789
- ];
1790
- exports.ListStackRefactorActionsInput$ = ListStackRefactorActionsInput$;
1791
- const ListStackRefactorActionsOutput$ = [3, n0, _LSRAO,
1792
- 0,
1793
- [_SRA, _NT],
1794
- [() => StackRefactorActions, 0], 1
1795
- ];
1796
- exports.ListStackRefactorActionsOutput$ = ListStackRefactorActionsOutput$;
1797
- const ListStackRefactorsInput$ = [3, n0, _LSRI,
1798
- 0,
1799
- [_ESF, _NT, _MR],
1800
- [64 | 0, 0, 1]
1801
- ];
1802
- exports.ListStackRefactorsInput$ = ListStackRefactorsInput$;
1803
- const ListStackRefactorsOutput$ = [3, n0, _LSRO,
1804
- 0,
1805
- [_SRS, _NT],
1806
- [() => StackRefactorSummaries, 0], 1
1807
- ];
1808
- exports.ListStackRefactorsOutput$ = ListStackRefactorsOutput$;
1809
- const ListStackResourcesInput$ = [3, n0, _LSRIi,
1810
- 0,
1811
- [_SN, _NT],
1812
- [0, 0], 1
1813
- ];
1814
- exports.ListStackResourcesInput$ = ListStackResourcesInput$;
1815
- const ListStackResourcesOutput$ = [3, n0, _LSROi,
1816
- 0,
1817
- [_SRSt, _NT],
1818
- [() => StackResourceSummaries, 0]
1819
- ];
1820
- exports.ListStackResourcesOutput$ = ListStackResourcesOutput$;
1821
- const ListStackSetAutoDeploymentTargetsInput$ = [3, n0, _LSSADTI,
1822
- 0,
1823
- [_SSN, _NT, _MR, _CA],
1824
- [0, 0, 1, 0], 1
1825
- ];
1826
- exports.ListStackSetAutoDeploymentTargetsInput$ = ListStackSetAutoDeploymentTargetsInput$;
1827
- const ListStackSetAutoDeploymentTargetsOutput$ = [3, n0, _LSSADTO,
1828
- 0,
1829
- [_Su, _NT],
1830
- [() => StackSetAutoDeploymentTargetSummaries, 0]
1831
- ];
1832
- exports.ListStackSetAutoDeploymentTargetsOutput$ = ListStackSetAutoDeploymentTargetsOutput$;
1833
- const ListStackSetOperationResultsInput$ = [3, n0, _LSSORI,
1834
- 0,
1835
- [_SSN, _OI, _NT, _MR, _CA, _F],
1836
- [0, 0, 0, 1, 0, () => OperationResultFilters], 2
1837
- ];
1838
- exports.ListStackSetOperationResultsInput$ = ListStackSetOperationResultsInput$;
1839
- const ListStackSetOperationResultsOutput$ = [3, n0, _LSSORO,
1840
- 0,
1841
- [_Su, _NT],
1842
- [() => StackSetOperationResultSummaries, 0]
1843
- ];
1844
- exports.ListStackSetOperationResultsOutput$ = ListStackSetOperationResultsOutput$;
1845
- const ListStackSetOperationsInput$ = [3, n0, _LSSOI,
1846
- 0,
1847
- [_SSN, _NT, _MR, _CA],
1848
- [0, 0, 1, 0], 1
1849
- ];
1850
- exports.ListStackSetOperationsInput$ = ListStackSetOperationsInput$;
1851
- const ListStackSetOperationsOutput$ = [3, n0, _LSSOO,
1852
- 0,
1853
- [_Su, _NT],
1854
- [() => StackSetOperationSummaries, 0]
1855
- ];
1856
- exports.ListStackSetOperationsOutput$ = ListStackSetOperationsOutput$;
1857
- const ListStackSetsInput$ = [3, n0, _LSSI,
1858
- 0,
1859
- [_NT, _MR, _S, _CA],
1860
- [0, 1, 0, 0]
1861
- ];
1862
- exports.ListStackSetsInput$ = ListStackSetsInput$;
1863
- const ListStackSetsOutput$ = [3, n0, _LSSO,
1864
- 0,
1865
- [_Su, _NT],
1866
- [() => StackSetSummaries, 0]
1867
- ];
1868
- exports.ListStackSetsOutput$ = ListStackSetsOutput$;
1869
- const ListStacksInput$ = [3, n0, _LSI,
1870
- 0,
1871
- [_NT, _SSF],
1872
- [0, 64 | 0]
1873
- ];
1874
- exports.ListStacksInput$ = ListStacksInput$;
1875
- const ListStacksOutput$ = [3, n0, _LSO,
1876
- 0,
1877
- [_SSt, _NT],
1878
- [() => StackSummaries, 0]
1879
- ];
1880
- exports.ListStacksOutput$ = ListStacksOutput$;
1881
- const ListTypeRegistrationsInput$ = [3, n0, _LTRI,
1882
- 0,
1883
- [_T, _TN, _TA, _RSF, _MR, _NT],
1884
- [0, 0, 0, 0, 1, 0]
1885
- ];
1886
- exports.ListTypeRegistrationsInput$ = ListTypeRegistrationsInput$;
1887
- const ListTypeRegistrationsOutput$ = [3, n0, _LTRO,
1888
- 0,
1889
- [_RTL, _NT],
1890
- [64 | 0, 0]
1891
- ];
1892
- exports.ListTypeRegistrationsOutput$ = ListTypeRegistrationsOutput$;
1893
- const ListTypesInput$ = [3, n0, _LTI,
1894
- 0,
1895
- [_Vi, _PT, _DSe, _T, _F, _MR, _NT],
1896
- [0, 0, 0, 0, () => TypeFilters$, 1, 0]
1897
- ];
1898
- exports.ListTypesInput$ = ListTypesInput$;
1899
- const ListTypesOutput$ = [3, n0, _LTO,
1900
- 0,
1901
- [_TSy, _NT],
1902
- [() => TypeSummaries, 0]
1903
- ];
1904
- exports.ListTypesOutput$ = ListTypesOutput$;
1905
- const ListTypeVersionsInput$ = [3, n0, _LTVI,
1906
- 0,
1907
- [_T, _TN, _A, _MR, _NT, _DSe, _PI],
1908
- [0, 0, 0, 1, 0, 0, 0]
1909
- ];
1910
- exports.ListTypeVersionsInput$ = ListTypeVersionsInput$;
1911
- const ListTypeVersionsOutput$ = [3, n0, _LTVO,
1912
- 0,
1913
- [_TVS, _NT],
1914
- [() => TypeVersionSummaries, 0]
1915
- ];
1916
- exports.ListTypeVersionsOutput$ = ListTypeVersionsOutput$;
1917
- const LiveResourceDrift$ = [3, n0, _LRD,
1918
- 0,
1919
- [_PV, _AV, _DDT],
1920
- [0, 0, 4]
1921
- ];
1922
- exports.LiveResourceDrift$ = LiveResourceDrift$;
1923
- const LoggingConfig$ = [3, n0, _LC,
1924
- 0,
1925
- [_LRA, _LGN],
1926
- [0, 0], 2
1927
- ];
1928
- exports.LoggingConfig$ = LoggingConfig$;
1929
- const ManagedExecution$ = [3, n0, _ME,
1930
- 0,
1931
- [_Acti],
1932
- [2]
1933
- ];
1934
- exports.ManagedExecution$ = ManagedExecution$;
1935
- const ModuleInfo$ = [3, n0, _MI,
1936
- 0,
1937
- [_TH, _LIH],
1938
- [0, 0]
1939
- ];
1940
- exports.ModuleInfo$ = ModuleInfo$;
1941
- const OperationEntry$ = [3, n0, _OEp,
1942
- 0,
1943
- [_OT, _OI],
1944
- [0, 0]
1945
- ];
1946
- exports.OperationEntry$ = OperationEntry$;
1947
- const OperationEvent$ = [3, n0, _OEpe,
1948
- 0,
1949
- [_EI, _SI, _OI, _OT, _OS, _ETv, _LRI, _PRI, _RT, _Ti, _ST, _ET, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HFM, _DSet, _VFM, _VN, _VS, _VSR, _VP],
1950
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1951
- ];
1952
- exports.OperationEvent$ = OperationEvent$;
1953
- const OperationResultFilter$ = [3, n0, _ORF,
1954
- 0,
1955
- [_N, _Va],
1956
- [0, 0]
1957
- ];
1958
- exports.OperationResultFilter$ = OperationResultFilter$;
1959
- const Output$ = [3, n0, _O,
1960
- 0,
1961
- [_OK, _OV, _D, _EN],
1962
- [0, 0, 0, 0]
1963
- ];
1964
- exports.Output$ = Output$;
1965
- const Parameter$ = [3, n0, _Pa,
1966
- 0,
1967
- [_PK, _PVa, _UPV, _RV],
1968
- [0, 0, 2, 0]
1969
- ];
1970
- exports.Parameter$ = Parameter$;
1971
- const ParameterConstraints$ = [3, n0, _PCa,
1972
- 0,
1973
- [_AVl],
1974
- [64 | 0]
1975
- ];
1976
- exports.ParameterConstraints$ = ParameterConstraints$;
1977
- const ParameterDeclaration$ = [3, n0, _PD,
1978
- 0,
1979
- [_PK, _DV, _PTa, _NE, _D, _PCa],
1980
- [0, 0, 0, 2, 0, () => ParameterConstraints$]
1981
- ];
1982
- exports.ParameterDeclaration$ = ParameterDeclaration$;
1983
- const PhysicalResourceIdContextKeyValuePair$ = [3, n0, _PRICKVP,
1984
- 0,
1985
- [_K, _V],
1986
- [0, 0], 2
1987
- ];
1988
- exports.PhysicalResourceIdContextKeyValuePair$ = PhysicalResourceIdContextKeyValuePair$;
1989
- const PropertyDifference$ = [3, n0, _PDr,
1990
- 0,
1991
- [_PPr, _EV, _AV, _DTi],
1992
- [0, 0, 0, 0], 4
1993
- ];
1994
- exports.PropertyDifference$ = PropertyDifference$;
1995
- const PublishTypeInput$ = [3, n0, _PTI,
1996
- 0,
1997
- [_T, _A, _TN, _PVN],
1998
- [0, 0, 0, 0]
1999
- ];
2000
- exports.PublishTypeInput$ = PublishTypeInput$;
2001
- const PublishTypeOutput$ = [3, n0, _PTO,
2002
- 0,
2003
- [_PTA],
2004
- [0]
2005
- ];
2006
- exports.PublishTypeOutput$ = PublishTypeOutput$;
2007
- const RecordHandlerProgressInput$ = [3, n0, _RHPI,
2008
- 0,
2009
- [_BT, _OS, _COS, _SM, _EC, _RMes, _CRT],
2010
- [0, 0, 0, 0, 0, 0, 0], 2
2011
- ];
2012
- exports.RecordHandlerProgressInput$ = RecordHandlerProgressInput$;
2013
- const RecordHandlerProgressOutput$ = [3, n0, _RHPO,
2014
- 0,
2015
- [],
2016
- []
2017
- ];
2018
- exports.RecordHandlerProgressOutput$ = RecordHandlerProgressOutput$;
2019
- const RegisterPublisherInput$ = [3, n0, _RPI,
2020
- 0,
2021
- [_ATAC, _CAo],
2022
- [2, 0]
2023
- ];
2024
- exports.RegisterPublisherInput$ = RegisterPublisherInput$;
2025
- const RegisterPublisherOutput$ = [3, n0, _RPO,
2026
- 0,
2027
- [_PI],
2028
- [0]
2029
- ];
2030
- exports.RegisterPublisherOutput$ = RegisterPublisherOutput$;
2031
- const RegisterTypeInput$ = [3, n0, _RTIe,
2032
- 0,
2033
- [_TN, _SHP, _T, _LC, _ERA, _CRT],
2034
- [0, 0, 0, () => LoggingConfig$, 0, 0], 2
2035
- ];
2036
- exports.RegisterTypeInput$ = RegisterTypeInput$;
2037
- const RegisterTypeOutput$ = [3, n0, _RTO,
2038
- 0,
2039
- [_RTeg],
2040
- [0]
2041
- ];
2042
- exports.RegisterTypeOutput$ = RegisterTypeOutput$;
2043
- const RequiredActivatedType$ = [3, n0, _RATe,
2044
- 0,
2045
- [_TNA, _OTN, _PI, _SMV],
2046
- [0, 0, 0, 64 | 1]
2047
- ];
2048
- exports.RequiredActivatedType$ = RequiredActivatedType$;
2049
- const ResourceChange$ = [3, n0, _RC,
2050
- 0,
2051
- [_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
2052
- [0, 0, 0, 0, 0, 0, 64 | 0, 0, () => ResourceDriftIgnoredAttributes, () => ResourceChangeDetails, 0, () => ModuleInfo$, 0, 0, 0]
2053
- ];
2054
- exports.ResourceChange$ = ResourceChange$;
2055
- const ResourceChangeDetail$ = [3, n0, _RCD,
2056
- 0,
2057
- [_Tar, _Ev, _CSh, _CE],
2058
- [() => ResourceTargetDefinition$, 0, 0, 0]
2059
- ];
2060
- exports.ResourceChangeDetail$ = ResourceChangeDetail$;
2061
- const ResourceDefinition$ = [3, n0, _RD,
2062
- 0,
2063
- [_RT, _RI, _LRI],
2064
- [0, 128 | 0, 0], 2
2065
- ];
2066
- exports.ResourceDefinition$ = ResourceDefinition$;
2067
- const ResourceDetail$ = [3, n0, _RDe,
2068
- 0,
2069
- [_RT, _LRI, _RI, _RSes, _RSR, _W],
2070
- [0, 0, 128 | 0, 0, 0, () => WarningDetails]
2071
- ];
2072
- exports.ResourceDetail$ = ResourceDetail$;
2073
- const ResourceDriftIgnoredAttribute$ = [3, n0, _RDIAe,
2074
- 0,
2075
- [_Pat, _Rea],
2076
- [0, 0]
2077
- ];
2078
- exports.ResourceDriftIgnoredAttribute$ = ResourceDriftIgnoredAttribute$;
2079
- const ResourceIdentifierSummary$ = [3, n0, _RISe,
2080
- 0,
2081
- [_RT, _LRIo, _RIe],
2082
- [0, 64 | 0, 64 | 0]
2083
- ];
2084
- exports.ResourceIdentifierSummary$ = ResourceIdentifierSummary$;
2085
- const ResourceLocation$ = [3, n0, _RLe,
2086
- 0,
2087
- [_SN, _LRI],
2088
- [0, 0], 2
2089
- ];
2090
- exports.ResourceLocation$ = ResourceLocation$;
2091
- const ResourceMapping$ = [3, n0, _RMeso,
2092
- 0,
2093
- [_So, _Des],
2094
- [() => ResourceLocation$, () => ResourceLocation$], 2
2095
- ];
2096
- exports.ResourceMapping$ = ResourceMapping$;
2097
- const ResourceScanSummary$ = [3, n0, _RSSe,
2098
- 0,
2099
- [_RSI, _S, _SR, _ST, _ET, _PC, _STc],
2100
- [0, 0, 0, 4, 4, 1, 0]
2101
- ];
2102
- exports.ResourceScanSummary$ = ResourceScanSummary$;
2103
- const ResourceTargetDefinition$ = [3, n0, _RTDe,
2104
- 0,
2105
- [_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
2106
- [0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift$, 0]
2107
- ];
2108
- exports.ResourceTargetDefinition$ = ResourceTargetDefinition$;
2109
- const ResourceToImport$ = [3, n0, _RTIes,
2110
- 0,
2111
- [_RT, _LRI, _RI],
2112
- [0, 0, 128 | 0], 3
2113
- ];
2114
- exports.ResourceToImport$ = ResourceToImport$;
2115
- const RollbackConfiguration$ = [3, n0, _RCo,
2116
- 0,
2117
- [_RTo, _MTIM],
2118
- [() => RollbackTriggers, 1]
2119
- ];
2120
- exports.RollbackConfiguration$ = RollbackConfiguration$;
2121
- const RollbackStackInput$ = [3, n0, _RSIo,
2122
- 0,
2123
- [_SN, _RARN, _CRT, _REOC],
2124
- [0, 0, 0, 2], 1
2125
- ];
2126
- exports.RollbackStackInput$ = RollbackStackInput$;
2127
- const RollbackStackOutput$ = [3, n0, _RSO,
2128
- 0,
2129
- [_SI, _OI],
2130
- [0, 0]
2131
- ];
2132
- exports.RollbackStackOutput$ = RollbackStackOutput$;
2133
- const RollbackTrigger$ = [3, n0, _RTol,
2134
- 0,
2135
- [_A, _T],
2136
- [0, 0], 2
2137
- ];
2138
- exports.RollbackTrigger$ = RollbackTrigger$;
2139
- const ScanFilter$ = [3, n0, _SFc,
2140
- 0,
2141
- [_Ty],
2142
- [64 | 0]
2143
- ];
2144
- exports.ScanFilter$ = ScanFilter$;
2145
- const ScannedResource$ = [3, n0, _SRc,
2146
- 0,
2147
- [_RT, _RI, _MBS],
2148
- [0, 128 | 0, 2]
2149
- ];
2150
- exports.ScannedResource$ = ScannedResource$;
2151
- const ScannedResourceIdentifier$ = [3, n0, _SRIc,
2152
- 0,
2153
- [_RT, _RI],
2154
- [0, 128 | 0], 2
2155
- ];
2156
- exports.ScannedResourceIdentifier$ = ScannedResourceIdentifier$;
2157
- const SetStackPolicyInput$ = [3, n0, _SSPI,
2158
- 0,
2159
- [_SN, _SPB, _SPURL],
2160
- [0, 0, 0], 1
2161
- ];
2162
- exports.SetStackPolicyInput$ = SetStackPolicyInput$;
2163
- const SetTypeConfigurationInput$ = [3, n0, _STCI,
2164
- 0,
2165
- [_Co, _TA, _CAon, _TN, _T],
2166
- [0, 0, 0, 0, 0], 1
2167
- ];
2168
- exports.SetTypeConfigurationInput$ = SetTypeConfigurationInput$;
2169
- const SetTypeConfigurationOutput$ = [3, n0, _STCO,
2170
- 0,
2171
- [_CAonf],
2172
- [0]
2173
- ];
2174
- exports.SetTypeConfigurationOutput$ = SetTypeConfigurationOutput$;
2175
- const SetTypeDefaultVersionInput$ = [3, n0, _STDVI,
2176
- 0,
2177
- [_A, _T, _TN, _VI],
2178
- [0, 0, 0, 0]
2179
- ];
2180
- exports.SetTypeDefaultVersionInput$ = SetTypeDefaultVersionInput$;
2181
- const SetTypeDefaultVersionOutput$ = [3, n0, _STDVO,
2182
- 0,
2183
- [],
2184
- []
2185
- ];
2186
- exports.SetTypeDefaultVersionOutput$ = SetTypeDefaultVersionOutput$;
2187
- const SignalResourceInput$ = [3, n0, _SRIi,
2188
- 0,
2189
- [_SN, _LRI, _UI, _S],
2190
- [0, 0, 0, 0], 4
2191
- ];
2192
- exports.SignalResourceInput$ = SignalResourceInput$;
2193
- const Stack$ = [3, n0, _Sta,
2194
- 0,
2195
- [_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
2196
- [0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
2197
- ];
2198
- exports.Stack$ = Stack$;
2199
- const StackDefinition$ = [3, n0, _SDt,
2200
- 0,
2201
- [_SN, _TB, _TURL],
2202
- [0, 0, 0]
2203
- ];
2204
- exports.StackDefinition$ = StackDefinition$;
2205
- const StackDriftInformation$ = [3, n0, _SDI,
2206
- 0,
2207
- [_SDS, _LCT],
2208
- [0, 4], 1
2209
- ];
2210
- exports.StackDriftInformation$ = StackDriftInformation$;
2211
- const StackDriftInformationSummary$ = [3, n0, _SDIS,
2212
- 0,
2213
- [_SDS, _LCT],
2214
- [0, 4], 1
2215
- ];
2216
- exports.StackDriftInformationSummary$ = StackDriftInformationSummary$;
2217
- const StackEvent$ = [3, n0, _SEt,
2218
- 0,
2219
- [_SI, _EI, _SN, _Ti, _OI, _LRI, _PRI, _RT, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
2220
- [0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 4
2221
- ];
2222
- exports.StackEvent$ = StackEvent$;
2223
- const StackInstance$ = [3, n0, _SIt,
2224
- 0,
2225
- [_SSI, _Reg, _Acc, _SI, _PO, _S, _SIS, _SR, _OUIr, _DSr, _LDCT, _LOI],
2226
- [0, 0, 0, 0, () => _Parameters, 0, () => StackInstanceComprehensiveStatus$, 0, 0, 0, 4, 0]
2227
- ];
2228
- exports.StackInstance$ = StackInstance$;
2229
- const StackInstanceComprehensiveStatus$ = [3, n0, _SICS,
2230
- 0,
2231
- [_DSet],
2232
- [0]
2233
- ];
2234
- exports.StackInstanceComprehensiveStatus$ = StackInstanceComprehensiveStatus$;
2235
- const StackInstanceFilter$ = [3, n0, _SIF,
2236
- 0,
2237
- [_N, _Va],
2238
- [0, 0]
2239
- ];
2240
- exports.StackInstanceFilter$ = StackInstanceFilter$;
2241
- const StackInstanceResourceDriftsSummary$ = [3, n0, _SIRDSt,
2242
- 0,
2243
- [_SI, _LRI, _RT, _SRDS, _Ti, _PRI, _PRIC, _PDro],
2244
- [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, () => PropertyDifferences], 5
2245
- ];
2246
- exports.StackInstanceResourceDriftsSummary$ = StackInstanceResourceDriftsSummary$;
2247
- const StackInstanceSummary$ = [3, n0, _SISt,
2248
- 0,
2249
- [_SSI, _Reg, _Acc, _SI, _S, _SR, _SIS, _OUIr, _DSr, _LDCT, _LOI],
2250
- [0, 0, 0, 0, 0, 0, () => StackInstanceComprehensiveStatus$, 0, 0, 4, 0]
2251
- ];
2252
- exports.StackInstanceSummary$ = StackInstanceSummary$;
2253
- const StackRefactorAction$ = [3, n0, _SRAt,
2254
- 0,
2255
- [_Act, _En, _PRI, _RI, _D, _Det, _DRe, _TR, _UR, _RMeso],
2256
- [0, 0, 0, 0, 0, 0, 0, () => StackRefactorTagResources, 64 | 0, () => ResourceMapping$]
2257
- ];
2258
- exports.StackRefactorAction$ = StackRefactorAction$;
2259
- const StackRefactorSummary$ = [3, n0, _SRSta,
2260
- 0,
2261
- [_SRI, _D, _ES, _ESR, _S, _SR],
2262
- [0, 0, 0, 0, 0, 0]
2263
- ];
2264
- exports.StackRefactorSummary$ = StackRefactorSummary$;
2265
- const StackResource$ = [3, n0, _SRta,
2266
- 0,
2267
- [_LRI, _RT, _Ti, _RSes, _SN, _SI, _PRI, _RSR, _D, _DI, _MI],
2268
- [0, 0, 4, 0, 0, 0, 0, 0, 0, () => StackResourceDriftInformation$, () => ModuleInfo$], 4
2269
- ];
2270
- exports.StackResource$ = StackResource$;
2271
- const StackResourceDetail$ = [3, n0, _SRDt,
2272
- 0,
2273
- [_LRI, _RT, _LUTa, _RSes, _SN, _SI, _PRI, _RSR, _D, _Me, _DI, _MI],
2274
- [0, 0, 4, 0, 0, 0, 0, 0, 0, 0, () => StackResourceDriftInformation$, () => ModuleInfo$], 4
2275
- ];
2276
- exports.StackResourceDetail$ = StackResourceDetail$;
2277
- const StackResourceDrift$ = [3, n0, _SRDta,
2278
- 0,
2279
- [_SI, _LRI, _RT, _SRDS, _Ti, _PRI, _PRIC, _EP, _AP, _PDro, _MI, _DSRr],
2280
- [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, 0, 0, () => PropertyDifferences, () => ModuleInfo$, 0], 5
2281
- ];
2282
- exports.StackResourceDrift$ = StackResourceDrift$;
2283
- const StackResourceDriftInformation$ = [3, n0, _SRDI,
2284
- 0,
2285
- [_SRDS, _LCT],
2286
- [0, 4], 1
2287
- ];
2288
- exports.StackResourceDriftInformation$ = StackResourceDriftInformation$;
2289
- const StackResourceDriftInformationSummary$ = [3, n0, _SRDIS,
2290
- 0,
2291
- [_SRDS, _LCT],
2292
- [0, 4], 1
2293
- ];
2294
- exports.StackResourceDriftInformationSummary$ = StackResourceDriftInformationSummary$;
2295
- const StackResourceSummary$ = [3, n0, _SRStac,
2296
- 0,
2297
- [_LRI, _RT, _LUTa, _RSes, _PRI, _RSR, _DI, _MI],
2298
- [0, 0, 4, 0, 0, 0, () => StackResourceDriftInformationSummary$, () => ModuleInfo$], 4
2299
- ];
2300
- exports.StackResourceSummary$ = StackResourceSummary$;
2301
- const StackSet$ = [3, n0, _SS,
2302
- 0,
2303
- [_SSN, _SSI, _D, _S, _TB, _P, _Ca, _Ta, _SSARN, _ARARN, _ERN, _SSDDD, _AD, _PM, _OUI, _ME, _Re],
2304
- [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => StackSetDriftDetectionDetails$, () => AutoDeployment$, 0, 64 | 0, () => ManagedExecution$, 64 | 0]
2305
- ];
2306
- exports.StackSet$ = StackSet$;
2307
- const StackSetAutoDeploymentTargetSummary$ = [3, n0, _SSADTS,
2308
- 0,
2309
- [_OUIr, _Re],
2310
- [0, 64 | 0]
2311
- ];
2312
- exports.StackSetAutoDeploymentTargetSummary$ = StackSetAutoDeploymentTargetSummary$;
2313
- const StackSetDriftDetectionDetails$ = [3, n0, _SSDDD,
2314
- 0,
2315
- [_DSr, _DDS, _LDCT, _TSIC, _DSIC, _ISSIC, _IPSIC, _FSIC],
2316
- [0, 0, 4, 1, 1, 1, 1, 1]
2317
- ];
2318
- exports.StackSetDriftDetectionDetails$ = StackSetDriftDetectionDetails$;
2319
- const StackSetOperation$ = [3, n0, _SSO,
2320
- 0,
2321
- [_OI, _SSI, _Act, _S, _OP, _RS, _ARARN, _ERN, _CTr, _ETn, _DT, _SSDDD, _SR, _SDta],
2322
- [0, 0, 0, 0, () => StackSetOperationPreferences$, 2, 0, 0, 4, 4, () => DeploymentTargets$, () => StackSetDriftDetectionDetails$, 0, () => StackSetOperationStatusDetails$]
2323
- ];
2324
- exports.StackSetOperation$ = StackSetOperation$;
2325
- const StackSetOperationPreferences$ = [3, n0, _SSOP,
2326
- 0,
2327
- [_RCT, _RO, _FTC, _FTP, _MCC, _MCP, _CM],
2328
- [0, 64 | 0, 1, 1, 1, 1, 0]
2329
- ];
2330
- exports.StackSetOperationPreferences$ = StackSetOperationPreferences$;
2331
- const StackSetOperationResultSummary$ = [3, n0, _SSORS,
2332
- 0,
2333
- [_Acc, _Reg, _S, _SR, _AGR, _OUIr],
2334
- [0, 0, 0, 0, () => AccountGateResult$, 0]
2335
- ];
2336
- exports.StackSetOperationResultSummary$ = StackSetOperationResultSummary$;
2337
- const StackSetOperationStatusDetails$ = [3, n0, _SSOSD,
2338
- 0,
2339
- [_FSIC],
2340
- [1]
2341
- ];
2342
- exports.StackSetOperationStatusDetails$ = StackSetOperationStatusDetails$;
2343
- const StackSetOperationSummary$ = [3, n0, _SSOS,
2344
- 0,
2345
- [_OI, _Act, _S, _CTr, _ETn, _SR, _SDta, _OP],
2346
- [0, 0, 0, 4, 4, 0, () => StackSetOperationStatusDetails$, () => StackSetOperationPreferences$]
2347
- ];
2348
- exports.StackSetOperationSummary$ = StackSetOperationSummary$;
2349
- const StackSetSummary$ = [3, n0, _SSS,
2350
- 0,
2351
- [_SSN, _SSI, _D, _S, _AD, _PM, _DSr, _LDCT, _ME],
2352
- [0, 0, 0, 0, () => AutoDeployment$, 0, 0, 4, () => ManagedExecution$]
2353
- ];
2354
- exports.StackSetSummary$ = StackSetSummary$;
2355
- const StackSummary$ = [3, n0, _SStac,
2356
- 0,
2357
- [_SN, _CT, _SSta, _SI, _TDe, _LUT, _DTel, _SSR, _PIa, _RIo, _DI, _LO],
2358
- [0, 4, 0, 0, 0, 4, 4, 0, 0, 0, () => StackDriftInformationSummary$, () => LastOperations], 3
2359
- ];
2360
- exports.StackSummary$ = StackSummary$;
2361
- const StartResourceScanInput$ = [3, n0, _SRSI,
2362
- 0,
2363
- [_CRT, _SF],
2364
- [0, () => ScanFilters]
2365
- ];
2366
- exports.StartResourceScanInput$ = StartResourceScanInput$;
2367
- const StartResourceScanOutput$ = [3, n0, _SRSO,
2368
- 0,
2369
- [_RSI],
2370
- [0]
2371
- ];
2372
- exports.StartResourceScanOutput$ = StartResourceScanOutput$;
2373
- const StopStackSetOperationInput$ = [3, n0, _SSSOI,
2374
- 0,
2375
- [_SSN, _OI, _CA],
2376
- [0, 0, 0], 2
2377
- ];
2378
- exports.StopStackSetOperationInput$ = StopStackSetOperationInput$;
2379
- const StopStackSetOperationOutput$ = [3, n0, _SSSOO,
2380
- 0,
2381
- [],
2382
- []
2383
- ];
2384
- exports.StopStackSetOperationOutput$ = StopStackSetOperationOutput$;
2385
- const Tag$ = [3, n0, _Tag,
2386
- 0,
2387
- [_K, _V],
2388
- [0, 0], 2
2389
- ];
2390
- exports.Tag$ = Tag$;
2391
- const TemplateConfiguration$ = [3, n0, _TCe,
2392
- 0,
2393
- [_DP, _URP],
2394
- [0, 0]
2395
- ];
2396
- exports.TemplateConfiguration$ = TemplateConfiguration$;
2397
- const TemplateParameter$ = [3, n0, _TP,
2398
- 0,
2399
- [_PK, _DV, _NE, _D],
2400
- [0, 0, 2, 0]
2401
- ];
2402
- exports.TemplateParameter$ = TemplateParameter$;
2403
- const TemplateProgress$ = [3, n0, _TPe,
2404
- 0,
2405
- [_RSeso, _RF, _RPe, _RPes],
2406
- [1, 1, 1, 1]
2407
- ];
2408
- exports.TemplateProgress$ = TemplateProgress$;
2409
- const TemplateSummary$ = [3, n0, _TSe,
2410
- 0,
2411
- [_GTI, _GTN, _S, _SR, _CT, _LUT, _NOR],
2412
- [0, 0, 0, 0, 4, 4, 1]
2413
- ];
2414
- exports.TemplateSummary$ = TemplateSummary$;
2415
- const TemplateSummaryConfig$ = [3, n0, _TSC,
2416
- 0,
2417
- [_TURTAW],
2418
- [2]
2419
- ];
2420
- exports.TemplateSummaryConfig$ = TemplateSummaryConfig$;
2421
- const TestTypeInput$ = [3, n0, _TTI,
2422
- 0,
2423
- [_A, _T, _TN, _VI, _LDB],
2424
- [0, 0, 0, 0, 0]
2425
- ];
2426
- exports.TestTypeInput$ = TestTypeInput$;
2427
- const TestTypeOutput$ = [3, n0, _TTO,
2428
- 0,
2429
- [_TVA],
2430
- [0]
2431
- ];
2432
- exports.TestTypeOutput$ = TestTypeOutput$;
2433
- const TypeConfigurationDetails$ = [3, n0, _TCD,
2434
- 0,
2435
- [_A, _Al, _Co, _LU, _TA, _TN, _IDC],
2436
- [0, 0, 0, 4, 0, 0, 2]
2437
- ];
2438
- exports.TypeConfigurationDetails$ = TypeConfigurationDetails$;
2439
- const TypeConfigurationIdentifier$ = [3, n0, _TCI,
2440
- 0,
2441
- [_TA, _TCA, _TCAy, _T, _TN],
2442
- [0, 0, 0, 0, 0]
2443
- ];
2444
- exports.TypeConfigurationIdentifier$ = TypeConfigurationIdentifier$;
2445
- const TypeFilters$ = [3, n0, _TF,
2446
- 0,
2447
- [_Cat, _PI, _TNP],
2448
- [0, 0, 0]
2449
- ];
2450
- exports.TypeFilters$ = TypeFilters$;
2451
- const TypeSummary$ = [3, n0, _TSyp,
2452
- 0,
2453
- [_T, _TN, _DVI, _TA, _LU, _D, _PI, _OTN, _PVN, _LPV, _PIu, _PN, _IA],
2454
- [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2]
2455
- ];
2456
- exports.TypeSummary$ = TypeSummary$;
2457
- const TypeVersionSummary$ = [3, n0, _TVSy,
2458
- 0,
2459
- [_T, _TN, _VI, _IDV, _A, _TCi, _D, _PVN],
2460
- [0, 0, 0, 2, 0, 4, 0, 0]
2461
- ];
2462
- exports.TypeVersionSummary$ = TypeVersionSummary$;
2463
- const UpdateGeneratedTemplateInput$ = [3, n0, _UGTI,
2464
- 0,
2465
- [_GTN, _NGTN, _AR, _RRem, _RAR, _TCe],
2466
- [0, 0, () => ResourceDefinitions, 64 | 0, 2, () => TemplateConfiguration$], 1
2467
- ];
2468
- exports.UpdateGeneratedTemplateInput$ = UpdateGeneratedTemplateInput$;
2469
- const UpdateGeneratedTemplateOutput$ = [3, n0, _UGTO,
2470
- 0,
2471
- [_GTI],
2472
- [0]
2473
- ];
2474
- exports.UpdateGeneratedTemplateOutput$ = UpdateGeneratedTemplateOutput$;
2475
- const UpdateStackInput$ = [3, n0, _USI,
2476
- 0,
2477
- [_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC],
2478
- [0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2], 1
2479
- ];
2480
- exports.UpdateStackInput$ = UpdateStackInput$;
2481
- const UpdateStackInstancesInput$ = [3, n0, _USII,
2482
- 0,
2483
- [_SSN, _Re, _Ac, _DT, _PO, _OP, _OI, _CA],
2484
- [0, 64 | 0, 64 | 0, () => DeploymentTargets$, () => _Parameters, () => StackSetOperationPreferences$, [0, 4], 0], 2
2485
- ];
2486
- exports.UpdateStackInstancesInput$ = UpdateStackInstancesInput$;
2487
- const UpdateStackInstancesOutput$ = [3, n0, _USIO,
2488
- 0,
2489
- [_OI],
2490
- [0]
2491
- ];
2492
- exports.UpdateStackInstancesOutput$ = UpdateStackInstancesOutput$;
2493
- const UpdateStackOutput$ = [3, n0, _USO,
2494
- 0,
2495
- [_SI, _OI],
2496
- [0, 0]
2497
- ];
2498
- exports.UpdateStackOutput$ = UpdateStackOutput$;
2499
- const UpdateStackSetInput$ = [3, n0, _USSI,
2500
- 0,
2501
- [_SSN, _D, _TB, _TURL, _UPT, _P, _Ca, _Ta, _OP, _ARARN, _ERN, _DT, _PM, _AD, _OI, _Ac, _Re, _CA, _ME],
2502
- [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, () => Tags, () => StackSetOperationPreferences$, 0, 0, () => DeploymentTargets$, 0, () => AutoDeployment$, [0, 4], 64 | 0, 64 | 0, 0, () => ManagedExecution$], 1
2503
- ];
2504
- exports.UpdateStackSetInput$ = UpdateStackSetInput$;
2505
- const UpdateStackSetOutput$ = [3, n0, _USSO,
2506
- 0,
2507
- [_OI],
2508
- [0]
2509
- ];
2510
- exports.UpdateStackSetOutput$ = UpdateStackSetOutput$;
2511
- const UpdateTerminationProtectionInput$ = [3, n0, _UTPI,
2512
- 0,
2513
- [_ETP, _SN],
2514
- [2, 0], 2
2515
- ];
2516
- exports.UpdateTerminationProtectionInput$ = UpdateTerminationProtectionInput$;
2517
- const UpdateTerminationProtectionOutput$ = [3, n0, _UTPO,
2518
- 0,
2519
- [_SI],
2520
- [0]
2521
- ];
2522
- exports.UpdateTerminationProtectionOutput$ = UpdateTerminationProtectionOutput$;
2523
- const ValidateTemplateInput$ = [3, n0, _VTI,
2524
- 0,
2525
- [_TB, _TURL],
2526
- [0, 0]
2527
- ];
2528
- exports.ValidateTemplateInput$ = ValidateTemplateInput$;
2529
- const ValidateTemplateOutput$ = [3, n0, _VTO,
2530
- 0,
2531
- [_P, _D, _Ca, _CR, _DTe],
2532
- [() => TemplateParameters, 0, 64 | 0, 0, 64 | 0]
2533
- ];
2534
- exports.ValidateTemplateOutput$ = ValidateTemplateOutput$;
2535
- const WarningDetail$ = [3, n0, _WD,
2536
- 0,
2537
- [_T, _Pro],
2538
- [0, () => WarningProperties]
2539
- ];
2540
- exports.WarningDetail$ = WarningDetail$;
2541
- const WarningProperty$ = [3, n0, _WP,
2542
- 0,
2543
- [_PPr, _Req, _D],
2544
- [0, 2, 0]
2545
- ];
2546
- exports.WarningProperty$ = WarningProperty$;
2547
- const Warnings$ = [3, n0, _W,
2548
- 0,
2549
- [_URT],
2550
- [64 | 0]
2551
- ];
2552
- exports.Warnings$ = Warnings$;
2553
- var __Unit = "unit";
2554
- var AccountLimitList = [1, n0, _ALL,
2555
- 0, () => AccountLimit$
2556
- ];
2557
- var AccountList = 64 | 0;
2558
- var AllowedValues = 64 | 0;
2559
- var AnnotationList = [1, n0, _ALn,
2560
- 0, () => Annotation$
2561
- ];
2562
- var BatchDescribeTypeConfigurationsErrors = [1, n0, _BDTCEa,
2563
- 0, () => BatchDescribeTypeConfigurationsError$
2564
- ];
2565
- var Capabilities = 64 | 0;
2566
- var Changes = [1, n0, _Ch,
2567
- 0, () => Change$
2568
- ];
2569
- var ChangeSetHooks = [1, n0, _CSHh,
2570
- 0, () => ChangeSetHook$
2571
- ];
2572
- var ChangeSetSummaries = [1, n0, _CSSh,
2573
- 0, () => ChangeSetSummary$
2574
- ];
2575
- var Exports = [1, n0, _Exp,
2576
- 0, () => Export$
2577
- ];
2578
- var HookResultSummaries = [1, n0, _HRSo,
2579
- 0, () => HookResultSummary$
2580
- ];
2581
- var Imports = 64 | 0;
2582
- var JazzLogicalResourceIds = 64 | 0;
2583
- var LastOperations = [1, n0, _LO,
2584
- 0, () => OperationEntry$
2585
- ];
2586
- var LogicalResourceIds = 64 | 0;
2587
- var NotificationARNs = 64 | 0;
2588
- var OperationEvents = [1, n0, _OE,
2589
- 0, () => OperationEvent$
2590
- ];
2591
- var OperationResultFilters = [1, n0, _ORFp,
2592
- 0, () => OperationResultFilter$
2593
- ];
2594
- var OrganizationalUnitIdList = 64 | 0;
2595
- var Outputs = [1, n0, _Ou,
2596
- 0, () => Output$
2597
- ];
2598
- var ParameterDeclarations = [1, n0, _PDa,
2599
- 0, () => ParameterDeclaration$
2600
- ];
2601
- var _Parameters = [1, n0, _P,
2602
- 0, () => Parameter$
2603
- ];
2604
- var PhysicalResourceIdContext = [1, n0, _PRIC,
2605
- 0, () => PhysicalResourceIdContextKeyValuePair$
2606
- ];
2607
- var PropertyDifferences = [1, n0, _PDro,
2608
- 0, () => PropertyDifference$
2609
- ];
2610
- var RegionList = 64 | 0;
2611
- var RegistrationTokenList = 64 | 0;
2612
- var RelatedResources = [1, n0, _RRel,
2613
- 0, () => ScannedResource$
2614
- ];
2615
- var RequiredActivatedTypes = [1, n0, _RAT,
2616
- 0, () => RequiredActivatedType$
2617
- ];
2618
- var ResourceChangeDetails = [1, n0, _RCDe,
2619
- 0, () => ResourceChangeDetail$
2620
- ];
2621
- var ResourceDefinitions = [1, n0, _RDes,
2622
- 0, () => ResourceDefinition$
2623
- ];
2624
- var ResourceDetails = [1, n0, _RDeso,
2625
- 0, () => ResourceDetail$
2626
- ];
2627
- var ResourceDriftIgnoredAttributes = [1, n0, _RDIA,
2628
- 0, () => ResourceDriftIgnoredAttribute$
2629
- ];
2630
- var ResourceIdentifiers = 64 | 0;
2631
- var ResourceIdentifierSummaries = [1, n0, _RIS,
2632
- 0, () => ResourceIdentifierSummary$
2633
- ];
2634
- var ResourceMappings = [1, n0, _RMe,
2635
- 0, () => ResourceMapping$
2636
- ];
2637
- var ResourceScanSummaries = [1, n0, _RSS,
2638
- 0, () => ResourceScanSummary$
2639
- ];
2640
- var ResourcesToImport = [1, n0, _RTI,
2641
- 0, () => ResourceToImport$
2642
- ];
2643
- var ResourcesToSkip = 64 | 0;
2644
- var ResourceTypeFilters = 64 | 0;
2645
- var ResourceTypes = 64 | 0;
2646
- var RetainResources = 64 | 0;
2647
- var RollbackTriggers = [1, n0, _RTo,
2648
- 0, () => RollbackTrigger$
2649
- ];
2650
- var ScanFilters = [1, n0, _SF,
2651
- 0, () => ScanFilter$
2652
- ];
2653
- var ScannedResourceIdentifiers = [1, n0, _SRIca,
2654
- 0, () => ScannedResourceIdentifier$
2655
- ];
2656
- var ScannedResources = [1, n0, _SRca,
2657
- 0, () => ScannedResource$
2658
- ];
2659
- var Scope = 64 | 0;
2660
- var StackDefinitions = [1, n0, _SD,
2661
- 0, () => StackDefinition$
2662
- ];
2663
- var StackEvents = [1, n0, _SE,
2664
- 0, () => StackEvent$
2665
- ];
2666
- var StackIdList = 64 | 0;
2667
- var StackIds = 64 | 0;
2668
- var StackInstanceFilters = [1, n0, _SIFt,
2669
- 0, () => StackInstanceFilter$
2670
- ];
2671
- var StackInstanceResourceDriftsSummaries = [1, n0, _SIRDSta,
2672
- 0, () => StackInstanceResourceDriftsSummary$
2673
- ];
2674
- var StackInstanceSummaries = [1, n0, _SISta,
2675
- 0, () => StackInstanceSummary$
2676
- ];
2677
- var StackRefactorActions = [1, n0, _SRA,
2678
- 0, () => StackRefactorAction$
2679
- ];
2680
- var StackRefactorExecutionStatusFilter = 64 | 0;
2681
- var StackRefactorSummaries = [1, n0, _SRS,
2682
- 0, () => StackRefactorSummary$
2683
- ];
2684
- var StackRefactorTagResources = [1, n0, _SRTR,
2685
- 0, () => Tag$
2686
- ];
2687
- var StackRefactorUntagResources = 64 | 0;
2688
- var StackResourceDrifts = [1, n0, _SRD,
2689
- 0, () => StackResourceDrift$
2690
- ];
2691
- var StackResourceDriftStatusFilters = 64 | 0;
2692
- var StackResources = [1, n0, _SRt,
2693
- 0, () => StackResource$
2694
- ];
2695
- var StackResourceSummaries = [1, n0, _SRSt,
2696
- 0, () => StackResourceSummary$
2697
- ];
2698
- var Stacks = [1, n0, _St,
2699
- 0, () => Stack$
2700
- ];
2701
- var StackSetARNList = 64 | 0;
2702
- var StackSetAutoDeploymentTargetSummaries = [1, n0, _SSADTSt,
2703
- 0, () => StackSetAutoDeploymentTargetSummary$
2704
- ];
2705
- var StackSetOperationResultSummaries = [1, n0, _SSORSt,
2706
- 0, () => StackSetOperationResultSummary$
2707
- ];
2708
- var StackSetOperationSummaries = [1, n0, _SSOSt,
2709
- 0, () => StackSetOperationSummary$
2710
- ];
2711
- var StackSetSummaries = [1, n0, _SSSt,
2712
- 0, () => StackSetSummary$
2713
- ];
2714
- var StackStatusFilter = 64 | 0;
2715
- var StackSummaries = [1, n0, _SSt,
2716
- 0, () => StackSummary$
2717
- ];
2718
- var StageList = 64 | 0;
2719
- var SupportedMajorVersions = 64 | 1;
2720
- var Tags = [1, n0, _Ta,
2721
- 0, () => Tag$
2722
- ];
2723
- var TemplateParameters = [1, n0, _TPem,
2724
- 0, () => TemplateParameter$
2725
- ];
2726
- var TemplateSummaries = [1, n0, _TSem,
2727
- 0, () => TemplateSummary$
2728
- ];
2729
- var TransformsList = 64 | 0;
2730
- var TypeConfigurationDetailsList = [1, n0, _TCDL,
2731
- 0, () => TypeConfigurationDetails$
2732
- ];
2733
- var TypeConfigurationIdentifiers = [1, n0, _TCIy,
2734
- 0, () => TypeConfigurationIdentifier$
2735
- ];
2736
- var TypeSummaries = [1, n0, _TSy,
2737
- 0, () => TypeSummary$
2738
- ];
2739
- var TypeVersionSummaries = [1, n0, _TVS,
2740
- 0, () => TypeVersionSummary$
2741
- ];
2742
- var UnprocessedTypeConfigurations = [1, n0, _UTC,
2743
- 0, () => TypeConfigurationIdentifier$
2744
- ];
2745
- var WarningDetails = [1, n0, _WDa,
2746
- 0, () => WarningDetail$
2747
- ];
2748
- var WarningProperties = [1, n0, _WPa,
2749
- 0, () => WarningProperty$
2750
- ];
2751
- var JazzResourceIdentifierProperties = 128 | 0;
2752
- var ResourceIdentifierProperties = 128 | 0;
2753
- exports.ActivateOrganizationsAccess$ = [9, n0, _AOA,
2754
- 0, () => ActivateOrganizationsAccessInput$, () => ActivateOrganizationsAccessOutput$
2755
- ];
2756
- exports.ActivateType$ = [9, n0, _AT,
2757
- 2, () => ActivateTypeInput$, () => ActivateTypeOutput$
2758
- ];
2759
- exports.BatchDescribeTypeConfigurations$ = [9, n0, _BDTC,
2760
- 0, () => BatchDescribeTypeConfigurationsInput$, () => BatchDescribeTypeConfigurationsOutput$
2761
- ];
2762
- exports.CancelUpdateStack$ = [9, n0, _CUS,
2763
- 0, () => CancelUpdateStackInput$, () => __Unit
2764
- ];
2765
- exports.ContinueUpdateRollback$ = [9, n0, _CUR,
2766
- 0, () => ContinueUpdateRollbackInput$, () => ContinueUpdateRollbackOutput$
2767
- ];
2768
- exports.CreateChangeSet$ = [9, n0, _CCS,
2769
- 0, () => CreateChangeSetInput$, () => CreateChangeSetOutput$
2770
- ];
2771
- exports.CreateGeneratedTemplate$ = [9, n0, _CGT,
2772
- 0, () => CreateGeneratedTemplateInput$, () => CreateGeneratedTemplateOutput$
2773
- ];
2774
- exports.CreateStack$ = [9, n0, _CSr,
2775
- 0, () => CreateStackInput$, () => CreateStackOutput$
2776
- ];
2777
- exports.CreateStackInstances$ = [9, n0, _CSIre,
2778
- 0, () => CreateStackInstancesInput$, () => CreateStackInstancesOutput$
2779
- ];
2780
- exports.CreateStackRefactor$ = [9, n0, _CSR,
2781
- 0, () => CreateStackRefactorInput$, () => CreateStackRefactorOutput$
2782
- ];
2783
- exports.CreateStackSet$ = [9, n0, _CSSr,
2784
- 0, () => CreateStackSetInput$, () => CreateStackSetOutput$
2785
- ];
2786
- exports.DeactivateOrganizationsAccess$ = [9, n0, _DOA,
2787
- 0, () => DeactivateOrganizationsAccessInput$, () => DeactivateOrganizationsAccessOutput$
2788
- ];
2789
- exports.DeactivateType$ = [9, n0, _DTea,
2790
- 2, () => DeactivateTypeInput$, () => DeactivateTypeOutput$
2791
- ];
2792
- exports.DeleteChangeSet$ = [9, n0, _DCS,
2793
- 0, () => DeleteChangeSetInput$, () => DeleteChangeSetOutput$
2794
- ];
2795
- exports.DeleteGeneratedTemplate$ = [9, n0, _DGT,
2796
- 0, () => DeleteGeneratedTemplateInput$, () => __Unit
2797
- ];
2798
- exports.DeleteStack$ = [9, n0, _DSel,
2799
- 0, () => DeleteStackInput$, () => __Unit
2800
- ];
2801
- exports.DeleteStackInstances$ = [9, n0, _DSIel,
2802
- 0, () => DeleteStackInstancesInput$, () => DeleteStackInstancesOutput$
2803
- ];
2804
- exports.DeleteStackSet$ = [9, n0, _DSS,
2805
- 0, () => DeleteStackSetInput$, () => DeleteStackSetOutput$
2806
- ];
2807
- exports.DeregisterType$ = [9, n0, _DTer,
2808
- 2, () => DeregisterTypeInput$, () => DeregisterTypeOutput$
2809
- ];
2810
- exports.DescribeAccountLimits$ = [9, n0, _DAL,
2811
- 0, () => DescribeAccountLimitsInput$, () => DescribeAccountLimitsOutput$
2812
- ];
2813
- exports.DescribeChangeSet$ = [9, n0, _DCSe,
2814
- 0, () => DescribeChangeSetInput$, () => DescribeChangeSetOutput$
2815
- ];
2816
- exports.DescribeChangeSetHooks$ = [9, n0, _DCSH,
2817
- 0, () => DescribeChangeSetHooksInput$, () => DescribeChangeSetHooksOutput$
2818
- ];
2819
- exports.DescribeEvents$ = [9, n0, _DE,
2820
- 0, () => DescribeEventsInput$, () => DescribeEventsOutput$
2821
- ];
2822
- exports.DescribeGeneratedTemplate$ = [9, n0, _DGTe,
2823
- 0, () => DescribeGeneratedTemplateInput$, () => DescribeGeneratedTemplateOutput$
2824
- ];
2825
- exports.DescribeOrganizationsAccess$ = [9, n0, _DOAe,
2826
- 0, () => DescribeOrganizationsAccessInput$, () => DescribeOrganizationsAccessOutput$
2827
- ];
2828
- exports.DescribePublisher$ = [9, n0, _DPe,
2829
- 2, () => DescribePublisherInput$, () => DescribePublisherOutput$
2830
- ];
2831
- exports.DescribeResourceScan$ = [9, n0, _DRS,
2832
- 0, () => DescribeResourceScanInput$, () => DescribeResourceScanOutput$
2833
- ];
2834
- exports.DescribeStackDriftDetectionStatus$ = [9, n0, _DSDDS,
2835
- 0, () => DescribeStackDriftDetectionStatusInput$, () => DescribeStackDriftDetectionStatusOutput$
2836
- ];
2837
- exports.DescribeStackEvents$ = [9, n0, _DSE,
2838
- 0, () => DescribeStackEventsInput$, () => DescribeStackEventsOutput$
2839
- ];
2840
- exports.DescribeStackInstance$ = [9, n0, _DSIes,
2841
- 0, () => DescribeStackInstanceInput$, () => DescribeStackInstanceOutput$
2842
- ];
2843
- exports.DescribeStackRefactor$ = [9, n0, _DSRe,
2844
- 0, () => DescribeStackRefactorInput$, () => DescribeStackRefactorOutput$
2845
- ];
2846
- exports.DescribeStackResource$ = [9, n0, _DSRes,
2847
- 0, () => DescribeStackResourceInput$, () => DescribeStackResourceOutput$
2848
- ];
2849
- exports.DescribeStackResourceDrifts$ = [9, n0, _DSRD,
2850
- 0, () => DescribeStackResourceDriftsInput$, () => DescribeStackResourceDriftsOutput$
2851
- ];
2852
- exports.DescribeStackResources$ = [9, n0, _DSResc,
2853
- 0, () => DescribeStackResourcesInput$, () => DescribeStackResourcesOutput$
2854
- ];
2855
- exports.DescribeStacks$ = [9, n0, _DSes,
2856
- 0, () => DescribeStacksInput$, () => DescribeStacksOutput$
2857
- ];
2858
- exports.DescribeStackSet$ = [9, n0, _DSSe,
2859
- 0, () => DescribeStackSetInput$, () => DescribeStackSetOutput$
2860
- ];
2861
- exports.DescribeStackSetOperation$ = [9, n0, _DSSOes,
2862
- 0, () => DescribeStackSetOperationInput$, () => DescribeStackSetOperationOutput$
2863
- ];
2864
- exports.DescribeType$ = [9, n0, _DTes,
2865
- 2, () => DescribeTypeInput$, () => DescribeTypeOutput$
2866
- ];
2867
- exports.DescribeTypeRegistration$ = [9, n0, _DTR,
2868
- 2, () => DescribeTypeRegistrationInput$, () => DescribeTypeRegistrationOutput$
2869
- ];
2870
- exports.DetectStackDrift$ = [9, n0, _DSD,
2871
- 0, () => DetectStackDriftInput$, () => DetectStackDriftOutput$
2872
- ];
2873
- exports.DetectStackResourceDrift$ = [9, n0, _DSRDe,
2874
- 0, () => DetectStackResourceDriftInput$, () => DetectStackResourceDriftOutput$
2875
- ];
2876
- exports.DetectStackSetDrift$ = [9, n0, _DSSD,
2877
- 0, () => DetectStackSetDriftInput$, () => DetectStackSetDriftOutput$
2878
- ];
2879
- exports.EstimateTemplateCost$ = [9, n0, _ETC,
2880
- 0, () => EstimateTemplateCostInput$, () => EstimateTemplateCostOutput$
2881
- ];
2882
- exports.ExecuteChangeSet$ = [9, n0, _ECS,
2883
- 0, () => ExecuteChangeSetInput$, () => ExecuteChangeSetOutput$
2884
- ];
2885
- exports.ExecuteStackRefactor$ = [9, n0, _ESRx,
2886
- 0, () => ExecuteStackRefactorInput$, () => __Unit
2887
- ];
2888
- exports.GetGeneratedTemplate$ = [9, n0, _GGT,
2889
- 0, () => GetGeneratedTemplateInput$, () => GetGeneratedTemplateOutput$
2890
- ];
2891
- exports.GetHookResult$ = [9, n0, _GHR,
2892
- 0, () => GetHookResultInput$, () => GetHookResultOutput$
2893
- ];
2894
- exports.GetStackPolicy$ = [9, n0, _GSP,
2895
- 0, () => GetStackPolicyInput$, () => GetStackPolicyOutput$
2896
- ];
2897
- exports.GetTemplate$ = [9, n0, _GT,
2898
- 0, () => GetTemplateInput$, () => GetTemplateOutput$
2899
- ];
2900
- exports.GetTemplateSummary$ = [9, n0, _GTS,
2901
- 0, () => GetTemplateSummaryInput$, () => GetTemplateSummaryOutput$
2902
- ];
2903
- exports.ImportStacksToStackSet$ = [9, n0, _ISTSS,
2904
- 0, () => ImportStacksToStackSetInput$, () => ImportStacksToStackSetOutput$
2905
- ];
2906
- exports.ListChangeSets$ = [9, n0, _LCS,
2907
- 0, () => ListChangeSetsInput$, () => ListChangeSetsOutput$
2908
- ];
2909
- exports.ListExports$ = [9, n0, _LE,
2910
- 0, () => ListExportsInput$, () => ListExportsOutput$
2911
- ];
2912
- exports.ListGeneratedTemplates$ = [9, n0, _LGT,
2913
- 0, () => ListGeneratedTemplatesInput$, () => ListGeneratedTemplatesOutput$
2914
- ];
2915
- exports.ListHookResults$ = [9, n0, _LHR,
2916
- 0, () => ListHookResultsInput$, () => ListHookResultsOutput$
2917
- ];
2918
- exports.ListImports$ = [9, n0, _LI,
2919
- 0, () => ListImportsInput$, () => ListImportsOutput$
2920
- ];
2921
- exports.ListResourceScanRelatedResources$ = [9, n0, _LRSRR,
2922
- 0, () => ListResourceScanRelatedResourcesInput$, () => ListResourceScanRelatedResourcesOutput$
2923
- ];
2924
- exports.ListResourceScanResources$ = [9, n0, _LRSR,
2925
- 0, () => ListResourceScanResourcesInput$, () => ListResourceScanResourcesOutput$
2926
- ];
2927
- exports.ListResourceScans$ = [9, n0, _LRS,
2928
- 0, () => ListResourceScansInput$, () => ListResourceScansOutput$
2929
- ];
2930
- exports.ListStackInstanceResourceDrifts$ = [9, n0, _LSIRD,
2931
- 0, () => ListStackInstanceResourceDriftsInput$, () => ListStackInstanceResourceDriftsOutput$
2932
- ];
2933
- exports.ListStackInstances$ = [9, n0, _LSIi,
2934
- 0, () => ListStackInstancesInput$, () => ListStackInstancesOutput$
2935
- ];
2936
- exports.ListStackRefactorActions$ = [9, n0, _LSRA,
2937
- 0, () => ListStackRefactorActionsInput$, () => ListStackRefactorActionsOutput$
2938
- ];
2939
- exports.ListStackRefactors$ = [9, n0, _LSR,
2940
- 0, () => ListStackRefactorsInput$, () => ListStackRefactorsOutput$
2941
- ];
2942
- exports.ListStackResources$ = [9, n0, _LSRi,
2943
- 0, () => ListStackResourcesInput$, () => ListStackResourcesOutput$
2944
- ];
2945
- exports.ListStacks$ = [9, n0, _LS,
2946
- 0, () => ListStacksInput$, () => ListStacksOutput$
2947
- ];
2948
- exports.ListStackSetAutoDeploymentTargets$ = [9, n0, _LSSADT,
2949
- 0, () => ListStackSetAutoDeploymentTargetsInput$, () => ListStackSetAutoDeploymentTargetsOutput$
2950
- ];
2951
- exports.ListStackSetOperationResults$ = [9, n0, _LSSOR,
2952
- 0, () => ListStackSetOperationResultsInput$, () => ListStackSetOperationResultsOutput$
2953
- ];
2954
- exports.ListStackSetOperations$ = [9, n0, _LSSOi,
2955
- 0, () => ListStackSetOperationsInput$, () => ListStackSetOperationsOutput$
2956
- ];
2957
- exports.ListStackSets$ = [9, n0, _LSS,
2958
- 0, () => ListStackSetsInput$, () => ListStackSetsOutput$
2959
- ];
2960
- exports.ListTypeRegistrations$ = [9, n0, _LTR,
2961
- 2, () => ListTypeRegistrationsInput$, () => ListTypeRegistrationsOutput$
2962
- ];
2963
- exports.ListTypes$ = [9, n0, _LT,
2964
- 2, () => ListTypesInput$, () => ListTypesOutput$
2965
- ];
2966
- exports.ListTypeVersions$ = [9, n0, _LTV,
2967
- 2, () => ListTypeVersionsInput$, () => ListTypeVersionsOutput$
2968
- ];
2969
- exports.PublishType$ = [9, n0, _PTu,
2970
- 2, () => PublishTypeInput$, () => PublishTypeOutput$
2971
- ];
2972
- exports.RecordHandlerProgress$ = [9, n0, _RHP,
2973
- 2, () => RecordHandlerProgressInput$, () => RecordHandlerProgressOutput$
2974
- ];
2975
- exports.RegisterPublisher$ = [9, n0, _RPeg,
2976
- 2, () => RegisterPublisherInput$, () => RegisterPublisherOutput$
2977
- ];
2978
- exports.RegisterType$ = [9, n0, _RTegi,
2979
- 2, () => RegisterTypeInput$, () => RegisterTypeOutput$
2980
- ];
2981
- exports.RollbackStack$ = [9, n0, _RSo,
2982
- 0, () => RollbackStackInput$, () => RollbackStackOutput$
2983
- ];
2984
- exports.SetStackPolicy$ = [9, n0, _SSP,
2985
- 0, () => SetStackPolicyInput$, () => __Unit
2986
- ];
2987
- exports.SetTypeConfiguration$ = [9, n0, _STC,
2988
- 0, () => SetTypeConfigurationInput$, () => SetTypeConfigurationOutput$
2989
- ];
2990
- exports.SetTypeDefaultVersion$ = [9, n0, _STDV,
2991
- 2, () => SetTypeDefaultVersionInput$, () => SetTypeDefaultVersionOutput$
2992
- ];
2993
- exports.SignalResource$ = [9, n0, _SRi,
2994
- 0, () => SignalResourceInput$, () => __Unit
2995
- ];
2996
- exports.StartResourceScan$ = [9, n0, _SRStar,
2997
- 0, () => StartResourceScanInput$, () => StartResourceScanOutput$
2998
- ];
2999
- exports.StopStackSetOperation$ = [9, n0, _SSSO,
3000
- 0, () => StopStackSetOperationInput$, () => StopStackSetOperationOutput$
3001
- ];
3002
- exports.TestType$ = [9, n0, _TTe,
3003
- 2, () => TestTypeInput$, () => TestTypeOutput$
3004
- ];
3005
- exports.UpdateGeneratedTemplate$ = [9, n0, _UGT,
3006
- 0, () => UpdateGeneratedTemplateInput$, () => UpdateGeneratedTemplateOutput$
3007
- ];
3008
- exports.UpdateStack$ = [9, n0, _US,
3009
- 0, () => UpdateStackInput$, () => UpdateStackOutput$
3010
- ];
3011
- exports.UpdateStackInstances$ = [9, n0, _USIp,
3012
- 0, () => UpdateStackInstancesInput$, () => UpdateStackInstancesOutput$
3013
- ];
3014
- exports.UpdateStackSet$ = [9, n0, _USS,
3015
- 0, () => UpdateStackSetInput$, () => UpdateStackSetOutput$
3016
- ];
3017
- exports.UpdateTerminationProtection$ = [9, n0, _UTP,
3018
- 0, () => UpdateTerminationProtectionInput$, () => UpdateTerminationProtectionOutput$
3019
- ];
3020
- exports.ValidateTemplate$ = [9, n0, _VT,
3021
- 0, () => ValidateTemplateInput$, () => ValidateTemplateOutput$
3022
- ];