@aws-sdk/client-cloudformation 3.1018.0 → 3.1020.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/CloudFormation.js +8 -8
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
  9. package/dist-es/waiters/waitForStackCreateComplete.js +1 -1
  10. package/dist-es/waiters/waitForStackDeleteComplete.js +1 -1
  11. package/dist-es/waiters/waitForStackExists.js +1 -1
  12. package/dist-es/waiters/waitForStackImportComplete.js +1 -1
  13. package/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  14. package/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  15. package/dist-es/waiters/waitForStackRollbackComplete.js +1 -1
  16. package/dist-es/waiters/waitForStackUpdateComplete.js +1 -1
  17. package/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
  18. package/dist-types/CloudFormation.d.ts +90 -90
  19. package/dist-types/CloudFormationClient.d.ts +93 -93
  20. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  21. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  22. package/dist-types/index.d.ts +1 -1
  23. package/dist-types/models/models_0.d.ts +1 -1
  24. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/DescribeChangeSetPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListResourceScansPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListStackRefactorsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/ts3.4/CloudFormationClient.d.ts +2 -3
  52. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  53. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +3 -3
  58. package/dist-types/waiters/waitForStackCreateComplete.d.ts +3 -3
  59. package/dist-types/waiters/waitForStackDeleteComplete.d.ts +3 -3
  60. package/dist-types/waiters/waitForStackExists.d.ts +3 -3
  61. package/dist-types/waiters/waitForStackImportComplete.d.ts +3 -3
  62. package/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +3 -3
  63. package/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +3 -3
  64. package/dist-types/waiters/waitForStackRollbackComplete.d.ts +3 -3
  65. package/dist-types/waiters/waitForStackUpdateComplete.d.ts +3 -3
  66. package/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +3 -3
  67. package/package.json +14 -14
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveHttpAuthSchemeConfig = exports.defaultCloudFormationHttpAuthSchemeProvider = exports.defaultCloudFormationHttpAuthSchemeParametersProvider = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultCloudFormationHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
@@ -38,7 +38,7 @@ const defaultCloudFormationHttpAuthSchemeProvider = (authParameters) => {
38
38
  };
39
39
  exports.defaultCloudFormationHttpAuthSchemeProvider = defaultCloudFormationHttpAuthSchemeProvider;
40
40
  const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
41
+ const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
42
42
  return Object.assign(config_0, {
43
43
  authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
44
44
  });
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const core_1 = require("@aws-sdk/core");
6
+ const client_1 = require("@aws-sdk/core/client");
7
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
8
9
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
10
  const config_resolver_1 = require("@smithy/config-resolver");
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
21
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
22
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
23
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
24
- (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
25
+ (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
25
26
  const loaderConfig = {
26
27
  profile: config?.profile,
27
28
  logger: clientSharedValues.logger,
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
31
32
  ...config,
32
33
  runtime: "node",
33
34
  defaultsMode,
34
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
36
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
37
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
37
38
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const protocols_1 = require("@aws-sdk/core/protocols");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const url_parser_1 = require("@smithy/url-parser");
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
23
23
  {
24
24
  schemeId: "aws.auth#sigv4",
25
25
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
26
- signer: new core_1.AwsSdkSigV4Signer(),
26
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
27
27
  },
28
28
  ],
29
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
@@ -7,7 +7,7 @@ import { CancelUpdateStackCommand, } from "./commands/CancelUpdateStackCommand";
7
7
  import { ContinueUpdateRollbackCommand, } from "./commands/ContinueUpdateRollbackCommand";
8
8
  import { CreateChangeSetCommand, } from "./commands/CreateChangeSetCommand";
9
9
  import { CreateGeneratedTemplateCommand, } from "./commands/CreateGeneratedTemplateCommand";
10
- import { CreateStackCommand } from "./commands/CreateStackCommand";
10
+ import { CreateStackCommand, } from "./commands/CreateStackCommand";
11
11
  import { CreateStackInstancesCommand, } from "./commands/CreateStackInstancesCommand";
12
12
  import { CreateStackRefactorCommand, } from "./commands/CreateStackRefactorCommand";
13
13
  import { CreateStackSetCommand, } from "./commands/CreateStackSetCommand";
@@ -15,7 +15,7 @@ import { DeactivateOrganizationsAccessCommand, } from "./commands/DeactivateOrga
15
15
  import { DeactivateTypeCommand, } from "./commands/DeactivateTypeCommand";
16
16
  import { DeleteChangeSetCommand, } from "./commands/DeleteChangeSetCommand";
17
17
  import { DeleteGeneratedTemplateCommand, } from "./commands/DeleteGeneratedTemplateCommand";
18
- import { DeleteStackCommand } from "./commands/DeleteStackCommand";
18
+ import { DeleteStackCommand, } from "./commands/DeleteStackCommand";
19
19
  import { DeleteStackInstancesCommand, } from "./commands/DeleteStackInstancesCommand";
20
20
  import { DeleteStackSetCommand, } from "./commands/DeleteStackSetCommand";
21
21
  import { DeregisterTypeCommand, } from "./commands/DeregisterTypeCommand";
@@ -48,14 +48,14 @@ import { ExecuteStackRefactorCommand, } from "./commands/ExecuteStackRefactorCom
48
48
  import { GetGeneratedTemplateCommand, } from "./commands/GetGeneratedTemplateCommand";
49
49
  import { GetHookResultCommand, } from "./commands/GetHookResultCommand";
50
50
  import { GetStackPolicyCommand, } from "./commands/GetStackPolicyCommand";
51
- import { GetTemplateCommand } from "./commands/GetTemplateCommand";
51
+ import { GetTemplateCommand, } from "./commands/GetTemplateCommand";
52
52
  import { GetTemplateSummaryCommand, } from "./commands/GetTemplateSummaryCommand";
53
53
  import { ImportStacksToStackSetCommand, } from "./commands/ImportStacksToStackSetCommand";
54
54
  import { ListChangeSetsCommand, } from "./commands/ListChangeSetsCommand";
55
- import { ListExportsCommand } from "./commands/ListExportsCommand";
55
+ import { ListExportsCommand, } from "./commands/ListExportsCommand";
56
56
  import { ListGeneratedTemplatesCommand, } from "./commands/ListGeneratedTemplatesCommand";
57
57
  import { ListHookResultsCommand, } from "./commands/ListHookResultsCommand";
58
- import { ListImportsCommand } from "./commands/ListImportsCommand";
58
+ import { ListImportsCommand, } from "./commands/ListImportsCommand";
59
59
  import { ListResourceScanRelatedResourcesCommand, } from "./commands/ListResourceScanRelatedResourcesCommand";
60
60
  import { ListResourceScanResourcesCommand, } from "./commands/ListResourceScanResourcesCommand";
61
61
  import { ListResourceScansCommand, } from "./commands/ListResourceScansCommand";
@@ -64,7 +64,7 @@ import { ListStackInstancesCommand, } from "./commands/ListStackInstancesCommand
64
64
  import { ListStackRefactorActionsCommand, } from "./commands/ListStackRefactorActionsCommand";
65
65
  import { ListStackRefactorsCommand, } from "./commands/ListStackRefactorsCommand";
66
66
  import { ListStackResourcesCommand, } from "./commands/ListStackResourcesCommand";
67
- import { ListStacksCommand } from "./commands/ListStacksCommand";
67
+ import { ListStacksCommand, } from "./commands/ListStacksCommand";
68
68
  import { ListStackSetAutoDeploymentTargetsCommand, } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
69
69
  import { ListStackSetOperationResultsCommand, } from "./commands/ListStackSetOperationResultsCommand";
70
70
  import { ListStackSetOperationsCommand, } from "./commands/ListStackSetOperationsCommand";
@@ -72,7 +72,7 @@ import { ListStackSetsCommand, } from "./commands/ListStackSetsCommand";
72
72
  import { ListTypeRegistrationsCommand, } from "./commands/ListTypeRegistrationsCommand";
73
73
  import { ListTypesCommand } from "./commands/ListTypesCommand";
74
74
  import { ListTypeVersionsCommand, } from "./commands/ListTypeVersionsCommand";
75
- import { PublishTypeCommand } from "./commands/PublishTypeCommand";
75
+ import { PublishTypeCommand, } from "./commands/PublishTypeCommand";
76
76
  import { RecordHandlerProgressCommand, } from "./commands/RecordHandlerProgressCommand";
77
77
  import { RegisterPublisherCommand, } from "./commands/RegisterPublisherCommand";
78
78
  import { RegisterTypeCommand, } from "./commands/RegisterTypeCommand";
@@ -85,7 +85,7 @@ import { StartResourceScanCommand, } from "./commands/StartResourceScanCommand";
85
85
  import { StopStackSetOperationCommand, } from "./commands/StopStackSetOperationCommand";
86
86
  import { TestTypeCommand } from "./commands/TestTypeCommand";
87
87
  import { UpdateGeneratedTemplateCommand, } from "./commands/UpdateGeneratedTemplateCommand";
88
- import { UpdateStackCommand } from "./commands/UpdateStackCommand";
88
+ import { UpdateStackCommand, } from "./commands/UpdateStackCommand";
89
89
  import { UpdateStackInstancesCommand, } from "./commands/UpdateStackInstancesCommand";
90
90
  import { UpdateStackSetCommand, } from "./commands/UpdateStackSetCommand";
91
91
  import { UpdateTerminationProtectionCommand, } from "./commands/UpdateTerminationProtectionCommand";
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultCloudFormationHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
6
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoOpLogger } from "@smithy/smithy-client";
4
4
  import { parseUrl } from "@smithy/url-parser";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeChangeSetCommand } from "../commands/DescribeChangeSetCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStackRefactorCommand, } from "../commands/DescribeStackRefactorCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStackRefactorCommand, } from "../commands/DescribeStackRefactorCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeTypeRegistrationCommand, } from "../commands/DescribeTypeRegistrationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,96 +1,96 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
3
  import { CloudFormationClient } from "./CloudFormationClient";
4
- import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
5
- import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
6
- import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
7
- import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
8
- import { ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
9
- import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
10
- import { CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput } from "./commands/CreateGeneratedTemplateCommand";
11
- import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
12
- import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
13
- import { CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput } from "./commands/CreateStackRefactorCommand";
14
- import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
15
- import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
16
- import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
17
- import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
18
- import { DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput } from "./commands/DeleteGeneratedTemplateCommand";
19
- import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
20
- import { DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
21
- import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
22
- import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
23
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
24
- import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
25
- import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
26
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
27
- import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
28
- import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
29
- import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
30
- import { DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput } from "./commands/DescribeResourceScanCommand";
31
- import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
32
- import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
33
- import { DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
34
- import { DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput } from "./commands/DescribeStackRefactorCommand";
35
- import { DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
36
- import { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
37
- import { DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
38
- import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
39
- import { DescribeStackSetCommandInput, DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
40
- import { DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
41
- import { DescribeTypeCommandInput, DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
42
- import { DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
43
- import { DetectStackDriftCommandInput, DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
44
- import { DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
45
- import { DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
46
- import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
47
- import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
48
- import { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
49
- import { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
50
- import { GetHookResultCommandInput, GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
51
- import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
52
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
53
- import { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
54
- import { ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
55
- import { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
56
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
57
- import { ListGeneratedTemplatesCommandInput, ListGeneratedTemplatesCommandOutput } from "./commands/ListGeneratedTemplatesCommand";
58
- import { ListHookResultsCommandInput, ListHookResultsCommandOutput } from "./commands/ListHookResultsCommand";
59
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
60
- import { ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput } from "./commands/ListResourceScanRelatedResourcesCommand";
61
- import { ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput } from "./commands/ListResourceScanResourcesCommand";
62
- import { ListResourceScansCommandInput, ListResourceScansCommandOutput } from "./commands/ListResourceScansCommand";
63
- import { ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput } from "./commands/ListStackInstanceResourceDriftsCommand";
64
- import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
65
- import { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "./commands/ListStackRefactorActionsCommand";
66
- import { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "./commands/ListStackRefactorsCommand";
67
- import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
68
- import { ListStacksCommandInput, ListStacksCommandOutput } from "./commands/ListStacksCommand";
69
- import { ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
70
- import { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
71
- import { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
72
- import { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
73
- import { ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
74
- import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
75
- import { ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
76
- import { PublishTypeCommandInput, PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
77
- import { RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
78
- import { RegisterPublisherCommandInput, RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
79
- import { RegisterTypeCommandInput, RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
80
- import { RollbackStackCommandInput, RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
81
- import { SetStackPolicyCommandInput, SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
82
- import { SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
83
- import { SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
84
- import { SignalResourceCommandInput, SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
85
- import { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
86
- import { StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
87
- import { TestTypeCommandInput, TestTypeCommandOutput } from "./commands/TestTypeCommand";
88
- import { UpdateGeneratedTemplateCommandInput, UpdateGeneratedTemplateCommandOutput } from "./commands/UpdateGeneratedTemplateCommand";
89
- import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
90
- import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
91
- import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
92
- import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
93
- import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
4
+ import { type ActivateOrganizationsAccessCommandInput, type ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
5
+ import { type ActivateTypeCommandInput, type ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
6
+ import { type BatchDescribeTypeConfigurationsCommandInput, type BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
7
+ import { type CancelUpdateStackCommandInput, type CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
8
+ import { type ContinueUpdateRollbackCommandInput, type ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
9
+ import { type CreateChangeSetCommandInput, type CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
10
+ import { type CreateGeneratedTemplateCommandInput, type CreateGeneratedTemplateCommandOutput } from "./commands/CreateGeneratedTemplateCommand";
11
+ import { type CreateStackCommandInput, type CreateStackCommandOutput } from "./commands/CreateStackCommand";
12
+ import { type CreateStackInstancesCommandInput, type CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
13
+ import { type CreateStackRefactorCommandInput, type CreateStackRefactorCommandOutput } from "./commands/CreateStackRefactorCommand";
14
+ import { type CreateStackSetCommandInput, type CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
15
+ import { type DeactivateOrganizationsAccessCommandInput, type DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
16
+ import { type DeactivateTypeCommandInput, type DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
17
+ import { type DeleteChangeSetCommandInput, type DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
18
+ import { type DeleteGeneratedTemplateCommandInput, type DeleteGeneratedTemplateCommandOutput } from "./commands/DeleteGeneratedTemplateCommand";
19
+ import { type DeleteStackCommandInput, type DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
20
+ import { type DeleteStackInstancesCommandInput, type DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
21
+ import { type DeleteStackSetCommandInput, type DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
22
+ import { type DeregisterTypeCommandInput, type DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
23
+ import { type DescribeAccountLimitsCommandInput, type DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
24
+ import { type DescribeChangeSetCommandInput, type DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
25
+ import { type DescribeChangeSetHooksCommandInput, type DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
26
+ import { type DescribeEventsCommandInput, type DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
27
+ import { type DescribeGeneratedTemplateCommandInput, type DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
28
+ import { type DescribeOrganizationsAccessCommandInput, type DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
29
+ import { type DescribePublisherCommandInput, type DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
30
+ import { type DescribeResourceScanCommandInput, type DescribeResourceScanCommandOutput } from "./commands/DescribeResourceScanCommand";
31
+ import { type DescribeStackDriftDetectionStatusCommandInput, type DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
32
+ import { type DescribeStackEventsCommandInput, type DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
33
+ import { type DescribeStackInstanceCommandInput, type DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
34
+ import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "./commands/DescribeStackRefactorCommand";
35
+ import { type DescribeStackResourceCommandInput, type DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
36
+ import { type DescribeStackResourceDriftsCommandInput, type DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
37
+ import { type DescribeStackResourcesCommandInput, type DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
38
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
39
+ import { type DescribeStackSetCommandInput, type DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
40
+ import { type DescribeStackSetOperationCommandInput, type DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
41
+ import { type DescribeTypeCommandInput, type DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
42
+ import { type DescribeTypeRegistrationCommandInput, type DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
43
+ import { type DetectStackDriftCommandInput, type DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
44
+ import { type DetectStackResourceDriftCommandInput, type DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
45
+ import { type DetectStackSetDriftCommandInput, type DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
46
+ import { type EstimateTemplateCostCommandInput, type EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
47
+ import { type ExecuteChangeSetCommandInput, type ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
48
+ import { type ExecuteStackRefactorCommandInput, type ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
49
+ import { type GetGeneratedTemplateCommandInput, type GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
50
+ import { type GetHookResultCommandInput, type GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
51
+ import { type GetStackPolicyCommandInput, type GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
52
+ import { type GetTemplateCommandInput, type GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
53
+ import { type GetTemplateSummaryCommandInput, type GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
54
+ import { type ImportStacksToStackSetCommandInput, type ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
55
+ import { type ListChangeSetsCommandInput, type ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
56
+ import { type ListExportsCommandInput, type ListExportsCommandOutput } from "./commands/ListExportsCommand";
57
+ import { type ListGeneratedTemplatesCommandInput, type ListGeneratedTemplatesCommandOutput } from "./commands/ListGeneratedTemplatesCommand";
58
+ import { type ListHookResultsCommandInput, type ListHookResultsCommandOutput } from "./commands/ListHookResultsCommand";
59
+ import { type ListImportsCommandInput, type ListImportsCommandOutput } from "./commands/ListImportsCommand";
60
+ import { type ListResourceScanRelatedResourcesCommandInput, type ListResourceScanRelatedResourcesCommandOutput } from "./commands/ListResourceScanRelatedResourcesCommand";
61
+ import { type ListResourceScanResourcesCommandInput, type ListResourceScanResourcesCommandOutput } from "./commands/ListResourceScanResourcesCommand";
62
+ import { type ListResourceScansCommandInput, type ListResourceScansCommandOutput } from "./commands/ListResourceScansCommand";
63
+ import { type ListStackInstanceResourceDriftsCommandInput, type ListStackInstanceResourceDriftsCommandOutput } from "./commands/ListStackInstanceResourceDriftsCommand";
64
+ import { type ListStackInstancesCommandInput, type ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
65
+ import { type ListStackRefactorActionsCommandInput, type ListStackRefactorActionsCommandOutput } from "./commands/ListStackRefactorActionsCommand";
66
+ import { type ListStackRefactorsCommandInput, type ListStackRefactorsCommandOutput } from "./commands/ListStackRefactorsCommand";
67
+ import { type ListStackResourcesCommandInput, type ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
68
+ import { type ListStacksCommandInput, type ListStacksCommandOutput } from "./commands/ListStacksCommand";
69
+ import { type ListStackSetAutoDeploymentTargetsCommandInput, type ListStackSetAutoDeploymentTargetsCommandOutput } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
70
+ import { type ListStackSetOperationResultsCommandInput, type ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
71
+ import { type ListStackSetOperationsCommandInput, type ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
72
+ import { type ListStackSetsCommandInput, type ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
73
+ import { type ListTypeRegistrationsCommandInput, type ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
74
+ import { type ListTypesCommandInput, type ListTypesCommandOutput } from "./commands/ListTypesCommand";
75
+ import { type ListTypeVersionsCommandInput, type ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
76
+ import { type PublishTypeCommandInput, type PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
77
+ import { type RecordHandlerProgressCommandInput, type RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
78
+ import { type RegisterPublisherCommandInput, type RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
79
+ import { type RegisterTypeCommandInput, type RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
80
+ import { type RollbackStackCommandInput, type RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
81
+ import { type SetStackPolicyCommandInput, type SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
82
+ import { type SetTypeConfigurationCommandInput, type SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
83
+ import { type SetTypeDefaultVersionCommandInput, type SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
84
+ import { type SignalResourceCommandInput, type SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
85
+ import { type StartResourceScanCommandInput, type StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
86
+ import { type StopStackSetOperationCommandInput, type StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
87
+ import { type TestTypeCommandInput, type TestTypeCommandOutput } from "./commands/TestTypeCommand";
88
+ import { type UpdateGeneratedTemplateCommandInput, type UpdateGeneratedTemplateCommandOutput } from "./commands/UpdateGeneratedTemplateCommand";
89
+ import { type UpdateStackCommandInput, type UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
90
+ import { type UpdateStackInstancesCommandInput, type UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
91
+ import { type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
92
+ import { type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
93
+ import { type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
94
94
  export interface CloudFormation {
95
95
  /**
96
96
  * @see {@link ActivateOrganizationsAccessCommand}