@cdk8s/awscdk-resolver 0.0.270 → 0.0.272

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 (176) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +108 -18
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +2 -3
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +2 -14
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
  108. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  109. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  110. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +17 -18
  111. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
  112. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  113. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  114. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  115. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  116. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  120. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +4 -6
  121. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +79 -30
  122. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  123. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
  124. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +20 -2
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  126. package/node_modules/@aws-sdk/core/package.json +10 -10
  127. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  128. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  129. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  130. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  131. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  132. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  133. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  134. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  135. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
  136. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  137. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  138. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +4 -4
  139. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
  140. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  141. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  142. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
  143. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
  144. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  145. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
  146. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
  147. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
  148. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  149. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
  150. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
  151. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
  152. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  153. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
  154. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  158. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  159. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  160. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  161. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  162. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  163. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  164. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
  165. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  166. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  167. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  168. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  169. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  170. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  171. package/node_modules/@aws-sdk/types/package.json +2 -2
  172. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
  173. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  174. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  175. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  176. package/package.json +5 -5
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://aws.amazon.com"
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-cloudformation": "^3.774.0"
10
+ "@aws-sdk/client-cloudformation": "^3.777.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "aws-cdk-lib": "^2.106.1",
@@ -4056,6 +4056,6 @@
4056
4056
  "symbolId": "src/resolve:AwsCdkResolver"
4057
4057
  }
4058
4058
  },
4059
- "version": "0.0.270",
4060
- "fingerprint": "C0ibk5YAh0kRA91bkXEc3ufAst77g8QluA6L7RqhsUg="
4059
+ "version": "0.0.272",
4060
+ "fingerprint": "MuUn6hZYnh0ZCopboHx6XGA0tUzm/XvNAkj8XILgNLE="
4061
4061
  }
package/lib/resolve.js CHANGED
@@ -61,5 +61,5 @@ class AwsCdkResolver {
61
61
  }
62
62
  exports.AwsCdkResolver = AwsCdkResolver;
63
63
  _a = JSII_RTTI_SYMBOL_1;
64
- AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.270" };
64
+ AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.272" };
65
65
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLEtBQUssS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUN0QywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDdEYsQ0FBQztRQUVELE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQztZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsRCxPQUFPLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO1lBQ2IsMkVBQTJFO1lBQzNFLGtFQUFrRTtZQUNsRSwyRUFBMkU7WUFDM0UsK0VBQStFO1lBQy9FLCtDQUErQztZQUMvQyxPQUFPLENBQUMsWUFBWSxDQUFDLG9DQUFvQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLENBQUM7SUFFSCxDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQWE7UUFFOUIsTUFBTSxlQUFlLEdBQVksRUFBRSxDQUFDO1FBRXBDLEtBQUssTUFBTSxLQUFLLElBQUksMEJBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDN0QsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2dCQUNqQyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7Z0JBQ3JDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxZQUFZLHVCQUFTLElBQUksQ0FBQyxDQUFDLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQWMsQ0FBQztnQkFDN0csa0ZBQWtGO2dCQUNsRix3REFBd0Q7Z0JBQ3hELElBQUksTUFBTTtvQkFBRSxPQUFPLE1BQU0sQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
@@ -9,17 +9,16 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
9
9
  <fullname>CloudFormation</fullname>
10
10
 
11
11
  <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
12
- repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
13
- Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
14
- scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
15
- infrastructure.</p>
16
- <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
17
- collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
18
- together and manages all dependencies between the resources for you.</p>
19
- <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
20
- product page</a>.</p>
21
- <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
22
- specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
12
+ repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
13
+ Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
14
+ applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
15
+ <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
16
+ template defines a collection of resources as a single unit called a stack. CloudFormation creates
17
+ and deletes all member resources of the stack together and manages all dependencies between the
18
+ resources for you.</p>
19
+ <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
20
+ <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
21
+ about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
23
22
 
24
23
  ## Installing
25
24
 
@@ -40,8 +40,6 @@ const defaultCloudFormationHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultCloudFormationHttpAuthSchemeProvider = defaultCloudFormationHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
@@ -167,6 +167,7 @@ __export(index_exports, {
167
167
  ResourceSignalStatus: () => ResourceSignalStatus,
168
168
  ResourceStatus: () => ResourceStatus,
169
169
  RollbackStackCommand: () => RollbackStackCommand,
170
+ ScanType: () => ScanType,
170
171
  SetStackPolicyCommand: () => SetStackPolicyCommand,
171
172
  SetTypeConfigurationCommand: () => SetTypeConfigurationCommand,
172
173
  SetTypeDefaultVersionCommand: () => SetTypeDefaultVersionCommand,
@@ -275,12 +276,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
275
276
 
276
277
  // src/endpoint/EndpointParameters.ts
277
278
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
278
- return {
279
- ...options,
279
+ return Object.assign(options, {
280
280
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
281
281
  useFipsEndpoint: options.useFipsEndpoint ?? false,
282
282
  defaultSigningName: "cloudformation"
283
- };
283
+ });
284
284
  }, "resolveClientEndpointParameters");
285
285
  var commonParams = {
286
286
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -337,22 +337,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
337
337
  }, "resolveHttpAuthRuntimeConfig");
338
338
 
339
339
  // src/runtimeExtensions.ts
340
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
341
340
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
342
- const extensionConfiguration = {
343
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
344
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
345
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
346
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
347
- };
341
+ const extensionConfiguration = Object.assign(
342
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
343
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
344
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
345
+ getHttpAuthExtensionConfiguration(runtimeConfig)
346
+ );
348
347
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
349
- return {
350
- ...runtimeConfig,
351
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
352
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
353
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
354
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
355
- };
348
+ return Object.assign(
349
+ runtimeConfig,
350
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
351
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
352
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
353
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
354
+ );
356
355
  }, "resolveRuntimeExtensions");
357
356
 
358
357
  // src/CloudFormationClient.ts
@@ -366,6 +365,8 @@ var CloudFormationClient = class extends import_smithy_client.Client {
366
365
  config;
367
366
  constructor(...[configuration]) {
368
367
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
368
+ super(_config_0);
369
+ this.initConfig = _config_0;
369
370
  const _config_1 = resolveClientEndpointParameters(_config_0);
370
371
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
371
372
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -374,7 +375,6 @@ var CloudFormationClient = class extends import_smithy_client.Client {
374
375
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
375
376
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
376
377
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
377
- super(_config_8);
378
378
  this.config = _config_8;
379
379
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
380
380
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -1359,6 +1359,10 @@ var ResourceScanInProgressException = class _ResourceScanInProgressException ext
1359
1359
  this.Message = opts.Message;
1360
1360
  }
1361
1361
  };
1362
+ var ScanType = {
1363
+ FULL: "FULL",
1364
+ PARTIAL: "PARTIAL"
1365
+ };
1362
1366
  var StackInstanceFilterName = {
1363
1367
  DETAILED_STATUS: "DETAILED_STATUS",
1364
1368
  DRIFT_STATUS: "DRIFT_STATUS",
@@ -5086,6 +5090,9 @@ var se_ListResourceScansInput = /* @__PURE__ */ __name((input, context) => {
5086
5090
  if (input[_MR] != null) {
5087
5091
  entries[_MR] = input[_MR];
5088
5092
  }
5093
+ if (input[_STF] != null) {
5094
+ entries[_STF] = input[_STF];
5095
+ }
5089
5096
  return entries;
5090
5097
  }, "se_ListResourceScansInput");
5091
5098
  var se_ListStackInstanceResourceDriftsInput = /* @__PURE__ */ __name((input, context) => {
@@ -5695,6 +5702,18 @@ var se_ResourceToImport = /* @__PURE__ */ __name((input, context) => {
5695
5702
  }
5696
5703
  return entries;
5697
5704
  }, "se_ResourceToImport");
5705
+ var se_ResourceTypeFilters = /* @__PURE__ */ __name((input, context) => {
5706
+ const entries = {};
5707
+ let counter = 1;
5708
+ for (const entry of input) {
5709
+ if (entry === null) {
5710
+ continue;
5711
+ }
5712
+ entries[`member.${counter}`] = entry;
5713
+ counter++;
5714
+ }
5715
+ return entries;
5716
+ }, "se_ResourceTypeFilters");
5698
5717
  var se_ResourceTypes = /* @__PURE__ */ __name((input, context) => {
5699
5718
  const entries = {};
5700
5719
  let counter = 1;
@@ -5777,6 +5796,35 @@ var se_RollbackTriggers = /* @__PURE__ */ __name((input, context) => {
5777
5796
  }
5778
5797
  return entries;
5779
5798
  }, "se_RollbackTriggers");
5799
+ var se_ScanFilter = /* @__PURE__ */ __name((input, context) => {
5800
+ const entries = {};
5801
+ if (input[_Ty] != null) {
5802
+ const memberEntries = se_ResourceTypeFilters(input[_Ty], context);
5803
+ if (input[_Ty]?.length === 0) {
5804
+ entries.Types = [];
5805
+ }
5806
+ Object.entries(memberEntries).forEach(([key, value]) => {
5807
+ const loc = `Types.${key}`;
5808
+ entries[loc] = value;
5809
+ });
5810
+ }
5811
+ return entries;
5812
+ }, "se_ScanFilter");
5813
+ var se_ScanFilters = /* @__PURE__ */ __name((input, context) => {
5814
+ const entries = {};
5815
+ let counter = 1;
5816
+ for (const entry of input) {
5817
+ if (entry === null) {
5818
+ continue;
5819
+ }
5820
+ const memberEntries = se_ScanFilter(entry, context);
5821
+ Object.entries(memberEntries).forEach(([key, value]) => {
5822
+ entries[`member.${counter}.${key}`] = value;
5823
+ });
5824
+ counter++;
5825
+ }
5826
+ return entries;
5827
+ }, "se_ScanFilters");
5780
5828
  var se_ScannedResourceIdentifier = /* @__PURE__ */ __name((input, context) => {
5781
5829
  const entries = {};
5782
5830
  if (input[_RTes] != null) {
@@ -6008,6 +6056,16 @@ var se_StartResourceScanInput = /* @__PURE__ */ __name((input, context) => {
6008
6056
  if (input[_CRT] != null) {
6009
6057
  entries[_CRT] = input[_CRT];
6010
6058
  }
6059
+ if (input[_SF] != null) {
6060
+ const memberEntries = se_ScanFilters(input[_SF], context);
6061
+ if (input[_SF]?.length === 0) {
6062
+ entries.ScanFilters = [];
6063
+ }
6064
+ Object.entries(memberEntries).forEach(([key, value]) => {
6065
+ const loc = `ScanFilters.${key}`;
6066
+ entries[loc] = value;
6067
+ });
6068
+ }
6011
6069
  return entries;
6012
6070
  }, "se_StartResourceScanInput");
6013
6071
  var se_StopStackSetOperationInput = /* @__PURE__ */ __name((input, context) => {
@@ -7017,6 +7075,11 @@ var de_DescribeResourceScanOutput = /* @__PURE__ */ __name((output, context) =>
7017
7075
  if (output[_RRes] != null) {
7018
7076
  contents[_RRes] = (0, import_smithy_client.strictParseInt32)(output[_RRes]);
7019
7077
  }
7078
+ if (output.ScanFilters === "") {
7079
+ contents[_SF] = [];
7080
+ } else if (output[_SF] != null && output[_SF][_m] != null) {
7081
+ contents[_SF] = de_ScanFilters((0, import_smithy_client.getArrayIfSingleItem)(output[_SF][_m]), context);
7082
+ }
7020
7083
  return contents;
7021
7084
  }, "de_DescribeResourceScanOutput");
7022
7085
  var de_DescribeStackDriftDetectionStatusOutput = /* @__PURE__ */ __name((output, context) => {
@@ -8180,6 +8243,9 @@ var de_ResourceScanSummary = /* @__PURE__ */ __name((output, context) => {
8180
8243
  if (output[_PC] != null) {
8181
8244
  contents[_PC] = (0, import_smithy_client.strictParseFloat)(output[_PC]);
8182
8245
  }
8246
+ if (output[_STc] != null) {
8247
+ contents[_STc] = (0, import_smithy_client.expectString)(output[_STc]);
8248
+ }
8183
8249
  return contents;
8184
8250
  }, "de_ResourceScanSummary");
8185
8251
  var de_ResourceTargetDefinition = /* @__PURE__ */ __name((output, context) => {
@@ -8207,6 +8273,11 @@ var de_ResourceTargetDefinition = /* @__PURE__ */ __name((output, context) => {
8207
8273
  }
8208
8274
  return contents;
8209
8275
  }, "de_ResourceTargetDefinition");
8276
+ var de_ResourceTypeFilters = /* @__PURE__ */ __name((output, context) => {
8277
+ return (output || []).filter((e) => e != null).map((entry) => {
8278
+ return (0, import_smithy_client.expectString)(entry);
8279
+ });
8280
+ }, "de_ResourceTypeFilters");
8210
8281
  var de_ResourceTypes = /* @__PURE__ */ __name((output, context) => {
8211
8282
  return (output || []).filter((e) => e != null).map((entry) => {
8212
8283
  return (0, import_smithy_client.expectString)(entry);
@@ -8246,6 +8317,20 @@ var de_RollbackTriggers = /* @__PURE__ */ __name((output, context) => {
8246
8317
  return de_RollbackTrigger(entry, context);
8247
8318
  });
8248
8319
  }, "de_RollbackTriggers");
8320
+ var de_ScanFilter = /* @__PURE__ */ __name((output, context) => {
8321
+ const contents = {};
8322
+ if (output.Types === "") {
8323
+ contents[_Ty] = [];
8324
+ } else if (output[_Ty] != null && output[_Ty][_m] != null) {
8325
+ contents[_Ty] = de_ResourceTypeFilters((0, import_smithy_client.getArrayIfSingleItem)(output[_Ty][_m]), context);
8326
+ }
8327
+ return contents;
8328
+ }, "de_ScanFilter");
8329
+ var de_ScanFilters = /* @__PURE__ */ __name((output, context) => {
8330
+ return (output || []).filter((e) => e != null).map((entry) => {
8331
+ return de_ScanFilter(entry, context);
8332
+ });
8333
+ }, "de_ScanFilters");
8249
8334
  var de_ScannedResource = /* @__PURE__ */ __name((output, context) => {
8250
8335
  const contents = {};
8251
8336
  if (output[_RTes] != null) {
@@ -9955,6 +10040,7 @@ var _SDDI = "StackDriftDetectionId";
9955
10040
  var _SDS = "StackDriftStatus";
9956
10041
  var _SDt = "StatusDetails";
9957
10042
  var _SE = "StackEvents";
10043
+ var _SF = "ScanFilters";
9958
10044
  var _SHP = "SchemaHandlerPackage";
9959
10045
  var _SI = "StackId";
9960
10046
  var _SIA = "StackInstanceAccount";
@@ -9999,6 +10085,8 @@ var _SSta = "StackStatus";
9999
10085
  var _ST = "StartTime";
10000
10086
  var _STC = "SetTypeConfiguration";
10001
10087
  var _STDV = "SetTypeDefaultVersion";
10088
+ var _STF = "ScanTypeFilter";
10089
+ var _STc = "ScanType";
10002
10090
  var _SU = "SourceUrl";
10003
10091
  var _Sc = "Schema";
10004
10092
  var _Sco = "Scope";
@@ -10044,6 +10132,7 @@ var _TW = "TotalWarnings";
10044
10132
  var _Ta = "Tags";
10045
10133
  var _Tar = "Target";
10046
10134
  var _Ti = "Timestamp";
10135
+ var _Ty = "Types";
10047
10136
  var _U = "Url";
10048
10137
  var _UGT = "UpdateGeneratedTemplate";
10049
10138
  var _UI = "UniqueId";
@@ -12702,6 +12791,7 @@ var waitUntilTypeRegistrationComplete = /* @__PURE__ */ __name(async (params, in
12702
12791
  HookResultNotFoundException,
12703
12792
  ListHookResultsTargetType,
12704
12793
  ResourceScanInProgressException,
12794
+ ScanType,
12705
12795
  StackInstanceFilterName,
12706
12796
  StackRefactorActionType,
12707
12797
  StackRefactorDetection,
@@ -17,6 +17,8 @@ export class CloudFormationClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class CloudFormationClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultCloudFormationHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "cloudformation",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -758,6 +758,10 @@ export class ResourceScanInProgressException extends __BaseException {
758
758
  this.Message = opts.Message;
759
759
  }
760
760
  }
761
+ export const ScanType = {
762
+ FULL: "FULL",
763
+ PARTIAL: "PARTIAL",
764
+ };
761
765
  export const StackInstanceFilterName = {
762
766
  DETAILED_STATUS: "DETAILED_STATUS",
763
767
  DRIFT_STATUS: "DRIFT_STATUS",
@@ -3612,6 +3612,9 @@ const se_ListResourceScansInput = (input, context) => {
3612
3612
  if (input[_MR] != null) {
3613
3613
  entries[_MR] = input[_MR];
3614
3614
  }
3615
+ if (input[_STF] != null) {
3616
+ entries[_STF] = input[_STF];
3617
+ }
3615
3618
  return entries;
3616
3619
  };
3617
3620
  const se_ListStackInstanceResourceDriftsInput = (input, context) => {
@@ -4223,6 +4226,18 @@ const se_ResourceToImport = (input, context) => {
4223
4226
  }
4224
4227
  return entries;
4225
4228
  };
4229
+ const se_ResourceTypeFilters = (input, context) => {
4230
+ const entries = {};
4231
+ let counter = 1;
4232
+ for (const entry of input) {
4233
+ if (entry === null) {
4234
+ continue;
4235
+ }
4236
+ entries[`member.${counter}`] = entry;
4237
+ counter++;
4238
+ }
4239
+ return entries;
4240
+ };
4226
4241
  const se_ResourceTypes = (input, context) => {
4227
4242
  const entries = {};
4228
4243
  let counter = 1;
@@ -4305,6 +4320,35 @@ const se_RollbackTriggers = (input, context) => {
4305
4320
  }
4306
4321
  return entries;
4307
4322
  };
4323
+ const se_ScanFilter = (input, context) => {
4324
+ const entries = {};
4325
+ if (input[_Ty] != null) {
4326
+ const memberEntries = se_ResourceTypeFilters(input[_Ty], context);
4327
+ if (input[_Ty]?.length === 0) {
4328
+ entries.Types = [];
4329
+ }
4330
+ Object.entries(memberEntries).forEach(([key, value]) => {
4331
+ const loc = `Types.${key}`;
4332
+ entries[loc] = value;
4333
+ });
4334
+ }
4335
+ return entries;
4336
+ };
4337
+ const se_ScanFilters = (input, context) => {
4338
+ const entries = {};
4339
+ let counter = 1;
4340
+ for (const entry of input) {
4341
+ if (entry === null) {
4342
+ continue;
4343
+ }
4344
+ const memberEntries = se_ScanFilter(entry, context);
4345
+ Object.entries(memberEntries).forEach(([key, value]) => {
4346
+ entries[`member.${counter}.${key}`] = value;
4347
+ });
4348
+ counter++;
4349
+ }
4350
+ return entries;
4351
+ };
4308
4352
  const se_ScannedResourceIdentifier = (input, context) => {
4309
4353
  const entries = {};
4310
4354
  if (input[_RTes] != null) {
@@ -4536,6 +4580,16 @@ const se_StartResourceScanInput = (input, context) => {
4536
4580
  if (input[_CRT] != null) {
4537
4581
  entries[_CRT] = input[_CRT];
4538
4582
  }
4583
+ if (input[_SF] != null) {
4584
+ const memberEntries = se_ScanFilters(input[_SF], context);
4585
+ if (input[_SF]?.length === 0) {
4586
+ entries.ScanFilters = [];
4587
+ }
4588
+ Object.entries(memberEntries).forEach(([key, value]) => {
4589
+ const loc = `ScanFilters.${key}`;
4590
+ entries[loc] = value;
4591
+ });
4592
+ }
4539
4593
  return entries;
4540
4594
  };
4541
4595
  const se_StopStackSetOperationInput = (input, context) => {
@@ -5575,6 +5629,12 @@ const de_DescribeResourceScanOutput = (output, context) => {
5575
5629
  if (output[_RRes] != null) {
5576
5630
  contents[_RRes] = __strictParseInt32(output[_RRes]);
5577
5631
  }
5632
+ if (output.ScanFilters === "") {
5633
+ contents[_SF] = [];
5634
+ }
5635
+ else if (output[_SF] != null && output[_SF][_m] != null) {
5636
+ contents[_SF] = de_ScanFilters(__getArrayIfSingleItem(output[_SF][_m]), context);
5637
+ }
5578
5638
  return contents;
5579
5639
  };
5580
5640
  const de_DescribeStackDriftDetectionStatusOutput = (output, context) => {
@@ -6819,6 +6879,9 @@ const de_ResourceScanSummary = (output, context) => {
6819
6879
  if (output[_PC] != null) {
6820
6880
  contents[_PC] = __strictParseFloat(output[_PC]);
6821
6881
  }
6882
+ if (output[_STc] != null) {
6883
+ contents[_STc] = __expectString(output[_STc]);
6884
+ }
6822
6885
  return contents;
6823
6886
  };
6824
6887
  const de_ResourceTargetDefinition = (output, context) => {
@@ -6846,6 +6909,13 @@ const de_ResourceTargetDefinition = (output, context) => {
6846
6909
  }
6847
6910
  return contents;
6848
6911
  };
6912
+ const de_ResourceTypeFilters = (output, context) => {
6913
+ return (output || [])
6914
+ .filter((e) => e != null)
6915
+ .map((entry) => {
6916
+ return __expectString(entry);
6917
+ });
6918
+ };
6849
6919
  const de_ResourceTypes = (output, context) => {
6850
6920
  return (output || [])
6851
6921
  .filter((e) => e != null)
@@ -6890,6 +6960,23 @@ const de_RollbackTriggers = (output, context) => {
6890
6960
  return de_RollbackTrigger(entry, context);
6891
6961
  });
6892
6962
  };
6963
+ const de_ScanFilter = (output, context) => {
6964
+ const contents = {};
6965
+ if (output.Types === "") {
6966
+ contents[_Ty] = [];
6967
+ }
6968
+ else if (output[_Ty] != null && output[_Ty][_m] != null) {
6969
+ contents[_Ty] = de_ResourceTypeFilters(__getArrayIfSingleItem(output[_Ty][_m]), context);
6970
+ }
6971
+ return contents;
6972
+ };
6973
+ const de_ScanFilters = (output, context) => {
6974
+ return (output || [])
6975
+ .filter((e) => e != null)
6976
+ .map((entry) => {
6977
+ return de_ScanFilter(entry, context);
6978
+ });
6979
+ };
6893
6980
  const de_ScannedResource = (output, context) => {
6894
6981
  const contents = {};
6895
6982
  if (output[_RTes] != null) {
@@ -8687,6 +8774,7 @@ const _SDDI = "StackDriftDetectionId";
8687
8774
  const _SDS = "StackDriftStatus";
8688
8775
  const _SDt = "StatusDetails";
8689
8776
  const _SE = "StackEvents";
8777
+ const _SF = "ScanFilters";
8690
8778
  const _SHP = "SchemaHandlerPackage";
8691
8779
  const _SI = "StackId";
8692
8780
  const _SIA = "StackInstanceAccount";
@@ -8731,6 +8819,8 @@ const _SSta = "StackStatus";
8731
8819
  const _ST = "StartTime";
8732
8820
  const _STC = "SetTypeConfiguration";
8733
8821
  const _STDV = "SetTypeDefaultVersion";
8822
+ const _STF = "ScanTypeFilter";
8823
+ const _STc = "ScanType";
8734
8824
  const _SU = "SourceUrl";
8735
8825
  const _Sc = "Schema";
8736
8826
  const _Sco = "Scope";
@@ -8776,6 +8866,7 @@ const _TW = "TotalWarnings";
8776
8866
  const _Ta = "Tags";
8777
8867
  const _Tar = "Target";
8778
8868
  const _Ti = "Timestamp";
8869
+ const _Ty = "Types";
8779
8870
  const _U = "Url";
8780
8871
  const _UGT = "UpdateGeneratedTemplate";
8781
8872
  const _UI = "UniqueId";
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -651,17 +651,16 @@ export interface CloudFormation {
651
651
  /**
652
652
  * <fullname>CloudFormation</fullname>
653
653
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
654
- * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
655
- * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
656
- * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
657
- * infrastructure.</p>
658
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
659
- * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
660
- * together and manages all dependencies between the resources for you.</p>
661
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
662
- * product page</a>.</p>
663
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
664
- * specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
654
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
655
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
656
+ * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
657
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
658
+ * template defines a collection of resources as a single unit called a stack. CloudFormation creates
659
+ * and deletes all member resources of the stack together and manages all dependencies between the
660
+ * resources for you.</p>
661
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
662
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
663
+ * about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
665
664
  * @public
666
665
  */
667
666
  export declare class CloudFormation extends CloudFormationClient implements CloudFormation {
@@ -259,17 +259,16 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
259
259
  /**
260
260
  * <fullname>CloudFormation</fullname>
261
261
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
262
- * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
263
- * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
264
- * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
265
- * infrastructure.</p>
266
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
267
- * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
268
- * together and manages all dependencies between the resources for you.</p>
269
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
270
- * product page</a>.</p>
271
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
272
- * specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
262
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
263
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
264
+ * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
265
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
266
+ * template defines a collection of resources as a single unit called a stack. CloudFormation creates
267
+ * and deletes all member resources of the stack together and manages all dependencies between the
268
+ * resources for you.</p>
269
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
270
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
271
+ * about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
273
272
  * @public
274
273
  */
275
274
  export declare class CloudFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFormationClientResolvedConfig> {
@@ -58,6 +58,7 @@ declare const ActivateOrganizationsAccessCommand_base: {
58
58
  * @throws {@link CloudFormationServiceException}
59
59
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class ActivateOrganizationsAccessCommand extends ActivateOrganizationsAccessCommand_base {
@@ -75,6 +75,7 @@ declare const ActivateTypeCommand_base: {
75
75
  * @throws {@link CloudFormationServiceException}
76
76
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class ActivateTypeCommand extends ActivateTypeCommand_base {