@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
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessInstanceRequest,
|
|
10
10
|
ModifyVerifiedAccessInstanceResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessInstanceCommandInput
|
package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessInstanceLoggingConfigurationRequest,
|
|
10
10
|
ModifyVerifiedAccessInstanceLoggingConfigurationResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput
|
|
@@ -120,6 +120,8 @@ export * from "./CreateRouteServerCommand";
|
|
|
120
120
|
export * from "./CreateRouteServerEndpointCommand";
|
|
121
121
|
export * from "./CreateRouteServerPeerCommand";
|
|
122
122
|
export * from "./CreateRouteTableCommand";
|
|
123
|
+
export * from "./CreateSecondaryNetworkCommand";
|
|
124
|
+
export * from "./CreateSecondarySubnetCommand";
|
|
123
125
|
export * from "./CreateSecurityGroupCommand";
|
|
124
126
|
export * from "./CreateSnapshotCommand";
|
|
125
127
|
export * from "./CreateSnapshotsCommand";
|
|
@@ -212,6 +214,8 @@ export * from "./DeleteRouteServerCommand";
|
|
|
212
214
|
export * from "./DeleteRouteServerEndpointCommand";
|
|
213
215
|
export * from "./DeleteRouteServerPeerCommand";
|
|
214
216
|
export * from "./DeleteRouteTableCommand";
|
|
217
|
+
export * from "./DeleteSecondaryNetworkCommand";
|
|
218
|
+
export * from "./DeleteSecondarySubnetCommand";
|
|
215
219
|
export * from "./DeleteSecurityGroupCommand";
|
|
216
220
|
export * from "./DeleteSnapshotCommand";
|
|
217
221
|
export * from "./DeleteSpotDatafeedSubscriptionCommand";
|
|
@@ -380,6 +384,9 @@ export * from "./DescribeRouteServersCommand";
|
|
|
380
384
|
export * from "./DescribeRouteTablesCommand";
|
|
381
385
|
export * from "./DescribeScheduledInstanceAvailabilityCommand";
|
|
382
386
|
export * from "./DescribeScheduledInstancesCommand";
|
|
387
|
+
export * from "./DescribeSecondaryInterfacesCommand";
|
|
388
|
+
export * from "./DescribeSecondaryNetworksCommand";
|
|
389
|
+
export * from "./DescribeSecondarySubnetsCommand";
|
|
383
390
|
export * from "./DescribeSecurityGroupReferencesCommand";
|
|
384
391
|
export * from "./DescribeSecurityGroupRulesCommand";
|
|
385
392
|
export * from "./DescribeSecurityGroupVpcAssociationsCommand";
|
|
@@ -102,6 +102,9 @@ export declare const ResourceType: {
|
|
|
102
102
|
readonly route_server_endpoint: "route-server-endpoint";
|
|
103
103
|
readonly route_server_peer: "route-server-peer";
|
|
104
104
|
readonly route_table: "route-table";
|
|
105
|
+
readonly secondary_interface: "secondary-interface";
|
|
106
|
+
readonly secondary_network: "secondary-network";
|
|
107
|
+
readonly secondary_subnet: "secondary-subnet";
|
|
105
108
|
readonly security_group: "security-group";
|
|
106
109
|
readonly security_group_rule: "security-group-rule";
|
|
107
110
|
readonly service_link_virtual_interface: "service-link-virtual-interface";
|
|
@@ -2560,6 +2563,11 @@ export declare const InstanceBandwidthWeighting: {
|
|
|
2560
2563
|
};
|
|
2561
2564
|
export type InstanceBandwidthWeighting =
|
|
2562
2565
|
(typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
2566
|
+
export declare const SecondaryInterfaceType: {
|
|
2567
|
+
readonly SECONDARY: "secondary";
|
|
2568
|
+
};
|
|
2569
|
+
export type SecondaryInterfaceType =
|
|
2570
|
+
(typeof SecondaryInterfaceType)[keyof typeof SecondaryInterfaceType];
|
|
2563
2571
|
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
2564
2572
|
readonly applied: "applied";
|
|
2565
2573
|
readonly pending: "pending";
|
|
@@ -2841,6 +2849,51 @@ export declare const RouteState: {
|
|
|
2841
2849
|
readonly filtered: "filtered";
|
|
2842
2850
|
};
|
|
2843
2851
|
export type RouteState = (typeof RouteState)[keyof typeof RouteState];
|
|
2852
|
+
export declare const SecondaryNetworkType: {
|
|
2853
|
+
readonly rdma: "rdma";
|
|
2854
|
+
};
|
|
2855
|
+
export type SecondaryNetworkType =
|
|
2856
|
+
(typeof SecondaryNetworkType)[keyof typeof SecondaryNetworkType];
|
|
2857
|
+
export declare const SecondaryNetworkCidrBlockAssociationState: {
|
|
2858
|
+
readonly associated: "associated";
|
|
2859
|
+
readonly associating: "associating";
|
|
2860
|
+
readonly association_failed: "association-failed";
|
|
2861
|
+
readonly disassociated: "disassociated";
|
|
2862
|
+
readonly disassociating: "disassociating";
|
|
2863
|
+
readonly disassociation_failed: "disassociation-failed";
|
|
2864
|
+
};
|
|
2865
|
+
export type SecondaryNetworkCidrBlockAssociationState =
|
|
2866
|
+
(typeof SecondaryNetworkCidrBlockAssociationState)[keyof typeof SecondaryNetworkCidrBlockAssociationState];
|
|
2867
|
+
export declare const SecondaryNetworkState: {
|
|
2868
|
+
readonly create_complete: "create-complete";
|
|
2869
|
+
readonly create_failed: "create-failed";
|
|
2870
|
+
readonly create_in_progress: "create-in-progress";
|
|
2871
|
+
readonly delete_complete: "delete-complete";
|
|
2872
|
+
readonly delete_failed: "delete-failed";
|
|
2873
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
2874
|
+
};
|
|
2875
|
+
export type SecondaryNetworkState =
|
|
2876
|
+
(typeof SecondaryNetworkState)[keyof typeof SecondaryNetworkState];
|
|
2877
|
+
export declare const SecondarySubnetCidrBlockAssociationState: {
|
|
2878
|
+
readonly associated: "associated";
|
|
2879
|
+
readonly associating: "associating";
|
|
2880
|
+
readonly association_failed: "association-failed";
|
|
2881
|
+
readonly disassociated: "disassociated";
|
|
2882
|
+
readonly disassociating: "disassociating";
|
|
2883
|
+
readonly disassociation_failed: "disassociation-failed";
|
|
2884
|
+
};
|
|
2885
|
+
export type SecondarySubnetCidrBlockAssociationState =
|
|
2886
|
+
(typeof SecondarySubnetCidrBlockAssociationState)[keyof typeof SecondarySubnetCidrBlockAssociationState];
|
|
2887
|
+
export declare const SecondarySubnetState: {
|
|
2888
|
+
readonly create_complete: "create-complete";
|
|
2889
|
+
readonly create_failed: "create-failed";
|
|
2890
|
+
readonly create_in_progress: "create-in-progress";
|
|
2891
|
+
readonly delete_complete: "delete-complete";
|
|
2892
|
+
readonly delete_failed: "delete-failed";
|
|
2893
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
2894
|
+
};
|
|
2895
|
+
export type SecondarySubnetState =
|
|
2896
|
+
(typeof SecondarySubnetState)[keyof typeof SecondarySubnetState];
|
|
2844
2897
|
export declare const SnapshotState: {
|
|
2845
2898
|
readonly completed: "completed";
|
|
2846
2899
|
readonly error: "error";
|
|
@@ -3713,6 +3766,12 @@ export declare const MonitoringState: {
|
|
|
3713
3766
|
};
|
|
3714
3767
|
export type MonitoringState =
|
|
3715
3768
|
(typeof MonitoringState)[keyof typeof MonitoringState];
|
|
3769
|
+
export declare const SecondaryInterfaceStatus: {
|
|
3770
|
+
readonly available: "available";
|
|
3771
|
+
readonly in_use: "in-use";
|
|
3772
|
+
};
|
|
3773
|
+
export type SecondaryInterfaceStatus =
|
|
3774
|
+
(typeof SecondaryInterfaceStatus)[keyof typeof SecondaryInterfaceStatus];
|
|
3716
3775
|
export declare const HaStatus: {
|
|
3717
3776
|
readonly active: "active";
|
|
3718
3777
|
readonly invalid: "invalid";
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
CapacityReservationPreference,
|
|
15
15
|
ConnectivityType,
|
|
16
16
|
ContainerFormat,
|
|
17
|
-
CopyTagsFromSource,
|
|
18
17
|
CpuManufacturer,
|
|
19
18
|
CurrencyCodeValues,
|
|
20
19
|
DefaultTargetCapacityType,
|
|
@@ -101,20 +100,21 @@ import {
|
|
|
101
100
|
RouteServerState,
|
|
102
101
|
RouteState,
|
|
103
102
|
RuleAction,
|
|
103
|
+
SecondaryInterfaceType,
|
|
104
|
+
SecondaryNetworkCidrBlockAssociationState,
|
|
105
|
+
SecondaryNetworkState,
|
|
106
|
+
SecondaryNetworkType,
|
|
107
|
+
SecondarySubnetCidrBlockAssociationState,
|
|
104
108
|
ShutdownBehavior,
|
|
105
109
|
SnapshotLocationEnum,
|
|
106
|
-
SnapshotState,
|
|
107
110
|
SpotAllocationStrategy,
|
|
108
111
|
SpotInstanceInterruptionBehavior,
|
|
109
112
|
SpotInstanceType,
|
|
110
113
|
SpreadLevel,
|
|
111
|
-
SSEType,
|
|
112
|
-
StorageTier,
|
|
113
114
|
TargetCapacityUnitType,
|
|
114
115
|
Tenancy,
|
|
115
116
|
TokenState,
|
|
116
117
|
TrafficType,
|
|
117
|
-
TransferType,
|
|
118
118
|
VolumeType,
|
|
119
119
|
WeekDay,
|
|
120
120
|
} from "./enums";
|
|
@@ -1132,6 +1132,20 @@ export interface LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
|
1132
1132
|
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1133
1133
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1134
1134
|
}
|
|
1135
|
+
export interface SecondaryInterfacePrivateIpAddressSpecificationRequest {
|
|
1136
|
+
PrivateIpAddress?: string | undefined;
|
|
1137
|
+
}
|
|
1138
|
+
export interface LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest {
|
|
1139
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1140
|
+
DeviceIndex?: number | undefined;
|
|
1141
|
+
PrivateIpAddresses?:
|
|
1142
|
+
| SecondaryInterfacePrivateIpAddressSpecificationRequest[]
|
|
1143
|
+
| undefined;
|
|
1144
|
+
PrivateIpAddressCount?: number | undefined;
|
|
1145
|
+
SecondarySubnetId?: string | undefined;
|
|
1146
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
1147
|
+
NetworkCardIndex?: number | undefined;
|
|
1148
|
+
}
|
|
1135
1149
|
export interface LaunchTemplateTagSpecificationRequest {
|
|
1136
1150
|
ResourceType?: ResourceType | undefined;
|
|
1137
1151
|
Tags?: Tag[] | undefined;
|
|
@@ -1188,6 +1202,9 @@ export interface RequestLaunchTemplateData {
|
|
|
1188
1202
|
NetworkPerformanceOptions?:
|
|
1189
1203
|
| LaunchTemplateNetworkPerformanceOptionsRequest
|
|
1190
1204
|
| undefined;
|
|
1205
|
+
SecondaryInterfaces?:
|
|
1206
|
+
| LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest[]
|
|
1207
|
+
| undefined;
|
|
1191
1208
|
}
|
|
1192
1209
|
export interface CreateLaunchTemplateRequest {
|
|
1193
1210
|
DryRun?: boolean | undefined;
|
|
@@ -1375,6 +1392,20 @@ export interface LaunchTemplatePrivateDnsNameOptions {
|
|
|
1375
1392
|
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1376
1393
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1377
1394
|
}
|
|
1395
|
+
export interface SecondaryInterfacePrivateIpAddressSpecification {
|
|
1396
|
+
PrivateIpAddress?: string | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export interface LaunchTemplateInstanceSecondaryInterfaceSpecification {
|
|
1399
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1400
|
+
DeviceIndex?: number | undefined;
|
|
1401
|
+
PrivateIpAddresses?:
|
|
1402
|
+
| SecondaryInterfacePrivateIpAddressSpecification[]
|
|
1403
|
+
| undefined;
|
|
1404
|
+
PrivateIpAddressCount?: number | undefined;
|
|
1405
|
+
SecondarySubnetId?: string | undefined;
|
|
1406
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
1407
|
+
NetworkCardIndex?: number | undefined;
|
|
1408
|
+
}
|
|
1378
1409
|
export interface LaunchTemplateTagSpecification {
|
|
1379
1410
|
ResourceType?: ResourceType | undefined;
|
|
1380
1411
|
Tags?: Tag[] | undefined;
|
|
@@ -1423,6 +1454,9 @@ export interface ResponseLaunchTemplateData {
|
|
|
1423
1454
|
NetworkPerformanceOptions?:
|
|
1424
1455
|
| LaunchTemplateNetworkPerformanceOptions
|
|
1425
1456
|
| undefined;
|
|
1457
|
+
SecondaryInterfaces?:
|
|
1458
|
+
| LaunchTemplateInstanceSecondaryInterfaceSpecification[]
|
|
1459
|
+
| undefined;
|
|
1426
1460
|
}
|
|
1427
1461
|
export interface LaunchTemplateVersion {
|
|
1428
1462
|
LaunchTemplateId?: string | undefined;
|
|
@@ -2198,89 +2232,47 @@ export interface CreateRouteTableResult {
|
|
|
2198
2232
|
RouteTable?: RouteTable | undefined;
|
|
2199
2233
|
ClientToken?: string | undefined;
|
|
2200
2234
|
}
|
|
2201
|
-
export interface
|
|
2202
|
-
|
|
2203
|
-
GroupName: string | undefined;
|
|
2204
|
-
VpcId?: string | undefined;
|
|
2205
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2235
|
+
export interface CreateSecondaryNetworkRequest {
|
|
2236
|
+
ClientToken?: string | undefined;
|
|
2206
2237
|
DryRun?: boolean | undefined;
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
GroupId?: string | undefined;
|
|
2210
|
-
Tags?: Tag[] | undefined;
|
|
2211
|
-
SecurityGroupArn?: string | undefined;
|
|
2212
|
-
}
|
|
2213
|
-
export interface CreateSnapshotRequest {
|
|
2214
|
-
Description?: string | undefined;
|
|
2215
|
-
OutpostArn?: string | undefined;
|
|
2216
|
-
VolumeId: string | undefined;
|
|
2238
|
+
Ipv4CidrBlock: string | undefined;
|
|
2239
|
+
NetworkType: SecondaryNetworkType | undefined;
|
|
2217
2240
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
2218
|
-
Location?: SnapshotLocationEnum | undefined;
|
|
2219
|
-
DryRun?: boolean | undefined;
|
|
2220
|
-
}
|
|
2221
|
-
export interface Snapshot {
|
|
2222
|
-
OwnerAlias?: string | undefined;
|
|
2223
|
-
OutpostArn?: string | undefined;
|
|
2224
|
-
Tags?: Tag[] | undefined;
|
|
2225
|
-
StorageTier?: StorageTier | undefined;
|
|
2226
|
-
RestoreExpiryTime?: Date | undefined;
|
|
2227
|
-
SseType?: SSEType | undefined;
|
|
2228
|
-
AvailabilityZone?: string | undefined;
|
|
2229
|
-
TransferType?: TransferType | undefined;
|
|
2230
|
-
CompletionDurationMinutes?: number | undefined;
|
|
2231
|
-
CompletionTime?: Date | undefined;
|
|
2232
|
-
FullSnapshotSizeInBytes?: number | undefined;
|
|
2233
|
-
SnapshotId?: string | undefined;
|
|
2234
|
-
VolumeId?: string | undefined;
|
|
2235
|
-
State?: SnapshotState | undefined;
|
|
2236
|
-
StateMessage?: string | undefined;
|
|
2237
|
-
StartTime?: Date | undefined;
|
|
2238
|
-
Progress?: string | undefined;
|
|
2239
|
-
OwnerId?: string | undefined;
|
|
2240
|
-
Description?: string | undefined;
|
|
2241
|
-
VolumeSize?: number | undefined;
|
|
2242
|
-
Encrypted?: boolean | undefined;
|
|
2243
|
-
KmsKeyId?: string | undefined;
|
|
2244
|
-
DataEncryptionKeyId?: string | undefined;
|
|
2245
|
-
}
|
|
2246
|
-
export interface InstanceSpecification {
|
|
2247
|
-
InstanceId: string | undefined;
|
|
2248
|
-
ExcludeBootVolume?: boolean | undefined;
|
|
2249
|
-
ExcludeDataVolumeIds?: string[] | undefined;
|
|
2250
2241
|
}
|
|
2251
|
-
export interface
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
DryRun?: boolean | undefined;
|
|
2257
|
-
CopyTagsFromSource?: CopyTagsFromSource | undefined;
|
|
2258
|
-
Location?: SnapshotLocationEnum | undefined;
|
|
2242
|
+
export interface SecondaryNetworkIpv4CidrBlockAssociation {
|
|
2243
|
+
AssociationId?: string | undefined;
|
|
2244
|
+
CidrBlock?: string | undefined;
|
|
2245
|
+
State?: SecondaryNetworkCidrBlockAssociationState | undefined;
|
|
2246
|
+
StateReason?: string | undefined;
|
|
2259
2247
|
}
|
|
2260
|
-
export interface
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
Encrypted?: boolean | undefined;
|
|
2264
|
-
VolumeId?: string | undefined;
|
|
2265
|
-
State?: SnapshotState | undefined;
|
|
2266
|
-
VolumeSize?: number | undefined;
|
|
2267
|
-
StartTime?: Date | undefined;
|
|
2268
|
-
Progress?: string | undefined;
|
|
2248
|
+
export interface SecondaryNetwork {
|
|
2249
|
+
SecondaryNetworkId?: string | undefined;
|
|
2250
|
+
SecondaryNetworkArn?: string | undefined;
|
|
2269
2251
|
OwnerId?: string | undefined;
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2252
|
+
Type?: SecondaryNetworkType | undefined;
|
|
2253
|
+
State?: SecondaryNetworkState | undefined;
|
|
2254
|
+
StateReason?: string | undefined;
|
|
2255
|
+
Ipv4CidrBlockAssociations?:
|
|
2256
|
+
| SecondaryNetworkIpv4CidrBlockAssociation[]
|
|
2257
|
+
| undefined;
|
|
2258
|
+
Tags?: Tag[] | undefined;
|
|
2274
2259
|
}
|
|
2275
|
-
export interface
|
|
2276
|
-
|
|
2260
|
+
export interface CreateSecondaryNetworkResult {
|
|
2261
|
+
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
2262
|
+
ClientToken?: string | undefined;
|
|
2277
2263
|
}
|
|
2278
|
-
export interface
|
|
2264
|
+
export interface CreateSecondarySubnetRequest {
|
|
2265
|
+
ClientToken?: string | undefined;
|
|
2266
|
+
AvailabilityZone?: string | undefined;
|
|
2267
|
+
AvailabilityZoneId?: string | undefined;
|
|
2279
2268
|
DryRun?: boolean | undefined;
|
|
2280
|
-
|
|
2281
|
-
|
|
2269
|
+
Ipv4CidrBlock: string | undefined;
|
|
2270
|
+
SecondaryNetworkId: string | undefined;
|
|
2271
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2282
2272
|
}
|
|
2283
|
-
export interface
|
|
2284
|
-
|
|
2285
|
-
|
|
2273
|
+
export interface SecondarySubnetIpv4CidrBlockAssociation {
|
|
2274
|
+
AssociationId?: string | undefined;
|
|
2275
|
+
CidrBlock?: string | undefined;
|
|
2276
|
+
State?: SecondarySubnetCidrBlockAssociationState | undefined;
|
|
2277
|
+
StateReason?: string | undefined;
|
|
2286
2278
|
}
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
BgpStatus,
|
|
6
6
|
ConnectionNotificationState,
|
|
7
7
|
ConnectionNotificationType,
|
|
8
|
+
CopyTagsFromSource,
|
|
8
9
|
DatafeedSubscriptionState,
|
|
9
10
|
DefaultRouteTableAssociationValue,
|
|
10
11
|
DefaultRouteTablePropagationValue,
|
|
@@ -28,12 +29,18 @@ import {
|
|
|
28
29
|
MulticastSupportValue,
|
|
29
30
|
PayerResponsibility,
|
|
30
31
|
ProtocolValue,
|
|
32
|
+
SecondaryNetworkType,
|
|
33
|
+
SecondarySubnetState,
|
|
31
34
|
SecurityGroupReferencingSupportValue,
|
|
32
35
|
ServiceConnectivityType,
|
|
33
36
|
ServiceState,
|
|
34
37
|
ServiceType,
|
|
38
|
+
SnapshotLocationEnum,
|
|
39
|
+
SnapshotState,
|
|
40
|
+
SSEType,
|
|
35
41
|
State,
|
|
36
42
|
StaticSourcesSupportValue,
|
|
43
|
+
StorageTier,
|
|
37
44
|
SubnetCidrReservationType,
|
|
38
45
|
TelemetryStatus,
|
|
39
46
|
Tenancy,
|
|
@@ -41,6 +48,7 @@ import {
|
|
|
41
48
|
TrafficMirrorNetworkService,
|
|
42
49
|
TrafficMirrorRuleAction,
|
|
43
50
|
TrafficMirrorTargetType,
|
|
51
|
+
TransferType,
|
|
44
52
|
TransitGatewayAttachmentResourceType,
|
|
45
53
|
TransitGatewayAttachmentState,
|
|
46
54
|
TransitGatewayConnectPeerState,
|
|
@@ -116,8 +124,114 @@ import {
|
|
|
116
124
|
RouteServer,
|
|
117
125
|
RouteServerEndpoint,
|
|
118
126
|
RouteServerPeer,
|
|
119
|
-
|
|
127
|
+
SecondaryNetwork,
|
|
128
|
+
SecondarySubnetIpv4CidrBlockAssociation,
|
|
120
129
|
} from "./models_1";
|
|
130
|
+
export interface SecondarySubnet {
|
|
131
|
+
SecondarySubnetId?: string | undefined;
|
|
132
|
+
SecondarySubnetArn?: string | undefined;
|
|
133
|
+
SecondaryNetworkId?: string | undefined;
|
|
134
|
+
SecondaryNetworkType?: SecondaryNetworkType | undefined;
|
|
135
|
+
OwnerId?: string | undefined;
|
|
136
|
+
AvailabilityZoneId?: string | undefined;
|
|
137
|
+
AvailabilityZone?: string | undefined;
|
|
138
|
+
Ipv4CidrBlockAssociations?:
|
|
139
|
+
| SecondarySubnetIpv4CidrBlockAssociation[]
|
|
140
|
+
| undefined;
|
|
141
|
+
State?: SecondarySubnetState | undefined;
|
|
142
|
+
StateReason?: string | undefined;
|
|
143
|
+
Tags?: Tag[] | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface CreateSecondarySubnetResult {
|
|
146
|
+
SecondarySubnet?: SecondarySubnet | undefined;
|
|
147
|
+
ClientToken?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface CreateSecurityGroupRequest {
|
|
150
|
+
Description: string | undefined;
|
|
151
|
+
GroupName: string | undefined;
|
|
152
|
+
VpcId?: string | undefined;
|
|
153
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
154
|
+
DryRun?: boolean | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface CreateSecurityGroupResult {
|
|
157
|
+
GroupId?: string | undefined;
|
|
158
|
+
Tags?: Tag[] | undefined;
|
|
159
|
+
SecurityGroupArn?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface CreateSnapshotRequest {
|
|
162
|
+
Description?: string | undefined;
|
|
163
|
+
OutpostArn?: string | undefined;
|
|
164
|
+
VolumeId: string | undefined;
|
|
165
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
166
|
+
Location?: SnapshotLocationEnum | undefined;
|
|
167
|
+
DryRun?: boolean | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface Snapshot {
|
|
170
|
+
OwnerAlias?: string | undefined;
|
|
171
|
+
OutpostArn?: string | undefined;
|
|
172
|
+
Tags?: Tag[] | undefined;
|
|
173
|
+
StorageTier?: StorageTier | undefined;
|
|
174
|
+
RestoreExpiryTime?: Date | undefined;
|
|
175
|
+
SseType?: SSEType | undefined;
|
|
176
|
+
AvailabilityZone?: string | undefined;
|
|
177
|
+
TransferType?: TransferType | undefined;
|
|
178
|
+
CompletionDurationMinutes?: number | undefined;
|
|
179
|
+
CompletionTime?: Date | undefined;
|
|
180
|
+
FullSnapshotSizeInBytes?: number | undefined;
|
|
181
|
+
SnapshotId?: string | undefined;
|
|
182
|
+
VolumeId?: string | undefined;
|
|
183
|
+
State?: SnapshotState | undefined;
|
|
184
|
+
StateMessage?: string | undefined;
|
|
185
|
+
StartTime?: Date | undefined;
|
|
186
|
+
Progress?: string | undefined;
|
|
187
|
+
OwnerId?: string | undefined;
|
|
188
|
+
Description?: string | undefined;
|
|
189
|
+
VolumeSize?: number | undefined;
|
|
190
|
+
Encrypted?: boolean | undefined;
|
|
191
|
+
KmsKeyId?: string | undefined;
|
|
192
|
+
DataEncryptionKeyId?: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface InstanceSpecification {
|
|
195
|
+
InstanceId: string | undefined;
|
|
196
|
+
ExcludeBootVolume?: boolean | undefined;
|
|
197
|
+
ExcludeDataVolumeIds?: string[] | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface CreateSnapshotsRequest {
|
|
200
|
+
Description?: string | undefined;
|
|
201
|
+
InstanceSpecification: InstanceSpecification | undefined;
|
|
202
|
+
OutpostArn?: string | undefined;
|
|
203
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
204
|
+
DryRun?: boolean | undefined;
|
|
205
|
+
CopyTagsFromSource?: CopyTagsFromSource | undefined;
|
|
206
|
+
Location?: SnapshotLocationEnum | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface SnapshotInfo {
|
|
209
|
+
Description?: string | undefined;
|
|
210
|
+
Tags?: Tag[] | undefined;
|
|
211
|
+
Encrypted?: boolean | undefined;
|
|
212
|
+
VolumeId?: string | undefined;
|
|
213
|
+
State?: SnapshotState | undefined;
|
|
214
|
+
VolumeSize?: number | undefined;
|
|
215
|
+
StartTime?: Date | undefined;
|
|
216
|
+
Progress?: string | undefined;
|
|
217
|
+
OwnerId?: string | undefined;
|
|
218
|
+
SnapshotId?: string | undefined;
|
|
219
|
+
OutpostArn?: string | undefined;
|
|
220
|
+
SseType?: SSEType | undefined;
|
|
221
|
+
AvailabilityZone?: string | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface CreateSnapshotsResult {
|
|
224
|
+
Snapshots?: SnapshotInfo[] | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface CreateSpotDatafeedSubscriptionRequest {
|
|
227
|
+
DryRun?: boolean | undefined;
|
|
228
|
+
Bucket: string | undefined;
|
|
229
|
+
Prefix?: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface SpotInstanceStateFault {
|
|
232
|
+
Code?: string | undefined;
|
|
233
|
+
Message?: string | undefined;
|
|
234
|
+
}
|
|
121
235
|
export interface SpotDatafeedSubscription {
|
|
122
236
|
Bucket?: string | undefined;
|
|
123
237
|
Fault?: SpotInstanceStateFault | undefined;
|
|
@@ -1728,6 +1842,24 @@ export interface DeleteRouteTableRequest {
|
|
|
1728
1842
|
DryRun?: boolean | undefined;
|
|
1729
1843
|
RouteTableId: string | undefined;
|
|
1730
1844
|
}
|
|
1845
|
+
export interface DeleteSecondaryNetworkRequest {
|
|
1846
|
+
ClientToken?: string | undefined;
|
|
1847
|
+
DryRun?: boolean | undefined;
|
|
1848
|
+
SecondaryNetworkId: string | undefined;
|
|
1849
|
+
}
|
|
1850
|
+
export interface DeleteSecondaryNetworkResult {
|
|
1851
|
+
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
1852
|
+
ClientToken?: string | undefined;
|
|
1853
|
+
}
|
|
1854
|
+
export interface DeleteSecondarySubnetRequest {
|
|
1855
|
+
ClientToken?: string | undefined;
|
|
1856
|
+
DryRun?: boolean | undefined;
|
|
1857
|
+
SecondarySubnetId: string | undefined;
|
|
1858
|
+
}
|
|
1859
|
+
export interface DeleteSecondarySubnetResult {
|
|
1860
|
+
SecondarySubnet?: SecondarySubnet | undefined;
|
|
1861
|
+
ClientToken?: string | undefined;
|
|
1862
|
+
}
|
|
1731
1863
|
export interface DeleteSecurityGroupRequest {
|
|
1732
1864
|
GroupId?: string | undefined;
|
|
1733
1865
|
GroupName?: string | undefined;
|
|
@@ -1785,62 +1917,3 @@ export interface DeleteTrafficMirrorTargetRequest {
|
|
|
1785
1917
|
TrafficMirrorTargetId: string | undefined;
|
|
1786
1918
|
DryRun?: boolean | undefined;
|
|
1787
1919
|
}
|
|
1788
|
-
export interface DeleteTrafficMirrorTargetResult {
|
|
1789
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
1790
|
-
}
|
|
1791
|
-
export interface DeleteTransitGatewayRequest {
|
|
1792
|
-
TransitGatewayId: string | undefined;
|
|
1793
|
-
DryRun?: boolean | undefined;
|
|
1794
|
-
}
|
|
1795
|
-
export interface DeleteTransitGatewayResult {
|
|
1796
|
-
TransitGateway?: TransitGateway | undefined;
|
|
1797
|
-
}
|
|
1798
|
-
export interface DeleteTransitGatewayConnectRequest {
|
|
1799
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1800
|
-
DryRun?: boolean | undefined;
|
|
1801
|
-
}
|
|
1802
|
-
export interface DeleteTransitGatewayConnectResult {
|
|
1803
|
-
TransitGatewayConnect?: TransitGatewayConnect | undefined;
|
|
1804
|
-
}
|
|
1805
|
-
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
1806
|
-
TransitGatewayConnectPeerId: string | undefined;
|
|
1807
|
-
DryRun?: boolean | undefined;
|
|
1808
|
-
}
|
|
1809
|
-
export interface DeleteTransitGatewayConnectPeerResult {
|
|
1810
|
-
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
1811
|
-
}
|
|
1812
|
-
export interface DeleteTransitGatewayMeteringPolicyRequest {
|
|
1813
|
-
TransitGatewayMeteringPolicyId: string | undefined;
|
|
1814
|
-
DryRun?: boolean | undefined;
|
|
1815
|
-
}
|
|
1816
|
-
export interface DeleteTransitGatewayMeteringPolicyResult {
|
|
1817
|
-
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
1818
|
-
}
|
|
1819
|
-
export interface DeleteTransitGatewayMeteringPolicyEntryRequest {
|
|
1820
|
-
TransitGatewayMeteringPolicyId: string | undefined;
|
|
1821
|
-
PolicyRuleNumber: number | undefined;
|
|
1822
|
-
DryRun?: boolean | undefined;
|
|
1823
|
-
}
|
|
1824
|
-
export interface DeleteTransitGatewayMeteringPolicyEntryResult {
|
|
1825
|
-
TransitGatewayMeteringPolicyEntry?:
|
|
1826
|
-
| TransitGatewayMeteringPolicyEntry
|
|
1827
|
-
| undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
1830
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1831
|
-
DryRun?: boolean | undefined;
|
|
1832
|
-
}
|
|
1833
|
-
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
1834
|
-
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
|
|
1835
|
-
}
|
|
1836
|
-
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
1837
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1838
|
-
DryRun?: boolean | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
1841
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
1844
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1845
|
-
DryRun?: boolean | undefined;
|
|
1846
|
-
}
|