@aws-sdk/client-cloudformation 3.37.0 → 3.41.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 (97) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +68 -0
  3. package/dist-cjs/endpoints.js +135 -19
  4. package/dist-cjs/index.js +5 -92
  5. package/dist-cjs/pagination/index.js +20 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-cjs/waiters/index.js +11 -0
  9. package/dist-es/commands/index.js +65 -0
  10. package/dist-es/endpoints.js +135 -19
  11. package/dist-es/index.js +5 -92
  12. package/dist-es/pagination/index.js +17 -0
  13. package/dist-es/runtimeConfig.browser.js +3 -2
  14. package/dist-es/runtimeConfig.js +3 -3
  15. package/dist-es/waiters/index.js +8 -0
  16. package/dist-types/CloudFormationClient.d.ts +8 -0
  17. package/dist-types/commands/ActivateTypeCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -1
  20. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
  30. package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
  45. package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
  46. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  47. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
  48. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -1
  49. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -1
  50. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  51. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
  53. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  54. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListImportsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListStacksCommand.d.ts +1 -1
  63. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTypesCommand.d.ts +1 -1
  66. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  67. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  68. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  69. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  70. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  71. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  72. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  73. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  74. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  75. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  76. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  81. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  82. package/dist-types/commands/index.d.ts +65 -0
  83. package/dist-types/index.d.ts +5 -92
  84. package/dist-types/pagination/index.d.ts +17 -0
  85. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  86. package/dist-types/runtimeConfig.d.ts +2 -0
  87. package/dist-types/runtimeConfig.native.d.ts +2 -0
  88. package/dist-types/ts3.4/CloudFormationClient.d.ts +4 -0
  89. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  90. package/dist-types/ts3.4/index.d.ts +5 -92
  91. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  95. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  96. package/dist-types/waiters/index.d.ts +8 -0
  97. package/package.json +27 -27
@@ -0,0 +1,17 @@
1
+ export * from "./DescribeAccountLimitsPaginator";
2
+ export * from "./DescribeStackEventsPaginator";
3
+ export * from "./DescribeStackResourceDriftsPaginator";
4
+ export * from "./DescribeStacksPaginator";
5
+ export * from "./Interfaces";
6
+ export * from "./ListChangeSetsPaginator";
7
+ export * from "./ListExportsPaginator";
8
+ export * from "./ListImportsPaginator";
9
+ export * from "./ListStackInstancesPaginator";
10
+ export * from "./ListStackResourcesPaginator";
11
+ export * from "./ListStackSetOperationResultsPaginator";
12
+ export * from "./ListStackSetOperationsPaginator";
13
+ export * from "./ListStackSetsPaginator";
14
+ export * from "./ListStacksPaginator";
15
+ export * from "./ListTypeRegistrationsPaginator";
16
+ export * from "./ListTypeVersionsPaginator";
17
+ export * from "./ListTypesPaginator";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -103,6 +103,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
103
103
 
104
104
  logger?: __Logger;
105
105
 
106
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
107
+
108
+ useFipsEndpoint?: boolean | __Provider<boolean>;
109
+
106
110
  serviceId?: string;
107
111
 
108
112
  region?: string | __Provider<string>;
@@ -0,0 +1,65 @@
1
+ export * from "./ActivateTypeCommand";
2
+ export * from "./BatchDescribeTypeConfigurationsCommand";
3
+ export * from "./CancelUpdateStackCommand";
4
+ export * from "./ContinueUpdateRollbackCommand";
5
+ export * from "./CreateChangeSetCommand";
6
+ export * from "./CreateStackCommand";
7
+ export * from "./CreateStackInstancesCommand";
8
+ export * from "./CreateStackSetCommand";
9
+ export * from "./DeactivateTypeCommand";
10
+ export * from "./DeleteChangeSetCommand";
11
+ export * from "./DeleteStackCommand";
12
+ export * from "./DeleteStackInstancesCommand";
13
+ export * from "./DeleteStackSetCommand";
14
+ export * from "./DeregisterTypeCommand";
15
+ export * from "./DescribeAccountLimitsCommand";
16
+ export * from "./DescribeChangeSetCommand";
17
+ export * from "./DescribePublisherCommand";
18
+ export * from "./DescribeStackDriftDetectionStatusCommand";
19
+ export * from "./DescribeStackEventsCommand";
20
+ export * from "./DescribeStackInstanceCommand";
21
+ export * from "./DescribeStackResourceCommand";
22
+ export * from "./DescribeStackResourceDriftsCommand";
23
+ export * from "./DescribeStackResourcesCommand";
24
+ export * from "./DescribeStackSetCommand";
25
+ export * from "./DescribeStackSetOperationCommand";
26
+ export * from "./DescribeStacksCommand";
27
+ export * from "./DescribeTypeCommand";
28
+ export * from "./DescribeTypeRegistrationCommand";
29
+ export * from "./DetectStackDriftCommand";
30
+ export * from "./DetectStackResourceDriftCommand";
31
+ export * from "./DetectStackSetDriftCommand";
32
+ export * from "./EstimateTemplateCostCommand";
33
+ export * from "./ExecuteChangeSetCommand";
34
+ export * from "./GetStackPolicyCommand";
35
+ export * from "./GetTemplateCommand";
36
+ export * from "./GetTemplateSummaryCommand";
37
+ export * from "./ImportStacksToStackSetCommand";
38
+ export * from "./ListChangeSetsCommand";
39
+ export * from "./ListExportsCommand";
40
+ export * from "./ListImportsCommand";
41
+ export * from "./ListStackInstancesCommand";
42
+ export * from "./ListStackResourcesCommand";
43
+ export * from "./ListStackSetOperationResultsCommand";
44
+ export * from "./ListStackSetOperationsCommand";
45
+ export * from "./ListStackSetsCommand";
46
+ export * from "./ListStacksCommand";
47
+ export * from "./ListTypeRegistrationsCommand";
48
+ export * from "./ListTypeVersionsCommand";
49
+ export * from "./ListTypesCommand";
50
+ export * from "./PublishTypeCommand";
51
+ export * from "./RecordHandlerProgressCommand";
52
+ export * from "./RegisterPublisherCommand";
53
+ export * from "./RegisterTypeCommand";
54
+ export * from "./RollbackStackCommand";
55
+ export * from "./SetStackPolicyCommand";
56
+ export * from "./SetTypeConfigurationCommand";
57
+ export * from "./SetTypeDefaultVersionCommand";
58
+ export * from "./SignalResourceCommand";
59
+ export * from "./StopStackSetOperationCommand";
60
+ export * from "./TestTypeCommand";
61
+ export * from "./UpdateStackCommand";
62
+ export * from "./UpdateStackInstancesCommand";
63
+ export * from "./UpdateStackSetCommand";
64
+ export * from "./UpdateTerminationProtectionCommand";
65
+ export * from "./ValidateTemplateCommand";
@@ -1,93 +1,6 @@
1
- export * from "./CloudFormationClient";
2
1
  export * from "./CloudFormation";
3
- export * from "./commands/ActivateTypeCommand";
4
- export * from "./commands/BatchDescribeTypeConfigurationsCommand";
5
- export * from "./commands/CancelUpdateStackCommand";
6
- export * from "./commands/ContinueUpdateRollbackCommand";
7
- export * from "./commands/CreateChangeSetCommand";
8
- export * from "./commands/CreateStackCommand";
9
- export * from "./commands/CreateStackInstancesCommand";
10
- export * from "./commands/CreateStackSetCommand";
11
- export * from "./commands/DeactivateTypeCommand";
12
- export * from "./commands/DeleteChangeSetCommand";
13
- export * from "./commands/DeleteStackCommand";
14
- export * from "./commands/DeleteStackInstancesCommand";
15
- export * from "./commands/DeleteStackSetCommand";
16
- export * from "./commands/DeregisterTypeCommand";
17
- export * from "./commands/DescribeAccountLimitsCommand";
18
- export * from "./pagination/DescribeAccountLimitsPaginator";
19
- export * from "./commands/DescribeChangeSetCommand";
20
- export * from "./waiters/waitForChangeSetCreateComplete";
21
- export * from "./commands/DescribePublisherCommand";
22
- export * from "./commands/DescribeStackDriftDetectionStatusCommand";
23
- export * from "./commands/DescribeStackEventsCommand";
24
- export * from "./pagination/DescribeStackEventsPaginator";
25
- export * from "./commands/DescribeStackInstanceCommand";
26
- export * from "./commands/DescribeStackResourceCommand";
27
- export * from "./commands/DescribeStackResourceDriftsCommand";
28
- export * from "./pagination/DescribeStackResourceDriftsPaginator";
29
- export * from "./commands/DescribeStackResourcesCommand";
30
- export * from "./commands/DescribeStacksCommand";
31
- export * from "./pagination/DescribeStacksPaginator";
32
- export * from "./waiters/waitForStackCreateComplete";
33
- export * from "./waiters/waitForStackDeleteComplete";
34
- export * from "./waiters/waitForStackExists";
35
- export * from "./waiters/waitForStackImportComplete";
36
- export * from "./waiters/waitForStackRollbackComplete";
37
- export * from "./waiters/waitForStackUpdateComplete";
38
- export * from "./commands/DescribeStackSetCommand";
39
- export * from "./commands/DescribeStackSetOperationCommand";
40
- export * from "./commands/DescribeTypeCommand";
41
- export * from "./commands/DescribeTypeRegistrationCommand";
42
- export * from "./waiters/waitForTypeRegistrationComplete";
43
- export * from "./commands/DetectStackDriftCommand";
44
- export * from "./commands/DetectStackResourceDriftCommand";
45
- export * from "./commands/DetectStackSetDriftCommand";
46
- export * from "./commands/EstimateTemplateCostCommand";
47
- export * from "./commands/ExecuteChangeSetCommand";
48
- export * from "./commands/GetStackPolicyCommand";
49
- export * from "./commands/GetTemplateCommand";
50
- export * from "./commands/GetTemplateSummaryCommand";
51
- export * from "./commands/ImportStacksToStackSetCommand";
52
- export * from "./commands/ListChangeSetsCommand";
53
- export * from "./pagination/ListChangeSetsPaginator";
54
- export * from "./commands/ListExportsCommand";
55
- export * from "./pagination/ListExportsPaginator";
56
- export * from "./commands/ListImportsCommand";
57
- export * from "./pagination/ListImportsPaginator";
58
- export * from "./commands/ListStackInstancesCommand";
59
- export * from "./pagination/ListStackInstancesPaginator";
60
- export * from "./commands/ListStackResourcesCommand";
61
- export * from "./pagination/ListStackResourcesPaginator";
62
- export * from "./commands/ListStacksCommand";
63
- export * from "./pagination/ListStacksPaginator";
64
- export * from "./commands/ListStackSetOperationResultsCommand";
65
- export * from "./pagination/ListStackSetOperationResultsPaginator";
66
- export * from "./commands/ListStackSetOperationsCommand";
67
- export * from "./pagination/ListStackSetOperationsPaginator";
68
- export * from "./commands/ListStackSetsCommand";
69
- export * from "./pagination/ListStackSetsPaginator";
70
- export * from "./commands/ListTypeRegistrationsCommand";
71
- export * from "./pagination/ListTypeRegistrationsPaginator";
72
- export * from "./commands/ListTypesCommand";
73
- export * from "./pagination/ListTypesPaginator";
74
- export * from "./commands/ListTypeVersionsCommand";
75
- export * from "./pagination/ListTypeVersionsPaginator";
76
- export * from "./commands/PublishTypeCommand";
77
- export * from "./commands/RecordHandlerProgressCommand";
78
- export * from "./commands/RegisterPublisherCommand";
79
- export * from "./commands/RegisterTypeCommand";
80
- export * from "./commands/RollbackStackCommand";
81
- export * from "./commands/SetStackPolicyCommand";
82
- export * from "./commands/SetTypeConfigurationCommand";
83
- export * from "./commands/SetTypeDefaultVersionCommand";
84
- export * from "./commands/SignalResourceCommand";
85
- export * from "./commands/StopStackSetOperationCommand";
86
- export * from "./commands/TestTypeCommand";
87
- export * from "./commands/UpdateStackCommand";
88
- export * from "./commands/UpdateStackInstancesCommand";
89
- export * from "./commands/UpdateStackSetCommand";
90
- export * from "./commands/UpdateTerminationProtectionCommand";
91
- export * from "./commands/ValidateTemplateCommand";
92
- export * from "./pagination/Interfaces";
93
- export * from "./models/index";
2
+ export * from "./CloudFormationClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,17 @@
1
+ export * from "./DescribeAccountLimitsPaginator";
2
+ export * from "./DescribeStackEventsPaginator";
3
+ export * from "./DescribeStackResourceDriftsPaginator";
4
+ export * from "./DescribeStacksPaginator";
5
+ export * from "./Interfaces";
6
+ export * from "./ListChangeSetsPaginator";
7
+ export * from "./ListExportsPaginator";
8
+ export * from "./ListImportsPaginator";
9
+ export * from "./ListStackInstancesPaginator";
10
+ export * from "./ListStackResourcesPaginator";
11
+ export * from "./ListStackSetOperationResultsPaginator";
12
+ export * from "./ListStackSetOperationsPaginator";
13
+ export * from "./ListStackSetsPaginator";
14
+ export * from "./ListStacksPaginator";
15
+ export * from "./ListTypeRegistrationsPaginator";
16
+ export * from "./ListTypeVersionsPaginator";
17
+ export * from "./ListTypesPaginator";
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -0,0 +1,8 @@
1
+ export * from "./waitForChangeSetCreateComplete";
2
+ export * from "./waitForStackCreateComplete";
3
+ export * from "./waitForStackDeleteComplete";
4
+ export * from "./waitForStackExists";
5
+ export * from "./waitForStackImportComplete";
6
+ export * from "./waitForStackRollbackComplete";
7
+ export * from "./waitForStackUpdateComplete";
8
+ export * from "./waitForTypeRegistrationComplete";
@@ -0,0 +1,8 @@
1
+ export * from "./waitForChangeSetCreateComplete";
2
+ export * from "./waitForStackCreateComplete";
3
+ export * from "./waitForStackDeleteComplete";
4
+ export * from "./waitForStackExists";
5
+ export * from "./waitForStackImportComplete";
6
+ export * from "./waitForStackRollbackComplete";
7
+ export * from "./waitForStackUpdateComplete";
8
+ export * from "./waitForTypeRegistrationComplete";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,44 +19,44 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.40.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0",
56
56
  "uuid": "^8.3.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/client-documentation-generator": "3.37.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
60
60
  "@types/node": "^12.7.5",
61
61
  "@types/uuid": "^8.3.0",
62
62
  "downlevel-dts": "0.7.0",