@aws-sdk/client-cloudformation 3.823.0 → 3.825.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
CHANGED
|
@@ -1016,6 +1016,7 @@ var GeneratedTemplateResourceStatus = {
|
|
|
1016
1016
|
PENDING: "PENDING"
|
|
1017
1017
|
};
|
|
1018
1018
|
var WarningType = {
|
|
1019
|
+
EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
|
|
1019
1020
|
MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
|
|
1020
1021
|
MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
|
|
1021
1022
|
UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES"
|
|
@@ -451,6 +451,7 @@ export const GeneratedTemplateResourceStatus = {
|
|
|
451
451
|
PENDING: "PENDING",
|
|
452
452
|
};
|
|
453
453
|
export const WarningType = {
|
|
454
|
+
EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
|
|
454
455
|
MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
|
|
455
456
|
MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
|
|
456
457
|
UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
|
|
@@ -56,7 +56,7 @@ declare const DescribeGeneratedTemplateCommand_base: {
|
|
|
56
56
|
* // ResourceStatusReason: "STRING_VALUE",
|
|
57
57
|
* // Warnings: [ // WarningDetails
|
|
58
58
|
* // { // WarningDetail
|
|
59
|
-
* // Type: "MUTUALLY_EXCLUSIVE_PROPERTIES" || "UNSUPPORTED_PROPERTIES" || "MUTUALLY_EXCLUSIVE_TYPES",
|
|
59
|
+
* // Type: "MUTUALLY_EXCLUSIVE_PROPERTIES" || "UNSUPPORTED_PROPERTIES" || "MUTUALLY_EXCLUSIVE_TYPES" || "EXCLUDED_PROPERTIES",
|
|
60
60
|
* // Properties: [ // WarningProperties
|
|
61
61
|
* // { // WarningProperty
|
|
62
62
|
* // PropertyPath: "STRING_VALUE",
|
|
@@ -3875,6 +3875,7 @@ export interface WarningProperty {
|
|
|
3875
3875
|
* @enum
|
|
3876
3876
|
*/
|
|
3877
3877
|
export declare const WarningType: {
|
|
3878
|
+
readonly EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES";
|
|
3878
3879
|
readonly MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES";
|
|
3879
3880
|
readonly MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES";
|
|
3880
3881
|
readonly UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES";
|
|
@@ -4262,7 +4263,7 @@ export interface ScanFilter {
|
|
|
4262
4263
|
* the full list of supported resource types, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource type
|
|
4263
4264
|
* support</a> table in the <i>CloudFormation User Guide</i>.</p>
|
|
4264
4265
|
* <p>To scan all resource types within a service, you can use a wildcard, represented by an
|
|
4265
|
-
* asterisk (<code>*</code>). You can place
|
|
4266
|
+
* asterisk (<code>*</code>). You can place an asterisk at only the end of the string, for example,
|
|
4266
4267
|
* <code>AWS::S3::*</code>.</p>
|
|
4267
4268
|
* @public
|
|
4268
4269
|
*/
|
|
@@ -821,6 +821,7 @@ export interface WarningProperty {
|
|
|
821
821
|
Description?: string | undefined;
|
|
822
822
|
}
|
|
823
823
|
export declare const WarningType: {
|
|
824
|
+
readonly EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES";
|
|
824
825
|
readonly MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES";
|
|
825
826
|
readonly MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES";
|
|
826
827
|
readonly UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES";
|
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.825.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.825.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.825.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.825.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.825.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.5.
|
|
35
|
+
"@smithy/core": "^3.5.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.10",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.11",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.2",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.18",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.18",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.5",
|