@aws-sdk/client-ec2 3.985.0 → 3.986.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 +49 -0
- package/dist-cjs/index.js +973 -115
- package/dist-es/EC2.js +28 -0
- package/dist-es/commands/CreateSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/CreateSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DeleteSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/DeleteSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryInterfacesCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryNetworksCommand.js +16 -0
- package/dist-es/commands/DescribeSecondarySubnetsCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/DescribeSecondaryInterfacesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondaryNetworksPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondarySubnetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +482 -53
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +54 -0
- package/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +54 -0
- package/dist-types/EC2.d.ts +97 -0
- package/dist-types/EC2Client.d.ts +9 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- 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/CreateInterruptibleCapacityReservationAllocationCommand.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/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.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 +17 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +32 -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/CreateSecondaryNetworkCommand.d.ts +159 -0
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +178 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -2
- 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/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.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/CreateVpnConcentratorCommand.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/DeleteSecondaryNetworkCommand.d.ts +134 -0
- package/dist-types/commands/DeleteSecondarySubnetCommand.d.ts +140 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +26 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +233 -0
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +221 -0
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +179 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -1
- 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/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.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 +41 -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/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_1.d.ts +187 -391
- package/dist-types/models/models_2.d.ts +655 -223
- package/dist-types/models/models_3.d.ts +225 -1176
- package/dist-types/models/models_4.d.ts +3939 -3103
- package/dist-types/models/models_5.d.ts +4263 -4009
- package/dist-types/models/models_6.d.ts +4721 -4755
- package/dist-types/models/models_7.d.ts +730 -9
- package/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/EC2.d.ts +179 -0
- package/dist-types/ts3.4/EC2Client.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSecondarySubnetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/models_1.d.ts +73 -81
- package/dist-types/ts3.4/models/models_2.d.ts +133 -60
- package/dist-types/ts3.4/models/models_3.d.ts +66 -92
- package/dist-types/ts3.4/models/models_4.d.ts +190 -190
- package/dist-types/ts3.4/models/models_5.d.ts +176 -151
- package/dist-types/ts3.4/models/models_6.d.ts +142 -173
- package/dist-types/ts3.4/models/models_7.d.ts +193 -7
- package/dist-types/ts3.4/pagination/DescribeSecondaryInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondaryNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondarySubnetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetDeleteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +14 -0
- package/package.json +2 -2
|
@@ -1,39 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AllowedImagesSettingsDisabledState,
|
|
3
3
|
AllowedImagesSettingsEnabledState,
|
|
4
|
-
ArchitectureType,
|
|
5
4
|
CapacityManagerStatus,
|
|
6
5
|
CapacityReservationState,
|
|
7
6
|
CapacityTenancy,
|
|
8
7
|
ClientCertificateRevocationListStatusCode,
|
|
9
8
|
Comparison,
|
|
10
|
-
CurrencyCodeValues,
|
|
11
9
|
DeviceTrustProviderType,
|
|
12
10
|
DiskImageFormat,
|
|
13
11
|
DnsNameState,
|
|
14
|
-
EkPubKeyFormat,
|
|
15
|
-
EkPubKeyType,
|
|
16
12
|
FastLaunchResourceType,
|
|
17
13
|
FastLaunchStateCode,
|
|
18
14
|
FastSnapshotRestoreStateCode,
|
|
19
15
|
FilterByDimension,
|
|
20
16
|
GroupBy,
|
|
21
|
-
HttpTokensState,
|
|
22
17
|
ImageBlockPublicAccessDisabledState,
|
|
23
18
|
ImageBlockPublicAccessEnabledState,
|
|
24
19
|
IngestionStatus,
|
|
25
20
|
InitializationType,
|
|
26
|
-
InstanceMetadataEndpointState,
|
|
27
|
-
InstanceMetadataTagsState,
|
|
28
21
|
InternetGatewayBlockMode,
|
|
29
22
|
IpAddressType,
|
|
30
|
-
IpamPolicyManagedBy,
|
|
31
23
|
ManagedBy,
|
|
32
24
|
Metric,
|
|
33
25
|
MetricType,
|
|
34
|
-
PartitionLoadFrequency,
|
|
35
26
|
PayerResponsibility,
|
|
36
|
-
PaymentOption,
|
|
37
27
|
PeriodType,
|
|
38
28
|
ReservationEndDateType,
|
|
39
29
|
ReservationState,
|
|
@@ -42,14 +32,13 @@ import {
|
|
|
42
32
|
SecurityGroupVpcAssociationState,
|
|
43
33
|
ServiceConnectivityType,
|
|
44
34
|
SnapshotBlockPublicAccessState,
|
|
45
|
-
SSEType,
|
|
46
35
|
State,
|
|
47
36
|
StatisticType,
|
|
48
37
|
TransitGatewayAttachmentResourceType,
|
|
49
38
|
TransitGatewayPropagationState,
|
|
50
39
|
UnlimitedSupportedInstanceFamily,
|
|
51
40
|
UserTrustProviderType,
|
|
52
|
-
|
|
41
|
+
VerifiedAccessLogDeliveryStatusCode,
|
|
53
42
|
VolumeAttributeName,
|
|
54
43
|
VolumeModificationState,
|
|
55
44
|
VolumeStatusInfoStatus,
|
|
@@ -80,6 +69,9 @@ import {
|
|
|
80
69
|
NatGatewayAddress,
|
|
81
70
|
Tag,
|
|
82
71
|
TagSpecification,
|
|
72
|
+
TransitGatewayPeeringAttachment,
|
|
73
|
+
TransitGatewayVpcAttachment,
|
|
74
|
+
TrunkInterfaceAssociation,
|
|
83
75
|
VerifiedAccessInstance,
|
|
84
76
|
VerifiedAccessTrustProvider,
|
|
85
77
|
Volume,
|
|
@@ -87,12 +79,21 @@ import {
|
|
|
87
79
|
VpcEncryptionControl,
|
|
88
80
|
VpcPeeringConnection,
|
|
89
81
|
} from "./models_0";
|
|
90
|
-
import { InstanceRequirementsRequest } from "./models_1";
|
|
91
82
|
import {
|
|
92
83
|
ConnectionNotification,
|
|
93
84
|
DnsEntry,
|
|
94
85
|
ServiceConfiguration,
|
|
95
86
|
ServiceTypeDetail,
|
|
87
|
+
TransitGateway,
|
|
88
|
+
TransitGatewayConnect,
|
|
89
|
+
TransitGatewayConnectPeer,
|
|
90
|
+
TransitGatewayMeteringPolicy,
|
|
91
|
+
TransitGatewayMulticastDomain,
|
|
92
|
+
TransitGatewayPolicyTable,
|
|
93
|
+
TransitGatewayRouteTable,
|
|
94
|
+
TransitGatewayRouteTableAnnouncement,
|
|
95
|
+
VerifiedAccessEndpoint,
|
|
96
|
+
VerifiedAccessGroup,
|
|
96
97
|
VpcBlockPublicAccessExclusion,
|
|
97
98
|
VpcEndpoint,
|
|
98
99
|
VpnConcentrator,
|
|
@@ -107,10 +108,168 @@ import {
|
|
|
107
108
|
Filter,
|
|
108
109
|
ProductCode,
|
|
109
110
|
} from "./models_3";
|
|
110
|
-
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
import { RegisteredInstance } from "./models_4";
|
|
112
|
+
export interface DescribeTransitGatewayConnectPeersRequest {
|
|
113
|
+
TransitGatewayConnectPeerIds?: string[] | undefined;
|
|
114
|
+
Filters?: Filter[] | undefined;
|
|
115
|
+
MaxResults?: number | undefined;
|
|
116
|
+
NextToken?: string | undefined;
|
|
117
|
+
DryRun?: boolean | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface DescribeTransitGatewayConnectPeersResult {
|
|
120
|
+
TransitGatewayConnectPeers?: TransitGatewayConnectPeer[] | undefined;
|
|
121
|
+
NextToken?: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface DescribeTransitGatewayConnectsRequest {
|
|
124
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
125
|
+
Filters?: Filter[] | undefined;
|
|
126
|
+
MaxResults?: number | undefined;
|
|
127
|
+
NextToken?: string | undefined;
|
|
128
|
+
DryRun?: boolean | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface DescribeTransitGatewayConnectsResult {
|
|
131
|
+
TransitGatewayConnects?: TransitGatewayConnect[] | undefined;
|
|
132
|
+
NextToken?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface DescribeTransitGatewayMeteringPoliciesRequest {
|
|
135
|
+
TransitGatewayMeteringPolicyIds?: string[] | undefined;
|
|
136
|
+
Filters?: Filter[] | undefined;
|
|
137
|
+
MaxResults?: number | undefined;
|
|
138
|
+
NextToken?: string | undefined;
|
|
139
|
+
DryRun?: boolean | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface DescribeTransitGatewayMeteringPoliciesResult {
|
|
142
|
+
TransitGatewayMeteringPolicies?: TransitGatewayMeteringPolicy[] | undefined;
|
|
143
|
+
NextToken?: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface DescribeTransitGatewayMulticastDomainsRequest {
|
|
146
|
+
TransitGatewayMulticastDomainIds?: string[] | undefined;
|
|
147
|
+
Filters?: Filter[] | undefined;
|
|
148
|
+
MaxResults?: number | undefined;
|
|
149
|
+
NextToken?: string | undefined;
|
|
150
|
+
DryRun?: boolean | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DescribeTransitGatewayMulticastDomainsResult {
|
|
153
|
+
TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
|
|
154
|
+
NextToken?: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface DescribeTransitGatewayPeeringAttachmentsRequest {
|
|
157
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
158
|
+
Filters?: Filter[] | undefined;
|
|
159
|
+
MaxResults?: number | undefined;
|
|
160
|
+
NextToken?: string | undefined;
|
|
161
|
+
DryRun?: boolean | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface DescribeTransitGatewayPeeringAttachmentsResult {
|
|
164
|
+
TransitGatewayPeeringAttachments?:
|
|
165
|
+
| TransitGatewayPeeringAttachment[]
|
|
166
|
+
| undefined;
|
|
167
|
+
NextToken?: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DescribeTransitGatewayPolicyTablesRequest {
|
|
170
|
+
TransitGatewayPolicyTableIds?: string[] | undefined;
|
|
171
|
+
Filters?: Filter[] | undefined;
|
|
172
|
+
MaxResults?: number | undefined;
|
|
173
|
+
NextToken?: string | undefined;
|
|
174
|
+
DryRun?: boolean | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
177
|
+
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
|
|
178
|
+
NextToken?: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
181
|
+
TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
|
|
182
|
+
Filters?: Filter[] | undefined;
|
|
183
|
+
MaxResults?: number | undefined;
|
|
184
|
+
NextToken?: string | undefined;
|
|
185
|
+
DryRun?: boolean | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
188
|
+
TransitGatewayRouteTableAnnouncements?:
|
|
189
|
+
| TransitGatewayRouteTableAnnouncement[]
|
|
190
|
+
| undefined;
|
|
191
|
+
NextToken?: string | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
194
|
+
TransitGatewayRouteTableIds?: string[] | undefined;
|
|
195
|
+
Filters?: Filter[] | undefined;
|
|
196
|
+
MaxResults?: number | undefined;
|
|
197
|
+
NextToken?: string | undefined;
|
|
198
|
+
DryRun?: boolean | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
201
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
|
|
202
|
+
NextToken?: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface DescribeTransitGatewaysRequest {
|
|
205
|
+
TransitGatewayIds?: string[] | undefined;
|
|
206
|
+
Filters?: Filter[] | undefined;
|
|
207
|
+
MaxResults?: number | undefined;
|
|
208
|
+
NextToken?: string | undefined;
|
|
209
|
+
DryRun?: boolean | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface DescribeTransitGatewaysResult {
|
|
212
|
+
TransitGateways?: TransitGateway[] | undefined;
|
|
213
|
+
NextToken?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
216
|
+
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
217
|
+
Filters?: Filter[] | undefined;
|
|
218
|
+
MaxResults?: number | undefined;
|
|
219
|
+
NextToken?: string | undefined;
|
|
220
|
+
DryRun?: boolean | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
223
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
|
|
224
|
+
NextToken?: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
227
|
+
AssociationIds?: string[] | undefined;
|
|
228
|
+
DryRun?: boolean | undefined;
|
|
229
|
+
Filters?: Filter[] | undefined;
|
|
230
|
+
NextToken?: string | undefined;
|
|
231
|
+
MaxResults?: number | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface DescribeTrunkInterfaceAssociationsResult {
|
|
234
|
+
InterfaceAssociations?: TrunkInterfaceAssociation[] | undefined;
|
|
235
|
+
NextToken?: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeVerifiedAccessEndpointsRequest {
|
|
238
|
+
VerifiedAccessEndpointIds?: string[] | undefined;
|
|
239
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
240
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
241
|
+
MaxResults?: number | undefined;
|
|
242
|
+
NextToken?: string | undefined;
|
|
243
|
+
Filters?: Filter[] | undefined;
|
|
244
|
+
DryRun?: boolean | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface DescribeVerifiedAccessEndpointsResult {
|
|
247
|
+
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
248
|
+
NextToken?: string | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface DescribeVerifiedAccessGroupsRequest {
|
|
251
|
+
VerifiedAccessGroupIds?: string[] | undefined;
|
|
252
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
253
|
+
MaxResults?: number | undefined;
|
|
254
|
+
NextToken?: string | undefined;
|
|
255
|
+
Filters?: Filter[] | undefined;
|
|
256
|
+
DryRun?: boolean | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface DescribeVerifiedAccessGroupsResult {
|
|
259
|
+
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
260
|
+
NextToken?: string | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
263
|
+
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
264
|
+
MaxResults?: number | undefined;
|
|
265
|
+
NextToken?: string | undefined;
|
|
266
|
+
Filters?: Filter[] | undefined;
|
|
267
|
+
DryRun?: boolean | undefined;
|
|
268
|
+
}
|
|
269
|
+
export interface VerifiedAccessLogDeliveryStatus {
|
|
270
|
+
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
271
|
+
Message?: string | undefined;
|
|
272
|
+
}
|
|
114
273
|
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
115
274
|
Enabled?: boolean | undefined;
|
|
116
275
|
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
@@ -1491,137 +1650,3 @@ export interface GetEbsDefaultKmsKeyIdRequest {
|
|
|
1491
1650
|
export interface GetEbsDefaultKmsKeyIdResult {
|
|
1492
1651
|
KmsKeyId?: string | undefined;
|
|
1493
1652
|
}
|
|
1494
|
-
export interface GetEbsEncryptionByDefaultRequest {
|
|
1495
|
-
DryRun?: boolean | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
export interface GetEbsEncryptionByDefaultResult {
|
|
1498
|
-
EbsEncryptionByDefault?: boolean | undefined;
|
|
1499
|
-
SseType?: SSEType | undefined;
|
|
1500
|
-
}
|
|
1501
|
-
export interface GetEnabledIpamPolicyRequest {
|
|
1502
|
-
DryRun?: boolean | undefined;
|
|
1503
|
-
}
|
|
1504
|
-
export interface GetEnabledIpamPolicyResult {
|
|
1505
|
-
IpamPolicyEnabled?: boolean | undefined;
|
|
1506
|
-
IpamPolicyId?: string | undefined;
|
|
1507
|
-
ManagedBy?: IpamPolicyManagedBy | undefined;
|
|
1508
|
-
}
|
|
1509
|
-
export interface AthenaIntegration {
|
|
1510
|
-
IntegrationResultS3DestinationArn: string | undefined;
|
|
1511
|
-
PartitionLoadFrequency: PartitionLoadFrequency | undefined;
|
|
1512
|
-
PartitionStartDate?: Date | undefined;
|
|
1513
|
-
PartitionEndDate?: Date | undefined;
|
|
1514
|
-
}
|
|
1515
|
-
export interface IntegrateServices {
|
|
1516
|
-
AthenaIntegrations?: AthenaIntegration[] | undefined;
|
|
1517
|
-
}
|
|
1518
|
-
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
1519
|
-
DryRun?: boolean | undefined;
|
|
1520
|
-
FlowLogId: string | undefined;
|
|
1521
|
-
ConfigDeliveryS3DestinationArn: string | undefined;
|
|
1522
|
-
IntegrateServices: IntegrateServices | undefined;
|
|
1523
|
-
}
|
|
1524
|
-
export interface GetFlowLogsIntegrationTemplateResult {
|
|
1525
|
-
Result?: string | undefined;
|
|
1526
|
-
}
|
|
1527
|
-
export interface GetGroupsForCapacityReservationRequest {
|
|
1528
|
-
CapacityReservationId: string | undefined;
|
|
1529
|
-
NextToken?: string | undefined;
|
|
1530
|
-
MaxResults?: number | undefined;
|
|
1531
|
-
DryRun?: boolean | undefined;
|
|
1532
|
-
}
|
|
1533
|
-
export interface CapacityReservationGroup {
|
|
1534
|
-
GroupArn?: string | undefined;
|
|
1535
|
-
OwnerId?: string | undefined;
|
|
1536
|
-
}
|
|
1537
|
-
export interface GetGroupsForCapacityReservationResult {
|
|
1538
|
-
NextToken?: string | undefined;
|
|
1539
|
-
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
1540
|
-
}
|
|
1541
|
-
export interface GetHostReservationPurchasePreviewRequest {
|
|
1542
|
-
HostIdSet: string[] | undefined;
|
|
1543
|
-
OfferingId: string | undefined;
|
|
1544
|
-
}
|
|
1545
|
-
export interface Purchase {
|
|
1546
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1547
|
-
Duration?: number | undefined;
|
|
1548
|
-
HostIdSet?: string[] | undefined;
|
|
1549
|
-
HostReservationId?: string | undefined;
|
|
1550
|
-
HourlyPrice?: string | undefined;
|
|
1551
|
-
InstanceFamily?: string | undefined;
|
|
1552
|
-
PaymentOption?: PaymentOption | undefined;
|
|
1553
|
-
UpfrontPrice?: string | undefined;
|
|
1554
|
-
}
|
|
1555
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
1556
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1557
|
-
Purchase?: Purchase[] | undefined;
|
|
1558
|
-
TotalHourlyPrice?: string | undefined;
|
|
1559
|
-
TotalUpfrontPrice?: string | undefined;
|
|
1560
|
-
}
|
|
1561
|
-
export interface GetImageAncestryRequest {
|
|
1562
|
-
ImageId: string | undefined;
|
|
1563
|
-
DryRun?: boolean | undefined;
|
|
1564
|
-
}
|
|
1565
|
-
export interface ImageAncestryEntry {
|
|
1566
|
-
CreationDate?: Date | undefined;
|
|
1567
|
-
ImageId?: string | undefined;
|
|
1568
|
-
ImageOwnerAlias?: string | undefined;
|
|
1569
|
-
SourceImageId?: string | undefined;
|
|
1570
|
-
SourceImageRegion?: string | undefined;
|
|
1571
|
-
}
|
|
1572
|
-
export interface GetImageAncestryResult {
|
|
1573
|
-
ImageAncestryEntries?: ImageAncestryEntry[] | undefined;
|
|
1574
|
-
}
|
|
1575
|
-
export interface GetImageBlockPublicAccessStateRequest {
|
|
1576
|
-
DryRun?: boolean | undefined;
|
|
1577
|
-
}
|
|
1578
|
-
export interface GetImageBlockPublicAccessStateResult {
|
|
1579
|
-
ImageBlockPublicAccessState?: string | undefined;
|
|
1580
|
-
ManagedBy?: ManagedBy | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export interface GetInstanceMetadataDefaultsRequest {
|
|
1583
|
-
DryRun?: boolean | undefined;
|
|
1584
|
-
}
|
|
1585
|
-
export interface InstanceMetadataDefaultsResponse {
|
|
1586
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
1587
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1588
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1589
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1590
|
-
ManagedBy?: ManagedBy | undefined;
|
|
1591
|
-
ManagedExceptionMessage?: string | undefined;
|
|
1592
|
-
}
|
|
1593
|
-
export interface GetInstanceMetadataDefaultsResult {
|
|
1594
|
-
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
1595
|
-
}
|
|
1596
|
-
export interface GetInstanceTpmEkPubRequest {
|
|
1597
|
-
InstanceId: string | undefined;
|
|
1598
|
-
KeyType: EkPubKeyType | undefined;
|
|
1599
|
-
KeyFormat: EkPubKeyFormat | undefined;
|
|
1600
|
-
DryRun?: boolean | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface GetInstanceTpmEkPubResult {
|
|
1603
|
-
InstanceId?: string | undefined;
|
|
1604
|
-
KeyType?: EkPubKeyType | undefined;
|
|
1605
|
-
KeyFormat?: EkPubKeyFormat | undefined;
|
|
1606
|
-
KeyValue?: string | undefined;
|
|
1607
|
-
}
|
|
1608
|
-
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
1609
|
-
DryRun?: boolean | undefined;
|
|
1610
|
-
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
1611
|
-
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
1612
|
-
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
1613
|
-
MaxResults?: number | undefined;
|
|
1614
|
-
NextToken?: string | undefined;
|
|
1615
|
-
Context?: string | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
1618
|
-
InstanceType?: string | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
1621
|
-
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
1622
|
-
NextToken?: string | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface GetInstanceUefiDataRequest {
|
|
1625
|
-
InstanceId: string | undefined;
|
|
1626
|
-
DryRun?: boolean | undefined;
|
|
1627
|
-
}
|