@aws-sdk/client-ec2 3.932.0 → 3.933.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/README.md +32 -0
- package/dist-cjs/index.js +371 -5
- package/dist-es/EC2.js +8 -0
- package/dist-es/commands/DescribeInstanceSqlHaHistoryStatesCommand.js +16 -0
- package/dist-es/commands/DescribeInstanceSqlHaStatesCommand.js +16 -0
- package/dist-es/commands/DisableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
- package/dist-es/commands/EnableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_4.js +10 -6
- package/dist-es/models/models_5.js +6 -0
- package/dist-es/models/models_6.js +0 -12
- package/dist-es/models/models_7.js +12 -11
- package/dist-es/models/models_8.js +11 -0
- package/dist-es/schemas/schemas_0.js +300 -2
- package/dist-types/EC2.d.ts +30 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +104 -0
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +95 -0
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +102 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_4.d.ts +270 -257
- package/dist-types/models/models_5.d.ts +259 -258
- package/dist-types/models/models_6.d.ts +326 -163
- package/dist-types/models/models_7.d.ts +163 -339
- package/dist-types/models/models_8.d.ts +336 -1
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +88 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_4.d.ts +46 -44
- package/dist-types/ts3.4/models/models_5.d.ts +44 -43
- package/dist-types/ts3.4/models/models_6.d.ts +62 -53
- package/dist-types/ts3.4/models/models_7.d.ts +52 -96
- package/dist-types/ts3.4/models/models_8.d.ts +91 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +3 -3
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeTransitGatewayRouteTableAnnouncementsRequest
|
|
4
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsRequest } from "../models/models_5";
|
|
5
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeTransitGatewayRouteTablesRequest, DescribeTransitGatewayRouteTablesResult } from "../models/
|
|
4
|
+
import { DescribeTransitGatewayRouteTablesRequest, DescribeTransitGatewayRouteTablesResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeTransitGatewayVpcAttachmentsRequest, DescribeTransitGatewayVpcAttachmentsResult } from "../models/
|
|
4
|
+
import { DescribeTransitGatewayVpcAttachmentsRequest, DescribeTransitGatewayVpcAttachmentsResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeTransitGatewaysRequest, DescribeTransitGatewaysResult } from "../models/
|
|
4
|
+
import { DescribeTransitGatewaysRequest, DescribeTransitGatewaysResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { DisableInstanceSqlHaStandbyDetectionsRequest, DisableInstanceSqlHaStandbyDetectionsResult } from "../models/models_6";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DisableInstanceSqlHaStandbyDetectionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DisableInstanceSqlHaStandbyDetectionsCommandInput extends DisableInstanceSqlHaStandbyDetectionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DisableInstanceSqlHaStandbyDetectionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DisableInstanceSqlHaStandbyDetectionsCommandOutput extends DisableInstanceSqlHaStandbyDetectionsResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DisableInstanceSqlHaStandbyDetectionsCommand_base: {
|
|
25
|
+
new (input: DisableInstanceSqlHaStandbyDetectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableInstanceSqlHaStandbyDetectionsCommandInput, DisableInstanceSqlHaStandbyDetectionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableInstanceSqlHaStandbyDetectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableInstanceSqlHaStandbyDetectionsCommandInput, DisableInstanceSqlHaStandbyDetectionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Disable Amazon EC2 instances running in an SQL Server High Availability cluster from SQL Server High Availability
|
|
31
|
+
* instance standby detection monitoring. Once disabled, Amazon Web Services no longer monitors the
|
|
32
|
+
* metadata for the instances to determine whether they are active or standby nodes in the
|
|
33
|
+
* SQL Server High Availability cluster.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { EC2Client, DisableInstanceSqlHaStandbyDetectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
38
|
+
* // const { EC2Client, DisableInstanceSqlHaStandbyDetectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
39
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
40
|
+
* const config = {}; // type is EC2ClientConfig
|
|
41
|
+
* const client = new EC2Client(config);
|
|
42
|
+
* const input = { // DisableInstanceSqlHaStandbyDetectionsRequest
|
|
43
|
+
* InstanceIds: [ // InstanceIdUpdateStringList // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* DryRun: true || false,
|
|
47
|
+
* };
|
|
48
|
+
* const command = new DisableInstanceSqlHaStandbyDetectionsCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // DisableInstanceSqlHaStandbyDetectionsResult
|
|
51
|
+
* // Instances: [ // RegisteredInstanceList
|
|
52
|
+
* // { // RegisteredInstance
|
|
53
|
+
* // InstanceId: "STRING_VALUE",
|
|
54
|
+
* // SqlServerLicenseUsage: "full" || "waived",
|
|
55
|
+
* // HaStatus: "processing" || "active" || "standby" || "invalid",
|
|
56
|
+
* // ProcessingStatus: "STRING_VALUE",
|
|
57
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // SqlServerCredentials: "STRING_VALUE",
|
|
59
|
+
* // Tags: [ // TagList
|
|
60
|
+
* // { // Tag
|
|
61
|
+
* // Key: "STRING_VALUE",
|
|
62
|
+
* // Value: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
71
|
+
* @param DisableInstanceSqlHaStandbyDetectionsCommandInput - {@link DisableInstanceSqlHaStandbyDetectionsCommandInput}
|
|
72
|
+
* @returns {@link DisableInstanceSqlHaStandbyDetectionsCommandOutput}
|
|
73
|
+
* @see {@link DisableInstanceSqlHaStandbyDetectionsCommandInput} for command's `input` shape.
|
|
74
|
+
* @see {@link DisableInstanceSqlHaStandbyDetectionsCommandOutput} for command's `response` shape.
|
|
75
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link EC2ServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export declare class DisableInstanceSqlHaStandbyDetectionsCommand extends DisableInstanceSqlHaStandbyDetectionsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DisableInstanceSqlHaStandbyDetectionsRequest;
|
|
88
|
+
output: DisableInstanceSqlHaStandbyDetectionsResult;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DisableInstanceSqlHaStandbyDetectionsCommandInput;
|
|
92
|
+
output: DisableInstanceSqlHaStandbyDetectionsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { EnableInstanceSqlHaStandbyDetectionsRequest, EnableInstanceSqlHaStandbyDetectionsResult } from "../models/models_6";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link EnableInstanceSqlHaStandbyDetectionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface EnableInstanceSqlHaStandbyDetectionsCommandInput extends EnableInstanceSqlHaStandbyDetectionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link EnableInstanceSqlHaStandbyDetectionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface EnableInstanceSqlHaStandbyDetectionsCommandOutput extends EnableInstanceSqlHaStandbyDetectionsResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const EnableInstanceSqlHaStandbyDetectionsCommand_base: {
|
|
25
|
+
new (input: EnableInstanceSqlHaStandbyDetectionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableInstanceSqlHaStandbyDetectionsCommandInput, EnableInstanceSqlHaStandbyDetectionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableInstanceSqlHaStandbyDetectionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableInstanceSqlHaStandbyDetectionsCommandInput, EnableInstanceSqlHaStandbyDetectionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Enable Amazon EC2 instances running in an SQL Server High Availability cluster for SQL Server High Availability
|
|
31
|
+
* instance standby detection monitoring. Once enabled, Amazon Web Services monitors the metadata for
|
|
32
|
+
* the instances to determine whether they are active or standby nodes in the SQL Server High Availability cluster.
|
|
33
|
+
* If the instances are determined to be standby failover nodes, Amazon Web Services
|
|
34
|
+
* automatically applies SQL Server licensing fee waiver for those instances.</p>
|
|
35
|
+
* <p>To register an instance, it must be running a Windows SQL Server license-included
|
|
36
|
+
* AMI and have the Amazon Web Services Systems Manager agent installed and running. Only Windows Server 2019 and later
|
|
37
|
+
* and SQL Server (Standard and Enterprise editions) 2017 and later are supported. For more
|
|
38
|
+
* information, see <a href="https://docs.aws.amazon.com/sql-server-ec2/latest/userguide/prerequisites-and-requirements.html">
|
|
39
|
+
* Prerequisites for using SQL Server High Availability instance standby detection</a>.</p>
|
|
40
|
+
* @example
|
|
41
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
42
|
+
* ```javascript
|
|
43
|
+
* import { EC2Client, EnableInstanceSqlHaStandbyDetectionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
44
|
+
* // const { EC2Client, EnableInstanceSqlHaStandbyDetectionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
45
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
46
|
+
* const config = {}; // type is EC2ClientConfig
|
|
47
|
+
* const client = new EC2Client(config);
|
|
48
|
+
* const input = { // EnableInstanceSqlHaStandbyDetectionsRequest
|
|
49
|
+
* InstanceIds: [ // InstanceIdUpdateStringList // required
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* SqlServerCredentials: "STRING_VALUE",
|
|
53
|
+
* DryRun: true || false,
|
|
54
|
+
* };
|
|
55
|
+
* const command = new EnableInstanceSqlHaStandbyDetectionsCommand(input);
|
|
56
|
+
* const response = await client.send(command);
|
|
57
|
+
* // { // EnableInstanceSqlHaStandbyDetectionsResult
|
|
58
|
+
* // Instances: [ // RegisteredInstanceList
|
|
59
|
+
* // { // RegisteredInstance
|
|
60
|
+
* // InstanceId: "STRING_VALUE",
|
|
61
|
+
* // SqlServerLicenseUsage: "full" || "waived",
|
|
62
|
+
* // HaStatus: "processing" || "active" || "standby" || "invalid",
|
|
63
|
+
* // ProcessingStatus: "STRING_VALUE",
|
|
64
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // SqlServerCredentials: "STRING_VALUE",
|
|
66
|
+
* // Tags: [ // TagList
|
|
67
|
+
* // { // Tag
|
|
68
|
+
* // Key: "STRING_VALUE",
|
|
69
|
+
* // Value: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param EnableInstanceSqlHaStandbyDetectionsCommandInput - {@link EnableInstanceSqlHaStandbyDetectionsCommandInput}
|
|
79
|
+
* @returns {@link EnableInstanceSqlHaStandbyDetectionsCommandOutput}
|
|
80
|
+
* @see {@link EnableInstanceSqlHaStandbyDetectionsCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link EnableInstanceSqlHaStandbyDetectionsCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link EC2ServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
86
|
+
*
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class EnableInstanceSqlHaStandbyDetectionsCommand extends EnableInstanceSqlHaStandbyDetectionsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: EnableInstanceSqlHaStandbyDetectionsRequest;
|
|
95
|
+
output: EnableInstanceSqlHaStandbyDetectionsResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: EnableInstanceSqlHaStandbyDetectionsCommandInput;
|
|
99
|
+
output: EnableInstanceSqlHaStandbyDetectionsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/
|
|
4
|
+
import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/
|
|
4
|
+
import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetEbsEncryptionByDefaultRequest, GetEbsEncryptionByDefaultResult } from "../models/
|
|
4
|
+
import { GetEbsEncryptionByDefaultRequest, GetEbsEncryptionByDefaultResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyTrafficMirrorFilterNetworkServicesRequest, ModifyTrafficMirrorFilterNetworkServicesResult } from "../models/
|
|
4
|
+
import { ModifyTrafficMirrorFilterNetworkServicesRequest, ModifyTrafficMirrorFilterNetworkServicesResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/
|
|
4
|
+
import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyTrafficMirrorSessionRequest, ModifyTrafficMirrorSessionResult } from "../models/
|
|
4
|
+
import { ModifyTrafficMirrorSessionRequest, ModifyTrafficMirrorSessionResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyTransitGatewayRequest, ModifyTransitGatewayResult } from "../models/
|
|
4
|
+
import { ModifyTransitGatewayRequest, ModifyTransitGatewayResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -310,6 +310,8 @@ export * from "./DescribeInstanceCreditSpecificationsCommand";
|
|
|
310
310
|
export * from "./DescribeInstanceEventNotificationAttributesCommand";
|
|
311
311
|
export * from "./DescribeInstanceEventWindowsCommand";
|
|
312
312
|
export * from "./DescribeInstanceImageMetadataCommand";
|
|
313
|
+
export * from "./DescribeInstanceSqlHaHistoryStatesCommand";
|
|
314
|
+
export * from "./DescribeInstanceSqlHaStatesCommand";
|
|
313
315
|
export * from "./DescribeInstanceStatusCommand";
|
|
314
316
|
export * from "./DescribeInstanceTopologyCommand";
|
|
315
317
|
export * from "./DescribeInstanceTypeOfferingsCommand";
|
|
@@ -441,6 +443,7 @@ export * from "./DisableImageBlockPublicAccessCommand";
|
|
|
441
443
|
export * from "./DisableImageCommand";
|
|
442
444
|
export * from "./DisableImageDeprecationCommand";
|
|
443
445
|
export * from "./DisableImageDeregistrationProtectionCommand";
|
|
446
|
+
export * from "./DisableInstanceSqlHaStandbyDetectionsCommand";
|
|
444
447
|
export * from "./DisableIpamOrganizationAdminAccountCommand";
|
|
445
448
|
export * from "./DisableRouteServerPropagationCommand";
|
|
446
449
|
export * from "./DisableSerialConsoleAccessCommand";
|
|
@@ -478,6 +481,7 @@ export * from "./EnableImageBlockPublicAccessCommand";
|
|
|
478
481
|
export * from "./EnableImageCommand";
|
|
479
482
|
export * from "./EnableImageDeprecationCommand";
|
|
480
483
|
export * from "./EnableImageDeregistrationProtectionCommand";
|
|
484
|
+
export * from "./EnableInstanceSqlHaStandbyDetectionsCommand";
|
|
481
485
|
export * from "./EnableIpamOrganizationAdminAccountCommand";
|
|
482
486
|
export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
483
487
|
export * from "./EnableRouteServerPropagationCommand";
|