@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
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeInstanceSqlHaHistoryStatesRequest,
|
|
10
|
+
DescribeInstanceSqlHaHistoryStatesResult,
|
|
11
|
+
} from "../models/models_4";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeInstanceSqlHaHistoryStatesCommandInput
|
|
15
|
+
extends DescribeInstanceSqlHaHistoryStatesRequest {}
|
|
16
|
+
export interface DescribeInstanceSqlHaHistoryStatesCommandOutput
|
|
17
|
+
extends DescribeInstanceSqlHaHistoryStatesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeInstanceSqlHaHistoryStatesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeInstanceSqlHaHistoryStatesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeInstanceSqlHaHistoryStatesCommandInput,
|
|
24
|
+
DescribeInstanceSqlHaHistoryStatesCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeInstanceSqlHaHistoryStatesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeInstanceSqlHaHistoryStatesCommandInput,
|
|
33
|
+
DescribeInstanceSqlHaHistoryStatesCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeInstanceSqlHaHistoryStatesCommand extends DescribeInstanceSqlHaHistoryStatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeInstanceSqlHaHistoryStatesRequest;
|
|
44
|
+
output: DescribeInstanceSqlHaHistoryStatesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeInstanceSqlHaHistoryStatesCommandInput;
|
|
48
|
+
output: DescribeInstanceSqlHaHistoryStatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeInstanceSqlHaStatesRequest,
|
|
10
|
+
DescribeInstanceSqlHaStatesResult,
|
|
11
|
+
} from "../models/models_4";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeInstanceSqlHaStatesCommandInput
|
|
15
|
+
extends DescribeInstanceSqlHaStatesRequest {}
|
|
16
|
+
export interface DescribeInstanceSqlHaStatesCommandOutput
|
|
17
|
+
extends DescribeInstanceSqlHaStatesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeInstanceSqlHaStatesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeInstanceSqlHaStatesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeInstanceSqlHaStatesCommandInput,
|
|
24
|
+
DescribeInstanceSqlHaStatesCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeInstanceSqlHaStatesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeInstanceSqlHaStatesCommandInput,
|
|
33
|
+
DescribeInstanceSqlHaStatesCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeInstanceSqlHaStatesCommand extends DescribeInstanceSqlHaStatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeInstanceSqlHaStatesRequest;
|
|
44
|
+
output: DescribeInstanceSqlHaStatesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeInstanceSqlHaStatesCommandInput;
|
|
48
|
+
output: DescribeInstanceSqlHaStatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeInstanceTopologyRequest,
|
|
10
10
|
DescribeInstanceTopologyResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeInstanceTopologyCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeInstanceTypeOfferingsRequest,
|
|
10
10
|
DescribeInstanceTypeOfferingsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeInstanceTypeOfferingsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeTransitGatewayRouteTableAnnouncementsResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsRequest } from "../models/models_5";
|
|
9
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeTransitGatewayRouteTableAnnouncementsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeTransitGatewayRouteTablesRequest,
|
|
10
10
|
DescribeTransitGatewayRouteTablesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeTransitGatewayRouteTablesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeTransitGatewayVpcAttachmentsRequest,
|
|
10
10
|
DescribeTransitGatewayVpcAttachmentsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeTransitGatewayVpcAttachmentsCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DisableInstanceSqlHaStandbyDetectionsRequest,
|
|
10
|
+
DisableInstanceSqlHaStandbyDetectionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisableInstanceSqlHaStandbyDetectionsCommandInput
|
|
15
|
+
extends DisableInstanceSqlHaStandbyDetectionsRequest {}
|
|
16
|
+
export interface DisableInstanceSqlHaStandbyDetectionsCommandOutput
|
|
17
|
+
extends DisableInstanceSqlHaStandbyDetectionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisableInstanceSqlHaStandbyDetectionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisableInstanceSqlHaStandbyDetectionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
24
|
+
DisableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DisableInstanceSqlHaStandbyDetectionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
33
|
+
DisableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisableInstanceSqlHaStandbyDetectionsCommand extends DisableInstanceSqlHaStandbyDetectionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisableInstanceSqlHaStandbyDetectionsRequest;
|
|
44
|
+
output: DisableInstanceSqlHaStandbyDetectionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableInstanceSqlHaStandbyDetectionsCommandInput;
|
|
48
|
+
output: DisableInstanceSqlHaStandbyDetectionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
EnableInstanceSqlHaStandbyDetectionsRequest,
|
|
10
|
+
EnableInstanceSqlHaStandbyDetectionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface EnableInstanceSqlHaStandbyDetectionsCommandInput
|
|
15
|
+
extends EnableInstanceSqlHaStandbyDetectionsRequest {}
|
|
16
|
+
export interface EnableInstanceSqlHaStandbyDetectionsCommandOutput
|
|
17
|
+
extends EnableInstanceSqlHaStandbyDetectionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const EnableInstanceSqlHaStandbyDetectionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: EnableInstanceSqlHaStandbyDetectionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
EnableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
24
|
+
EnableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: EnableInstanceSqlHaStandbyDetectionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
EnableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
33
|
+
EnableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class EnableInstanceSqlHaStandbyDetectionsCommand extends EnableInstanceSqlHaStandbyDetectionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: EnableInstanceSqlHaStandbyDetectionsRequest;
|
|
44
|
+
output: EnableInstanceSqlHaStandbyDetectionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EnableInstanceSqlHaStandbyDetectionsCommandInput;
|
|
48
|
+
output: EnableInstanceSqlHaStandbyDetectionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetDefaultCreditSpecificationRequest,
|
|
10
10
|
GetDefaultCreditSpecificationResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetDefaultCreditSpecificationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetEbsEncryptionByDefaultRequest,
|
|
10
10
|
GetEbsEncryptionByDefaultResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetEbsEncryptionByDefaultCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorFilterNetworkServicesRequest,
|
|
10
10
|
ModifyTrafficMirrorFilterNetworkServicesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorFilterNetworkServicesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorFilterRuleRequest,
|
|
10
10
|
ModifyTrafficMirrorFilterRuleResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorFilterRuleCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorSessionRequest,
|
|
10
10
|
ModifyTrafficMirrorSessionResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorSessionCommandInput
|
|
@@ -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";
|
|
@@ -2064,6 +2064,52 @@ export interface DescribeInstancesResult {
|
|
|
2064
2064
|
NextToken?: string | undefined;
|
|
2065
2065
|
Reservations?: Reservation[] | undefined;
|
|
2066
2066
|
}
|
|
2067
|
+
export interface DescribeInstanceSqlHaHistoryStatesRequest {
|
|
2068
|
+
InstanceIds?: string[] | undefined;
|
|
2069
|
+
StartTime?: Date | undefined;
|
|
2070
|
+
EndTime?: Date | undefined;
|
|
2071
|
+
NextToken?: string | undefined;
|
|
2072
|
+
MaxResults?: number | undefined;
|
|
2073
|
+
Filters?: Filter[] | undefined;
|
|
2074
|
+
DryRun?: boolean | undefined;
|
|
2075
|
+
}
|
|
2076
|
+
export declare const HaStatus: {
|
|
2077
|
+
readonly active: "active";
|
|
2078
|
+
readonly invalid: "invalid";
|
|
2079
|
+
readonly processing: "processing";
|
|
2080
|
+
readonly standby: "standby";
|
|
2081
|
+
};
|
|
2082
|
+
export type HaStatus = (typeof HaStatus)[keyof typeof HaStatus];
|
|
2083
|
+
export declare const SqlServerLicenseUsage: {
|
|
2084
|
+
readonly full: "full";
|
|
2085
|
+
readonly waived: "waived";
|
|
2086
|
+
};
|
|
2087
|
+
export type SqlServerLicenseUsage =
|
|
2088
|
+
(typeof SqlServerLicenseUsage)[keyof typeof SqlServerLicenseUsage];
|
|
2089
|
+
export interface RegisteredInstance {
|
|
2090
|
+
InstanceId?: string | undefined;
|
|
2091
|
+
SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
|
|
2092
|
+
HaStatus?: HaStatus | undefined;
|
|
2093
|
+
ProcessingStatus?: string | undefined;
|
|
2094
|
+
LastUpdatedTime?: Date | undefined;
|
|
2095
|
+
SqlServerCredentials?: string | undefined;
|
|
2096
|
+
Tags?: Tag[] | undefined;
|
|
2097
|
+
}
|
|
2098
|
+
export interface DescribeInstanceSqlHaHistoryStatesResult {
|
|
2099
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
2100
|
+
NextToken?: string | undefined;
|
|
2101
|
+
}
|
|
2102
|
+
export interface DescribeInstanceSqlHaStatesRequest {
|
|
2103
|
+
InstanceIds?: string[] | undefined;
|
|
2104
|
+
NextToken?: string | undefined;
|
|
2105
|
+
MaxResults?: number | undefined;
|
|
2106
|
+
Filters?: Filter[] | undefined;
|
|
2107
|
+
DryRun?: boolean | undefined;
|
|
2108
|
+
}
|
|
2109
|
+
export interface DescribeInstanceSqlHaStatesResult {
|
|
2110
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
2111
|
+
NextToken?: string | undefined;
|
|
2112
|
+
}
|
|
2067
2113
|
export interface DescribeInstanceStatusRequest {
|
|
2068
2114
|
InstanceIds?: string[] | undefined;
|
|
2069
2115
|
MaxResults?: number | undefined;
|
|
@@ -2141,47 +2187,3 @@ export interface DescribeInstanceStatusResult {
|
|
|
2141
2187
|
InstanceStatuses?: InstanceStatus[] | undefined;
|
|
2142
2188
|
NextToken?: string | undefined;
|
|
2143
2189
|
}
|
|
2144
|
-
export interface DescribeInstanceTopologyRequest {
|
|
2145
|
-
DryRun?: boolean | undefined;
|
|
2146
|
-
NextToken?: string | undefined;
|
|
2147
|
-
MaxResults?: number | undefined;
|
|
2148
|
-
InstanceIds?: string[] | undefined;
|
|
2149
|
-
GroupNames?: string[] | undefined;
|
|
2150
|
-
Filters?: Filter[] | undefined;
|
|
2151
|
-
}
|
|
2152
|
-
export interface InstanceTopology {
|
|
2153
|
-
InstanceId?: string | undefined;
|
|
2154
|
-
InstanceType?: string | undefined;
|
|
2155
|
-
GroupName?: string | undefined;
|
|
2156
|
-
NetworkNodes?: string[] | undefined;
|
|
2157
|
-
AvailabilityZone?: string | undefined;
|
|
2158
|
-
ZoneId?: string | undefined;
|
|
2159
|
-
CapacityBlockId?: string | undefined;
|
|
2160
|
-
}
|
|
2161
|
-
export interface DescribeInstanceTopologyResult {
|
|
2162
|
-
Instances?: InstanceTopology[] | undefined;
|
|
2163
|
-
NextToken?: string | undefined;
|
|
2164
|
-
}
|
|
2165
|
-
export declare const LocationType: {
|
|
2166
|
-
readonly availability_zone: "availability-zone";
|
|
2167
|
-
readonly availability_zone_id: "availability-zone-id";
|
|
2168
|
-
readonly outpost: "outpost";
|
|
2169
|
-
readonly region: "region";
|
|
2170
|
-
};
|
|
2171
|
-
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
2172
|
-
export interface DescribeInstanceTypeOfferingsRequest {
|
|
2173
|
-
DryRun?: boolean | undefined;
|
|
2174
|
-
LocationType?: LocationType | undefined;
|
|
2175
|
-
Filters?: Filter[] | undefined;
|
|
2176
|
-
MaxResults?: number | undefined;
|
|
2177
|
-
NextToken?: string | undefined;
|
|
2178
|
-
}
|
|
2179
|
-
export interface InstanceTypeOffering {
|
|
2180
|
-
InstanceType?: _InstanceType | undefined;
|
|
2181
|
-
LocationType?: LocationType | undefined;
|
|
2182
|
-
Location?: string | undefined;
|
|
2183
|
-
}
|
|
2184
|
-
export interface DescribeInstanceTypeOfferingsResult {
|
|
2185
|
-
InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
|
|
2186
|
-
NextToken?: string | undefined;
|
|
2187
|
-
}
|
|
@@ -20,7 +20,6 @@ import {
|
|
|
20
20
|
TransitGatewayAttachmentResourceType,
|
|
21
21
|
TransitGatewayAttachmentState,
|
|
22
22
|
TransitGatewayPeeringAttachment,
|
|
23
|
-
TransitGatewayVpcAttachment,
|
|
24
23
|
UserIdGroupPair,
|
|
25
24
|
} from "./models_0";
|
|
26
25
|
import {
|
|
@@ -84,13 +83,10 @@ import {
|
|
|
84
83
|
TrafficMirrorFilterRule,
|
|
85
84
|
TrafficMirrorSession,
|
|
86
85
|
TrafficMirrorTarget,
|
|
87
|
-
TransitGateway,
|
|
88
86
|
TransitGatewayConnect,
|
|
89
87
|
TransitGatewayConnectPeer,
|
|
90
88
|
TransitGatewayMulticastDomain,
|
|
91
89
|
TransitGatewayPolicyTable,
|
|
92
|
-
TransitGatewayRouteTable,
|
|
93
|
-
TransitGatewayRouteTableAnnouncement,
|
|
94
90
|
} from "./models_2";
|
|
95
91
|
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
96
92
|
import {
|
|
@@ -100,6 +96,50 @@ import {
|
|
|
100
96
|
ProductCode,
|
|
101
97
|
VirtualizationType,
|
|
102
98
|
} from "./models_4";
|
|
99
|
+
export interface DescribeInstanceTopologyRequest {
|
|
100
|
+
DryRun?: boolean | undefined;
|
|
101
|
+
NextToken?: string | undefined;
|
|
102
|
+
MaxResults?: number | undefined;
|
|
103
|
+
InstanceIds?: string[] | undefined;
|
|
104
|
+
GroupNames?: string[] | undefined;
|
|
105
|
+
Filters?: Filter[] | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface InstanceTopology {
|
|
108
|
+
InstanceId?: string | undefined;
|
|
109
|
+
InstanceType?: string | undefined;
|
|
110
|
+
GroupName?: string | undefined;
|
|
111
|
+
NetworkNodes?: string[] | undefined;
|
|
112
|
+
AvailabilityZone?: string | undefined;
|
|
113
|
+
ZoneId?: string | undefined;
|
|
114
|
+
CapacityBlockId?: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface DescribeInstanceTopologyResult {
|
|
117
|
+
Instances?: InstanceTopology[] | undefined;
|
|
118
|
+
NextToken?: string | undefined;
|
|
119
|
+
}
|
|
120
|
+
export declare const LocationType: {
|
|
121
|
+
readonly availability_zone: "availability-zone";
|
|
122
|
+
readonly availability_zone_id: "availability-zone-id";
|
|
123
|
+
readonly outpost: "outpost";
|
|
124
|
+
readonly region: "region";
|
|
125
|
+
};
|
|
126
|
+
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
127
|
+
export interface DescribeInstanceTypeOfferingsRequest {
|
|
128
|
+
DryRun?: boolean | undefined;
|
|
129
|
+
LocationType?: LocationType | undefined;
|
|
130
|
+
Filters?: Filter[] | undefined;
|
|
131
|
+
MaxResults?: number | undefined;
|
|
132
|
+
NextToken?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface InstanceTypeOffering {
|
|
135
|
+
InstanceType?: _InstanceType | undefined;
|
|
136
|
+
LocationType?: LocationType | undefined;
|
|
137
|
+
Location?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface DescribeInstanceTypeOfferingsResult {
|
|
140
|
+
InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
|
|
141
|
+
NextToken?: string | undefined;
|
|
142
|
+
}
|
|
103
143
|
export interface DescribeInstanceTypesRequest {
|
|
104
144
|
DryRun?: boolean | undefined;
|
|
105
145
|
InstanceTypes?: _InstanceType[] | undefined;
|
|
@@ -2007,42 +2047,3 @@ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
|
2007
2047
|
NextToken?: string | undefined;
|
|
2008
2048
|
DryRun?: boolean | undefined;
|
|
2009
2049
|
}
|
|
2010
|
-
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
2011
|
-
TransitGatewayRouteTableAnnouncements?:
|
|
2012
|
-
| TransitGatewayRouteTableAnnouncement[]
|
|
2013
|
-
| undefined;
|
|
2014
|
-
NextToken?: string | undefined;
|
|
2015
|
-
}
|
|
2016
|
-
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
2017
|
-
TransitGatewayRouteTableIds?: string[] | undefined;
|
|
2018
|
-
Filters?: Filter[] | undefined;
|
|
2019
|
-
MaxResults?: number | undefined;
|
|
2020
|
-
NextToken?: string | undefined;
|
|
2021
|
-
DryRun?: boolean | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface DescribeTransitGatewayRouteTablesResult {
|
|
2024
|
-
TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
|
|
2025
|
-
NextToken?: string | undefined;
|
|
2026
|
-
}
|
|
2027
|
-
export interface DescribeTransitGatewaysRequest {
|
|
2028
|
-
TransitGatewayIds?: string[] | undefined;
|
|
2029
|
-
Filters?: Filter[] | undefined;
|
|
2030
|
-
MaxResults?: number | undefined;
|
|
2031
|
-
NextToken?: string | undefined;
|
|
2032
|
-
DryRun?: boolean | undefined;
|
|
2033
|
-
}
|
|
2034
|
-
export interface DescribeTransitGatewaysResult {
|
|
2035
|
-
TransitGateways?: TransitGateway[] | undefined;
|
|
2036
|
-
NextToken?: string | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
2039
|
-
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
2040
|
-
Filters?: Filter[] | undefined;
|
|
2041
|
-
MaxResults?: number | undefined;
|
|
2042
|
-
NextToken?: string | undefined;
|
|
2043
|
-
DryRun?: boolean | undefined;
|
|
2044
|
-
}
|
|
2045
|
-
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
2046
|
-
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
|
|
2047
|
-
NextToken?: string | undefined;
|
|
2048
|
-
}
|