@aws-sdk/client-ec2 3.216.0 → 3.219.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/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-cjs/commands/CreateSubnetCommand.js +3 -3
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpamsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +3 -3
- package/dist-cjs/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-cjs/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +46 -0
- package/dist-cjs/commands/GetAwsNetworkPerformanceDataCommand.js +46 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +3 -3
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVolumeCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +13 -14
- package/dist-cjs/models/models_1.js +23 -23
- package/dist-cjs/models/models_2.js +23 -22
- package/dist-cjs/models/models_3.js +51 -46
- package/dist-cjs/models/models_4.js +54 -54
- package/dist-cjs/models/models_5.js +90 -90
- package/dist-cjs/models/models_6.js +88 -4
- package/dist-cjs/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/GetAwsNetworkPerformanceDataPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_ec2.js +617 -18
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-es/commands/CreateSubnetCommand.js +1 -1
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +42 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +1 -1
- package/dist-es/commands/DescribeIpamsCommand.js +2 -1
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeKeyPairsCommand.js +1 -1
- package/dist-es/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/DisassociateRouteTableCommand.js +1 -1
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-es/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +42 -0
- package/dist-es/commands/GetAwsNetworkPerformanceDataCommand.js +42 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +1 -1
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +6 -8
- package/dist-es/models/models_1.js +14 -14
- package/dist-es/models/models_2.js +14 -12
- package/dist-es/models/models_3.js +38 -30
- package/dist-es/models/models_4.js +36 -36
- package/dist-es/models/models_5.js +63 -63
- package/dist-es/models/models_6.js +63 -0
- package/dist-es/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/GetAwsNetworkPerformanceDataPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +588 -0
- package/dist-types/EC2.d.ts +36 -3
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +20 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +37 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +47 -32
- package/dist-types/models/models_1.d.ts +135 -175
- package/dist-types/models/models_2.d.ts +124 -64
- package/dist-types/models/models_3.d.ts +191 -292
- package/dist-types/models/models_4.d.ts +373 -221
- package/dist-types/models/models_5.d.ts +396 -526
- package/dist-types/models/models_6.d.ts +539 -12
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +109 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -12
- package/dist-types/ts3.4/models/models_1.d.ts +28 -37
- package/dist-types/ts3.4/models/models_2.d.ts +36 -28
- package/dist-types/ts3.4/models/models_3.d.ts +67 -84
- package/dist-types/ts3.4/models/models_4.d.ts +103 -90
- package/dist-types/ts3.4/models/models_5.d.ts +165 -190
- package/dist-types/ts3.4/models/models_6.d.ts +195 -6
- package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/package.json +3 -3
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AddedPrincipal,
|
|
3
4
|
AddressAttribute,
|
|
4
5
|
AddressAttributeName,
|
|
6
|
+
ApplianceModeSupportValue,
|
|
5
7
|
ByoipCidr,
|
|
6
8
|
ClientVpnAuthorizationRuleStatus,
|
|
7
9
|
CurrencyCodeValues,
|
|
10
|
+
DnsSupportValue,
|
|
8
11
|
HostnameType,
|
|
9
12
|
IamInstanceProfileAssociation,
|
|
10
13
|
IamInstanceProfileSpecification,
|
|
11
14
|
IpPermission,
|
|
15
|
+
Ipv6SupportValue,
|
|
12
16
|
PortRange,
|
|
13
17
|
RouteTableAssociationState,
|
|
14
18
|
TagSpecification,
|
|
@@ -33,23 +37,29 @@ import {
|
|
|
33
37
|
ShutdownBehavior,
|
|
34
38
|
SnapshotState,
|
|
35
39
|
SpotInstanceType,
|
|
40
|
+
VolumeType,
|
|
36
41
|
} from "./models_1";
|
|
37
42
|
import {
|
|
43
|
+
DnsOptionsSpecification,
|
|
38
44
|
IKEVersionsRequestListValue,
|
|
39
|
-
|
|
45
|
+
IpAddressType,
|
|
40
46
|
IpamPoolCidr,
|
|
47
|
+
PayerResponsibility,
|
|
41
48
|
Phase1DHGroupNumbersRequestListValue,
|
|
42
49
|
Phase1EncryptionAlgorithmsRequestListValue,
|
|
43
50
|
Phase1IntegrityAlgorithmsRequestListValue,
|
|
44
51
|
Phase2DHGroupNumbersRequestListValue,
|
|
45
52
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
46
53
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
54
|
+
TransitGateway,
|
|
55
|
+
TransitGatewayPrefixListReference,
|
|
47
56
|
TransitGatewayRoute,
|
|
48
57
|
VpnConnection,
|
|
49
58
|
VpnTunnelLogOptionsSpecification,
|
|
50
59
|
} from "./models_2";
|
|
51
60
|
import {
|
|
52
61
|
ArchitectureValues,
|
|
62
|
+
AttributeBooleanValue,
|
|
53
63
|
BootModeValues,
|
|
54
64
|
ClientVpnConnectionStatus,
|
|
55
65
|
Filter,
|
|
@@ -61,6 +71,7 @@ import {
|
|
|
61
71
|
InstanceMetadataProtocolState,
|
|
62
72
|
InstanceMetadataTagsState,
|
|
63
73
|
InstanceState,
|
|
74
|
+
InstanceTagNotificationAttribute,
|
|
64
75
|
Monitoring,
|
|
65
76
|
TpmSupportValues,
|
|
66
77
|
} from "./models_3";
|
|
@@ -75,12 +86,126 @@ import {
|
|
|
75
86
|
SpotFleetRequestConfigData,
|
|
76
87
|
SpotInstanceRequest,
|
|
77
88
|
SpotPlacement,
|
|
89
|
+
VolumeModification,
|
|
78
90
|
} from "./models_4";
|
|
79
|
-
import {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
91
|
+
import { CapacityReservationSpecification, Purchase } from "./models_5";
|
|
92
|
+
export interface ModifyTransitGatewayResult {
|
|
93
|
+
TransitGateway?: TransitGateway;
|
|
94
|
+
}
|
|
95
|
+
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
96
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
97
|
+
PrefixListId: string | undefined;
|
|
98
|
+
TransitGatewayAttachmentId?: string;
|
|
99
|
+
Blackhole?: boolean;
|
|
100
|
+
DryRun?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
103
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
104
|
+
}
|
|
105
|
+
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
106
|
+
DnsSupport?: DnsSupportValue | string;
|
|
107
|
+
Ipv6Support?: Ipv6SupportValue | string;
|
|
108
|
+
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
109
|
+
}
|
|
110
|
+
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
111
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
112
|
+
AddSubnetIds?: string[];
|
|
113
|
+
RemoveSubnetIds?: string[];
|
|
114
|
+
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
|
|
115
|
+
DryRun?: boolean;
|
|
116
|
+
}
|
|
117
|
+
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
118
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
119
|
+
}
|
|
120
|
+
export interface ModifyVolumeRequest {
|
|
121
|
+
DryRun?: boolean;
|
|
122
|
+
VolumeId: string | undefined;
|
|
123
|
+
Size?: number;
|
|
124
|
+
VolumeType?: VolumeType | string;
|
|
125
|
+
Iops?: number;
|
|
126
|
+
Throughput?: number;
|
|
127
|
+
MultiAttachEnabled?: boolean;
|
|
128
|
+
}
|
|
129
|
+
export interface ModifyVolumeResult {
|
|
130
|
+
VolumeModification?: VolumeModification;
|
|
131
|
+
}
|
|
132
|
+
export interface ModifyVolumeAttributeRequest {
|
|
133
|
+
AutoEnableIO?: AttributeBooleanValue;
|
|
134
|
+
VolumeId: string | undefined;
|
|
135
|
+
DryRun?: boolean;
|
|
136
|
+
}
|
|
137
|
+
export interface ModifyVpcAttributeRequest {
|
|
138
|
+
EnableDnsHostnames?: AttributeBooleanValue;
|
|
139
|
+
EnableDnsSupport?: AttributeBooleanValue;
|
|
140
|
+
VpcId: string | undefined;
|
|
141
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
142
|
+
}
|
|
143
|
+
export interface ModifyVpcEndpointRequest {
|
|
144
|
+
DryRun?: boolean;
|
|
145
|
+
VpcEndpointId: string | undefined;
|
|
146
|
+
ResetPolicy?: boolean;
|
|
147
|
+
PolicyDocument?: string;
|
|
148
|
+
AddRouteTableIds?: string[];
|
|
149
|
+
RemoveRouteTableIds?: string[];
|
|
150
|
+
AddSubnetIds?: string[];
|
|
151
|
+
RemoveSubnetIds?: string[];
|
|
152
|
+
AddSecurityGroupIds?: string[];
|
|
153
|
+
RemoveSecurityGroupIds?: string[];
|
|
154
|
+
IpAddressType?: IpAddressType | string;
|
|
155
|
+
DnsOptions?: DnsOptionsSpecification;
|
|
156
|
+
PrivateDnsEnabled?: boolean;
|
|
157
|
+
}
|
|
158
|
+
export interface ModifyVpcEndpointResult {
|
|
159
|
+
Return?: boolean;
|
|
160
|
+
}
|
|
161
|
+
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
162
|
+
DryRun?: boolean;
|
|
163
|
+
ConnectionNotificationId: string | undefined;
|
|
164
|
+
ConnectionNotificationArn?: string;
|
|
165
|
+
ConnectionEvents?: string[];
|
|
166
|
+
}
|
|
167
|
+
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
168
|
+
ReturnValue?: boolean;
|
|
169
|
+
}
|
|
170
|
+
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
171
|
+
DryRun?: boolean;
|
|
172
|
+
ServiceId: string | undefined;
|
|
173
|
+
PrivateDnsName?: string;
|
|
174
|
+
RemovePrivateDnsName?: boolean;
|
|
175
|
+
AcceptanceRequired?: boolean;
|
|
176
|
+
AddNetworkLoadBalancerArns?: string[];
|
|
177
|
+
RemoveNetworkLoadBalancerArns?: string[];
|
|
178
|
+
AddGatewayLoadBalancerArns?: string[];
|
|
179
|
+
RemoveGatewayLoadBalancerArns?: string[];
|
|
180
|
+
AddSupportedIpAddressTypes?: string[];
|
|
181
|
+
RemoveSupportedIpAddressTypes?: string[];
|
|
182
|
+
}
|
|
183
|
+
export interface ModifyVpcEndpointServiceConfigurationResult {
|
|
184
|
+
Return?: boolean;
|
|
185
|
+
}
|
|
186
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
187
|
+
DryRun?: boolean;
|
|
188
|
+
ServiceId: string | undefined;
|
|
189
|
+
PayerResponsibility: PayerResponsibility | string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
192
|
+
ReturnValue?: boolean;
|
|
193
|
+
}
|
|
194
|
+
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
195
|
+
DryRun?: boolean;
|
|
196
|
+
ServiceId: string | undefined;
|
|
197
|
+
AddAllowedPrincipals?: string[];
|
|
198
|
+
RemoveAllowedPrincipals?: string[];
|
|
199
|
+
}
|
|
200
|
+
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
201
|
+
AddedPrincipals?: AddedPrincipal[];
|
|
202
|
+
ReturnValue?: boolean;
|
|
203
|
+
}
|
|
204
|
+
export interface PeeringConnectionOptionsRequest {
|
|
205
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
206
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
207
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
208
|
+
}
|
|
84
209
|
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
85
210
|
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
86
211
|
DryRun?: boolean;
|
|
@@ -918,6 +1043,7 @@ export interface StartNetworkInsightsAccessScopeAnalysisResult {
|
|
|
918
1043
|
}
|
|
919
1044
|
export interface StartNetworkInsightsAnalysisRequest {
|
|
920
1045
|
NetworkInsightsPathId: string | undefined;
|
|
1046
|
+
AdditionalAccounts?: string[];
|
|
921
1047
|
FilterInArns?: string[];
|
|
922
1048
|
DryRun?: boolean;
|
|
923
1049
|
TagSpecifications?: TagSpecification[];
|
|
@@ -1018,6 +1144,69 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1018
1144
|
export interface WithdrawByoipCidrResult {
|
|
1019
1145
|
ByoipCidr?: ByoipCidr;
|
|
1020
1146
|
}
|
|
1147
|
+
export declare const ModifyTransitGatewayResultFilterSensitiveLog: (
|
|
1148
|
+
obj: ModifyTransitGatewayResult
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const ModifyTransitGatewayPrefixListReferenceRequestFilterSensitiveLog: (
|
|
1151
|
+
obj: ModifyTransitGatewayPrefixListReferenceRequest
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const ModifyTransitGatewayPrefixListReferenceResultFilterSensitiveLog: (
|
|
1154
|
+
obj: ModifyTransitGatewayPrefixListReferenceResult
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const ModifyTransitGatewayVpcAttachmentRequestOptionsFilterSensitiveLog: (
|
|
1157
|
+
obj: ModifyTransitGatewayVpcAttachmentRequestOptions
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const ModifyTransitGatewayVpcAttachmentRequestFilterSensitiveLog: (
|
|
1160
|
+
obj: ModifyTransitGatewayVpcAttachmentRequest
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const ModifyTransitGatewayVpcAttachmentResultFilterSensitiveLog: (
|
|
1163
|
+
obj: ModifyTransitGatewayVpcAttachmentResult
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const ModifyVolumeRequestFilterSensitiveLog: (
|
|
1166
|
+
obj: ModifyVolumeRequest
|
|
1167
|
+
) => any;
|
|
1168
|
+
export declare const ModifyVolumeResultFilterSensitiveLog: (
|
|
1169
|
+
obj: ModifyVolumeResult
|
|
1170
|
+
) => any;
|
|
1171
|
+
export declare const ModifyVolumeAttributeRequestFilterSensitiveLog: (
|
|
1172
|
+
obj: ModifyVolumeAttributeRequest
|
|
1173
|
+
) => any;
|
|
1174
|
+
export declare const ModifyVpcAttributeRequestFilterSensitiveLog: (
|
|
1175
|
+
obj: ModifyVpcAttributeRequest
|
|
1176
|
+
) => any;
|
|
1177
|
+
export declare const ModifyVpcEndpointRequestFilterSensitiveLog: (
|
|
1178
|
+
obj: ModifyVpcEndpointRequest
|
|
1179
|
+
) => any;
|
|
1180
|
+
export declare const ModifyVpcEndpointResultFilterSensitiveLog: (
|
|
1181
|
+
obj: ModifyVpcEndpointResult
|
|
1182
|
+
) => any;
|
|
1183
|
+
export declare const ModifyVpcEndpointConnectionNotificationRequestFilterSensitiveLog: (
|
|
1184
|
+
obj: ModifyVpcEndpointConnectionNotificationRequest
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const ModifyVpcEndpointConnectionNotificationResultFilterSensitiveLog: (
|
|
1187
|
+
obj: ModifyVpcEndpointConnectionNotificationResult
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const ModifyVpcEndpointServiceConfigurationRequestFilterSensitiveLog: (
|
|
1190
|
+
obj: ModifyVpcEndpointServiceConfigurationRequest
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const ModifyVpcEndpointServiceConfigurationResultFilterSensitiveLog: (
|
|
1193
|
+
obj: ModifyVpcEndpointServiceConfigurationResult
|
|
1194
|
+
) => any;
|
|
1195
|
+
export declare const ModifyVpcEndpointServicePayerResponsibilityRequestFilterSensitiveLog: (
|
|
1196
|
+
obj: ModifyVpcEndpointServicePayerResponsibilityRequest
|
|
1197
|
+
) => any;
|
|
1198
|
+
export declare const ModifyVpcEndpointServicePayerResponsibilityResultFilterSensitiveLog: (
|
|
1199
|
+
obj: ModifyVpcEndpointServicePayerResponsibilityResult
|
|
1200
|
+
) => any;
|
|
1201
|
+
export declare const ModifyVpcEndpointServicePermissionsRequestFilterSensitiveLog: (
|
|
1202
|
+
obj: ModifyVpcEndpointServicePermissionsRequest
|
|
1203
|
+
) => any;
|
|
1204
|
+
export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog: (
|
|
1205
|
+
obj: ModifyVpcEndpointServicePermissionsResult
|
|
1206
|
+
) => any;
|
|
1207
|
+
export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
1208
|
+
obj: PeeringConnectionOptionsRequest
|
|
1209
|
+
) => any;
|
|
1021
1210
|
export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
1022
1211
|
obj: ModifyVpcPeeringConnectionOptionsRequest
|
|
1023
1212
|
) => any;
|
package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
4
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAwsNetworkPerformanceMetricSubscriptions(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetAwsNetworkPerformanceDataCommandInput,
|
|
4
|
+
GetAwsNetworkPerformanceDataCommandOutput,
|
|
5
|
+
} from "../commands/GetAwsNetworkPerformanceDataCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetAwsNetworkPerformanceData(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetAwsNetworkPerformanceDataCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetAwsNetworkPerformanceDataCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./DescribeAddressTransfersPaginator";
|
|
2
2
|
export * from "./DescribeAddressesAttributePaginator";
|
|
3
|
+
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
|
|
3
4
|
export * from "./DescribeByoipCidrsPaginator";
|
|
4
5
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
5
6
|
export * from "./DescribeCapacityReservationsPaginator";
|
|
@@ -7,8 +8,8 @@ export * from "./DescribeCarrierGatewaysPaginator";
|
|
|
7
8
|
export * from "./DescribeClassicLinkInstancesPaginator";
|
|
8
9
|
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
9
10
|
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
10
|
-
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
12
13
|
export * from "./DescribeClientVpnRoutesPaginator";
|
|
13
14
|
export * from "./DescribeClientVpnTargetNetworksPaginator";
|
|
14
15
|
export * from "./DescribeCoipPoolsPaginator";
|
|
@@ -101,6 +102,7 @@ export * from "./DescribeVpcEndpointsPaginator";
|
|
|
101
102
|
export * from "./DescribeVpcPeeringConnectionsPaginator";
|
|
102
103
|
export * from "./DescribeVpcsPaginator";
|
|
103
104
|
export * from "./GetAssociatedIpv6PoolCidrsPaginator";
|
|
105
|
+
export * from "./GetAwsNetworkPerformanceDataPaginator";
|
|
104
106
|
export * from "./GetGroupsForCapacityReservationPaginator";
|
|
105
107
|
export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
|
|
106
108
|
export * from "./GetIpamAddressHistoryPaginator";
|
|
@@ -831,6 +831,10 @@ import {
|
|
|
831
831
|
DescribeAvailabilityZonesCommandInput,
|
|
832
832
|
DescribeAvailabilityZonesCommandOutput,
|
|
833
833
|
} from "../commands/DescribeAvailabilityZonesCommand";
|
|
834
|
+
import {
|
|
835
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
836
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput,
|
|
837
|
+
} from "../commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
834
838
|
import {
|
|
835
839
|
DescribeBundleTasksCommandInput,
|
|
836
840
|
DescribeBundleTasksCommandOutput,
|
|
@@ -1375,6 +1379,10 @@ import {
|
|
|
1375
1379
|
DisableAddressTransferCommandInput,
|
|
1376
1380
|
DisableAddressTransferCommandOutput,
|
|
1377
1381
|
} from "../commands/DisableAddressTransferCommand";
|
|
1382
|
+
import {
|
|
1383
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1384
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1385
|
+
} from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1378
1386
|
import {
|
|
1379
1387
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1380
1388
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1467,6 +1475,10 @@ import {
|
|
|
1467
1475
|
EnableAddressTransferCommandInput,
|
|
1468
1476
|
EnableAddressTransferCommandOutput,
|
|
1469
1477
|
} from "../commands/EnableAddressTransferCommand";
|
|
1478
|
+
import {
|
|
1479
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1480
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1481
|
+
} from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1470
1482
|
import {
|
|
1471
1483
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1472
1484
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1487,6 +1499,10 @@ import {
|
|
|
1487
1499
|
EnableIpamOrganizationAdminAccountCommandInput,
|
|
1488
1500
|
EnableIpamOrganizationAdminAccountCommandOutput,
|
|
1489
1501
|
} from "../commands/EnableIpamOrganizationAdminAccountCommand";
|
|
1502
|
+
import {
|
|
1503
|
+
EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
1504
|
+
EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
|
|
1505
|
+
} from "../commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
1490
1506
|
import {
|
|
1491
1507
|
EnableSerialConsoleAccessCommandInput,
|
|
1492
1508
|
EnableSerialConsoleAccessCommandOutput,
|
|
@@ -1535,6 +1551,10 @@ import {
|
|
|
1535
1551
|
GetAssociatedIpv6PoolCidrsCommandInput,
|
|
1536
1552
|
GetAssociatedIpv6PoolCidrsCommandOutput,
|
|
1537
1553
|
} from "../commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
1554
|
+
import {
|
|
1555
|
+
GetAwsNetworkPerformanceDataCommandInput,
|
|
1556
|
+
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1557
|
+
} from "../commands/GetAwsNetworkPerformanceDataCommand";
|
|
1538
1558
|
import {
|
|
1539
1559
|
GetCapacityReservationUsageCommandInput,
|
|
1540
1560
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -3019,6 +3039,10 @@ export declare const serializeAws_ec2DescribeAvailabilityZonesCommand: (
|
|
|
3019
3039
|
input: DescribeAvailabilityZonesCommandInput,
|
|
3020
3040
|
context: __SerdeContext
|
|
3021
3041
|
) => Promise<__HttpRequest>;
|
|
3042
|
+
export declare const serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand: (
|
|
3043
|
+
input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
3044
|
+
context: __SerdeContext
|
|
3045
|
+
) => Promise<__HttpRequest>;
|
|
3022
3046
|
export declare const serializeAws_ec2DescribeBundleTasksCommand: (
|
|
3023
3047
|
input: DescribeBundleTasksCommandInput,
|
|
3024
3048
|
context: __SerdeContext
|
|
@@ -3563,6 +3587,10 @@ export declare const serializeAws_ec2DisableAddressTransferCommand: (
|
|
|
3563
3587
|
input: DisableAddressTransferCommandInput,
|
|
3564
3588
|
context: __SerdeContext
|
|
3565
3589
|
) => Promise<__HttpRequest>;
|
|
3590
|
+
export declare const serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
3591
|
+
input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
3592
|
+
context: __SerdeContext
|
|
3593
|
+
) => Promise<__HttpRequest>;
|
|
3566
3594
|
export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (
|
|
3567
3595
|
input: DisableEbsEncryptionByDefaultCommandInput,
|
|
3568
3596
|
context: __SerdeContext
|
|
@@ -3655,6 +3683,10 @@ export declare const serializeAws_ec2EnableAddressTransferCommand: (
|
|
|
3655
3683
|
input: EnableAddressTransferCommandInput,
|
|
3656
3684
|
context: __SerdeContext
|
|
3657
3685
|
) => Promise<__HttpRequest>;
|
|
3686
|
+
export declare const serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
3687
|
+
input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
3688
|
+
context: __SerdeContext
|
|
3689
|
+
) => Promise<__HttpRequest>;
|
|
3658
3690
|
export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (
|
|
3659
3691
|
input: EnableEbsEncryptionByDefaultCommandInput,
|
|
3660
3692
|
context: __SerdeContext
|
|
@@ -3675,6 +3707,10 @@ export declare const serializeAws_ec2EnableIpamOrganizationAdminAccountCommand:
|
|
|
3675
3707
|
input: EnableIpamOrganizationAdminAccountCommandInput,
|
|
3676
3708
|
context: __SerdeContext
|
|
3677
3709
|
) => Promise<__HttpRequest>;
|
|
3710
|
+
export declare const serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand: (
|
|
3711
|
+
input: EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
3712
|
+
context: __SerdeContext
|
|
3713
|
+
) => Promise<__HttpRequest>;
|
|
3678
3714
|
export declare const serializeAws_ec2EnableSerialConsoleAccessCommand: (
|
|
3679
3715
|
input: EnableSerialConsoleAccessCommandInput,
|
|
3680
3716
|
context: __SerdeContext
|
|
@@ -3723,6 +3759,10 @@ export declare const serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand: (
|
|
|
3723
3759
|
input: GetAssociatedIpv6PoolCidrsCommandInput,
|
|
3724
3760
|
context: __SerdeContext
|
|
3725
3761
|
) => Promise<__HttpRequest>;
|
|
3762
|
+
export declare const serializeAws_ec2GetAwsNetworkPerformanceDataCommand: (
|
|
3763
|
+
input: GetAwsNetworkPerformanceDataCommandInput,
|
|
3764
|
+
context: __SerdeContext
|
|
3765
|
+
) => Promise<__HttpRequest>;
|
|
3726
3766
|
export declare const serializeAws_ec2GetCapacityReservationUsageCommand: (
|
|
3727
3767
|
input: GetCapacityReservationUsageCommandInput,
|
|
3728
3768
|
context: __SerdeContext
|
|
@@ -5207,6 +5247,10 @@ export declare const deserializeAws_ec2DescribeAvailabilityZonesCommand: (
|
|
|
5207
5247
|
output: __HttpResponse,
|
|
5208
5248
|
context: __SerdeContext
|
|
5209
5249
|
) => Promise<DescribeAvailabilityZonesCommandOutput>;
|
|
5250
|
+
export declare const deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand: (
|
|
5251
|
+
output: __HttpResponse,
|
|
5252
|
+
context: __SerdeContext
|
|
5253
|
+
) => Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
|
|
5210
5254
|
export declare const deserializeAws_ec2DescribeBundleTasksCommand: (
|
|
5211
5255
|
output: __HttpResponse,
|
|
5212
5256
|
context: __SerdeContext
|
|
@@ -5751,6 +5795,10 @@ export declare const deserializeAws_ec2DisableAddressTransferCommand: (
|
|
|
5751
5795
|
output: __HttpResponse,
|
|
5752
5796
|
context: __SerdeContext
|
|
5753
5797
|
) => Promise<DisableAddressTransferCommandOutput>;
|
|
5798
|
+
export declare const deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
5799
|
+
output: __HttpResponse,
|
|
5800
|
+
context: __SerdeContext
|
|
5801
|
+
) => Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
5754
5802
|
export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (
|
|
5755
5803
|
output: __HttpResponse,
|
|
5756
5804
|
context: __SerdeContext
|
|
@@ -5843,6 +5891,10 @@ export declare const deserializeAws_ec2EnableAddressTransferCommand: (
|
|
|
5843
5891
|
output: __HttpResponse,
|
|
5844
5892
|
context: __SerdeContext
|
|
5845
5893
|
) => Promise<EnableAddressTransferCommandOutput>;
|
|
5894
|
+
export declare const deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
5895
|
+
output: __HttpResponse,
|
|
5896
|
+
context: __SerdeContext
|
|
5897
|
+
) => Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
5846
5898
|
export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (
|
|
5847
5899
|
output: __HttpResponse,
|
|
5848
5900
|
context: __SerdeContext
|
|
@@ -5863,6 +5915,10 @@ export declare const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand
|
|
|
5863
5915
|
output: __HttpResponse,
|
|
5864
5916
|
context: __SerdeContext
|
|
5865
5917
|
) => Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
|
|
5918
|
+
export declare const deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand: (
|
|
5919
|
+
output: __HttpResponse,
|
|
5920
|
+
context: __SerdeContext
|
|
5921
|
+
) => Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
|
|
5866
5922
|
export declare const deserializeAws_ec2EnableSerialConsoleAccessCommand: (
|
|
5867
5923
|
output: __HttpResponse,
|
|
5868
5924
|
context: __SerdeContext
|
|
@@ -5911,6 +5967,10 @@ export declare const deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand: (
|
|
|
5911
5967
|
output: __HttpResponse,
|
|
5912
5968
|
context: __SerdeContext
|
|
5913
5969
|
) => Promise<GetAssociatedIpv6PoolCidrsCommandOutput>;
|
|
5970
|
+
export declare const deserializeAws_ec2GetAwsNetworkPerformanceDataCommand: (
|
|
5971
|
+
output: __HttpResponse,
|
|
5972
|
+
context: __SerdeContext
|
|
5973
|
+
) => Promise<GetAwsNetworkPerformanceDataCommandOutput>;
|
|
5914
5974
|
export declare const deserializeAws_ec2GetCapacityReservationUsageCommand: (
|
|
5915
5975
|
output: __HttpResponse,
|
|
5916
5976
|
context: __SerdeContext
|
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.219.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.218.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.215.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.218.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.215.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.215.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.215.0",
|