@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
|
@@ -10,7 +10,6 @@ import {
|
|
|
10
10
|
DeviceTrustProviderType,
|
|
11
11
|
IamInstanceProfileAssociation,
|
|
12
12
|
InstanceEventWindow,
|
|
13
|
-
IpamPoolAllocation,
|
|
14
13
|
IpamResourceDiscoveryAssociation,
|
|
15
14
|
NatGatewayAddress,
|
|
16
15
|
RouteServerAssociation,
|
|
@@ -34,21 +33,14 @@ import {
|
|
|
34
33
|
DiskImageFormat,
|
|
35
34
|
InstanceRequirementsRequest,
|
|
36
35
|
IpAddressType,
|
|
37
|
-
|
|
38
|
-
RequestIpamResourceTag,
|
|
36
|
+
SSEType,
|
|
39
37
|
Vpc,
|
|
40
38
|
} from "./models_1";
|
|
41
|
-
import {
|
|
42
|
-
ResponseLaunchTemplateData,
|
|
43
|
-
SSEType,
|
|
44
|
-
VpcBlockPublicAccessExclusion,
|
|
45
|
-
} from "./models_2";
|
|
46
39
|
import {
|
|
47
40
|
ConnectionNotification,
|
|
48
41
|
DnsEntry,
|
|
49
42
|
DnsNameState,
|
|
50
43
|
Filter,
|
|
51
|
-
IpamPoolCidr,
|
|
52
44
|
MetricType,
|
|
53
45
|
PayerResponsibility,
|
|
54
46
|
PeriodType,
|
|
@@ -57,6 +49,7 @@ import {
|
|
|
57
49
|
ServiceTypeDetail,
|
|
58
50
|
State,
|
|
59
51
|
StatisticType,
|
|
52
|
+
VpcBlockPublicAccessExclusion,
|
|
60
53
|
VpcEndpoint,
|
|
61
54
|
VpnConnection,
|
|
62
55
|
VpnGateway,
|
|
@@ -73,9 +66,85 @@ import {
|
|
|
73
66
|
InstanceMetadataEndpointState,
|
|
74
67
|
InstanceMetadataTagsState,
|
|
75
68
|
PaymentOption,
|
|
69
|
+
ReservationState,
|
|
76
70
|
VirtualizationType,
|
|
77
71
|
} from "./models_4";
|
|
78
|
-
import { ArchitectureType
|
|
72
|
+
import { ArchitectureType } from "./models_5";
|
|
73
|
+
export interface VolumeStatusAction {
|
|
74
|
+
Code?: string | undefined;
|
|
75
|
+
Description?: string | undefined;
|
|
76
|
+
EventId?: string | undefined;
|
|
77
|
+
EventType?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface VolumeStatusAttachmentStatus {
|
|
80
|
+
IoPerformance?: string | undefined;
|
|
81
|
+
InstanceId?: string | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface VolumeStatusEvent {
|
|
84
|
+
Description?: string | undefined;
|
|
85
|
+
EventId?: string | undefined;
|
|
86
|
+
EventType?: string | undefined;
|
|
87
|
+
NotAfter?: Date | undefined;
|
|
88
|
+
NotBefore?: Date | undefined;
|
|
89
|
+
InstanceId?: string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export declare const InitializationType: {
|
|
92
|
+
readonly default: "default";
|
|
93
|
+
readonly provisioned_rate: "provisioned-rate";
|
|
94
|
+
readonly volume_copy: "volume-copy";
|
|
95
|
+
};
|
|
96
|
+
export type InitializationType =
|
|
97
|
+
(typeof InitializationType)[keyof typeof InitializationType];
|
|
98
|
+
export interface InitializationStatusDetails {
|
|
99
|
+
InitializationType?: InitializationType | undefined;
|
|
100
|
+
Progress?: number | undefined;
|
|
101
|
+
EstimatedTimeToCompleteInSeconds?: number | undefined;
|
|
102
|
+
}
|
|
103
|
+
export declare const VolumeStatusName: {
|
|
104
|
+
readonly initialization_state: "initialization-state";
|
|
105
|
+
readonly io_enabled: "io-enabled";
|
|
106
|
+
readonly io_performance: "io-performance";
|
|
107
|
+
};
|
|
108
|
+
export type VolumeStatusName =
|
|
109
|
+
(typeof VolumeStatusName)[keyof typeof VolumeStatusName];
|
|
110
|
+
export interface VolumeStatusDetails {
|
|
111
|
+
Name?: VolumeStatusName | undefined;
|
|
112
|
+
Status?: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export declare const VolumeStatusInfoStatus: {
|
|
115
|
+
readonly impaired: "impaired";
|
|
116
|
+
readonly insufficient_data: "insufficient-data";
|
|
117
|
+
readonly ok: "ok";
|
|
118
|
+
readonly warning: "warning";
|
|
119
|
+
};
|
|
120
|
+
export type VolumeStatusInfoStatus =
|
|
121
|
+
(typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
|
|
122
|
+
export interface VolumeStatusInfo {
|
|
123
|
+
Details?: VolumeStatusDetails[] | undefined;
|
|
124
|
+
Status?: VolumeStatusInfoStatus | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface VolumeStatusItem {
|
|
127
|
+
Actions?: VolumeStatusAction[] | undefined;
|
|
128
|
+
AvailabilityZone?: string | undefined;
|
|
129
|
+
OutpostArn?: string | undefined;
|
|
130
|
+
Events?: VolumeStatusEvent[] | undefined;
|
|
131
|
+
VolumeId?: string | undefined;
|
|
132
|
+
VolumeStatus?: VolumeStatusInfo | undefined;
|
|
133
|
+
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
134
|
+
InitializationStatusDetails?: InitializationStatusDetails | undefined;
|
|
135
|
+
AvailabilityZoneId?: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface DescribeVolumeStatusResult {
|
|
138
|
+
NextToken?: string | undefined;
|
|
139
|
+
VolumeStatuses?: VolumeStatusItem[] | undefined;
|
|
140
|
+
}
|
|
141
|
+
export declare const VpcAttributeName: {
|
|
142
|
+
readonly enableDnsHostnames: "enableDnsHostnames";
|
|
143
|
+
readonly enableDnsSupport: "enableDnsSupport";
|
|
144
|
+
readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
|
|
145
|
+
};
|
|
146
|
+
export type VpcAttributeName =
|
|
147
|
+
(typeof VpcAttributeName)[keyof typeof VpcAttributeName];
|
|
79
148
|
export interface DescribeVpcAttributeRequest {
|
|
80
149
|
Attribute: VpcAttributeName | undefined;
|
|
81
150
|
VpcId: string | undefined;
|
|
@@ -394,6 +463,20 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
|
394
463
|
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
395
464
|
Output?: boolean | undefined;
|
|
396
465
|
}
|
|
466
|
+
export interface DisableCapacityManagerRequest {
|
|
467
|
+
DryRun?: boolean | undefined;
|
|
468
|
+
ClientToken?: string | undefined;
|
|
469
|
+
}
|
|
470
|
+
export declare const CapacityManagerStatus: {
|
|
471
|
+
readonly DISABLED: "disabled";
|
|
472
|
+
readonly ENABLED: "enabled";
|
|
473
|
+
};
|
|
474
|
+
export type CapacityManagerStatus =
|
|
475
|
+
(typeof CapacityManagerStatus)[keyof typeof CapacityManagerStatus];
|
|
476
|
+
export interface DisableCapacityManagerResult {
|
|
477
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
478
|
+
OrganizationsAccess?: boolean | undefined;
|
|
479
|
+
}
|
|
397
480
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
398
481
|
DryRun?: boolean | undefined;
|
|
399
482
|
}
|
|
@@ -743,6 +826,15 @@ export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
|
743
826
|
export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
744
827
|
Output?: boolean | undefined;
|
|
745
828
|
}
|
|
829
|
+
export interface EnableCapacityManagerRequest {
|
|
830
|
+
OrganizationsAccess?: boolean | undefined;
|
|
831
|
+
DryRun?: boolean | undefined;
|
|
832
|
+
ClientToken?: string | undefined;
|
|
833
|
+
}
|
|
834
|
+
export interface EnableCapacityManagerResult {
|
|
835
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
836
|
+
OrganizationsAccess?: boolean | undefined;
|
|
837
|
+
}
|
|
746
838
|
export interface EnableEbsEncryptionByDefaultRequest {
|
|
747
839
|
DryRun?: boolean | undefined;
|
|
748
840
|
}
|
|
@@ -1098,6 +1190,200 @@ export interface GetAwsNetworkPerformanceDataResult {
|
|
|
1098
1190
|
DataResponses?: DataResponse[] | undefined;
|
|
1099
1191
|
NextToken?: string | undefined;
|
|
1100
1192
|
}
|
|
1193
|
+
export interface GetCapacityManagerAttributesRequest {
|
|
1194
|
+
DryRun?: boolean | undefined;
|
|
1195
|
+
}
|
|
1196
|
+
export declare const IngestionStatus: {
|
|
1197
|
+
readonly INGESTION_COMPLETE: "ingestion-complete";
|
|
1198
|
+
readonly INGESTION_FAILED: "ingestion-failed";
|
|
1199
|
+
readonly INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress";
|
|
1200
|
+
};
|
|
1201
|
+
export type IngestionStatus =
|
|
1202
|
+
(typeof IngestionStatus)[keyof typeof IngestionStatus];
|
|
1203
|
+
export interface GetCapacityManagerAttributesResult {
|
|
1204
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1205
|
+
OrganizationsAccess?: boolean | undefined;
|
|
1206
|
+
DataExportCount?: number | undefined;
|
|
1207
|
+
IngestionStatus?: IngestionStatus | undefined;
|
|
1208
|
+
IngestionStatusMessage?: string | undefined;
|
|
1209
|
+
EarliestDatapointTimestamp?: Date | undefined;
|
|
1210
|
+
LatestDatapointTimestamp?: Date | undefined;
|
|
1211
|
+
}
|
|
1212
|
+
export declare const Comparison: {
|
|
1213
|
+
readonly EQUALS: "equals";
|
|
1214
|
+
readonly IN: "in";
|
|
1215
|
+
};
|
|
1216
|
+
export type Comparison = (typeof Comparison)[keyof typeof Comparison];
|
|
1217
|
+
export declare const FilterByDimension: {
|
|
1218
|
+
readonly ACCOUNT_ID: "account-id";
|
|
1219
|
+
readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
|
|
1220
|
+
readonly INSTANCE_FAMILY: "instance-family";
|
|
1221
|
+
readonly INSTANCE_PLATFORM: "instance-platform";
|
|
1222
|
+
readonly INSTANCE_TYPE: "instance-type";
|
|
1223
|
+
readonly RESERVATION_ARN: "reservation-arn";
|
|
1224
|
+
readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
|
|
1225
|
+
readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
|
|
1226
|
+
readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
|
|
1227
|
+
readonly RESERVATION_ID: "reservation-id";
|
|
1228
|
+
readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
|
|
1229
|
+
readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
|
|
1230
|
+
readonly RESERVATION_STATE: "reservation-state";
|
|
1231
|
+
readonly RESERVATION_TYPE: "reservation-type";
|
|
1232
|
+
readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
|
|
1233
|
+
readonly RESOURCE_REGION: "resource-region";
|
|
1234
|
+
readonly TENANCY: "tenancy";
|
|
1235
|
+
};
|
|
1236
|
+
export type FilterByDimension =
|
|
1237
|
+
(typeof FilterByDimension)[keyof typeof FilterByDimension];
|
|
1238
|
+
export interface DimensionCondition {
|
|
1239
|
+
Dimension?: FilterByDimension | undefined;
|
|
1240
|
+
Comparison?: Comparison | undefined;
|
|
1241
|
+
Values?: string[] | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export interface CapacityManagerCondition {
|
|
1244
|
+
DimensionCondition?: DimensionCondition | undefined;
|
|
1245
|
+
}
|
|
1246
|
+
export declare const GroupBy: {
|
|
1247
|
+
readonly ACCOUNT_ID: "account-id";
|
|
1248
|
+
readonly AVAILABILITY_ZONE_ID: "availability-zone-id";
|
|
1249
|
+
readonly INSTANCE_FAMILY: "instance-family";
|
|
1250
|
+
readonly INSTANCE_PLATFORM: "instance-platform";
|
|
1251
|
+
readonly INSTANCE_TYPE: "instance-type";
|
|
1252
|
+
readonly RESERVATION_ARN: "reservation-arn";
|
|
1253
|
+
readonly RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp";
|
|
1254
|
+
readonly RESERVATION_END_DATE_TYPE: "reservation-end-date-type";
|
|
1255
|
+
readonly RESERVATION_END_TIMESTAMP: "reservation-end-timestamp";
|
|
1256
|
+
readonly RESERVATION_ID: "reservation-id";
|
|
1257
|
+
readonly RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria";
|
|
1258
|
+
readonly RESERVATION_START_TIMESTAMP: "reservation-start-timestamp";
|
|
1259
|
+
readonly RESERVATION_STATE: "reservation-state";
|
|
1260
|
+
readonly RESERVATION_TYPE: "reservation-type";
|
|
1261
|
+
readonly RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner";
|
|
1262
|
+
readonly RESOURCE_REGION: "resource-region";
|
|
1263
|
+
readonly TENANCY: "tenancy";
|
|
1264
|
+
};
|
|
1265
|
+
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
1266
|
+
export declare const Metric: {
|
|
1267
|
+
readonly RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst";
|
|
1268
|
+
readonly RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu";
|
|
1269
|
+
readonly RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst";
|
|
1270
|
+
readonly RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu";
|
|
1271
|
+
readonly RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst";
|
|
1272
|
+
readonly RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu";
|
|
1273
|
+
readonly RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst";
|
|
1274
|
+
readonly RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu";
|
|
1275
|
+
readonly RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst";
|
|
1276
|
+
readonly RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu";
|
|
1277
|
+
readonly RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst";
|
|
1278
|
+
readonly RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu";
|
|
1279
|
+
readonly RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst";
|
|
1280
|
+
readonly RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu";
|
|
1281
|
+
readonly RESERVATION_MAX_UTILIZATION: "reservation-max-utilization";
|
|
1282
|
+
readonly RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst";
|
|
1283
|
+
readonly RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu";
|
|
1284
|
+
readonly RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst";
|
|
1285
|
+
readonly RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu";
|
|
1286
|
+
readonly RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst";
|
|
1287
|
+
readonly RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu";
|
|
1288
|
+
readonly RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst";
|
|
1289
|
+
readonly RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu";
|
|
1290
|
+
readonly RESERVATION_MIN_UTILIZATION: "reservation-min-utilization";
|
|
1291
|
+
readonly RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst";
|
|
1292
|
+
readonly RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu";
|
|
1293
|
+
readonly RESERVATION_TOTAL_COUNT: "reservation-total-count";
|
|
1294
|
+
readonly RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost";
|
|
1295
|
+
readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst";
|
|
1296
|
+
readonly RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu";
|
|
1297
|
+
readonly RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost";
|
|
1298
|
+
readonly RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost";
|
|
1299
|
+
readonly RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst";
|
|
1300
|
+
readonly RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu";
|
|
1301
|
+
readonly SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst";
|
|
1302
|
+
readonly SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst";
|
|
1303
|
+
readonly SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst";
|
|
1304
|
+
readonly SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost";
|
|
1305
|
+
readonly SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst";
|
|
1306
|
+
readonly SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu";
|
|
1307
|
+
readonly UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost";
|
|
1308
|
+
readonly UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst";
|
|
1309
|
+
readonly UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu";
|
|
1310
|
+
};
|
|
1311
|
+
export type Metric = (typeof Metric)[keyof typeof Metric];
|
|
1312
|
+
export interface GetCapacityManagerMetricDataRequest {
|
|
1313
|
+
MetricNames: Metric[] | undefined;
|
|
1314
|
+
StartTime: Date | undefined;
|
|
1315
|
+
EndTime: Date | undefined;
|
|
1316
|
+
Period: number | undefined;
|
|
1317
|
+
GroupBy?: GroupBy[] | undefined;
|
|
1318
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
1319
|
+
MaxResults?: number | undefined;
|
|
1320
|
+
NextToken?: string | undefined;
|
|
1321
|
+
DryRun?: boolean | undefined;
|
|
1322
|
+
}
|
|
1323
|
+
export declare const ReservationEndDateType: {
|
|
1324
|
+
readonly LIMITED: "limited";
|
|
1325
|
+
readonly UNLIMITED: "unlimited";
|
|
1326
|
+
};
|
|
1327
|
+
export type ReservationEndDateType =
|
|
1328
|
+
(typeof ReservationEndDateType)[keyof typeof ReservationEndDateType];
|
|
1329
|
+
export declare const ReservationType: {
|
|
1330
|
+
readonly CAPACITY_BLOCK: "capacity-block";
|
|
1331
|
+
readonly ODCR: "odcr";
|
|
1332
|
+
};
|
|
1333
|
+
export type ReservationType =
|
|
1334
|
+
(typeof ReservationType)[keyof typeof ReservationType];
|
|
1335
|
+
export declare const CapacityTenancy: {
|
|
1336
|
+
readonly DEDICATED: "dedicated";
|
|
1337
|
+
readonly DEFAULT: "default";
|
|
1338
|
+
};
|
|
1339
|
+
export type CapacityTenancy =
|
|
1340
|
+
(typeof CapacityTenancy)[keyof typeof CapacityTenancy];
|
|
1341
|
+
export interface CapacityManagerDimension {
|
|
1342
|
+
ResourceRegion?: string | undefined;
|
|
1343
|
+
AvailabilityZoneId?: string | undefined;
|
|
1344
|
+
AccountId?: string | undefined;
|
|
1345
|
+
InstanceFamily?: string | undefined;
|
|
1346
|
+
InstanceType?: string | undefined;
|
|
1347
|
+
InstancePlatform?: string | undefined;
|
|
1348
|
+
ReservationArn?: string | undefined;
|
|
1349
|
+
ReservationId?: string | undefined;
|
|
1350
|
+
ReservationType?: ReservationType | undefined;
|
|
1351
|
+
ReservationCreateTimestamp?: Date | undefined;
|
|
1352
|
+
ReservationStartTimestamp?: Date | undefined;
|
|
1353
|
+
ReservationEndTimestamp?: Date | undefined;
|
|
1354
|
+
ReservationEndDateType?: ReservationEndDateType | undefined;
|
|
1355
|
+
Tenancy?: CapacityTenancy | undefined;
|
|
1356
|
+
ReservationState?: ReservationState | undefined;
|
|
1357
|
+
ReservationInstanceMatchCriteria?: string | undefined;
|
|
1358
|
+
ReservationUnusedFinancialOwner?: string | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export interface MetricValue {
|
|
1361
|
+
Metric?: Metric | undefined;
|
|
1362
|
+
Value?: number | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface MetricDataResult {
|
|
1365
|
+
Dimension?: CapacityManagerDimension | undefined;
|
|
1366
|
+
Timestamp?: Date | undefined;
|
|
1367
|
+
MetricValues?: MetricValue[] | undefined;
|
|
1368
|
+
}
|
|
1369
|
+
export interface GetCapacityManagerMetricDataResult {
|
|
1370
|
+
MetricDataResults?: MetricDataResult[] | undefined;
|
|
1371
|
+
NextToken?: string | undefined;
|
|
1372
|
+
}
|
|
1373
|
+
export interface GetCapacityManagerMetricDimensionsRequest {
|
|
1374
|
+
GroupBy: GroupBy[] | undefined;
|
|
1375
|
+
FilterBy?: CapacityManagerCondition[] | undefined;
|
|
1376
|
+
StartTime: Date | undefined;
|
|
1377
|
+
EndTime: Date | undefined;
|
|
1378
|
+
MetricNames: Metric[] | undefined;
|
|
1379
|
+
MaxResults?: number | undefined;
|
|
1380
|
+
NextToken?: string | undefined;
|
|
1381
|
+
DryRun?: boolean | undefined;
|
|
1382
|
+
}
|
|
1383
|
+
export interface GetCapacityManagerMetricDimensionsResult {
|
|
1384
|
+
MetricDimensionResults?: CapacityManagerDimension[] | undefined;
|
|
1385
|
+
NextToken?: string | undefined;
|
|
1386
|
+
}
|
|
1101
1387
|
export interface GetCapacityReservationUsageRequest {
|
|
1102
1388
|
CapacityReservationId: string | undefined;
|
|
1103
1389
|
NextToken?: string | undefined;
|
|
@@ -1403,262 +1689,6 @@ export interface GetIpamDiscoveredAccountsRequest {
|
|
|
1403
1689
|
NextToken?: string | undefined;
|
|
1404
1690
|
MaxResults?: number | undefined;
|
|
1405
1691
|
}
|
|
1406
|
-
export declare const IpamDiscoveryFailureCode: {
|
|
1407
|
-
readonly assume_role_failure: "assume-role-failure";
|
|
1408
|
-
readonly throttling_failure: "throttling-failure";
|
|
1409
|
-
readonly unauthorized_failure: "unauthorized-failure";
|
|
1410
|
-
};
|
|
1411
|
-
export type IpamDiscoveryFailureCode =
|
|
1412
|
-
(typeof IpamDiscoveryFailureCode)[keyof typeof IpamDiscoveryFailureCode];
|
|
1413
|
-
export interface IpamDiscoveryFailureReason {
|
|
1414
|
-
Code?: IpamDiscoveryFailureCode | undefined;
|
|
1415
|
-
Message?: string | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
export interface IpamDiscoveredAccount {
|
|
1418
|
-
AccountId?: string | undefined;
|
|
1419
|
-
DiscoveryRegion?: string | undefined;
|
|
1420
|
-
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
1421
|
-
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
1422
|
-
LastSuccessfulDiscoveryTime?: Date | undefined;
|
|
1423
|
-
OrganizationalUnitId?: string | undefined;
|
|
1424
|
-
}
|
|
1425
|
-
export interface GetIpamDiscoveredAccountsResult {
|
|
1426
|
-
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
1427
|
-
NextToken?: string | undefined;
|
|
1428
|
-
}
|
|
1429
|
-
export interface GetIpamDiscoveredPublicAddressesRequest {
|
|
1430
|
-
DryRun?: boolean | undefined;
|
|
1431
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
1432
|
-
AddressRegion: string | undefined;
|
|
1433
|
-
Filters?: Filter[] | undefined;
|
|
1434
|
-
NextToken?: string | undefined;
|
|
1435
|
-
MaxResults?: number | undefined;
|
|
1436
|
-
}
|
|
1437
|
-
export declare const IpamPublicAddressType: {
|
|
1438
|
-
readonly AMAZON_OWNED_CONTIG: "amazon-owned-contig";
|
|
1439
|
-
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
1440
|
-
readonly BYOIP: "byoip";
|
|
1441
|
-
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
1442
|
-
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
1443
|
-
readonly SERVICE_MANAGED_IP: "service-managed-ip";
|
|
1444
|
-
};
|
|
1445
|
-
export type IpamPublicAddressType =
|
|
1446
|
-
(typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
|
|
1447
|
-
export declare const IpamPublicAddressAssociationStatus: {
|
|
1448
|
-
readonly ASSOCIATED: "associated";
|
|
1449
|
-
readonly DISASSOCIATED: "disassociated";
|
|
1450
|
-
};
|
|
1451
|
-
export type IpamPublicAddressAssociationStatus =
|
|
1452
|
-
(typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
|
|
1453
|
-
export interface IpamPublicAddressSecurityGroup {
|
|
1454
|
-
GroupName?: string | undefined;
|
|
1455
|
-
GroupId?: string | undefined;
|
|
1456
|
-
}
|
|
1457
|
-
export declare const IpamPublicAddressAwsService: {
|
|
1458
|
-
readonly AGA: "global-accelerator";
|
|
1459
|
-
readonly DMS: "database-migration-service";
|
|
1460
|
-
readonly EC2_LB: "load-balancer";
|
|
1461
|
-
readonly ECS: "elastic-container-service";
|
|
1462
|
-
readonly NAT_GATEWAY: "nat-gateway";
|
|
1463
|
-
readonly OTHER: "other";
|
|
1464
|
-
readonly RDS: "relational-database-service";
|
|
1465
|
-
readonly REDSHIFT: "redshift";
|
|
1466
|
-
readonly S2S_VPN: "site-to-site-vpn";
|
|
1467
|
-
};
|
|
1468
|
-
export type IpamPublicAddressAwsService =
|
|
1469
|
-
(typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
|
|
1470
|
-
export interface IpamPublicAddressTag {
|
|
1471
|
-
Key?: string | undefined;
|
|
1472
|
-
Value?: string | undefined;
|
|
1473
|
-
}
|
|
1474
|
-
export interface IpamPublicAddressTags {
|
|
1475
|
-
EipTags?: IpamPublicAddressTag[] | undefined;
|
|
1476
|
-
}
|
|
1477
|
-
export interface IpamDiscoveredPublicAddress {
|
|
1478
|
-
IpamResourceDiscoveryId?: string | undefined;
|
|
1479
|
-
AddressRegion?: string | undefined;
|
|
1480
|
-
Address?: string | undefined;
|
|
1481
|
-
AddressOwnerId?: string | undefined;
|
|
1482
|
-
AddressAllocationId?: string | undefined;
|
|
1483
|
-
AssociationStatus?: IpamPublicAddressAssociationStatus | undefined;
|
|
1484
|
-
AddressType?: IpamPublicAddressType | undefined;
|
|
1485
|
-
Service?: IpamPublicAddressAwsService | undefined;
|
|
1486
|
-
ServiceResource?: string | undefined;
|
|
1487
|
-
VpcId?: string | undefined;
|
|
1488
|
-
SubnetId?: string | undefined;
|
|
1489
|
-
PublicIpv4PoolId?: string | undefined;
|
|
1490
|
-
NetworkInterfaceId?: string | undefined;
|
|
1491
|
-
NetworkInterfaceDescription?: string | undefined;
|
|
1492
|
-
InstanceId?: string | undefined;
|
|
1493
|
-
Tags?: IpamPublicAddressTags | undefined;
|
|
1494
|
-
NetworkBorderGroup?: string | undefined;
|
|
1495
|
-
SecurityGroups?: IpamPublicAddressSecurityGroup[] | undefined;
|
|
1496
|
-
SampleTime?: Date | undefined;
|
|
1497
|
-
}
|
|
1498
|
-
export interface GetIpamDiscoveredPublicAddressesResult {
|
|
1499
|
-
IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[] | undefined;
|
|
1500
|
-
OldestSampleTime?: Date | undefined;
|
|
1501
|
-
NextToken?: string | undefined;
|
|
1502
|
-
}
|
|
1503
|
-
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
1504
|
-
DryRun?: boolean | undefined;
|
|
1505
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
1506
|
-
ResourceRegion: string | undefined;
|
|
1507
|
-
Filters?: Filter[] | undefined;
|
|
1508
|
-
NextToken?: string | undefined;
|
|
1509
|
-
MaxResults?: number | undefined;
|
|
1510
|
-
}
|
|
1511
|
-
export declare const IpamResourceCidrIpSource: {
|
|
1512
|
-
readonly amazon: "amazon";
|
|
1513
|
-
readonly byoip: "byoip";
|
|
1514
|
-
readonly none: "none";
|
|
1515
|
-
};
|
|
1516
|
-
export type IpamResourceCidrIpSource =
|
|
1517
|
-
(typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
|
|
1518
|
-
export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
1519
|
-
readonly available: "available";
|
|
1520
|
-
readonly in_use: "in-use";
|
|
1521
|
-
};
|
|
1522
|
-
export type IpamNetworkInterfaceAttachmentStatus =
|
|
1523
|
-
(typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
1524
|
-
export declare const IpamResourceType: {
|
|
1525
|
-
readonly eip: "eip";
|
|
1526
|
-
readonly eni: "eni";
|
|
1527
|
-
readonly ipv6_pool: "ipv6-pool";
|
|
1528
|
-
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
1529
|
-
readonly subnet: "subnet";
|
|
1530
|
-
readonly vpc: "vpc";
|
|
1531
|
-
};
|
|
1532
|
-
export type IpamResourceType =
|
|
1533
|
-
(typeof IpamResourceType)[keyof typeof IpamResourceType];
|
|
1534
|
-
export interface IpamDiscoveredResourceCidr {
|
|
1535
|
-
IpamResourceDiscoveryId?: string | undefined;
|
|
1536
|
-
ResourceRegion?: string | undefined;
|
|
1537
|
-
ResourceId?: string | undefined;
|
|
1538
|
-
ResourceOwnerId?: string | undefined;
|
|
1539
|
-
ResourceCidr?: string | undefined;
|
|
1540
|
-
IpSource?: IpamResourceCidrIpSource | undefined;
|
|
1541
|
-
ResourceType?: IpamResourceType | undefined;
|
|
1542
|
-
ResourceTags?: IpamResourceTag[] | undefined;
|
|
1543
|
-
IpUsage?: number | undefined;
|
|
1544
|
-
VpcId?: string | undefined;
|
|
1545
|
-
SubnetId?: string | undefined;
|
|
1546
|
-
NetworkInterfaceAttachmentStatus?:
|
|
1547
|
-
| IpamNetworkInterfaceAttachmentStatus
|
|
1548
|
-
| undefined;
|
|
1549
|
-
SampleTime?: Date | undefined;
|
|
1550
|
-
AvailabilityZoneId?: string | undefined;
|
|
1551
|
-
}
|
|
1552
|
-
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
1553
|
-
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
|
|
1554
|
-
NextToken?: string | undefined;
|
|
1555
|
-
}
|
|
1556
|
-
export interface GetIpamPoolAllocationsRequest {
|
|
1557
|
-
DryRun?: boolean | undefined;
|
|
1558
|
-
IpamPoolId: string | undefined;
|
|
1559
|
-
IpamPoolAllocationId?: string | undefined;
|
|
1560
|
-
Filters?: Filter[] | undefined;
|
|
1561
|
-
MaxResults?: number | undefined;
|
|
1562
|
-
NextToken?: string | undefined;
|
|
1563
|
-
}
|
|
1564
|
-
export interface GetIpamPoolAllocationsResult {
|
|
1565
|
-
IpamPoolAllocations?: IpamPoolAllocation[] | undefined;
|
|
1566
|
-
NextToken?: string | undefined;
|
|
1567
|
-
}
|
|
1568
|
-
export interface GetIpamPoolCidrsRequest {
|
|
1569
|
-
DryRun?: boolean | undefined;
|
|
1570
|
-
IpamPoolId: string | undefined;
|
|
1571
|
-
Filters?: Filter[] | undefined;
|
|
1572
|
-
MaxResults?: number | undefined;
|
|
1573
|
-
NextToken?: string | undefined;
|
|
1574
|
-
}
|
|
1575
|
-
export interface GetIpamPoolCidrsResult {
|
|
1576
|
-
IpamPoolCidrs?: IpamPoolCidr[] | undefined;
|
|
1577
|
-
NextToken?: string | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface GetIpamResourceCidrsRequest {
|
|
1580
|
-
DryRun?: boolean | undefined;
|
|
1581
|
-
Filters?: Filter[] | undefined;
|
|
1582
|
-
MaxResults?: number | undefined;
|
|
1583
|
-
NextToken?: string | undefined;
|
|
1584
|
-
IpamScopeId: string | undefined;
|
|
1585
|
-
IpamPoolId?: string | undefined;
|
|
1586
|
-
ResourceId?: string | undefined;
|
|
1587
|
-
ResourceType?: IpamResourceType | undefined;
|
|
1588
|
-
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
1589
|
-
ResourceOwner?: string | undefined;
|
|
1590
|
-
}
|
|
1591
|
-
export declare const IpamManagementState: {
|
|
1592
|
-
readonly ignored: "ignored";
|
|
1593
|
-
readonly managed: "managed";
|
|
1594
|
-
readonly unmanaged: "unmanaged";
|
|
1595
|
-
};
|
|
1596
|
-
export type IpamManagementState =
|
|
1597
|
-
(typeof IpamManagementState)[keyof typeof IpamManagementState];
|
|
1598
|
-
export interface IpamResourceCidr {
|
|
1599
|
-
IpamId?: string | undefined;
|
|
1600
|
-
IpamScopeId?: string | undefined;
|
|
1601
|
-
IpamPoolId?: string | undefined;
|
|
1602
|
-
ResourceRegion?: string | undefined;
|
|
1603
|
-
ResourceOwnerId?: string | undefined;
|
|
1604
|
-
ResourceId?: string | undefined;
|
|
1605
|
-
ResourceName?: string | undefined;
|
|
1606
|
-
ResourceCidr?: string | undefined;
|
|
1607
|
-
ResourceType?: IpamResourceType | undefined;
|
|
1608
|
-
ResourceTags?: IpamResourceTag[] | undefined;
|
|
1609
|
-
IpUsage?: number | undefined;
|
|
1610
|
-
ComplianceStatus?: IpamComplianceStatus | undefined;
|
|
1611
|
-
ManagementState?: IpamManagementState | undefined;
|
|
1612
|
-
OverlapStatus?: IpamOverlapStatus | undefined;
|
|
1613
|
-
VpcId?: string | undefined;
|
|
1614
|
-
AvailabilityZoneId?: string | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export interface GetIpamResourceCidrsResult {
|
|
1617
|
-
NextToken?: string | undefined;
|
|
1618
|
-
IpamResourceCidrs?: IpamResourceCidr[] | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export interface GetLaunchTemplateDataRequest {
|
|
1621
|
-
DryRun?: boolean | undefined;
|
|
1622
|
-
InstanceId: string | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface GetLaunchTemplateDataResult {
|
|
1625
|
-
LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
|
|
1626
|
-
}
|
|
1627
|
-
export interface GetManagedPrefixListAssociationsRequest {
|
|
1628
|
-
DryRun?: boolean | undefined;
|
|
1629
|
-
PrefixListId: string | undefined;
|
|
1630
|
-
MaxResults?: number | undefined;
|
|
1631
|
-
NextToken?: string | undefined;
|
|
1632
|
-
}
|
|
1633
|
-
export interface PrefixListAssociation {
|
|
1634
|
-
ResourceId?: string | undefined;
|
|
1635
|
-
ResourceOwner?: string | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
export interface GetManagedPrefixListAssociationsResult {
|
|
1638
|
-
PrefixListAssociations?: PrefixListAssociation[] | undefined;
|
|
1639
|
-
NextToken?: string | undefined;
|
|
1640
|
-
}
|
|
1641
|
-
export interface GetManagedPrefixListEntriesRequest {
|
|
1642
|
-
DryRun?: boolean | undefined;
|
|
1643
|
-
PrefixListId: string | undefined;
|
|
1644
|
-
TargetVersion?: number | undefined;
|
|
1645
|
-
MaxResults?: number | undefined;
|
|
1646
|
-
NextToken?: string | undefined;
|
|
1647
|
-
}
|
|
1648
|
-
export interface PrefixListEntry {
|
|
1649
|
-
Cidr?: string | undefined;
|
|
1650
|
-
Description?: string | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface GetManagedPrefixListEntriesResult {
|
|
1653
|
-
Entries?: PrefixListEntry[] | undefined;
|
|
1654
|
-
NextToken?: string | undefined;
|
|
1655
|
-
}
|
|
1656
|
-
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
1657
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1658
|
-
MaxResults?: number | undefined;
|
|
1659
|
-
NextToken?: string | undefined;
|
|
1660
|
-
DryRun?: boolean | undefined;
|
|
1661
|
-
}
|
|
1662
1692
|
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
1663
1693
|
obj: DescribeVpnConnectionsResult
|
|
1664
1694
|
) => any;
|
|
@@ -1674,6 +1704,3 @@ export declare const ExportVerifiedAccessInstanceClientConfigurationResultFilter
|
|
|
1674
1704
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1675
1705
|
obj: GetInstanceTpmEkPubResult
|
|
1676
1706
|
) => any;
|
|
1677
|
-
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1678
|
-
obj: GetLaunchTemplateDataResult
|
|
1679
|
-
) => any;
|