@aws-sdk/client-ec2 3.985.0 → 3.987.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
|
@@ -2,14 +2,17 @@ import {
|
|
|
2
2
|
_InstanceType,
|
|
3
3
|
ActivityStatus,
|
|
4
4
|
AllocationStrategy,
|
|
5
|
+
AmdSevSnpSpecification,
|
|
5
6
|
AnalysisStatus,
|
|
6
7
|
ArchitectureType,
|
|
7
8
|
ArchitectureValues,
|
|
8
9
|
AttachmentLimitType,
|
|
10
|
+
AttachmentStatus,
|
|
9
11
|
BandwidthWeightingType,
|
|
10
12
|
BatchState,
|
|
11
13
|
BootModeType,
|
|
12
14
|
BootModeValues,
|
|
15
|
+
CapacityReservationPreference,
|
|
13
16
|
CurrencyCodeValues,
|
|
14
17
|
DeviceType,
|
|
15
18
|
DiskType,
|
|
@@ -26,16 +29,24 @@ import {
|
|
|
26
29
|
FlexibleEnaQueuesSupport,
|
|
27
30
|
HaStatus,
|
|
28
31
|
HostnameType,
|
|
32
|
+
HttpTokensState,
|
|
29
33
|
HypervisorType,
|
|
34
|
+
InstanceAutoRecoveryState,
|
|
30
35
|
InstanceBandwidthWeighting,
|
|
31
36
|
InstanceBootModeValues,
|
|
32
37
|
InstanceInterruptionBehavior,
|
|
33
38
|
InstanceLifecycleType,
|
|
39
|
+
InstanceMetadataEndpointState,
|
|
40
|
+
InstanceMetadataOptionsState,
|
|
41
|
+
InstanceMetadataProtocolState,
|
|
42
|
+
InstanceMetadataTagsState,
|
|
43
|
+
InstanceRebootMigrationState,
|
|
34
44
|
InstanceStorageEncryptionSupport,
|
|
35
45
|
InstanceTypeHypervisor,
|
|
36
46
|
KeyType,
|
|
37
47
|
LocationType,
|
|
38
48
|
LockState,
|
|
49
|
+
MonitoringState,
|
|
39
50
|
MoveStatus,
|
|
40
51
|
NetworkInterfaceAttribute,
|
|
41
52
|
NetworkInterfaceStatus,
|
|
@@ -56,6 +67,9 @@ import {
|
|
|
56
67
|
RIProductDescription,
|
|
57
68
|
RootDeviceType,
|
|
58
69
|
Scope,
|
|
70
|
+
SecondaryInterfaceStatus,
|
|
71
|
+
SecondaryInterfaceType,
|
|
72
|
+
SecondaryNetworkType,
|
|
59
73
|
SecurityGroupVpcAssociationState,
|
|
60
74
|
ServiceLinkVirtualInterfaceConfigurationState,
|
|
61
75
|
SnapshotAttributeName,
|
|
@@ -75,7 +89,6 @@ import {
|
|
|
75
89
|
TransitGatewayAttachmentResourceType,
|
|
76
90
|
TransitGatewayAttachmentState,
|
|
77
91
|
UsageClassType,
|
|
78
|
-
VerifiedAccessLogDeliveryStatusCode,
|
|
79
92
|
VirtualizationType,
|
|
80
93
|
} from "./enums";
|
|
81
94
|
import {
|
|
@@ -94,20 +107,17 @@ import {
|
|
|
94
107
|
Subnet,
|
|
95
108
|
Tag,
|
|
96
109
|
TagSpecification,
|
|
97
|
-
TransitGatewayPeeringAttachment,
|
|
98
|
-
TransitGatewayVpcAttachment,
|
|
99
|
-
TrunkInterfaceAssociation,
|
|
100
110
|
UserIdGroupPair,
|
|
101
111
|
} from "./models_0";
|
|
102
112
|
import {
|
|
103
113
|
AttributeValue,
|
|
114
|
+
CapacityReservationTargetResponse,
|
|
104
115
|
ConnectionTrackingSpecificationRequest,
|
|
105
116
|
EnaSrdSpecificationRequest,
|
|
106
117
|
FleetLaunchTemplateSpecification,
|
|
107
118
|
InstanceRequirements,
|
|
108
119
|
NetworkInterfaceAttachment,
|
|
109
120
|
Placement,
|
|
110
|
-
SpotInstanceStateFault,
|
|
111
121
|
StateReason,
|
|
112
122
|
BlockDeviceMapping,
|
|
113
123
|
GroupIdentifier,
|
|
@@ -144,49 +154,110 @@ import {
|
|
|
144
154
|
RouteServerEndpoint,
|
|
145
155
|
RouteServerPeer,
|
|
146
156
|
RouteTable,
|
|
147
|
-
|
|
157
|
+
SecondaryNetwork,
|
|
148
158
|
} from "./models_1";
|
|
149
159
|
import {
|
|
150
160
|
SpotDatafeedSubscription,
|
|
161
|
+
SpotInstanceStateFault,
|
|
162
|
+
SecondarySubnet,
|
|
163
|
+
Snapshot,
|
|
151
164
|
TrafficMirrorFilter,
|
|
152
165
|
TrafficMirrorFilterRule,
|
|
153
166
|
TrafficMirrorSession,
|
|
154
167
|
TrafficMirrorTarget,
|
|
155
|
-
TransitGateway,
|
|
156
|
-
TransitGatewayConnect,
|
|
157
|
-
TransitGatewayConnectPeer,
|
|
158
|
-
TransitGatewayMeteringPolicy,
|
|
159
|
-
TransitGatewayMulticastDomain,
|
|
160
|
-
TransitGatewayPolicyTable,
|
|
161
|
-
TransitGatewayRouteTable,
|
|
162
|
-
TransitGatewayRouteTableAnnouncement,
|
|
163
|
-
VerifiedAccessEndpoint,
|
|
164
|
-
VerifiedAccessGroup,
|
|
165
168
|
} from "./models_2";
|
|
166
169
|
import {
|
|
167
170
|
AttributeBooleanValue,
|
|
168
|
-
CapacityReservationSpecificationResponse,
|
|
169
|
-
ConnectionTrackingSpecificationResponse,
|
|
170
|
-
CpuOptions,
|
|
171
171
|
EnclaveOptions,
|
|
172
172
|
EventInformation,
|
|
173
|
-
HibernationOptions,
|
|
174
|
-
InstanceMaintenanceOptions,
|
|
175
|
-
InstanceMetadataOptionsResponse,
|
|
176
|
-
InstanceNetworkInterfaceAssociation,
|
|
177
|
-
InstanceNetworkInterfaceAttachment,
|
|
178
173
|
InstanceState,
|
|
179
|
-
Monitoring,
|
|
180
174
|
Byoasn,
|
|
181
|
-
ElasticGpuAssociation,
|
|
182
|
-
ElasticInferenceAcceleratorAssociation,
|
|
183
175
|
Filter,
|
|
184
176
|
IdFormat,
|
|
185
177
|
InstanceBlockDeviceMapping,
|
|
186
|
-
InstanceIpv4Prefix,
|
|
187
|
-
LicenseConfiguration,
|
|
188
178
|
ProductCode,
|
|
189
179
|
} from "./models_3";
|
|
180
|
+
export interface DescribeInstancesRequest {
|
|
181
|
+
InstanceIds?: string[] | undefined;
|
|
182
|
+
DryRun?: boolean | undefined;
|
|
183
|
+
Filters?: Filter[] | undefined;
|
|
184
|
+
NextToken?: string | undefined;
|
|
185
|
+
MaxResults?: number | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface CapacityReservationSpecificationResponse {
|
|
188
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
189
|
+
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface CpuOptions {
|
|
192
|
+
CoreCount?: number | undefined;
|
|
193
|
+
ThreadsPerCore?: number | undefined;
|
|
194
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface ElasticGpuAssociation {
|
|
197
|
+
ElasticGpuId?: string | undefined;
|
|
198
|
+
ElasticGpuAssociationId?: string | undefined;
|
|
199
|
+
ElasticGpuAssociationState?: string | undefined;
|
|
200
|
+
ElasticGpuAssociationTime?: string | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface ElasticInferenceAcceleratorAssociation {
|
|
203
|
+
ElasticInferenceAcceleratorArn?: string | undefined;
|
|
204
|
+
ElasticInferenceAcceleratorAssociationId?: string | undefined;
|
|
205
|
+
ElasticInferenceAcceleratorAssociationState?: string | undefined;
|
|
206
|
+
ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface HibernationOptions {
|
|
209
|
+
Configured?: boolean | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface LicenseConfiguration {
|
|
212
|
+
LicenseConfigurationArn?: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface InstanceMaintenanceOptions {
|
|
215
|
+
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
216
|
+
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface InstanceMetadataOptionsResponse {
|
|
219
|
+
State?: InstanceMetadataOptionsState | undefined;
|
|
220
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
221
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
222
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
223
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
224
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface Monitoring {
|
|
227
|
+
State?: MonitoringState | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface InstanceNetworkInterfaceAssociation {
|
|
230
|
+
CarrierIp?: string | undefined;
|
|
231
|
+
CustomerOwnedIp?: string | undefined;
|
|
232
|
+
IpOwnerId?: string | undefined;
|
|
233
|
+
PublicDnsName?: string | undefined;
|
|
234
|
+
PublicIp?: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface InstanceAttachmentEnaSrdUdpSpecification {
|
|
237
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface InstanceAttachmentEnaSrdSpecification {
|
|
240
|
+
EnaSrdEnabled?: boolean | undefined;
|
|
241
|
+
EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface InstanceNetworkInterfaceAttachment {
|
|
244
|
+
AttachTime?: Date | undefined;
|
|
245
|
+
AttachmentId?: string | undefined;
|
|
246
|
+
DeleteOnTermination?: boolean | undefined;
|
|
247
|
+
DeviceIndex?: number | undefined;
|
|
248
|
+
Status?: AttachmentStatus | undefined;
|
|
249
|
+
NetworkCardIndex?: number | undefined;
|
|
250
|
+
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
|
|
251
|
+
EnaQueueCount?: number | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface ConnectionTrackingSpecificationResponse {
|
|
254
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
255
|
+
UdpStreamTimeout?: number | undefined;
|
|
256
|
+
UdpTimeout?: number | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface InstanceIpv4Prefix {
|
|
259
|
+
Ipv4Prefix?: string | undefined;
|
|
260
|
+
}
|
|
190
261
|
export interface InstanceIpv6Prefix {
|
|
191
262
|
Ipv6Prefix?: string | undefined;
|
|
192
263
|
}
|
|
@@ -228,6 +299,29 @@ export interface PrivateDnsNameOptionsResponse {
|
|
|
228
299
|
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
229
300
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
230
301
|
}
|
|
302
|
+
export interface InstanceSecondaryInterfaceAttachment {
|
|
303
|
+
AttachTime?: Date | undefined;
|
|
304
|
+
AttachmentId?: string | undefined;
|
|
305
|
+
DeleteOnTermination?: boolean | undefined;
|
|
306
|
+
DeviceIndex?: number | undefined;
|
|
307
|
+
Status?: AttachmentStatus | undefined;
|
|
308
|
+
NetworkCardIndex?: number | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface InstanceSecondaryInterfacePrivateIpAddress {
|
|
311
|
+
PrivateIpAddress?: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface InstanceSecondaryInterface {
|
|
314
|
+
Attachment?: InstanceSecondaryInterfaceAttachment | undefined;
|
|
315
|
+
MacAddress?: string | undefined;
|
|
316
|
+
SecondaryInterfaceId?: string | undefined;
|
|
317
|
+
OwnerId?: string | undefined;
|
|
318
|
+
PrivateIpAddresses?: InstanceSecondaryInterfacePrivateIpAddress[] | undefined;
|
|
319
|
+
SourceDestCheck?: boolean | undefined;
|
|
320
|
+
Status?: SecondaryInterfaceStatus | undefined;
|
|
321
|
+
SecondarySubnetId?: string | undefined;
|
|
322
|
+
SecondaryNetworkId?: string | undefined;
|
|
323
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
324
|
+
}
|
|
231
325
|
export interface Instance {
|
|
232
326
|
Architecture?: ArchitectureValues | undefined;
|
|
233
327
|
BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
|
|
@@ -273,6 +367,7 @@ export interface Instance {
|
|
|
273
367
|
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
274
368
|
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
|
|
275
369
|
Operator?: OperatorResponse | undefined;
|
|
370
|
+
SecondaryInterfaces?: InstanceSecondaryInterface[] | undefined;
|
|
276
371
|
InstanceId?: string | undefined;
|
|
277
372
|
ImageId?: string | undefined;
|
|
278
373
|
State?: InstanceState | undefined;
|
|
@@ -558,6 +653,9 @@ export interface NetworkInfo {
|
|
|
558
653
|
EnaSrdSupported?: boolean | undefined;
|
|
559
654
|
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
560
655
|
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
656
|
+
SecondaryNetworkSupported?: boolean | undefined;
|
|
657
|
+
MaximumSecondaryNetworkInterfaces?: number | undefined;
|
|
658
|
+
Ipv4AddressesPerSecondaryInterface?: number | undefined;
|
|
561
659
|
}
|
|
562
660
|
export interface NeuronDeviceCoreInfo {
|
|
563
661
|
Count?: number | undefined;
|
|
@@ -1474,6 +1572,69 @@ export interface DescribeScheduledInstancesResult {
|
|
|
1474
1572
|
NextToken?: string | undefined;
|
|
1475
1573
|
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
1476
1574
|
}
|
|
1575
|
+
export interface DescribeSecondaryInterfacesRequest {
|
|
1576
|
+
DryRun?: boolean | undefined;
|
|
1577
|
+
Filters?: Filter[] | undefined;
|
|
1578
|
+
MaxResults?: number | undefined;
|
|
1579
|
+
NextToken?: string | undefined;
|
|
1580
|
+
SecondaryInterfaceIds?: string[] | undefined;
|
|
1581
|
+
}
|
|
1582
|
+
export interface SecondaryInterfaceAttachment {
|
|
1583
|
+
AttachmentId?: string | undefined;
|
|
1584
|
+
AttachTime?: Date | undefined;
|
|
1585
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1586
|
+
DeviceIndex?: number | undefined;
|
|
1587
|
+
InstanceId?: string | undefined;
|
|
1588
|
+
InstanceOwnerId?: string | undefined;
|
|
1589
|
+
NetworkCardIndex?: number | undefined;
|
|
1590
|
+
Status?: AttachmentStatus | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
export interface SecondaryInterfaceIpv4Address {
|
|
1593
|
+
PrivateIpAddress?: string | undefined;
|
|
1594
|
+
}
|
|
1595
|
+
export interface SecondaryInterface {
|
|
1596
|
+
AvailabilityZone?: string | undefined;
|
|
1597
|
+
AvailabilityZoneId?: string | undefined;
|
|
1598
|
+
Attachment?: SecondaryInterfaceAttachment | undefined;
|
|
1599
|
+
MacAddress?: string | undefined;
|
|
1600
|
+
OwnerId?: string | undefined;
|
|
1601
|
+
PrivateIpv4Addresses?: SecondaryInterfaceIpv4Address[] | undefined;
|
|
1602
|
+
SecondaryInterfaceId?: string | undefined;
|
|
1603
|
+
SecondaryInterfaceArn?: string | undefined;
|
|
1604
|
+
SecondaryInterfaceType?: SecondaryInterfaceType | undefined;
|
|
1605
|
+
SecondarySubnetId?: string | undefined;
|
|
1606
|
+
SecondaryNetworkId?: string | undefined;
|
|
1607
|
+
SecondaryNetworkType?: SecondaryNetworkType | undefined;
|
|
1608
|
+
SourceDestCheck?: boolean | undefined;
|
|
1609
|
+
Status?: SecondaryInterfaceStatus | undefined;
|
|
1610
|
+
Tags?: Tag[] | undefined;
|
|
1611
|
+
}
|
|
1612
|
+
export interface DescribeSecondaryInterfacesResult {
|
|
1613
|
+
SecondaryInterfaces?: SecondaryInterface[] | undefined;
|
|
1614
|
+
NextToken?: string | undefined;
|
|
1615
|
+
}
|
|
1616
|
+
export interface DescribeSecondaryNetworksRequest {
|
|
1617
|
+
DryRun?: boolean | undefined;
|
|
1618
|
+
Filters?: Filter[] | undefined;
|
|
1619
|
+
MaxResults?: number | undefined;
|
|
1620
|
+
NextToken?: string | undefined;
|
|
1621
|
+
SecondaryNetworkIds?: string[] | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface DescribeSecondaryNetworksResult {
|
|
1624
|
+
SecondaryNetworks?: SecondaryNetwork[] | undefined;
|
|
1625
|
+
NextToken?: string | undefined;
|
|
1626
|
+
}
|
|
1627
|
+
export interface DescribeSecondarySubnetsRequest {
|
|
1628
|
+
DryRun?: boolean | undefined;
|
|
1629
|
+
Filters?: Filter[] | undefined;
|
|
1630
|
+
MaxResults?: number | undefined;
|
|
1631
|
+
NextToken?: string | undefined;
|
|
1632
|
+
SecondarySubnetIds?: string[] | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export interface DescribeSecondarySubnetsResult {
|
|
1635
|
+
SecondarySubnets?: SecondarySubnet[] | undefined;
|
|
1636
|
+
NextToken?: string | undefined;
|
|
1637
|
+
}
|
|
1477
1638
|
export interface DescribeSecurityGroupReferencesRequest {
|
|
1478
1639
|
DryRun?: boolean | undefined;
|
|
1479
1640
|
GroupId: string[] | undefined;
|
|
@@ -2025,164 +2186,3 @@ export interface DescribeTransitGatewayAttachmentsResult {
|
|
|
2025
2186
|
TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
|
|
2026
2187
|
NextToken?: string | undefined;
|
|
2027
2188
|
}
|
|
2028
|
-
export interface DescribeTransitGatewayConnectPeersRequest {
|
|
2029
|
-
TransitGatewayConnectPeerIds?: string[] | undefined;
|
|
2030
|
-
Filters?: Filter[] | undefined;
|
|
2031
|
-
MaxResults?: number | undefined;
|
|
2032
|
-
NextToken?: string | undefined;
|
|
2033
|
-
DryRun?: boolean | undefined;
|
|
2034
|
-
}
|
|
2035
|
-
export interface DescribeTransitGatewayConnectPeersResult {
|
|
2036
|
-
TransitGatewayConnectPeers?: TransitGatewayConnectPeer[] | undefined;
|
|
2037
|
-
NextToken?: string | undefined;
|
|
2038
|
-
}
|
|
2039
|
-
export interface DescribeTransitGatewayConnectsRequest {
|
|
2040
|
-
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
2041
|
-
Filters?: Filter[] | undefined;
|
|
2042
|
-
MaxResults?: number | undefined;
|
|
2043
|
-
NextToken?: string | undefined;
|
|
2044
|
-
DryRun?: boolean | undefined;
|
|
2045
|
-
}
|
|
2046
|
-
export interface DescribeTransitGatewayConnectsResult {
|
|
2047
|
-
TransitGatewayConnects?: TransitGatewayConnect[] | undefined;
|
|
2048
|
-
NextToken?: string | undefined;
|
|
2049
|
-
}
|
|
2050
|
-
export interface DescribeTransitGatewayMeteringPoliciesRequest {
|
|
2051
|
-
TransitGatewayMeteringPolicyIds?: string[] | undefined;
|
|
2052
|
-
Filters?: Filter[] | undefined;
|
|
2053
|
-
MaxResults?: number | undefined;
|
|
2054
|
-
NextToken?: string | undefined;
|
|
2055
|
-
DryRun?: boolean | undefined;
|
|
2056
|
-
}
|
|
2057
|
-
export interface DescribeTransitGatewayMeteringPoliciesResult {
|
|
2058
|
-
TransitGatewayMeteringPolicies?: TransitGatewayMeteringPolicy[] | undefined;
|
|
2059
|
-
NextToken?: string | undefined;
|
|
2060
|
-
}
|
|
2061
|
-
export interface DescribeTransitGatewayMulticastDomainsRequest {
|
|
2062
|
-
TransitGatewayMulticastDomainIds?: string[] | undefined;
|
|
2063
|
-
Filters?: Filter[] | undefined;
|
|
2064
|
-
MaxResults?: number | undefined;
|
|
2065
|
-
NextToken?: string | undefined;
|
|
2066
|
-
DryRun?: boolean | undefined;
|
|
2067
|
-
}
|
|
2068
|
-
export interface DescribeTransitGatewayMulticastDomainsResult {
|
|
2069
|
-
TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
|
|
2070
|
-
NextToken?: string | undefined;
|
|
2071
|
-
}
|
|
2072
|
-
export interface DescribeTransitGatewayPeeringAttachmentsRequest {
|
|
2073
|
-
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
2074
|
-
Filters?: Filter[] | undefined;
|
|
2075
|
-
MaxResults?: number | undefined;
|
|
2076
|
-
NextToken?: string | undefined;
|
|
2077
|
-
DryRun?: boolean | undefined;
|
|
2078
|
-
}
|
|
2079
|
-
export interface DescribeTransitGatewayPeeringAttachmentsResult {
|
|
2080
|
-
TransitGatewayPeeringAttachments?:
|
|
2081
|
-
| TransitGatewayPeeringAttachment[]
|
|
2082
|
-
| undefined;
|
|
2083
|
-
NextToken?: string | undefined;
|
|
2084
|
-
}
|
|
2085
|
-
export interface DescribeTransitGatewayPolicyTablesRequest {
|
|
2086
|
-
TransitGatewayPolicyTableIds?: string[] | undefined;
|
|
2087
|
-
Filters?: Filter[] | undefined;
|
|
2088
|
-
MaxResults?: number | undefined;
|
|
2089
|
-
NextToken?: string | undefined;
|
|
2090
|
-
DryRun?: boolean | undefined;
|
|
2091
|
-
}
|
|
2092
|
-
export interface DescribeTransitGatewayPolicyTablesResult {
|
|
2093
|
-
TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
|
|
2094
|
-
NextToken?: string | undefined;
|
|
2095
|
-
}
|
|
2096
|
-
export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
|
|
2097
|
-
TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
|
|
2098
|
-
Filters?: Filter[] | undefined;
|
|
2099
|
-
MaxResults?: number | undefined;
|
|
2100
|
-
NextToken?: string | undefined;
|
|
2101
|
-
DryRun?: boolean | undefined;
|
|
2102
|
-
}
|
|
2103
|
-
export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
2104
|
-
TransitGatewayRouteTableAnnouncements?:
|
|
2105
|
-
| TransitGatewayRouteTableAnnouncement[]
|
|
2106
|
-
| undefined;
|
|
2107
|
-
NextToken?: string | undefined;
|
|
2108
|
-
}
|
|
2109
|
-
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
2110
|
-
TransitGatewayRouteTableIds?: string[] | undefined;
|
|
2111
|
-
Filters?: Filter[] | undefined;
|
|
2112
|
-
MaxResults?: number | undefined;
|
|
2113
|
-
NextToken?: string | undefined;
|
|
2114
|
-
DryRun?: boolean | undefined;
|
|
2115
|
-
}
|
|
2116
|
-
export interface DescribeTransitGatewayRouteTablesResult {
|
|
2117
|
-
TransitGatewayRouteTables?: TransitGatewayRouteTable[] | undefined;
|
|
2118
|
-
NextToken?: string | undefined;
|
|
2119
|
-
}
|
|
2120
|
-
export interface DescribeTransitGatewaysRequest {
|
|
2121
|
-
TransitGatewayIds?: string[] | undefined;
|
|
2122
|
-
Filters?: Filter[] | undefined;
|
|
2123
|
-
MaxResults?: number | undefined;
|
|
2124
|
-
NextToken?: string | undefined;
|
|
2125
|
-
DryRun?: boolean | undefined;
|
|
2126
|
-
}
|
|
2127
|
-
export interface DescribeTransitGatewaysResult {
|
|
2128
|
-
TransitGateways?: TransitGateway[] | undefined;
|
|
2129
|
-
NextToken?: string | undefined;
|
|
2130
|
-
}
|
|
2131
|
-
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
2132
|
-
TransitGatewayAttachmentIds?: string[] | undefined;
|
|
2133
|
-
Filters?: Filter[] | undefined;
|
|
2134
|
-
MaxResults?: number | undefined;
|
|
2135
|
-
NextToken?: string | undefined;
|
|
2136
|
-
DryRun?: boolean | undefined;
|
|
2137
|
-
}
|
|
2138
|
-
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
2139
|
-
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[] | undefined;
|
|
2140
|
-
NextToken?: string | undefined;
|
|
2141
|
-
}
|
|
2142
|
-
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
2143
|
-
AssociationIds?: string[] | undefined;
|
|
2144
|
-
DryRun?: boolean | undefined;
|
|
2145
|
-
Filters?: Filter[] | undefined;
|
|
2146
|
-
NextToken?: string | undefined;
|
|
2147
|
-
MaxResults?: number | undefined;
|
|
2148
|
-
}
|
|
2149
|
-
export interface DescribeTrunkInterfaceAssociationsResult {
|
|
2150
|
-
InterfaceAssociations?: TrunkInterfaceAssociation[] | undefined;
|
|
2151
|
-
NextToken?: string | undefined;
|
|
2152
|
-
}
|
|
2153
|
-
export interface DescribeVerifiedAccessEndpointsRequest {
|
|
2154
|
-
VerifiedAccessEndpointIds?: string[] | undefined;
|
|
2155
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
2156
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
2157
|
-
MaxResults?: number | undefined;
|
|
2158
|
-
NextToken?: string | undefined;
|
|
2159
|
-
Filters?: Filter[] | undefined;
|
|
2160
|
-
DryRun?: boolean | undefined;
|
|
2161
|
-
}
|
|
2162
|
-
export interface DescribeVerifiedAccessEndpointsResult {
|
|
2163
|
-
VerifiedAccessEndpoints?: VerifiedAccessEndpoint[] | undefined;
|
|
2164
|
-
NextToken?: string | undefined;
|
|
2165
|
-
}
|
|
2166
|
-
export interface DescribeVerifiedAccessGroupsRequest {
|
|
2167
|
-
VerifiedAccessGroupIds?: string[] | undefined;
|
|
2168
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
2169
|
-
MaxResults?: number | undefined;
|
|
2170
|
-
NextToken?: string | undefined;
|
|
2171
|
-
Filters?: Filter[] | undefined;
|
|
2172
|
-
DryRun?: boolean | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export interface DescribeVerifiedAccessGroupsResult {
|
|
2175
|
-
VerifiedAccessGroups?: VerifiedAccessGroup[] | undefined;
|
|
2176
|
-
NextToken?: string | undefined;
|
|
2177
|
-
}
|
|
2178
|
-
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
2179
|
-
VerifiedAccessInstanceIds?: string[] | undefined;
|
|
2180
|
-
MaxResults?: number | undefined;
|
|
2181
|
-
NextToken?: string | undefined;
|
|
2182
|
-
Filters?: Filter[] | undefined;
|
|
2183
|
-
DryRun?: boolean | undefined;
|
|
2184
|
-
}
|
|
2185
|
-
export interface VerifiedAccessLogDeliveryStatus {
|
|
2186
|
-
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
2187
|
-
Message?: string | undefined;
|
|
2188
|
-
}
|