@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
|
@@ -20,6 +20,7 @@ import {
|
|
|
20
20
|
TransitGatewayAttachmentResourceType,
|
|
21
21
|
TransitGatewayMulticastDomainAssociations,
|
|
22
22
|
TransitGatewayPolicyTableAssociation,
|
|
23
|
+
TransitGatewayVpcAttachment,
|
|
23
24
|
TrunkInterfaceAssociation,
|
|
24
25
|
UserTrustProviderType,
|
|
25
26
|
VerifiedAccessInstance,
|
|
@@ -32,12 +33,16 @@ import {
|
|
|
32
33
|
CapacityReservationState,
|
|
33
34
|
DiskImageFormat,
|
|
34
35
|
IpAddressType,
|
|
35
|
-
SSEType,
|
|
36
36
|
Volume,
|
|
37
37
|
VolumeType,
|
|
38
38
|
Vpc,
|
|
39
39
|
} from "./models_1";
|
|
40
|
-
import {
|
|
40
|
+
import {
|
|
41
|
+
TransitGateway,
|
|
42
|
+
TransitGatewayRouteTable,
|
|
43
|
+
TransitGatewayRouteTableAnnouncement,
|
|
44
|
+
VerifiedAccessEndpoint,
|
|
45
|
+
} from "./models_2";
|
|
41
46
|
import {
|
|
42
47
|
ConnectionNotification,
|
|
43
48
|
DnsEntry,
|
|
@@ -65,9 +70,49 @@ import {
|
|
|
65
70
|
MetricType,
|
|
66
71
|
PeriodType,
|
|
67
72
|
ProductCode,
|
|
73
|
+
RegisteredInstance,
|
|
68
74
|
ReservationState,
|
|
69
75
|
StatisticType,
|
|
70
76
|
} from "./models_4";
|
|
77
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
78
|
+
TransitGatewayRouteTableAnnouncements?:
|
|
79
|
+
| TransitGatewayRouteTableAnnouncement[]
|
|
80
|
+
| undefined;
|
|
81
|
+
NextToken?: string | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
84
|
+
TransitGatewayRouteTableIds?: string[] | undefined;
|
|
85
|
+
Filters?: Filter[] | undefined;
|
|
86
|
+
MaxResults?: number | undefined;
|
|
87
|
+
NextToken?: string | undefined;
|
|
88
|
+
DryRun?: boolean | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
91
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
|
|
92
|
+
NextToken?: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DescribeTransitGatewaysRequest {
|
|
95
|
+
TransitGatewayIds?: string[] | undefined;
|
|
96
|
+
Filters?: Filter[] | undefined;
|
|
97
|
+
MaxResults?: number | undefined;
|
|
98
|
+
NextToken?: string | undefined;
|
|
99
|
+
DryRun?: boolean | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface DescribeTransitGatewaysResult {
|
|
102
|
+
TransitGateways?: TransitGateway[] | undefined;
|
|
103
|
+
NextToken?: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
106
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
107
|
+
Filters?: Filter[] | undefined;
|
|
108
|
+
MaxResults?: number | undefined;
|
|
109
|
+
NextToken?: string | undefined;
|
|
110
|
+
DryRun?: boolean | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
113
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
|
|
114
|
+
NextToken?: string | undefined;
|
|
115
|
+
}
|
|
71
116
|
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
72
117
|
AssociationIds?: string[] | undefined;
|
|
73
118
|
DryRun?: boolean | undefined;
|
|
@@ -750,6 +795,13 @@ export interface DisableImageDeregistrationProtectionRequest {
|
|
|
750
795
|
export interface DisableImageDeregistrationProtectionResult {
|
|
751
796
|
Return?: string | undefined;
|
|
752
797
|
}
|
|
798
|
+
export interface DisableInstanceSqlHaStandbyDetectionsRequest {
|
|
799
|
+
InstanceIds: string[] | undefined;
|
|
800
|
+
DryRun?: boolean | undefined;
|
|
801
|
+
}
|
|
802
|
+
export interface DisableInstanceSqlHaStandbyDetectionsResult {
|
|
803
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
804
|
+
}
|
|
753
805
|
export interface DisableIpamOrganizationAdminAccountRequest {
|
|
754
806
|
DryRun?: boolean | undefined;
|
|
755
807
|
DelegatedAdminAccountId: string | undefined;
|
|
@@ -1125,6 +1177,14 @@ export interface EnableImageDeregistrationProtectionRequest {
|
|
|
1125
1177
|
export interface EnableImageDeregistrationProtectionResult {
|
|
1126
1178
|
Return?: string | undefined;
|
|
1127
1179
|
}
|
|
1180
|
+
export interface EnableInstanceSqlHaStandbyDetectionsRequest {
|
|
1181
|
+
InstanceIds: string[] | undefined;
|
|
1182
|
+
SqlServerCredentials?: string | undefined;
|
|
1183
|
+
DryRun?: boolean | undefined;
|
|
1184
|
+
}
|
|
1185
|
+
export interface EnableInstanceSqlHaStandbyDetectionsResult {
|
|
1186
|
+
Instances?: RegisteredInstance[] | undefined;
|
|
1187
|
+
}
|
|
1128
1188
|
export interface EnableIpamOrganizationAdminAccountRequest {
|
|
1129
1189
|
DryRun?: boolean | undefined;
|
|
1130
1190
|
DelegatedAdminAccountId: string | undefined;
|
|
@@ -1654,54 +1714,3 @@ export interface GetDeclarativePoliciesReportSummaryResult {
|
|
|
1654
1714
|
NumberOfFailedAccounts?: number | undefined;
|
|
1655
1715
|
AttributeSummaries?: AttributeSummary[] | undefined;
|
|
1656
1716
|
}
|
|
1657
|
-
export declare const UnlimitedSupportedInstanceFamily: {
|
|
1658
|
-
readonly t2: "t2";
|
|
1659
|
-
readonly t3: "t3";
|
|
1660
|
-
readonly t3a: "t3a";
|
|
1661
|
-
readonly t4g: "t4g";
|
|
1662
|
-
};
|
|
1663
|
-
export type UnlimitedSupportedInstanceFamily =
|
|
1664
|
-
(typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
1665
|
-
export interface GetDefaultCreditSpecificationRequest {
|
|
1666
|
-
DryRun?: boolean | undefined;
|
|
1667
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
1668
|
-
}
|
|
1669
|
-
export interface InstanceFamilyCreditSpecification {
|
|
1670
|
-
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
1671
|
-
CpuCredits?: string | undefined;
|
|
1672
|
-
}
|
|
1673
|
-
export interface GetDefaultCreditSpecificationResult {
|
|
1674
|
-
InstanceFamilyCreditSpecification?:
|
|
1675
|
-
| InstanceFamilyCreditSpecification
|
|
1676
|
-
| undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
1679
|
-
DryRun?: boolean | undefined;
|
|
1680
|
-
}
|
|
1681
|
-
export interface GetEbsDefaultKmsKeyIdResult {
|
|
1682
|
-
KmsKeyId?: string | undefined;
|
|
1683
|
-
}
|
|
1684
|
-
export interface GetEbsEncryptionByDefaultRequest {
|
|
1685
|
-
DryRun?: boolean | undefined;
|
|
1686
|
-
}
|
|
1687
|
-
export interface GetEbsEncryptionByDefaultResult {
|
|
1688
|
-
EbsEncryptionByDefault?: boolean | undefined;
|
|
1689
|
-
SseType?: SSEType | undefined;
|
|
1690
|
-
}
|
|
1691
|
-
export declare const PartitionLoadFrequency: {
|
|
1692
|
-
readonly DAILY: "daily";
|
|
1693
|
-
readonly MONTHLY: "monthly";
|
|
1694
|
-
readonly NONE: "none";
|
|
1695
|
-
readonly WEEKLY: "weekly";
|
|
1696
|
-
};
|
|
1697
|
-
export type PartitionLoadFrequency =
|
|
1698
|
-
(typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
1699
|
-
export interface AthenaIntegration {
|
|
1700
|
-
IntegrationResultS3DestinationArn: string | undefined;
|
|
1701
|
-
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
1702
|
-
PartitionStartDate?: Date | undefined;
|
|
1703
|
-
PartitionEndDate?: Date | undefined;
|
|
1704
|
-
}
|
|
1705
|
-
export interface IntegrateServices {
|
|
1706
|
-
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
1707
|
-
}
|
|
@@ -7,14 +7,12 @@ import {
|
|
|
7
7
|
Affinity,
|
|
8
8
|
AutoPlacement,
|
|
9
9
|
CurrencyCodeValues,
|
|
10
|
-
DnsSupportValue,
|
|
11
10
|
EnaSrdSpecification,
|
|
12
11
|
HostMaintenance,
|
|
13
12
|
HostRecovery,
|
|
14
13
|
InstanceEventWindow,
|
|
15
14
|
IpamPoolAllocation,
|
|
16
15
|
RouteServerAssociation,
|
|
17
|
-
SecurityGroupReferencingSupportValue,
|
|
18
16
|
SubnetAssociation,
|
|
19
17
|
Tag,
|
|
20
18
|
TagSpecification,
|
|
@@ -62,13 +60,11 @@ import {
|
|
|
62
60
|
RequestIpamResourceTag,
|
|
63
61
|
SelfServicePortal,
|
|
64
62
|
ShutdownBehavior,
|
|
63
|
+
SSEType,
|
|
65
64
|
TargetCapacitySpecificationRequest,
|
|
66
65
|
TargetCapacityUnitType,
|
|
67
66
|
} from "./models_1";
|
|
68
67
|
import {
|
|
69
|
-
AutoAcceptSharedAttachmentsValue,
|
|
70
|
-
DefaultRouteTableAssociationValue,
|
|
71
|
-
DefaultRouteTablePropagationValue,
|
|
72
68
|
InstanceBandwidthWeighting,
|
|
73
69
|
LaunchTemplate,
|
|
74
70
|
LocalGatewayRoute,
|
|
@@ -78,16 +74,7 @@ import {
|
|
|
78
74
|
RouteServer,
|
|
79
75
|
RouteServerPersistRoutesAction,
|
|
80
76
|
SubnetCidrReservation,
|
|
81
|
-
TrafficDirection,
|
|
82
|
-
TrafficMirrorFilter,
|
|
83
|
-
TrafficMirrorFilterRule,
|
|
84
|
-
TrafficMirrorNetworkService,
|
|
85
|
-
TrafficMirrorPortRangeRequest,
|
|
86
|
-
TrafficMirrorRuleAction,
|
|
87
|
-
TrafficMirrorSession,
|
|
88
|
-
TransitGateway,
|
|
89
77
|
TransitGatewayPrefixListReference,
|
|
90
|
-
VpnEcmpSupportValue,
|
|
91
78
|
} from "./models_2";
|
|
92
79
|
import { Filter, IpamPoolCidr } from "./models_3";
|
|
93
80
|
import {
|
|
@@ -125,14 +112,62 @@ import {
|
|
|
125
112
|
SnapshotAttributeName,
|
|
126
113
|
} from "./models_5";
|
|
127
114
|
import {
|
|
128
|
-
InstanceFamilyCreditSpecification,
|
|
129
|
-
IntegrateServices,
|
|
130
115
|
ManagedBy,
|
|
131
116
|
RouteServerPropagation,
|
|
132
117
|
SnapshotBlockPublicAccessState,
|
|
133
118
|
TransitGatewayPropagationState,
|
|
134
|
-
UnlimitedSupportedInstanceFamily,
|
|
135
119
|
} from "./models_6";
|
|
120
|
+
export declare const UnlimitedSupportedInstanceFamily: {
|
|
121
|
+
readonly t2: "t2";
|
|
122
|
+
readonly t3: "t3";
|
|
123
|
+
readonly t3a: "t3a";
|
|
124
|
+
readonly t4g: "t4g";
|
|
125
|
+
};
|
|
126
|
+
export type UnlimitedSupportedInstanceFamily =
|
|
127
|
+
(typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
128
|
+
export interface GetDefaultCreditSpecificationRequest {
|
|
129
|
+
DryRun?: boolean | undefined;
|
|
130
|
+
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface InstanceFamilyCreditSpecification {
|
|
133
|
+
InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
|
|
134
|
+
CpuCredits?: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface GetDefaultCreditSpecificationResult {
|
|
137
|
+
InstanceFamilyCreditSpecification?:
|
|
138
|
+
| InstanceFamilyCreditSpecification
|
|
139
|
+
| undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
142
|
+
DryRun?: boolean | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface GetEbsDefaultKmsKeyIdResult {
|
|
145
|
+
KmsKeyId?: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface GetEbsEncryptionByDefaultRequest {
|
|
148
|
+
DryRun?: boolean | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface GetEbsEncryptionByDefaultResult {
|
|
151
|
+
EbsEncryptionByDefault?: boolean | undefined;
|
|
152
|
+
SseType?: SSEType | undefined;
|
|
153
|
+
}
|
|
154
|
+
export declare const PartitionLoadFrequency: {
|
|
155
|
+
readonly DAILY: "daily";
|
|
156
|
+
readonly MONTHLY: "monthly";
|
|
157
|
+
readonly NONE: "none";
|
|
158
|
+
readonly WEEKLY: "weekly";
|
|
159
|
+
};
|
|
160
|
+
export type PartitionLoadFrequency =
|
|
161
|
+
(typeof PartitionLoadFrequency)[keyof typeof PartitionLoadFrequency];
|
|
162
|
+
export interface AthenaIntegration {
|
|
163
|
+
IntegrationResultS3DestinationArn: string | undefined;
|
|
164
|
+
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
165
|
+
PartitionStartDate?: Date | undefined;
|
|
166
|
+
PartitionEndDate?: Date | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface IntegrateServices {
|
|
169
|
+
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
170
|
+
}
|
|
136
171
|
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
137
172
|
DryRun?: boolean | undefined;
|
|
138
173
|
FlowLogId: string | undefined;
|
|
@@ -1850,82 +1885,3 @@ export interface ModifySubnetAttributeRequest {
|
|
|
1850
1885
|
EnableLniAtDeviceIndex?: number | undefined;
|
|
1851
1886
|
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
1852
1887
|
}
|
|
1853
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
1854
|
-
TrafficMirrorFilterId: string | undefined;
|
|
1855
|
-
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1856
|
-
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1857
|
-
DryRun?: boolean | undefined;
|
|
1858
|
-
}
|
|
1859
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
1860
|
-
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
1861
|
-
}
|
|
1862
|
-
export declare const TrafficMirrorFilterRuleField: {
|
|
1863
|
-
readonly description: "description";
|
|
1864
|
-
readonly destination_port_range: "destination-port-range";
|
|
1865
|
-
readonly protocol: "protocol";
|
|
1866
|
-
readonly source_port_range: "source-port-range";
|
|
1867
|
-
};
|
|
1868
|
-
export type TrafficMirrorFilterRuleField =
|
|
1869
|
-
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
1870
|
-
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
1871
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
1872
|
-
TrafficDirection?: TrafficDirection | undefined;
|
|
1873
|
-
RuleNumber?: number | undefined;
|
|
1874
|
-
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
1875
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1876
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1877
|
-
Protocol?: number | undefined;
|
|
1878
|
-
DestinationCidrBlock?: string | undefined;
|
|
1879
|
-
SourceCidrBlock?: string | undefined;
|
|
1880
|
-
Description?: string | undefined;
|
|
1881
|
-
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
1882
|
-
DryRun?: boolean | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
1885
|
-
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
1886
|
-
}
|
|
1887
|
-
export declare const TrafficMirrorSessionField: {
|
|
1888
|
-
readonly description: "description";
|
|
1889
|
-
readonly packet_length: "packet-length";
|
|
1890
|
-
readonly virtual_network_id: "virtual-network-id";
|
|
1891
|
-
};
|
|
1892
|
-
export type TrafficMirrorSessionField =
|
|
1893
|
-
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
1894
|
-
export interface ModifyTrafficMirrorSessionRequest {
|
|
1895
|
-
TrafficMirrorSessionId: string | undefined;
|
|
1896
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
1897
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
1898
|
-
PacketLength?: number | undefined;
|
|
1899
|
-
SessionNumber?: number | undefined;
|
|
1900
|
-
VirtualNetworkId?: number | undefined;
|
|
1901
|
-
Description?: string | undefined;
|
|
1902
|
-
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
1903
|
-
DryRun?: boolean | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface ModifyTrafficMirrorSessionResult {
|
|
1906
|
-
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
1907
|
-
}
|
|
1908
|
-
export interface ModifyTransitGatewayOptions {
|
|
1909
|
-
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1910
|
-
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1911
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1912
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1913
|
-
SecurityGroupReferencingSupport?:
|
|
1914
|
-
| SecurityGroupReferencingSupportValue
|
|
1915
|
-
| undefined;
|
|
1916
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
1917
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1918
|
-
AssociationDefaultRouteTableId?: string | undefined;
|
|
1919
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1920
|
-
PropagationDefaultRouteTableId?: string | undefined;
|
|
1921
|
-
AmazonSideAsn?: number | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface ModifyTransitGatewayRequest {
|
|
1924
|
-
TransitGatewayId: string | undefined;
|
|
1925
|
-
Description?: string | undefined;
|
|
1926
|
-
Options?: ModifyTransitGatewayOptions | undefined;
|
|
1927
|
-
DryRun?: boolean | undefined;
|
|
1928
|
-
}
|
|
1929
|
-
export interface ModifyTransitGatewayResult {
|
|
1930
|
-
TransitGateway?: TransitGateway | undefined;
|
|
1931
|
-
}
|
|
@@ -44,6 +44,9 @@ import {
|
|
|
44
44
|
VolumeType,
|
|
45
45
|
} from "./models_1";
|
|
46
46
|
import {
|
|
47
|
+
AutoAcceptSharedAttachmentsValue,
|
|
48
|
+
DefaultRouteTableAssociationValue,
|
|
49
|
+
DefaultRouteTablePropagationValue,
|
|
47
50
|
IcmpTypeCode,
|
|
48
51
|
InstanceBandwidthWeighting,
|
|
49
52
|
InstanceIpv6Address,
|
|
@@ -52,11 +55,20 @@ import {
|
|
|
52
55
|
OperatorRequest,
|
|
53
56
|
RuleAction,
|
|
54
57
|
SnapshotState,
|
|
58
|
+
TrafficDirection,
|
|
59
|
+
TrafficMirrorFilter,
|
|
60
|
+
TrafficMirrorFilterRule,
|
|
61
|
+
TrafficMirrorNetworkService,
|
|
62
|
+
TrafficMirrorPortRangeRequest,
|
|
63
|
+
TrafficMirrorRuleAction,
|
|
64
|
+
TrafficMirrorSession,
|
|
65
|
+
TransitGateway,
|
|
55
66
|
TransitGatewayPrefixListReference,
|
|
56
67
|
TransitGatewayRoute,
|
|
57
68
|
VerifiedAccessEndpoint,
|
|
58
69
|
VerifiedAccessEndpointProtocol,
|
|
59
70
|
VerifiedAccessSseSpecificationRequest,
|
|
71
|
+
VpnEcmpSupportValue,
|
|
60
72
|
} from "./models_2";
|
|
61
73
|
import {
|
|
62
74
|
Byoasn,
|
|
@@ -117,6 +129,85 @@ import {
|
|
|
117
129
|
VpcBlockPublicAccessOptions,
|
|
118
130
|
} from "./models_6";
|
|
119
131
|
import { CapacityReservationSpecification, Purchase } from "./models_7";
|
|
132
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
133
|
+
TrafficMirrorFilterId: string | undefined;
|
|
134
|
+
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
135
|
+
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
136
|
+
DryRun?: boolean | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
139
|
+
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
140
|
+
}
|
|
141
|
+
export declare const TrafficMirrorFilterRuleField: {
|
|
142
|
+
readonly description: "description";
|
|
143
|
+
readonly destination_port_range: "destination-port-range";
|
|
144
|
+
readonly protocol: "protocol";
|
|
145
|
+
readonly source_port_range: "source-port-range";
|
|
146
|
+
};
|
|
147
|
+
export type TrafficMirrorFilterRuleField =
|
|
148
|
+
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
149
|
+
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
150
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
151
|
+
TrafficDirection?: TrafficDirection | undefined;
|
|
152
|
+
RuleNumber?: number | undefined;
|
|
153
|
+
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
154
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
155
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
156
|
+
Protocol?: number | undefined;
|
|
157
|
+
DestinationCidrBlock?: string | undefined;
|
|
158
|
+
SourceCidrBlock?: string | undefined;
|
|
159
|
+
Description?: string | undefined;
|
|
160
|
+
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
161
|
+
DryRun?: boolean | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
164
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
165
|
+
}
|
|
166
|
+
export declare const TrafficMirrorSessionField: {
|
|
167
|
+
readonly description: "description";
|
|
168
|
+
readonly packet_length: "packet-length";
|
|
169
|
+
readonly virtual_network_id: "virtual-network-id";
|
|
170
|
+
};
|
|
171
|
+
export type TrafficMirrorSessionField =
|
|
172
|
+
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
173
|
+
export interface ModifyTrafficMirrorSessionRequest {
|
|
174
|
+
TrafficMirrorSessionId: string | undefined;
|
|
175
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
176
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
177
|
+
PacketLength?: number | undefined;
|
|
178
|
+
SessionNumber?: number | undefined;
|
|
179
|
+
VirtualNetworkId?: number | undefined;
|
|
180
|
+
Description?: string | undefined;
|
|
181
|
+
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
182
|
+
DryRun?: boolean | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface ModifyTrafficMirrorSessionResult {
|
|
185
|
+
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface ModifyTransitGatewayOptions {
|
|
188
|
+
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
189
|
+
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
190
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
191
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
192
|
+
SecurityGroupReferencingSupport?:
|
|
193
|
+
| SecurityGroupReferencingSupportValue
|
|
194
|
+
| undefined;
|
|
195
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
196
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
197
|
+
AssociationDefaultRouteTableId?: string | undefined;
|
|
198
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
199
|
+
PropagationDefaultRouteTableId?: string | undefined;
|
|
200
|
+
AmazonSideAsn?: number | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface ModifyTransitGatewayRequest {
|
|
203
|
+
TransitGatewayId: string | undefined;
|
|
204
|
+
Description?: string | undefined;
|
|
205
|
+
Options?: ModifyTransitGatewayOptions | undefined;
|
|
206
|
+
DryRun?: boolean | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface ModifyTransitGatewayResult {
|
|
209
|
+
TransitGateway?: TransitGateway | undefined;
|
|
210
|
+
}
|
|
120
211
|
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
121
212
|
TransitGatewayRouteTableId: string | undefined;
|
|
122
213
|
PrefixListId: string | undefined;
|
|
@@ -779,6 +779,10 @@ export declare var DescribeInstanceEventWindowsRequest: StaticStructureSchema;
|
|
|
779
779
|
export declare var DescribeInstanceEventWindowsResult: StaticStructureSchema;
|
|
780
780
|
export declare var DescribeInstanceImageMetadataRequest: StaticStructureSchema;
|
|
781
781
|
export declare var DescribeInstanceImageMetadataResult: StaticStructureSchema;
|
|
782
|
+
export declare var DescribeInstanceSqlHaHistoryStatesRequest: StaticStructureSchema;
|
|
783
|
+
export declare var DescribeInstanceSqlHaHistoryStatesResult: StaticStructureSchema;
|
|
784
|
+
export declare var DescribeInstanceSqlHaStatesRequest: StaticStructureSchema;
|
|
785
|
+
export declare var DescribeInstanceSqlHaStatesResult: StaticStructureSchema;
|
|
782
786
|
export declare var DescribeInstancesRequest: StaticStructureSchema;
|
|
783
787
|
export declare var DescribeInstancesResult: StaticStructureSchema;
|
|
784
788
|
export declare var DescribeInstanceStatusRequest: StaticStructureSchema;
|
|
@@ -1049,6 +1053,8 @@ export declare var DisableImageDeregistrationProtectionRequest: StaticStructureS
|
|
|
1049
1053
|
export declare var DisableImageDeregistrationProtectionResult: StaticStructureSchema;
|
|
1050
1054
|
export declare var DisableImageRequest: StaticStructureSchema;
|
|
1051
1055
|
export declare var DisableImageResult: StaticStructureSchema;
|
|
1056
|
+
export declare var DisableInstanceSqlHaStandbyDetectionsRequest: StaticStructureSchema;
|
|
1057
|
+
export declare var DisableInstanceSqlHaStandbyDetectionsResult: StaticStructureSchema;
|
|
1052
1058
|
export declare var DisableIpamOrganizationAdminAccountRequest: StaticStructureSchema;
|
|
1053
1059
|
export declare var DisableIpamOrganizationAdminAccountResult: StaticStructureSchema;
|
|
1054
1060
|
export declare var DisableRouteServerPropagationRequest: StaticStructureSchema;
|
|
@@ -1151,6 +1157,8 @@ export declare var EnableImageDeregistrationProtectionRequest: StaticStructureSc
|
|
|
1151
1157
|
export declare var EnableImageDeregistrationProtectionResult: StaticStructureSchema;
|
|
1152
1158
|
export declare var EnableImageRequest: StaticStructureSchema;
|
|
1153
1159
|
export declare var EnableImageResult: StaticStructureSchema;
|
|
1160
|
+
export declare var EnableInstanceSqlHaStandbyDetectionsRequest: StaticStructureSchema;
|
|
1161
|
+
export declare var EnableInstanceSqlHaStandbyDetectionsResult: StaticStructureSchema;
|
|
1154
1162
|
export declare var EnableIpamOrganizationAdminAccountRequest: StaticStructureSchema;
|
|
1155
1163
|
export declare var EnableIpamOrganizationAdminAccountResult: StaticStructureSchema;
|
|
1156
1164
|
export declare var EnableReachabilityAnalyzerOrganizationSharingRequest: StaticStructureSchema;
|
|
@@ -1882,6 +1890,7 @@ export declare var RecurringCharge: StaticStructureSchema;
|
|
|
1882
1890
|
export declare var ReferencedSecurityGroup: StaticStructureSchema;
|
|
1883
1891
|
export declare var Region: StaticStructureSchema;
|
|
1884
1892
|
export declare var RegionalSummary: StaticStructureSchema;
|
|
1893
|
+
export declare var RegisteredInstance: StaticStructureSchema;
|
|
1885
1894
|
export declare var RegisterImageRequest: StaticStructureSchema;
|
|
1886
1895
|
export declare var RegisterImageResult: StaticStructureSchema;
|
|
1887
1896
|
export declare var RegisterInstanceEventNotificationAttributesRequest: StaticStructureSchema;
|
|
@@ -2499,6 +2508,7 @@ export declare var InstanceIdList: StaticListSchema;
|
|
|
2499
2508
|
export declare var InstanceIdSet: StaticListSchema;
|
|
2500
2509
|
export declare var InstanceIdsSet: StaticListSchema;
|
|
2501
2510
|
export declare var InstanceIdStringList: StaticListSchema;
|
|
2511
|
+
export declare var InstanceIdUpdateStringList: StaticListSchema;
|
|
2502
2512
|
export declare var InstanceImageMetadataList: StaticListSchema;
|
|
2503
2513
|
export declare var InstanceIpv4PrefixList: StaticListSchema;
|
|
2504
2514
|
export declare var InstanceIpv6AddressList: StaticListSchema;
|
|
@@ -2718,6 +2728,7 @@ export declare var RegionalSummaryList: StaticListSchema;
|
|
|
2718
2728
|
export declare var RegionList: StaticListSchema;
|
|
2719
2729
|
export declare var RegionNames: number;
|
|
2720
2730
|
export declare var RegionNameStringList: StaticListSchema;
|
|
2731
|
+
export declare var RegisteredInstanceList: StaticListSchema;
|
|
2721
2732
|
export declare var RemoveIpamOperatingRegionSet: StaticListSchema;
|
|
2722
2733
|
export declare var RemoveIpamOrganizationalUnitExclusionSet: StaticListSchema;
|
|
2723
2734
|
export declare var RemovePrefixListEntries: StaticListSchema;
|
|
@@ -3263,6 +3274,8 @@ export declare var DescribeInstanceEventNotificationAttributes: StaticOperationS
|
|
|
3263
3274
|
export declare var DescribeInstanceEventWindows: StaticOperationSchema;
|
|
3264
3275
|
export declare var DescribeInstanceImageMetadata: StaticOperationSchema;
|
|
3265
3276
|
export declare var DescribeInstances: StaticOperationSchema;
|
|
3277
|
+
export declare var DescribeInstanceSqlHaHistoryStates: StaticOperationSchema;
|
|
3278
|
+
export declare var DescribeInstanceSqlHaStates: StaticOperationSchema;
|
|
3266
3279
|
export declare var DescribeInstanceStatus: StaticOperationSchema;
|
|
3267
3280
|
export declare var DescribeInstanceTopology: StaticOperationSchema;
|
|
3268
3281
|
export declare var DescribeInstanceTypeOfferings: StaticOperationSchema;
|
|
@@ -3393,6 +3406,7 @@ export declare var DisableImage: StaticOperationSchema;
|
|
|
3393
3406
|
export declare var DisableImageBlockPublicAccess: StaticOperationSchema;
|
|
3394
3407
|
export declare var DisableImageDeprecation: StaticOperationSchema;
|
|
3395
3408
|
export declare var DisableImageDeregistrationProtection: StaticOperationSchema;
|
|
3409
|
+
export declare var DisableInstanceSqlHaStandbyDetections: StaticOperationSchema;
|
|
3396
3410
|
export declare var DisableIpamOrganizationAdminAccount: StaticOperationSchema;
|
|
3397
3411
|
export declare var DisableRouteServerPropagation: StaticOperationSchema;
|
|
3398
3412
|
export declare var DisableSerialConsoleAccess: StaticOperationSchema;
|
|
@@ -3430,6 +3444,7 @@ export declare var EnableImage: StaticOperationSchema;
|
|
|
3430
3444
|
export declare var EnableImageBlockPublicAccess: StaticOperationSchema;
|
|
3431
3445
|
export declare var EnableImageDeprecation: StaticOperationSchema;
|
|
3432
3446
|
export declare var EnableImageDeregistrationProtection: StaticOperationSchema;
|
|
3447
|
+
export declare var EnableInstanceSqlHaStandbyDetections: StaticOperationSchema;
|
|
3433
3448
|
export declare var EnableIpamOrganizationAdminAccount: StaticOperationSchema;
|
|
3434
3449
|
export declare var EnableReachabilityAnalyzerOrganizationSharing: StaticOperationSchema;
|
|
3435
3450
|
export declare var EnableRouteServerPropagation: StaticOperationSchema;
|
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.933.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.932.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.933.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-ec2": "3.930.0",
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "3.932.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.930.0",
|