@aws-sdk/client-ec2 3.127.0 → 3.131.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ec2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **client-ec2:** This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways. ([57b3f71](https://github.com/aws/aws-sdk-js-v3/commit/57b3f71b0466f9b6048ce4368a4d7f75dc38bab8))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-ec2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -1684,7 +1684,7 @@ export declare namespace DestinationOptionsRequest {
|
|
|
1684
1684
|
const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
|
|
1685
1685
|
}
|
|
1686
1686
|
export declare type LogDestinationType = "cloud-watch-logs" | "s3";
|
|
1687
|
-
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
|
|
1687
|
+
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "TransitGateway" | "TransitGatewayAttachment" | "VPC";
|
|
1688
1688
|
export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
|
|
1689
1689
|
export interface CreateFlowLogsRequest {
|
|
1690
1690
|
/**
|
|
@@ -1725,7 +1725,7 @@ export interface CreateFlowLogsRequest {
|
|
|
1725
1725
|
/**
|
|
1726
1726
|
* <p>The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.</p>
|
|
1727
1727
|
*/
|
|
1728
|
-
TrafficType
|
|
1728
|
+
TrafficType?: TrafficType | string;
|
|
1729
1729
|
/**
|
|
1730
1730
|
* <p>The type of destination to which the flow log data is to be published. Flow log data can be
|
|
1731
1731
|
* published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify <code>cloud-watch-logs</code>. To
|
|
@@ -604,7 +604,7 @@ export declare namespace DestinationOptionsRequest {
|
|
|
604
604
|
const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
|
|
605
605
|
}
|
|
606
606
|
export declare type LogDestinationType = "cloud-watch-logs" | "s3";
|
|
607
|
-
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
|
|
607
|
+
export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "TransitGateway" | "TransitGatewayAttachment" | "VPC";
|
|
608
608
|
export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
|
|
609
609
|
export interface CreateFlowLogsRequest {
|
|
610
610
|
|
|
@@ -620,7 +620,7 @@ export interface CreateFlowLogsRequest {
|
|
|
620
620
|
|
|
621
621
|
ResourceType: FlowLogsResourceType | string | undefined;
|
|
622
622
|
|
|
623
|
-
TrafficType
|
|
623
|
+
TrafficType?: TrafficType | string;
|
|
624
624
|
|
|
625
625
|
LogDestinationType?: LogDestinationType | string;
|
|
626
626
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.131.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.131.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.131.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
31
|
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
32
|
+
"@aws-sdk/middleware-sdk-ec2": "3.130.0",
|
|
33
33
|
"@aws-sdk/middleware-serde": "3.127.0",
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.130.0",
|
|
35
35
|
"@aws-sdk/middleware-stack": "3.127.0",
|
|
36
36
|
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.130.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|