@aws-sdk/client-ec2 3.910.0 → 3.911.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 +72 -0
- package/dist-cjs/index.js +1541 -388
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +18 -14
- package/dist-es/models/models_5.js +14 -16
- package/dist-es/models/models_6.js +124 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +939 -107
- package/dist-types/EC2.d.ts +67 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.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/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +106 -95
- package/dist-types/models/models_2.d.ts +84 -107
- package/dist-types/models/models_3.d.ts +140 -159
- package/dist-types/models/models_4.d.ts +331 -251
- package/dist-types/models/models_5.d.ts +244 -267
- package/dist-types/models/models_6.d.ts +1497 -1467
- package/dist-types/models/models_7.d.ts +4809 -4775
- package/dist-types/models/models_8.d.ts +968 -5
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +81 -0
- package/dist-types/ts3.4/EC2.d.ts +175 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +4 -2
- 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/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/dist-types/ts3.4/models/models_8.d.ts +232 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/package.json +5 -5
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AddedPrincipal,
|
|
2
3
|
AddressAttribute,
|
|
3
4
|
AddressAttributeName,
|
|
4
5
|
ByoipCidr,
|
|
@@ -49,8 +50,18 @@ import {
|
|
|
49
50
|
CapacityBlock,
|
|
50
51
|
CapacityBlockExtension,
|
|
51
52
|
Filter,
|
|
53
|
+
IKEVersionsRequestListValue,
|
|
52
54
|
InstanceTagNotificationAttribute,
|
|
53
55
|
IpamPoolCidr,
|
|
56
|
+
PayerResponsibility,
|
|
57
|
+
Phase1DHGroupNumbersRequestListValue,
|
|
58
|
+
Phase1EncryptionAlgorithmsRequestListValue,
|
|
59
|
+
Phase1IntegrityAlgorithmsRequestListValue,
|
|
60
|
+
Phase2DHGroupNumbersRequestListValue,
|
|
61
|
+
Phase2EncryptionAlgorithmsRequestListValue,
|
|
62
|
+
Phase2IntegrityAlgorithmsRequestListValue,
|
|
63
|
+
VpnConnection,
|
|
64
|
+
VpnTunnelLogOptionsSpecification,
|
|
54
65
|
} from "./models_3";
|
|
55
66
|
import {
|
|
56
67
|
ArchitectureValues,
|
|
@@ -64,6 +75,7 @@ import {
|
|
|
64
75
|
InstanceMetadataProtocolState,
|
|
65
76
|
InstanceMetadataTagsState,
|
|
66
77
|
InstanceState,
|
|
78
|
+
Monitoring,
|
|
67
79
|
TpmSupportValues,
|
|
68
80
|
} from "./models_4";
|
|
69
81
|
import {
|
|
@@ -78,13 +90,199 @@ import {
|
|
|
78
90
|
SpotInstanceRequest,
|
|
79
91
|
SpotPlacement,
|
|
80
92
|
} from "./models_5";
|
|
81
|
-
import { Purchase } from "./models_6";
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
93
|
+
import { CapacityManagerStatus, Purchase } from "./models_6";
|
|
94
|
+
import { CapacityReservationSpecification } from "./models_7";
|
|
95
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
|
|
96
|
+
DryRun?: boolean | undefined;
|
|
97
|
+
ServiceId: string | undefined;
|
|
98
|
+
PayerResponsibility: PayerResponsibility | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface ModifyVpcEndpointServicePayerResponsibilityResult {
|
|
101
|
+
ReturnValue?: boolean | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface ModifyVpcEndpointServicePermissionsRequest {
|
|
104
|
+
DryRun?: boolean | undefined;
|
|
105
|
+
ServiceId: string | undefined;
|
|
106
|
+
AddAllowedPrincipals?: string[] | undefined;
|
|
107
|
+
RemoveAllowedPrincipals?: string[] | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface ModifyVpcEndpointServicePermissionsResult {
|
|
110
|
+
AddedPrincipals?: AddedPrincipal[] | undefined;
|
|
111
|
+
ReturnValue?: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface PeeringConnectionOptionsRequest {
|
|
114
|
+
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
115
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
116
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
119
|
+
AccepterPeeringConnectionOptions?:
|
|
120
|
+
| PeeringConnectionOptionsRequest
|
|
121
|
+
| undefined;
|
|
122
|
+
DryRun?: boolean | undefined;
|
|
123
|
+
RequesterPeeringConnectionOptions?:
|
|
124
|
+
| PeeringConnectionOptionsRequest
|
|
125
|
+
| undefined;
|
|
126
|
+
VpcPeeringConnectionId: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface PeeringConnectionOptions {
|
|
129
|
+
AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
|
|
130
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
|
|
131
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
134
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
135
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
|
|
136
|
+
}
|
|
137
|
+
export declare const VpcTenancy: {
|
|
138
|
+
readonly default: "default";
|
|
139
|
+
};
|
|
140
|
+
export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
|
|
141
|
+
export interface ModifyVpcTenancyRequest {
|
|
142
|
+
VpcId: string | undefined;
|
|
143
|
+
InstanceTenancy: VpcTenancy | undefined;
|
|
144
|
+
DryRun?: boolean | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface ModifyVpcTenancyResult {
|
|
147
|
+
ReturnValue?: boolean | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface ModifyVpnConnectionRequest {
|
|
150
|
+
VpnConnectionId: string | undefined;
|
|
151
|
+
TransitGatewayId?: string | undefined;
|
|
152
|
+
CustomerGatewayId?: string | undefined;
|
|
153
|
+
VpnGatewayId?: string | undefined;
|
|
154
|
+
DryRun?: boolean | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface ModifyVpnConnectionResult {
|
|
157
|
+
VpnConnection?: VpnConnection | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
160
|
+
VpnConnectionId: string | undefined;
|
|
161
|
+
LocalIpv4NetworkCidr?: string | undefined;
|
|
162
|
+
RemoteIpv4NetworkCidr?: string | undefined;
|
|
163
|
+
LocalIpv6NetworkCidr?: string | undefined;
|
|
164
|
+
RemoteIpv6NetworkCidr?: string | undefined;
|
|
165
|
+
DryRun?: boolean | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface ModifyVpnConnectionOptionsResult {
|
|
168
|
+
VpnConnection?: VpnConnection | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface ModifyVpnTunnelCertificateRequest {
|
|
171
|
+
VpnConnectionId: string | undefined;
|
|
172
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
173
|
+
DryRun?: boolean | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface ModifyVpnTunnelCertificateResult {
|
|
176
|
+
VpnConnection?: VpnConnection | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface ModifyVpnTunnelOptionsSpecification {
|
|
179
|
+
TunnelInsideCidr?: string | undefined;
|
|
180
|
+
TunnelInsideIpv6Cidr?: string | undefined;
|
|
181
|
+
PreSharedKey?: string | undefined;
|
|
182
|
+
Phase1LifetimeSeconds?: number | undefined;
|
|
183
|
+
Phase2LifetimeSeconds?: number | undefined;
|
|
184
|
+
RekeyMarginTimeSeconds?: number | undefined;
|
|
185
|
+
RekeyFuzzPercentage?: number | undefined;
|
|
186
|
+
ReplayWindowSize?: number | undefined;
|
|
187
|
+
DPDTimeoutSeconds?: number | undefined;
|
|
188
|
+
DPDTimeoutAction?: string | undefined;
|
|
189
|
+
Phase1EncryptionAlgorithms?:
|
|
190
|
+
| Phase1EncryptionAlgorithmsRequestListValue[]
|
|
191
|
+
| undefined;
|
|
192
|
+
Phase2EncryptionAlgorithms?:
|
|
193
|
+
| Phase2EncryptionAlgorithmsRequestListValue[]
|
|
194
|
+
| undefined;
|
|
195
|
+
Phase1IntegrityAlgorithms?:
|
|
196
|
+
| Phase1IntegrityAlgorithmsRequestListValue[]
|
|
197
|
+
| undefined;
|
|
198
|
+
Phase2IntegrityAlgorithms?:
|
|
199
|
+
| Phase2IntegrityAlgorithmsRequestListValue[]
|
|
200
|
+
| undefined;
|
|
201
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
|
|
202
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
|
|
203
|
+
IKEVersions?: IKEVersionsRequestListValue[] | undefined;
|
|
204
|
+
StartupAction?: string | undefined;
|
|
205
|
+
LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
|
|
206
|
+
EnableTunnelLifecycleControl?: boolean | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface ModifyVpnTunnelOptionsRequest {
|
|
209
|
+
VpnConnectionId: string | undefined;
|
|
210
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
211
|
+
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
212
|
+
DryRun?: boolean | undefined;
|
|
213
|
+
SkipTunnelReplacement?: boolean | undefined;
|
|
214
|
+
PreSharedKeyStorage?: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface ModifyVpnTunnelOptionsResult {
|
|
217
|
+
VpnConnection?: VpnConnection | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface MonitorInstancesRequest {
|
|
220
|
+
InstanceIds: string[] | undefined;
|
|
221
|
+
DryRun?: boolean | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface InstanceMonitoring {
|
|
224
|
+
InstanceId?: string | undefined;
|
|
225
|
+
Monitoring?: Monitoring | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface MonitorInstancesResult {
|
|
228
|
+
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface MoveAddressToVpcRequest {
|
|
231
|
+
DryRun?: boolean | undefined;
|
|
232
|
+
PublicIp: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
export declare const Status: {
|
|
235
|
+
readonly inClassic: "InClassic";
|
|
236
|
+
readonly inVpc: "InVpc";
|
|
237
|
+
readonly moveInProgress: "MoveInProgress";
|
|
238
|
+
};
|
|
239
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
240
|
+
export interface MoveAddressToVpcResult {
|
|
241
|
+
AllocationId?: string | undefined;
|
|
242
|
+
Status?: Status | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface MoveByoipCidrToIpamRequest {
|
|
245
|
+
DryRun?: boolean | undefined;
|
|
246
|
+
Cidr: string | undefined;
|
|
247
|
+
IpamPoolId: string | undefined;
|
|
248
|
+
IpamPoolOwner: string | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface MoveByoipCidrToIpamResult {
|
|
251
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface MoveCapacityReservationInstancesRequest {
|
|
254
|
+
DryRun?: boolean | undefined;
|
|
255
|
+
ClientToken?: string | undefined;
|
|
256
|
+
SourceCapacityReservationId: string | undefined;
|
|
257
|
+
DestinationCapacityReservationId: string | undefined;
|
|
258
|
+
InstanceCount: number | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface MoveCapacityReservationInstancesResult {
|
|
261
|
+
SourceCapacityReservation?: CapacityReservation | undefined;
|
|
262
|
+
DestinationCapacityReservation?: CapacityReservation | undefined;
|
|
263
|
+
InstanceCount?: number | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface CidrAuthorizationContext {
|
|
266
|
+
Message: string | undefined;
|
|
267
|
+
Signature: string | undefined;
|
|
268
|
+
}
|
|
269
|
+
export interface ProvisionByoipCidrRequest {
|
|
270
|
+
Cidr: string | undefined;
|
|
271
|
+
CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
|
|
272
|
+
PubliclyAdvertisable?: boolean | undefined;
|
|
273
|
+
Description?: string | undefined;
|
|
274
|
+
DryRun?: boolean | undefined;
|
|
275
|
+
PoolTagSpecifications?: TagSpecification[] | undefined;
|
|
276
|
+
MultiRegion?: boolean | undefined;
|
|
277
|
+
NetworkBorderGroup?: string | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface ProvisionByoipCidrResult {
|
|
280
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface AsnAuthorizationContext {
|
|
283
|
+
Message: string | undefined;
|
|
284
|
+
Signature: string | undefined;
|
|
285
|
+
}
|
|
88
286
|
export interface ProvisionIpamByoasnRequest {
|
|
89
287
|
DryRun?: boolean | undefined;
|
|
90
288
|
IpamId: string | undefined;
|
|
@@ -1010,6 +1208,15 @@ export interface UnmonitorInstancesRequest {
|
|
|
1010
1208
|
export interface UnmonitorInstancesResult {
|
|
1011
1209
|
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1012
1210
|
}
|
|
1211
|
+
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
1212
|
+
OrganizationsAccess: boolean | undefined;
|
|
1213
|
+
DryRun?: boolean | undefined;
|
|
1214
|
+
ClientToken?: string | undefined;
|
|
1215
|
+
}
|
|
1216
|
+
export interface UpdateCapacityManagerOrganizationsAccessResult {
|
|
1217
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1218
|
+
OrganizationsAccess?: boolean | undefined;
|
|
1219
|
+
}
|
|
1013
1220
|
export interface SecurityGroupRuleDescription {
|
|
1014
1221
|
SecurityGroupRuleId?: string | undefined;
|
|
1015
1222
|
Description?: string | undefined;
|
|
@@ -1041,6 +1248,24 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1041
1248
|
export interface WithdrawByoipCidrResult {
|
|
1042
1249
|
ByoipCidr?: ByoipCidr | undefined;
|
|
1043
1250
|
}
|
|
1251
|
+
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
1252
|
+
obj: ModifyVpnConnectionResult
|
|
1253
|
+
) => any;
|
|
1254
|
+
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (
|
|
1255
|
+
obj: ModifyVpnConnectionOptionsResult
|
|
1256
|
+
) => any;
|
|
1257
|
+
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
|
|
1258
|
+
obj: ModifyVpnTunnelCertificateResult
|
|
1259
|
+
) => any;
|
|
1260
|
+
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1261
|
+
obj: ModifyVpnTunnelOptionsSpecification
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
|
|
1264
|
+
obj: ModifyVpnTunnelOptionsRequest
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
1267
|
+
obj: ModifyVpnTunnelOptionsResult
|
|
1268
|
+
) => any;
|
|
1044
1269
|
export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
|
|
1045
1270
|
obj: ReportInstanceStatusRequest
|
|
1046
1271
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
4
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeCapacityManagerDataExportsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeCapacityManagerDataExports: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeCapacityManagerDataExportsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCapacityManagerDataExportsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
4
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
5
|
+
} from "../commands/GetCapacityManagerMetricDataCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetCapacityManagerMetricData: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetCapacityManagerMetricDataCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCapacityManagerMetricDataCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
4
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
5
|
+
} from "../commands/GetCapacityManagerMetricDimensionsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetCapacityManagerMetricDimensions: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetCapacityManagerMetricDimensionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCapacityManagerMetricDimensionsCommandOutput>;
|
|
@@ -7,8 +7,9 @@ export * from "./DescribeCapacityBlockExtensionOfferingsPaginator";
|
|
|
7
7
|
export * from "./DescribeCapacityBlockOfferingsPaginator";
|
|
8
8
|
export * from "./DescribeCapacityBlockStatusPaginator";
|
|
9
9
|
export * from "./DescribeCapacityBlocksPaginator";
|
|
10
|
-
export * from "./
|
|
10
|
+
export * from "./DescribeCapacityManagerDataExportsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeCapacityReservationBillingRequestsPaginator";
|
|
12
13
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
13
14
|
export * from "./DescribeCapacityReservationsPaginator";
|
|
14
15
|
export * from "./DescribeCarrierGatewaysPaginator";
|
|
@@ -129,6 +130,8 @@ export * from "./DescribeVpcPeeringConnectionsPaginator";
|
|
|
129
130
|
export * from "./DescribeVpcsPaginator";
|
|
130
131
|
export * from "./GetAssociatedIpv6PoolCidrsPaginator";
|
|
131
132
|
export * from "./GetAwsNetworkPerformanceDataPaginator";
|
|
133
|
+
export * from "./GetCapacityManagerMetricDataPaginator";
|
|
134
|
+
export * from "./GetCapacityManagerMetricDimensionsPaginator";
|
|
132
135
|
export * from "./GetGroupsForCapacityReservationPaginator";
|
|
133
136
|
export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
|
|
134
137
|
export * from "./GetIpamAddressHistoryPaginator";
|
|
@@ -247,6 +247,10 @@ import {
|
|
|
247
247
|
CopyVolumesCommandInput,
|
|
248
248
|
CopyVolumesCommandOutput,
|
|
249
249
|
} from "../commands/CopyVolumesCommand";
|
|
250
|
+
import {
|
|
251
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
252
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
253
|
+
} from "../commands/CreateCapacityManagerDataExportCommand";
|
|
250
254
|
import {
|
|
251
255
|
CreateCapacityReservationBySplittingCommandInput,
|
|
252
256
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -619,6 +623,10 @@ import {
|
|
|
619
623
|
CreateVpnGatewayCommandInput,
|
|
620
624
|
CreateVpnGatewayCommandOutput,
|
|
621
625
|
} from "../commands/CreateVpnGatewayCommand";
|
|
626
|
+
import {
|
|
627
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
628
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
629
|
+
} from "../commands/DeleteCapacityManagerDataExportCommand";
|
|
622
630
|
import {
|
|
623
631
|
DeleteCarrierGatewayCommandInput,
|
|
624
632
|
DeleteCarrierGatewayCommandOutput,
|
|
@@ -1035,6 +1043,10 @@ import {
|
|
|
1035
1043
|
DescribeCapacityBlockStatusCommandInput,
|
|
1036
1044
|
DescribeCapacityBlockStatusCommandOutput,
|
|
1037
1045
|
} from "../commands/DescribeCapacityBlockStatusCommand";
|
|
1046
|
+
import {
|
|
1047
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
1048
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
1049
|
+
} from "../commands/DescribeCapacityManagerDataExportsCommand";
|
|
1038
1050
|
import {
|
|
1039
1051
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1040
1052
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -1703,6 +1715,10 @@ import {
|
|
|
1703
1715
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1704
1716
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1705
1717
|
} from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1718
|
+
import {
|
|
1719
|
+
DisableCapacityManagerCommandInput,
|
|
1720
|
+
DisableCapacityManagerCommandOutput,
|
|
1721
|
+
} from "../commands/DisableCapacityManagerCommand";
|
|
1706
1722
|
import {
|
|
1707
1723
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1708
1724
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1847,6 +1863,10 @@ import {
|
|
|
1847
1863
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1848
1864
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1849
1865
|
} from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1866
|
+
import {
|
|
1867
|
+
EnableCapacityManagerCommandInput,
|
|
1868
|
+
EnableCapacityManagerCommandOutput,
|
|
1869
|
+
} from "../commands/EnableCapacityManagerCommand";
|
|
1850
1870
|
import {
|
|
1851
1871
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1852
1872
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1955,6 +1975,18 @@ import {
|
|
|
1955
1975
|
GetAwsNetworkPerformanceDataCommandInput,
|
|
1956
1976
|
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1957
1977
|
} from "../commands/GetAwsNetworkPerformanceDataCommand";
|
|
1978
|
+
import {
|
|
1979
|
+
GetCapacityManagerAttributesCommandInput,
|
|
1980
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
1981
|
+
} from "../commands/GetCapacityManagerAttributesCommand";
|
|
1982
|
+
import {
|
|
1983
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
1984
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
1985
|
+
} from "../commands/GetCapacityManagerMetricDataCommand";
|
|
1986
|
+
import {
|
|
1987
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
1988
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
1989
|
+
} from "../commands/GetCapacityManagerMetricDimensionsCommand";
|
|
1958
1990
|
import {
|
|
1959
1991
|
GetCapacityReservationUsageCommandInput,
|
|
1960
1992
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2771,6 +2803,10 @@ import {
|
|
|
2771
2803
|
UnmonitorInstancesCommandInput,
|
|
2772
2804
|
UnmonitorInstancesCommandOutput,
|
|
2773
2805
|
} from "../commands/UnmonitorInstancesCommand";
|
|
2806
|
+
import {
|
|
2807
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2808
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2809
|
+
} from "../commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2774
2810
|
import {
|
|
2775
2811
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2776
2812
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -3027,6 +3063,10 @@ export declare const se_CopyVolumesCommand: (
|
|
|
3027
3063
|
input: CopyVolumesCommandInput,
|
|
3028
3064
|
context: __SerdeContext
|
|
3029
3065
|
) => Promise<__HttpRequest>;
|
|
3066
|
+
export declare const se_CreateCapacityManagerDataExportCommand: (
|
|
3067
|
+
input: CreateCapacityManagerDataExportCommandInput,
|
|
3068
|
+
context: __SerdeContext
|
|
3069
|
+
) => Promise<__HttpRequest>;
|
|
3030
3070
|
export declare const se_CreateCapacityReservationCommand: (
|
|
3031
3071
|
input: CreateCapacityReservationCommandInput,
|
|
3032
3072
|
context: __SerdeContext
|
|
@@ -3399,6 +3439,10 @@ export declare const se_CreateVpnGatewayCommand: (
|
|
|
3399
3439
|
input: CreateVpnGatewayCommandInput,
|
|
3400
3440
|
context: __SerdeContext
|
|
3401
3441
|
) => Promise<__HttpRequest>;
|
|
3442
|
+
export declare const se_DeleteCapacityManagerDataExportCommand: (
|
|
3443
|
+
input: DeleteCapacityManagerDataExportCommandInput,
|
|
3444
|
+
context: __SerdeContext
|
|
3445
|
+
) => Promise<__HttpRequest>;
|
|
3402
3446
|
export declare const se_DeleteCarrierGatewayCommand: (
|
|
3403
3447
|
input: DeleteCarrierGatewayCommandInput,
|
|
3404
3448
|
context: __SerdeContext
|
|
@@ -3815,6 +3859,10 @@ export declare const se_DescribeCapacityBlockStatusCommand: (
|
|
|
3815
3859
|
input: DescribeCapacityBlockStatusCommandInput,
|
|
3816
3860
|
context: __SerdeContext
|
|
3817
3861
|
) => Promise<__HttpRequest>;
|
|
3862
|
+
export declare const se_DescribeCapacityManagerDataExportsCommand: (
|
|
3863
|
+
input: DescribeCapacityManagerDataExportsCommandInput,
|
|
3864
|
+
context: __SerdeContext
|
|
3865
|
+
) => Promise<__HttpRequest>;
|
|
3818
3866
|
export declare const se_DescribeCapacityReservationBillingRequestsCommand: (
|
|
3819
3867
|
input: DescribeCapacityReservationBillingRequestsCommandInput,
|
|
3820
3868
|
context: __SerdeContext
|
|
@@ -4483,6 +4531,10 @@ export declare const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
4483
4531
|
input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
4484
4532
|
context: __SerdeContext
|
|
4485
4533
|
) => Promise<__HttpRequest>;
|
|
4534
|
+
export declare const se_DisableCapacityManagerCommand: (
|
|
4535
|
+
input: DisableCapacityManagerCommandInput,
|
|
4536
|
+
context: __SerdeContext
|
|
4537
|
+
) => Promise<__HttpRequest>;
|
|
4486
4538
|
export declare const se_DisableEbsEncryptionByDefaultCommand: (
|
|
4487
4539
|
input: DisableEbsEncryptionByDefaultCommandInput,
|
|
4488
4540
|
context: __SerdeContext
|
|
@@ -4627,6 +4679,10 @@ export declare const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
4627
4679
|
input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
4628
4680
|
context: __SerdeContext
|
|
4629
4681
|
) => Promise<__HttpRequest>;
|
|
4682
|
+
export declare const se_EnableCapacityManagerCommand: (
|
|
4683
|
+
input: EnableCapacityManagerCommandInput,
|
|
4684
|
+
context: __SerdeContext
|
|
4685
|
+
) => Promise<__HttpRequest>;
|
|
4630
4686
|
export declare const se_EnableEbsEncryptionByDefaultCommand: (
|
|
4631
4687
|
input: EnableEbsEncryptionByDefaultCommandInput,
|
|
4632
4688
|
context: __SerdeContext
|
|
@@ -4735,6 +4791,18 @@ export declare const se_GetAwsNetworkPerformanceDataCommand: (
|
|
|
4735
4791
|
input: GetAwsNetworkPerformanceDataCommandInput,
|
|
4736
4792
|
context: __SerdeContext
|
|
4737
4793
|
) => Promise<__HttpRequest>;
|
|
4794
|
+
export declare const se_GetCapacityManagerAttributesCommand: (
|
|
4795
|
+
input: GetCapacityManagerAttributesCommandInput,
|
|
4796
|
+
context: __SerdeContext
|
|
4797
|
+
) => Promise<__HttpRequest>;
|
|
4798
|
+
export declare const se_GetCapacityManagerMetricDataCommand: (
|
|
4799
|
+
input: GetCapacityManagerMetricDataCommandInput,
|
|
4800
|
+
context: __SerdeContext
|
|
4801
|
+
) => Promise<__HttpRequest>;
|
|
4802
|
+
export declare const se_GetCapacityManagerMetricDimensionsCommand: (
|
|
4803
|
+
input: GetCapacityManagerMetricDimensionsCommandInput,
|
|
4804
|
+
context: __SerdeContext
|
|
4805
|
+
) => Promise<__HttpRequest>;
|
|
4738
4806
|
export declare const se_GetCapacityReservationUsageCommand: (
|
|
4739
4807
|
input: GetCapacityReservationUsageCommandInput,
|
|
4740
4808
|
context: __SerdeContext
|
|
@@ -5551,6 +5619,10 @@ export declare const se_UnmonitorInstancesCommand: (
|
|
|
5551
5619
|
input: UnmonitorInstancesCommandInput,
|
|
5552
5620
|
context: __SerdeContext
|
|
5553
5621
|
) => Promise<__HttpRequest>;
|
|
5622
|
+
export declare const se_UpdateCapacityManagerOrganizationsAccessCommand: (
|
|
5623
|
+
input: UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
5624
|
+
context: __SerdeContext
|
|
5625
|
+
) => Promise<__HttpRequest>;
|
|
5554
5626
|
export declare const se_UpdateSecurityGroupRuleDescriptionsEgressCommand: (
|
|
5555
5627
|
input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
5556
5628
|
context: __SerdeContext
|
|
@@ -5807,6 +5879,10 @@ export declare const de_CopyVolumesCommand: (
|
|
|
5807
5879
|
output: __HttpResponse,
|
|
5808
5880
|
context: __SerdeContext
|
|
5809
5881
|
) => Promise<CopyVolumesCommandOutput>;
|
|
5882
|
+
export declare const de_CreateCapacityManagerDataExportCommand: (
|
|
5883
|
+
output: __HttpResponse,
|
|
5884
|
+
context: __SerdeContext
|
|
5885
|
+
) => Promise<CreateCapacityManagerDataExportCommandOutput>;
|
|
5810
5886
|
export declare const de_CreateCapacityReservationCommand: (
|
|
5811
5887
|
output: __HttpResponse,
|
|
5812
5888
|
context: __SerdeContext
|
|
@@ -6179,6 +6255,10 @@ export declare const de_CreateVpnGatewayCommand: (
|
|
|
6179
6255
|
output: __HttpResponse,
|
|
6180
6256
|
context: __SerdeContext
|
|
6181
6257
|
) => Promise<CreateVpnGatewayCommandOutput>;
|
|
6258
|
+
export declare const de_DeleteCapacityManagerDataExportCommand: (
|
|
6259
|
+
output: __HttpResponse,
|
|
6260
|
+
context: __SerdeContext
|
|
6261
|
+
) => Promise<DeleteCapacityManagerDataExportCommandOutput>;
|
|
6182
6262
|
export declare const de_DeleteCarrierGatewayCommand: (
|
|
6183
6263
|
output: __HttpResponse,
|
|
6184
6264
|
context: __SerdeContext
|
|
@@ -6595,6 +6675,10 @@ export declare const de_DescribeCapacityBlockStatusCommand: (
|
|
|
6595
6675
|
output: __HttpResponse,
|
|
6596
6676
|
context: __SerdeContext
|
|
6597
6677
|
) => Promise<DescribeCapacityBlockStatusCommandOutput>;
|
|
6678
|
+
export declare const de_DescribeCapacityManagerDataExportsCommand: (
|
|
6679
|
+
output: __HttpResponse,
|
|
6680
|
+
context: __SerdeContext
|
|
6681
|
+
) => Promise<DescribeCapacityManagerDataExportsCommandOutput>;
|
|
6598
6682
|
export declare const de_DescribeCapacityReservationBillingRequestsCommand: (
|
|
6599
6683
|
output: __HttpResponse,
|
|
6600
6684
|
context: __SerdeContext
|
|
@@ -7263,6 +7347,10 @@ export declare const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
7263
7347
|
output: __HttpResponse,
|
|
7264
7348
|
context: __SerdeContext
|
|
7265
7349
|
) => Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7350
|
+
export declare const de_DisableCapacityManagerCommand: (
|
|
7351
|
+
output: __HttpResponse,
|
|
7352
|
+
context: __SerdeContext
|
|
7353
|
+
) => Promise<DisableCapacityManagerCommandOutput>;
|
|
7266
7354
|
export declare const de_DisableEbsEncryptionByDefaultCommand: (
|
|
7267
7355
|
output: __HttpResponse,
|
|
7268
7356
|
context: __SerdeContext
|
|
@@ -7407,6 +7495,10 @@ export declare const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
7407
7495
|
output: __HttpResponse,
|
|
7408
7496
|
context: __SerdeContext
|
|
7409
7497
|
) => Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7498
|
+
export declare const de_EnableCapacityManagerCommand: (
|
|
7499
|
+
output: __HttpResponse,
|
|
7500
|
+
context: __SerdeContext
|
|
7501
|
+
) => Promise<EnableCapacityManagerCommandOutput>;
|
|
7410
7502
|
export declare const de_EnableEbsEncryptionByDefaultCommand: (
|
|
7411
7503
|
output: __HttpResponse,
|
|
7412
7504
|
context: __SerdeContext
|
|
@@ -7515,6 +7607,18 @@ export declare const de_GetAwsNetworkPerformanceDataCommand: (
|
|
|
7515
7607
|
output: __HttpResponse,
|
|
7516
7608
|
context: __SerdeContext
|
|
7517
7609
|
) => Promise<GetAwsNetworkPerformanceDataCommandOutput>;
|
|
7610
|
+
export declare const de_GetCapacityManagerAttributesCommand: (
|
|
7611
|
+
output: __HttpResponse,
|
|
7612
|
+
context: __SerdeContext
|
|
7613
|
+
) => Promise<GetCapacityManagerAttributesCommandOutput>;
|
|
7614
|
+
export declare const de_GetCapacityManagerMetricDataCommand: (
|
|
7615
|
+
output: __HttpResponse,
|
|
7616
|
+
context: __SerdeContext
|
|
7617
|
+
) => Promise<GetCapacityManagerMetricDataCommandOutput>;
|
|
7618
|
+
export declare const de_GetCapacityManagerMetricDimensionsCommand: (
|
|
7619
|
+
output: __HttpResponse,
|
|
7620
|
+
context: __SerdeContext
|
|
7621
|
+
) => Promise<GetCapacityManagerMetricDimensionsCommandOutput>;
|
|
7518
7622
|
export declare const de_GetCapacityReservationUsageCommand: (
|
|
7519
7623
|
output: __HttpResponse,
|
|
7520
7624
|
context: __SerdeContext
|
|
@@ -8331,6 +8435,10 @@ export declare const de_UnmonitorInstancesCommand: (
|
|
|
8331
8435
|
output: __HttpResponse,
|
|
8332
8436
|
context: __SerdeContext
|
|
8333
8437
|
) => Promise<UnmonitorInstancesCommandOutput>;
|
|
8438
|
+
export declare const de_UpdateCapacityManagerOrganizationsAccessCommand: (
|
|
8439
|
+
output: __HttpResponse,
|
|
8440
|
+
context: __SerdeContext
|
|
8441
|
+
) => Promise<UpdateCapacityManagerOrganizationsAccessCommandOutput>;
|
|
8334
8442
|
export declare const de_UpdateSecurityGroupRuleDescriptionsEgressCommand: (
|
|
8335
8443
|
output: __HttpResponse,
|
|
8336
8444
|
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.911.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",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.911.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.911.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-ec2": "3.910.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.911.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.910.0",
|
|
31
31
|
"@aws-sdk/types": "3.910.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.910.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.910.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.911.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.3.2",
|
|
36
36
|
"@smithy/core": "^3.16.1",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.3",
|