@aws-sdk/client-ec2 3.171.0 → 3.172.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 +11 -0
- package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +1 -2
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +1 -2
- package/dist-cjs/commands/MonitorInstancesCommand.js +2 -1
- package/dist-cjs/models/models_0.js +970 -19
- package/dist-cjs/models/models_1.js +242 -10
- package/dist-cjs/models/models_2.js +144 -10
- package/dist-cjs/models/models_3.js +271 -10
- package/dist-cjs/models/models_4.js +98 -10
- package/dist-cjs/models/models_5.js +54 -10
- package/dist-cjs/models/models_6.js +38 -3
- package/dist-cjs/protocols/Aws_ec2.js +61 -0
- package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +1 -2
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +1 -2
- package/dist-es/commands/MonitorInstancesCommand.js +2 -1
- package/dist-es/models/models_0.js +961 -10
- package/dist-es/models/models_1.js +233 -1
- package/dist-es/models/models_2.js +135 -1
- package/dist-es/models/models_3.js +262 -1
- package/dist-es/models/models_4.js +89 -1
- package/dist-es/models/models_5.js +45 -1
- package/dist-es/models/models_6.js +31 -0
- package/dist-es/protocols/Aws_ec2.js +61 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -2
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +950 -79
- package/dist-types/models/models_1.d.ts +222 -51
- package/dist-types/models/models_2.d.ts +126 -36
- package/dist-types/models/models_3.d.ts +235 -106
- package/dist-types/models/models_4.d.ts +145 -30
- package/dist-types/models/models_5.d.ts +59 -20
- package/dist-types/models/models_6.d.ts +35 -5
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +925 -834
- package/dist-types/ts3.4/models/models_1.d.ts +204 -130
- package/dist-types/ts3.4/models/models_2.d.ts +119 -64
- package/dist-types/ts3.4/models/models_3.d.ts +228 -153
- package/dist-types/ts3.4/models/models_4.d.ts +86 -57
- package/dist-types/ts3.4/models/models_5.d.ts +46 -30
- package/dist-types/ts3.4/models/models_6.d.ts +31 -14
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { CreateTrafficMirrorFilterRuleRequest
|
|
4
|
+
import { CreateTrafficMirrorFilterRuleRequest } from "../models/models_1";
|
|
5
|
+
import { CreateTrafficMirrorFilterRuleResult } from "../models/models_2";
|
|
5
6
|
export interface CreateTrafficMirrorFilterRuleCommandInput extends CreateTrafficMirrorFilterRuleRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface CreateTrafficMirrorFilterRuleCommandOutput extends CreateTrafficMirrorFilterRuleResult, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeAggregateIdFormatRequest } from "../models/
|
|
5
|
-
import { DescribeAggregateIdFormatResult } from "../models/models_3";
|
|
4
|
+
import { DescribeAggregateIdFormatRequest, DescribeAggregateIdFormatResult } from "../models/models_3";
|
|
6
5
|
export interface DescribeAggregateIdFormatCommandInput extends DescribeAggregateIdFormatRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface DescribeAggregateIdFormatCommandOutput extends DescribeAggregateIdFormatResult, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeLocalGatewayVirtualInterfacesRequest } from "../models/
|
|
5
|
-
import { DescribeLocalGatewayVirtualInterfacesResult } from "../models/models_4";
|
|
4
|
+
import { DescribeLocalGatewayVirtualInterfacesRequest, DescribeLocalGatewayVirtualInterfacesResult } from "../models/models_4";
|
|
6
5
|
export interface DescribeLocalGatewayVirtualInterfacesCommandInput extends DescribeLocalGatewayVirtualInterfacesRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface DescribeLocalGatewayVirtualInterfacesCommandOutput extends DescribeLocalGatewayVirtualInterfacesResult, __MetadataBearer {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { MonitorInstancesRequest
|
|
4
|
+
import { MonitorInstancesRequest } from "../models/models_5";
|
|
5
|
+
import { MonitorInstancesResult } from "../models/models_6";
|
|
5
6
|
export interface MonitorInstancesCommandInput extends MonitorInstancesRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface MonitorInstancesCommandOutput extends MonitorInstancesResult, __MetadataBearer {
|