@aws-sdk/client-ec2 3.909.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -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 +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -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 +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -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 +137 -0
- 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 +4 -2
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- 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/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- 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 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- 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 +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- 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 +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -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 +120 -0
- package/package.json +35 -35
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AddedPrincipal,
|
|
2
3
|
AddressAttribute,
|
|
3
4
|
AddressAttributeName,
|
|
4
5
|
ByoipCidr,
|
|
@@ -33,6 +34,7 @@ import {
|
|
|
33
34
|
Placement,
|
|
34
35
|
ShutdownBehavior,
|
|
35
36
|
SpotInstanceType,
|
|
37
|
+
SSEType,
|
|
36
38
|
} from "./models_1";
|
|
37
39
|
import {
|
|
38
40
|
IcmpTypeCode,
|
|
@@ -41,15 +43,25 @@ import {
|
|
|
41
43
|
ManagedPrefixList,
|
|
42
44
|
RuleAction,
|
|
43
45
|
SnapshotState,
|
|
44
|
-
SSEType,
|
|
45
46
|
TransitGatewayRoute,
|
|
46
47
|
} from "./models_2";
|
|
47
48
|
import {
|
|
49
|
+
Byoasn,
|
|
48
50
|
CapacityBlock,
|
|
49
51
|
CapacityBlockExtension,
|
|
50
52
|
Filter,
|
|
53
|
+
IKEVersionsRequestListValue,
|
|
51
54
|
InstanceTagNotificationAttribute,
|
|
52
55
|
IpamPoolCidr,
|
|
56
|
+
PayerResponsibility,
|
|
57
|
+
Phase1DHGroupNumbersRequestListValue,
|
|
58
|
+
Phase1EncryptionAlgorithmsRequestListValue,
|
|
59
|
+
Phase1IntegrityAlgorithmsRequestListValue,
|
|
60
|
+
Phase2DHGroupNumbersRequestListValue,
|
|
61
|
+
Phase2EncryptionAlgorithmsRequestListValue,
|
|
62
|
+
Phase2IntegrityAlgorithmsRequestListValue,
|
|
63
|
+
VpnConnection,
|
|
64
|
+
VpnTunnelLogOptionsSpecification,
|
|
53
65
|
} from "./models_3";
|
|
54
66
|
import {
|
|
55
67
|
ArchitectureValues,
|
|
@@ -63,6 +75,7 @@ import {
|
|
|
63
75
|
InstanceMetadataProtocolState,
|
|
64
76
|
InstanceMetadataTagsState,
|
|
65
77
|
InstanceState,
|
|
78
|
+
Monitoring,
|
|
66
79
|
TpmSupportValues,
|
|
67
80
|
} from "./models_4";
|
|
68
81
|
import {
|
|
@@ -77,12 +90,208 @@ import {
|
|
|
77
90
|
SpotInstanceRequest,
|
|
78
91
|
SpotPlacement,
|
|
79
92
|
} from "./models_5";
|
|
80
|
-
import { Purchase } from "./models_6";
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
+
}
|
|
286
|
+
export interface ProvisionIpamByoasnRequest {
|
|
287
|
+
DryRun?: boolean | undefined;
|
|
288
|
+
IpamId: string | undefined;
|
|
289
|
+
Asn: string | undefined;
|
|
290
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface ProvisionIpamByoasnResult {
|
|
293
|
+
Byoasn?: Byoasn | undefined;
|
|
294
|
+
}
|
|
86
295
|
export interface IpamCidrAuthorizationContext {
|
|
87
296
|
Message?: string | undefined;
|
|
88
297
|
Signature?: string | undefined;
|
|
@@ -999,6 +1208,15 @@ export interface UnmonitorInstancesRequest {
|
|
|
999
1208
|
export interface UnmonitorInstancesResult {
|
|
1000
1209
|
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1001
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
|
+
}
|
|
1002
1220
|
export interface SecurityGroupRuleDescription {
|
|
1003
1221
|
SecurityGroupRuleId?: string | undefined;
|
|
1004
1222
|
Description?: string | undefined;
|
|
@@ -1030,6 +1248,24 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1030
1248
|
export interface WithdrawByoipCidrResult {
|
|
1031
1249
|
ByoipCidr?: ByoipCidr | undefined;
|
|
1032
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;
|
|
1033
1269
|
export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
|
|
1034
1270
|
obj: ReportInstanceStatusRequest
|
|
1035
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";
|
|
@@ -243,6 +243,14 @@ import {
|
|
|
243
243
|
CopySnapshotCommandInput,
|
|
244
244
|
CopySnapshotCommandOutput,
|
|
245
245
|
} from "../commands/CopySnapshotCommand";
|
|
246
|
+
import {
|
|
247
|
+
CopyVolumesCommandInput,
|
|
248
|
+
CopyVolumesCommandOutput,
|
|
249
|
+
} from "../commands/CopyVolumesCommand";
|
|
250
|
+
import {
|
|
251
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
252
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
253
|
+
} from "../commands/CreateCapacityManagerDataExportCommand";
|
|
246
254
|
import {
|
|
247
255
|
CreateCapacityReservationBySplittingCommandInput,
|
|
248
256
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -615,6 +623,10 @@ import {
|
|
|
615
623
|
CreateVpnGatewayCommandInput,
|
|
616
624
|
CreateVpnGatewayCommandOutput,
|
|
617
625
|
} from "../commands/CreateVpnGatewayCommand";
|
|
626
|
+
import {
|
|
627
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
628
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
629
|
+
} from "../commands/DeleteCapacityManagerDataExportCommand";
|
|
618
630
|
import {
|
|
619
631
|
DeleteCarrierGatewayCommandInput,
|
|
620
632
|
DeleteCarrierGatewayCommandOutput,
|
|
@@ -1031,6 +1043,10 @@ import {
|
|
|
1031
1043
|
DescribeCapacityBlockStatusCommandInput,
|
|
1032
1044
|
DescribeCapacityBlockStatusCommandOutput,
|
|
1033
1045
|
} from "../commands/DescribeCapacityBlockStatusCommand";
|
|
1046
|
+
import {
|
|
1047
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
1048
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
1049
|
+
} from "../commands/DescribeCapacityManagerDataExportsCommand";
|
|
1034
1050
|
import {
|
|
1035
1051
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1036
1052
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -1699,6 +1715,10 @@ import {
|
|
|
1699
1715
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1700
1716
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1701
1717
|
} from "../commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1718
|
+
import {
|
|
1719
|
+
DisableCapacityManagerCommandInput,
|
|
1720
|
+
DisableCapacityManagerCommandOutput,
|
|
1721
|
+
} from "../commands/DisableCapacityManagerCommand";
|
|
1702
1722
|
import {
|
|
1703
1723
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1704
1724
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1843,6 +1863,10 @@ import {
|
|
|
1843
1863
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1844
1864
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1845
1865
|
} from "../commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1866
|
+
import {
|
|
1867
|
+
EnableCapacityManagerCommandInput,
|
|
1868
|
+
EnableCapacityManagerCommandOutput,
|
|
1869
|
+
} from "../commands/EnableCapacityManagerCommand";
|
|
1846
1870
|
import {
|
|
1847
1871
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1848
1872
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1951,6 +1975,18 @@ import {
|
|
|
1951
1975
|
GetAwsNetworkPerformanceDataCommandInput,
|
|
1952
1976
|
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1953
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";
|
|
1954
1990
|
import {
|
|
1955
1991
|
GetCapacityReservationUsageCommandInput,
|
|
1956
1992
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2767,6 +2803,10 @@ import {
|
|
|
2767
2803
|
UnmonitorInstancesCommandInput,
|
|
2768
2804
|
UnmonitorInstancesCommandOutput,
|
|
2769
2805
|
} from "../commands/UnmonitorInstancesCommand";
|
|
2806
|
+
import {
|
|
2807
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2808
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2809
|
+
} from "../commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2770
2810
|
import {
|
|
2771
2811
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2772
2812
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -3019,6 +3059,14 @@ export declare const se_CopySnapshotCommand: (
|
|
|
3019
3059
|
input: CopySnapshotCommandInput,
|
|
3020
3060
|
context: __SerdeContext
|
|
3021
3061
|
) => Promise<__HttpRequest>;
|
|
3062
|
+
export declare const se_CopyVolumesCommand: (
|
|
3063
|
+
input: CopyVolumesCommandInput,
|
|
3064
|
+
context: __SerdeContext
|
|
3065
|
+
) => Promise<__HttpRequest>;
|
|
3066
|
+
export declare const se_CreateCapacityManagerDataExportCommand: (
|
|
3067
|
+
input: CreateCapacityManagerDataExportCommandInput,
|
|
3068
|
+
context: __SerdeContext
|
|
3069
|
+
) => Promise<__HttpRequest>;
|
|
3022
3070
|
export declare const se_CreateCapacityReservationCommand: (
|
|
3023
3071
|
input: CreateCapacityReservationCommandInput,
|
|
3024
3072
|
context: __SerdeContext
|
|
@@ -3391,6 +3439,10 @@ export declare const se_CreateVpnGatewayCommand: (
|
|
|
3391
3439
|
input: CreateVpnGatewayCommandInput,
|
|
3392
3440
|
context: __SerdeContext
|
|
3393
3441
|
) => Promise<__HttpRequest>;
|
|
3442
|
+
export declare const se_DeleteCapacityManagerDataExportCommand: (
|
|
3443
|
+
input: DeleteCapacityManagerDataExportCommandInput,
|
|
3444
|
+
context: __SerdeContext
|
|
3445
|
+
) => Promise<__HttpRequest>;
|
|
3394
3446
|
export declare const se_DeleteCarrierGatewayCommand: (
|
|
3395
3447
|
input: DeleteCarrierGatewayCommandInput,
|
|
3396
3448
|
context: __SerdeContext
|
|
@@ -3807,6 +3859,10 @@ export declare const se_DescribeCapacityBlockStatusCommand: (
|
|
|
3807
3859
|
input: DescribeCapacityBlockStatusCommandInput,
|
|
3808
3860
|
context: __SerdeContext
|
|
3809
3861
|
) => Promise<__HttpRequest>;
|
|
3862
|
+
export declare const se_DescribeCapacityManagerDataExportsCommand: (
|
|
3863
|
+
input: DescribeCapacityManagerDataExportsCommandInput,
|
|
3864
|
+
context: __SerdeContext
|
|
3865
|
+
) => Promise<__HttpRequest>;
|
|
3810
3866
|
export declare const se_DescribeCapacityReservationBillingRequestsCommand: (
|
|
3811
3867
|
input: DescribeCapacityReservationBillingRequestsCommandInput,
|
|
3812
3868
|
context: __SerdeContext
|
|
@@ -4475,6 +4531,10 @@ export declare const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
4475
4531
|
input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
4476
4532
|
context: __SerdeContext
|
|
4477
4533
|
) => Promise<__HttpRequest>;
|
|
4534
|
+
export declare const se_DisableCapacityManagerCommand: (
|
|
4535
|
+
input: DisableCapacityManagerCommandInput,
|
|
4536
|
+
context: __SerdeContext
|
|
4537
|
+
) => Promise<__HttpRequest>;
|
|
4478
4538
|
export declare const se_DisableEbsEncryptionByDefaultCommand: (
|
|
4479
4539
|
input: DisableEbsEncryptionByDefaultCommandInput,
|
|
4480
4540
|
context: __SerdeContext
|
|
@@ -4619,6 +4679,10 @@ export declare const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
4619
4679
|
input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
4620
4680
|
context: __SerdeContext
|
|
4621
4681
|
) => Promise<__HttpRequest>;
|
|
4682
|
+
export declare const se_EnableCapacityManagerCommand: (
|
|
4683
|
+
input: EnableCapacityManagerCommandInput,
|
|
4684
|
+
context: __SerdeContext
|
|
4685
|
+
) => Promise<__HttpRequest>;
|
|
4622
4686
|
export declare const se_EnableEbsEncryptionByDefaultCommand: (
|
|
4623
4687
|
input: EnableEbsEncryptionByDefaultCommandInput,
|
|
4624
4688
|
context: __SerdeContext
|
|
@@ -4727,6 +4791,18 @@ export declare const se_GetAwsNetworkPerformanceDataCommand: (
|
|
|
4727
4791
|
input: GetAwsNetworkPerformanceDataCommandInput,
|
|
4728
4792
|
context: __SerdeContext
|
|
4729
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>;
|
|
4730
4806
|
export declare const se_GetCapacityReservationUsageCommand: (
|
|
4731
4807
|
input: GetCapacityReservationUsageCommandInput,
|
|
4732
4808
|
context: __SerdeContext
|
|
@@ -5543,6 +5619,10 @@ export declare const se_UnmonitorInstancesCommand: (
|
|
|
5543
5619
|
input: UnmonitorInstancesCommandInput,
|
|
5544
5620
|
context: __SerdeContext
|
|
5545
5621
|
) => Promise<__HttpRequest>;
|
|
5622
|
+
export declare const se_UpdateCapacityManagerOrganizationsAccessCommand: (
|
|
5623
|
+
input: UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
5624
|
+
context: __SerdeContext
|
|
5625
|
+
) => Promise<__HttpRequest>;
|
|
5546
5626
|
export declare const se_UpdateSecurityGroupRuleDescriptionsEgressCommand: (
|
|
5547
5627
|
input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
5548
5628
|
context: __SerdeContext
|
|
@@ -5795,6 +5875,14 @@ export declare const de_CopySnapshotCommand: (
|
|
|
5795
5875
|
output: __HttpResponse,
|
|
5796
5876
|
context: __SerdeContext
|
|
5797
5877
|
) => Promise<CopySnapshotCommandOutput>;
|
|
5878
|
+
export declare const de_CopyVolumesCommand: (
|
|
5879
|
+
output: __HttpResponse,
|
|
5880
|
+
context: __SerdeContext
|
|
5881
|
+
) => Promise<CopyVolumesCommandOutput>;
|
|
5882
|
+
export declare const de_CreateCapacityManagerDataExportCommand: (
|
|
5883
|
+
output: __HttpResponse,
|
|
5884
|
+
context: __SerdeContext
|
|
5885
|
+
) => Promise<CreateCapacityManagerDataExportCommandOutput>;
|
|
5798
5886
|
export declare const de_CreateCapacityReservationCommand: (
|
|
5799
5887
|
output: __HttpResponse,
|
|
5800
5888
|
context: __SerdeContext
|
|
@@ -6167,6 +6255,10 @@ export declare const de_CreateVpnGatewayCommand: (
|
|
|
6167
6255
|
output: __HttpResponse,
|
|
6168
6256
|
context: __SerdeContext
|
|
6169
6257
|
) => Promise<CreateVpnGatewayCommandOutput>;
|
|
6258
|
+
export declare const de_DeleteCapacityManagerDataExportCommand: (
|
|
6259
|
+
output: __HttpResponse,
|
|
6260
|
+
context: __SerdeContext
|
|
6261
|
+
) => Promise<DeleteCapacityManagerDataExportCommandOutput>;
|
|
6170
6262
|
export declare const de_DeleteCarrierGatewayCommand: (
|
|
6171
6263
|
output: __HttpResponse,
|
|
6172
6264
|
context: __SerdeContext
|
|
@@ -6583,6 +6675,10 @@ export declare const de_DescribeCapacityBlockStatusCommand: (
|
|
|
6583
6675
|
output: __HttpResponse,
|
|
6584
6676
|
context: __SerdeContext
|
|
6585
6677
|
) => Promise<DescribeCapacityBlockStatusCommandOutput>;
|
|
6678
|
+
export declare const de_DescribeCapacityManagerDataExportsCommand: (
|
|
6679
|
+
output: __HttpResponse,
|
|
6680
|
+
context: __SerdeContext
|
|
6681
|
+
) => Promise<DescribeCapacityManagerDataExportsCommandOutput>;
|
|
6586
6682
|
export declare const de_DescribeCapacityReservationBillingRequestsCommand: (
|
|
6587
6683
|
output: __HttpResponse,
|
|
6588
6684
|
context: __SerdeContext
|
|
@@ -7251,6 +7347,10 @@ export declare const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
7251
7347
|
output: __HttpResponse,
|
|
7252
7348
|
context: __SerdeContext
|
|
7253
7349
|
) => Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7350
|
+
export declare const de_DisableCapacityManagerCommand: (
|
|
7351
|
+
output: __HttpResponse,
|
|
7352
|
+
context: __SerdeContext
|
|
7353
|
+
) => Promise<DisableCapacityManagerCommandOutput>;
|
|
7254
7354
|
export declare const de_DisableEbsEncryptionByDefaultCommand: (
|
|
7255
7355
|
output: __HttpResponse,
|
|
7256
7356
|
context: __SerdeContext
|
|
@@ -7395,6 +7495,10 @@ export declare const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand: (
|
|
|
7395
7495
|
output: __HttpResponse,
|
|
7396
7496
|
context: __SerdeContext
|
|
7397
7497
|
) => Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7498
|
+
export declare const de_EnableCapacityManagerCommand: (
|
|
7499
|
+
output: __HttpResponse,
|
|
7500
|
+
context: __SerdeContext
|
|
7501
|
+
) => Promise<EnableCapacityManagerCommandOutput>;
|
|
7398
7502
|
export declare const de_EnableEbsEncryptionByDefaultCommand: (
|
|
7399
7503
|
output: __HttpResponse,
|
|
7400
7504
|
context: __SerdeContext
|
|
@@ -7503,6 +7607,18 @@ export declare const de_GetAwsNetworkPerformanceDataCommand: (
|
|
|
7503
7607
|
output: __HttpResponse,
|
|
7504
7608
|
context: __SerdeContext
|
|
7505
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>;
|
|
7506
7622
|
export declare const de_GetCapacityReservationUsageCommand: (
|
|
7507
7623
|
output: __HttpResponse,
|
|
7508
7624
|
context: __SerdeContext
|
|
@@ -8319,6 +8435,10 @@ export declare const de_UnmonitorInstancesCommand: (
|
|
|
8319
8435
|
output: __HttpResponse,
|
|
8320
8436
|
context: __SerdeContext
|
|
8321
8437
|
) => Promise<UnmonitorInstancesCommandOutput>;
|
|
8438
|
+
export declare const de_UpdateCapacityManagerOrganizationsAccessCommand: (
|
|
8439
|
+
output: __HttpResponse,
|
|
8440
|
+
context: __SerdeContext
|
|
8441
|
+
) => Promise<UpdateCapacityManagerOrganizationsAccessCommandOutput>;
|
|
8322
8442
|
export declare const de_UpdateSecurityGroupRuleDescriptionsEgressCommand: (
|
|
8323
8443
|
output: __HttpResponse,
|
|
8324
8444
|
context: __SerdeContext
|