@aws-sdk/client-network-firewall 3.1097.0 → 3.1099.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1096.0";
72
+ var version = "3.1098.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",
@@ -49,6 +49,7 @@ export const ContainerAssociationStatus = {
49
49
  ACTIVE: "ACTIVE",
50
50
  CREATING: "CREATING",
51
51
  DELETING: "DELETING",
52
+ UPDATING: "UPDATING",
52
53
  };
53
54
  export const ContainerMonitoringType = {
54
55
  ECS: "ECS",
@@ -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
@@ -117,6 +117,7 @@ export declare const ContainerAssociationStatus: {
117
117
  readonly ACTIVE: "ACTIVE";
118
118
  readonly CREATING: "CREATING";
119
119
  readonly DELETING: "DELETING";
120
+ readonly UPDATING: "UPDATING";
120
121
  };
121
122
  /**
122
123
  * @public
@@ -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.1097.0",
3
+ "version": "3.1099.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,12 +46,12 @@
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.2",
50
- "@aws-sdk/credential-provider-node": "^3.972.74",
49
+ "@aws-sdk/core": "^3.977.3",
50
+ "@aws-sdk/credential-provider-node": "^3.972.75",
51
51
  "@aws-sdk/types": "^3.974.2",
52
- "@smithy/core": "^3.29.8",
53
- "@smithy/fetch-http-handler": "^5.6.10",
54
- "@smithy/node-http-handler": "^4.9.10",
52
+ "@smithy/core": "^3.31.1",
53
+ "@smithy/fetch-http-handler": "^5.6.13",
54
+ "@smithy/node-http-handler": "^4.9.13",
55
55
  "@smithy/types": "^4.16.1",
56
56
  "tslib": "^2.6.2"
57
57
  },