@aws-sdk/client-network-firewall 3.1098.0 → 3.1100.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 +2 -1
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/CreateContainerAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContainerAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAssociationCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1099.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -3357,6 +3357,7 @@ const ContainerAssociationStatus = {
|
|
|
3357
3357
|
ACTIVE: "ACTIVE",
|
|
3358
3358
|
CREATING: "CREATING",
|
|
3359
3359
|
DELETING: "DELETING",
|
|
3360
|
+
UPDATING: "UPDATING",
|
|
3360
3361
|
};
|
|
3361
3362
|
const ContainerMonitoringType = {
|
|
3362
3363
|
ECS: "ECS",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -75,7 +75,7 @@ declare const CreateContainerAssociationCommand_base: {
|
|
|
75
75
|
* // ],
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
|
-
* // Status: "ACTIVE" || "CREATING" || "DELETING",
|
|
78
|
+
* // Status: "ACTIVE" || "CREATING" || "DELETING" || "UPDATING",
|
|
79
79
|
* // Tags: [ // TagList
|
|
80
80
|
* // { // Tag
|
|
81
81
|
* // Key: "STRING_VALUE", // required
|
|
@@ -42,7 +42,7 @@ declare const DeleteContainerAssociationCommand_base: {
|
|
|
42
42
|
* // { // DeleteContainerAssociationResponse
|
|
43
43
|
* // ContainerAssociationName: "STRING_VALUE",
|
|
44
44
|
* // ContainerAssociationArn: "STRING_VALUE",
|
|
45
|
-
* // Status: "ACTIVE" || "CREATING" || "DELETING",
|
|
45
|
+
* // Status: "ACTIVE" || "CREATING" || "DELETING" || "UPDATING",
|
|
46
46
|
* // };
|
|
47
47
|
*
|
|
48
48
|
* ```
|
|
@@ -55,7 +55,7 @@ declare const DescribeContainerAssociationCommand_base: {
|
|
|
55
55
|
* // ],
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
58
|
-
* // Status: "ACTIVE" || "CREATING" || "DELETING",
|
|
58
|
+
* // Status: "ACTIVE" || "CREATING" || "DELETING" || "UPDATING",
|
|
59
59
|
* // ResolvedCidrCount: Number("int"),
|
|
60
60
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
61
61
|
* // Tags: [ // TagList
|
|
@@ -75,7 +75,7 @@ declare const UpdateContainerAssociationCommand_base: {
|
|
|
75
75
|
* // ],
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
78
|
-
* // Status: "ACTIVE" || "CREATING" || "DELETING",
|
|
78
|
+
* // Status: "ACTIVE" || "CREATING" || "DELETING" || "UPDATING",
|
|
79
79
|
* // Tags: [ // TagList
|
|
80
80
|
* // { // Tag
|
|
81
81
|
* // Key: "STRING_VALUE", // required
|
|
@@ -60,6 +60,7 @@ export declare const ContainerAssociationStatus: {
|
|
|
60
60
|
readonly ACTIVE: "ACTIVE";
|
|
61
61
|
readonly CREATING: "CREATING";
|
|
62
62
|
readonly DELETING: "DELETING";
|
|
63
|
+
readonly UPDATING: "UPDATING";
|
|
63
64
|
};
|
|
64
65
|
export type ContainerAssociationStatus =
|
|
65
66
|
(typeof ContainerAssociationStatus)[keyof typeof ContainerAssociationStatus];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-network-firewall",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1100.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-network-firewall",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
49
|
+
"@aws-sdk/core": "^3.977.4",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.76",
|
|
51
51
|
"@aws-sdk/types": "^3.974.2",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|