@aws-sdk/client-cloudformation 3.934.0 → 3.935.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.
- package/dist-cjs/index.js +574 -574
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +520 -0
- package/dist-es/models/errors.js +407 -0
- package/dist-es/models/models_0.js +1 -844
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -2
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1200 -0
- package/dist-types/models/errors.d.ts +413 -0
- package/dist-types/models/models_0.d.ts +2937 -1483
- package/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/dist-types/ts3.4/models/models_0.d.ts +488 -849
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -84
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -3069
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -524
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.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
2
|
-
export const OperationResultFilterName = {
|
|
3
|
-
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
4
|
-
};
|
|
5
|
-
export const StackSetOperationResultStatus = {
|
|
6
|
-
CANCELLED: "CANCELLED",
|
|
7
|
-
FAILED: "FAILED",
|
|
8
|
-
PENDING: "PENDING",
|
|
9
|
-
RUNNING: "RUNNING",
|
|
10
|
-
SUCCEEDED: "SUCCEEDED",
|
|
11
|
-
};
|
|
12
|
-
export class InvalidStateTransitionException extends __BaseException {
|
|
13
|
-
name = "InvalidStateTransitionException";
|
|
14
|
-
$fault = "client";
|
|
15
|
-
Message;
|
|
16
|
-
constructor(opts) {
|
|
17
|
-
super({
|
|
18
|
-
name: "InvalidStateTransitionException",
|
|
19
|
-
$fault: "client",
|
|
20
|
-
...opts,
|
|
21
|
-
});
|
|
22
|
-
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
|
23
|
-
this.Message = opts.Message;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export class OperationStatusCheckFailedException extends __BaseException {
|
|
27
|
-
name = "OperationStatusCheckFailedException";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
Message;
|
|
30
|
-
constructor(opts) {
|
|
31
|
-
super({
|
|
32
|
-
name: "OperationStatusCheckFailedException",
|
|
33
|
-
$fault: "client",
|
|
34
|
-
...opts,
|
|
35
|
-
});
|
|
36
|
-
Object.setPrototypeOf(this, OperationStatusCheckFailedException.prototype);
|
|
37
|
-
this.Message = opts.Message;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
export const OperationStatus = {
|
|
41
|
-
FAILED: "FAILED",
|
|
42
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
43
|
-
PENDING: "PENDING",
|
|
44
|
-
SUCCESS: "SUCCESS",
|
|
45
|
-
};
|
|
46
|
-
export const HandlerErrorCode = {
|
|
47
|
-
AccessDenied: "AccessDenied",
|
|
48
|
-
AlreadyExists: "AlreadyExists",
|
|
49
|
-
GeneralServiceException: "GeneralServiceException",
|
|
50
|
-
HandlerInternalFailure: "HandlerInternalFailure",
|
|
51
|
-
InternalFailure: "InternalFailure",
|
|
52
|
-
InvalidCredentials: "InvalidCredentials",
|
|
53
|
-
InvalidRequest: "InvalidRequest",
|
|
54
|
-
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
|
55
|
-
NetworkFailure: "NetworkFailure",
|
|
56
|
-
NonCompliant: "NonCompliant",
|
|
57
|
-
NotFound: "NotFound",
|
|
58
|
-
NotUpdatable: "NotUpdatable",
|
|
59
|
-
ResourceConflict: "ResourceConflict",
|
|
60
|
-
ServiceInternalError: "ServiceInternalError",
|
|
61
|
-
ServiceLimitExceeded: "ServiceLimitExceeded",
|
|
62
|
-
ServiceTimeout: "NotStabilized",
|
|
63
|
-
Throttling: "Throttling",
|
|
64
|
-
Unknown: "Unknown",
|
|
65
|
-
UnsupportedTarget: "UnsupportedTarget",
|
|
66
|
-
};
|
|
67
|
-
export const ResourceSignalStatus = {
|
|
68
|
-
FAILURE: "FAILURE",
|
|
69
|
-
SUCCESS: "SUCCESS",
|
|
70
|
-
};
|
|
71
|
-
export class ResourceScanLimitExceededException extends __BaseException {
|
|
72
|
-
name = "ResourceScanLimitExceededException";
|
|
73
|
-
$fault = "client";
|
|
74
|
-
Message;
|
|
75
|
-
constructor(opts) {
|
|
76
|
-
super({
|
|
77
|
-
name: "ResourceScanLimitExceededException",
|
|
78
|
-
$fault: "client",
|
|
79
|
-
...opts,
|
|
80
|
-
});
|
|
81
|
-
Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
|
|
82
|
-
this.Message = opts.Message;
|
|
83
|
-
}
|
|
84
|
-
}
|