@jjrawlins/cdk-ami-builder 0.0.54 → 0.0.55
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/.jsii +12 -12
- package/cdk-ami-builder/go.mod +1 -1
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/README.md +72 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +1541 -388
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +18 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +0 -6
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +6 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +18 -14
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +14 -16
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +124 -57
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +57 -33
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +33 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +4 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +939 -107
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +67 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +11 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +106 -95
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +84 -107
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +140 -159
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +331 -251
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +244 -267
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +1497 -1467
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4809 -4775
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +968 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +81 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +175 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +232 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
- package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
- package/node_modules/@aws-sdk/client-kms/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/package.json +10 -10
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
- package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
- package/node_modules/@aws-sdk/client-sns/package.json +5 -5
- package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +4 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +1 -1
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +31 -22
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +15 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +25 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +6 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +6 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts +20 -12
- package/package.json +12 -12
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
|
@@ -22,7 +22,6 @@ import {
|
|
|
22
22
|
BlockDeviceMapping,
|
|
23
23
|
CapacityReservation,
|
|
24
24
|
CapacityReservationPreference,
|
|
25
|
-
CapacityReservationTargetResponse,
|
|
26
25
|
CapacityReservationTenancy,
|
|
27
26
|
CarrierGateway,
|
|
28
27
|
ClientVpnAuthenticationType,
|
|
@@ -54,8 +53,10 @@ import {
|
|
|
54
53
|
LaunchTemplateAndOverridesResponse,
|
|
55
54
|
LogDestinationType,
|
|
56
55
|
OperatorResponse,
|
|
56
|
+
OutputFormat,
|
|
57
57
|
Placement,
|
|
58
58
|
PlatformValues,
|
|
59
|
+
Schedule,
|
|
59
60
|
SpotAllocationStrategy,
|
|
60
61
|
SpotInstanceInterruptionBehavior,
|
|
61
62
|
TargetCapacityUnitType,
|
|
@@ -64,17 +65,87 @@ import {
|
|
|
64
65
|
TransportProtocol,
|
|
65
66
|
} from "./models_1";
|
|
66
67
|
import {
|
|
68
|
+
CapacityReservationTargetResponse,
|
|
67
69
|
GroupIdentifier,
|
|
68
70
|
InstanceIpv6Address,
|
|
69
71
|
NetworkInterfaceStatus,
|
|
70
72
|
StateReason,
|
|
71
73
|
} from "./models_2";
|
|
72
74
|
import {
|
|
75
|
+
CapacityBlock,
|
|
73
76
|
Filter,
|
|
74
77
|
FleetStateCode,
|
|
75
78
|
IdFormat,
|
|
76
79
|
InstanceTagNotificationAttribute,
|
|
77
80
|
} from "./models_3";
|
|
81
|
+
export interface DescribeCapacityBlocksResult {
|
|
82
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
83
|
+
NextToken?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface DescribeCapacityBlockStatusRequest {
|
|
86
|
+
CapacityBlockIds?: string[] | undefined;
|
|
87
|
+
NextToken?: string | undefined;
|
|
88
|
+
MaxResults?: number | undefined;
|
|
89
|
+
Filters?: Filter[] | undefined;
|
|
90
|
+
DryRun?: boolean | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface CapacityReservationStatus {
|
|
93
|
+
CapacityReservationId?: string | undefined;
|
|
94
|
+
TotalCapacity?: number | undefined;
|
|
95
|
+
TotalAvailableCapacity?: number | undefined;
|
|
96
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
97
|
+
}
|
|
98
|
+
export declare const CapacityBlockInterconnectStatus: {
|
|
99
|
+
readonly impaired: "impaired";
|
|
100
|
+
readonly insufficient_data: "insufficient-data";
|
|
101
|
+
readonly ok: "ok";
|
|
102
|
+
};
|
|
103
|
+
export type CapacityBlockInterconnectStatus =
|
|
104
|
+
(typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
105
|
+
export interface CapacityBlockStatus {
|
|
106
|
+
CapacityBlockId?: string | undefined;
|
|
107
|
+
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
108
|
+
TotalCapacity?: number | undefined;
|
|
109
|
+
TotalAvailableCapacity?: number | undefined;
|
|
110
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
111
|
+
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeCapacityBlockStatusResult {
|
|
114
|
+
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
115
|
+
NextToken?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface DescribeCapacityManagerDataExportsRequest {
|
|
118
|
+
CapacityManagerDataExportIds?: string[] | undefined;
|
|
119
|
+
MaxResults?: number | undefined;
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
DryRun?: boolean | undefined;
|
|
122
|
+
Filters?: Filter[] | undefined;
|
|
123
|
+
}
|
|
124
|
+
export declare const CapacityManagerDataExportStatus: {
|
|
125
|
+
readonly DELIVERED: "delivered";
|
|
126
|
+
readonly FAILED: "failed";
|
|
127
|
+
readonly IN_PROGRESS: "in-progress";
|
|
128
|
+
readonly PENDING: "pending";
|
|
129
|
+
};
|
|
130
|
+
export type CapacityManagerDataExportStatus =
|
|
131
|
+
(typeof CapacityManagerDataExportStatus)[keyof typeof CapacityManagerDataExportStatus];
|
|
132
|
+
export interface CapacityManagerDataExportResponse {
|
|
133
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
134
|
+
S3BucketName?: string | undefined;
|
|
135
|
+
S3BucketPrefix?: string | undefined;
|
|
136
|
+
Schedule?: Schedule | undefined;
|
|
137
|
+
OutputFormat?: OutputFormat | undefined;
|
|
138
|
+
CreateTime?: Date | undefined;
|
|
139
|
+
LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
|
|
140
|
+
LatestDeliveryStatusMessage?: string | undefined;
|
|
141
|
+
LatestDeliveryS3LocationUri?: string | undefined;
|
|
142
|
+
LatestDeliveryTime?: Date | undefined;
|
|
143
|
+
Tags?: Tag[] | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface DescribeCapacityManagerDataExportsResult {
|
|
146
|
+
CapacityManagerDataExports?: CapacityManagerDataExportResponse[] | undefined;
|
|
147
|
+
NextToken?: string | undefined;
|
|
148
|
+
}
|
|
78
149
|
export declare const CallerRole: {
|
|
79
150
|
readonly odcr_owner: "odcr-owner";
|
|
80
151
|
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
@@ -949,9 +1020,16 @@ export interface DescribeHostReservationsRequest {
|
|
|
949
1020
|
}
|
|
950
1021
|
export declare const ReservationState: {
|
|
951
1022
|
readonly ACTIVE: "active";
|
|
1023
|
+
readonly CANCELLED: "cancelled";
|
|
1024
|
+
readonly DELAYED: "delayed";
|
|
1025
|
+
readonly EXPIRED: "expired";
|
|
1026
|
+
readonly FAILED: "failed";
|
|
952
1027
|
readonly PAYMENT_FAILED: "payment-failed";
|
|
953
1028
|
readonly PAYMENT_PENDING: "payment-pending";
|
|
1029
|
+
readonly PENDING: "pending";
|
|
954
1030
|
readonly RETIRED: "retired";
|
|
1031
|
+
readonly SCHEDULED: "scheduled";
|
|
1032
|
+
readonly UNSUPPORTED: "unsupported";
|
|
955
1033
|
};
|
|
956
1034
|
export type ReservationState =
|
|
957
1035
|
(typeof ReservationState)[keyof typeof ReservationState];
|
|
@@ -2053,71 +2131,6 @@ export interface MediaAcceleratorInfo {
|
|
|
2053
2131
|
Accelerators?: MediaDeviceInfo[] | undefined;
|
|
2054
2132
|
TotalMediaMemoryInMiB?: number | undefined;
|
|
2055
2133
|
}
|
|
2056
|
-
export interface MemoryInfo {
|
|
2057
|
-
SizeInMiB?: number | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export declare const BandwidthWeightingType: {
|
|
2060
|
-
readonly DEFAULT: "default";
|
|
2061
|
-
readonly EBS_1: "ebs-1";
|
|
2062
|
-
readonly VPC_1: "vpc-1";
|
|
2063
|
-
};
|
|
2064
|
-
export type BandwidthWeightingType =
|
|
2065
|
-
(typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
|
|
2066
|
-
export interface EfaInfo {
|
|
2067
|
-
MaximumEfaInterfaces?: number | undefined;
|
|
2068
|
-
}
|
|
2069
|
-
export declare const EnaSupport: {
|
|
2070
|
-
readonly required: "required";
|
|
2071
|
-
readonly supported: "supported";
|
|
2072
|
-
readonly unsupported: "unsupported";
|
|
2073
|
-
};
|
|
2074
|
-
export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
|
|
2075
|
-
export declare const FlexibleEnaQueuesSupport: {
|
|
2076
|
-
readonly SUPPORTED: "supported";
|
|
2077
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2078
|
-
};
|
|
2079
|
-
export type FlexibleEnaQueuesSupport =
|
|
2080
|
-
(typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
|
|
2081
|
-
export interface NetworkCardInfo {
|
|
2082
|
-
NetworkCardIndex?: number | undefined;
|
|
2083
|
-
NetworkPerformance?: string | undefined;
|
|
2084
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
2085
|
-
BaselineBandwidthInGbps?: number | undefined;
|
|
2086
|
-
PeakBandwidthInGbps?: number | undefined;
|
|
2087
|
-
DefaultEnaQueueCountPerInterface?: number | undefined;
|
|
2088
|
-
MaximumEnaQueueCount?: number | undefined;
|
|
2089
|
-
MaximumEnaQueueCountPerInterface?: number | undefined;
|
|
2090
|
-
}
|
|
2091
|
-
export interface NetworkInfo {
|
|
2092
|
-
NetworkPerformance?: string | undefined;
|
|
2093
|
-
MaximumNetworkInterfaces?: number | undefined;
|
|
2094
|
-
MaximumNetworkCards?: number | undefined;
|
|
2095
|
-
DefaultNetworkCardIndex?: number | undefined;
|
|
2096
|
-
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
2097
|
-
Ipv4AddressesPerInterface?: number | undefined;
|
|
2098
|
-
Ipv6AddressesPerInterface?: number | undefined;
|
|
2099
|
-
Ipv6Supported?: boolean | undefined;
|
|
2100
|
-
EnaSupport?: EnaSupport | undefined;
|
|
2101
|
-
EfaSupported?: boolean | undefined;
|
|
2102
|
-
EfaInfo?: EfaInfo | undefined;
|
|
2103
|
-
EncryptionInTransitSupported?: boolean | undefined;
|
|
2104
|
-
EnaSrdSupported?: boolean | undefined;
|
|
2105
|
-
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
2106
|
-
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
2107
|
-
}
|
|
2108
|
-
export interface NeuronDeviceCoreInfo {
|
|
2109
|
-
Count?: number | undefined;
|
|
2110
|
-
Version?: number | undefined;
|
|
2111
|
-
}
|
|
2112
|
-
export interface NeuronDeviceMemoryInfo {
|
|
2113
|
-
SizeInMiB?: number | undefined;
|
|
2114
|
-
}
|
|
2115
|
-
export interface NeuronDeviceInfo {
|
|
2116
|
-
Count?: number | undefined;
|
|
2117
|
-
Name?: string | undefined;
|
|
2118
|
-
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
2119
|
-
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
2120
|
-
}
|
|
2121
2134
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2122
2135
|
obj: DiskImageDescription
|
|
2123
2136
|
) => any;
|
|
@@ -108,13 +108,75 @@ import {
|
|
|
108
108
|
InstanceStorageInfo,
|
|
109
109
|
InstanceTypeHypervisor,
|
|
110
110
|
MediaAcceleratorInfo,
|
|
111
|
-
MemoryInfo,
|
|
112
|
-
NetworkInfo,
|
|
113
|
-
NeuronDeviceInfo,
|
|
114
111
|
PermissionGroup,
|
|
115
112
|
ProductCode,
|
|
116
113
|
VirtualizationType,
|
|
117
114
|
} from "./models_4";
|
|
115
|
+
export interface MemoryInfo {
|
|
116
|
+
SizeInMiB?: number | undefined;
|
|
117
|
+
}
|
|
118
|
+
export declare const BandwidthWeightingType: {
|
|
119
|
+
readonly DEFAULT: "default";
|
|
120
|
+
readonly EBS_1: "ebs-1";
|
|
121
|
+
readonly VPC_1: "vpc-1";
|
|
122
|
+
};
|
|
123
|
+
export type BandwidthWeightingType =
|
|
124
|
+
(typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
|
|
125
|
+
export interface EfaInfo {
|
|
126
|
+
MaximumEfaInterfaces?: number | undefined;
|
|
127
|
+
}
|
|
128
|
+
export declare const EnaSupport: {
|
|
129
|
+
readonly required: "required";
|
|
130
|
+
readonly supported: "supported";
|
|
131
|
+
readonly unsupported: "unsupported";
|
|
132
|
+
};
|
|
133
|
+
export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
|
|
134
|
+
export declare const FlexibleEnaQueuesSupport: {
|
|
135
|
+
readonly SUPPORTED: "supported";
|
|
136
|
+
readonly UNSUPPORTED: "unsupported";
|
|
137
|
+
};
|
|
138
|
+
export type FlexibleEnaQueuesSupport =
|
|
139
|
+
(typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
|
|
140
|
+
export interface NetworkCardInfo {
|
|
141
|
+
NetworkCardIndex?: number | undefined;
|
|
142
|
+
NetworkPerformance?: string | undefined;
|
|
143
|
+
MaximumNetworkInterfaces?: number | undefined;
|
|
144
|
+
BaselineBandwidthInGbps?: number | undefined;
|
|
145
|
+
PeakBandwidthInGbps?: number | undefined;
|
|
146
|
+
DefaultEnaQueueCountPerInterface?: number | undefined;
|
|
147
|
+
MaximumEnaQueueCount?: number | undefined;
|
|
148
|
+
MaximumEnaQueueCountPerInterface?: number | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface NetworkInfo {
|
|
151
|
+
NetworkPerformance?: string | undefined;
|
|
152
|
+
MaximumNetworkInterfaces?: number | undefined;
|
|
153
|
+
MaximumNetworkCards?: number | undefined;
|
|
154
|
+
DefaultNetworkCardIndex?: number | undefined;
|
|
155
|
+
NetworkCards?: NetworkCardInfo[] | undefined;
|
|
156
|
+
Ipv4AddressesPerInterface?: number | undefined;
|
|
157
|
+
Ipv6AddressesPerInterface?: number | undefined;
|
|
158
|
+
Ipv6Supported?: boolean | undefined;
|
|
159
|
+
EnaSupport?: EnaSupport | undefined;
|
|
160
|
+
EfaSupported?: boolean | undefined;
|
|
161
|
+
EfaInfo?: EfaInfo | undefined;
|
|
162
|
+
EncryptionInTransitSupported?: boolean | undefined;
|
|
163
|
+
EnaSrdSupported?: boolean | undefined;
|
|
164
|
+
BandwidthWeightings?: BandwidthWeightingType[] | undefined;
|
|
165
|
+
FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface NeuronDeviceCoreInfo {
|
|
168
|
+
Count?: number | undefined;
|
|
169
|
+
Version?: number | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface NeuronDeviceMemoryInfo {
|
|
172
|
+
SizeInMiB?: number | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface NeuronDeviceInfo {
|
|
175
|
+
Count?: number | undefined;
|
|
176
|
+
Name?: string | undefined;
|
|
177
|
+
CoreInfo?: NeuronDeviceCoreInfo | undefined;
|
|
178
|
+
MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
|
|
179
|
+
}
|
|
118
180
|
export interface NeuronInfo {
|
|
119
181
|
NeuronDevices?: NeuronDeviceInfo[] | undefined;
|
|
120
182
|
TotalNeuronDeviceMemoryInMiB?: number | undefined;
|
|
@@ -2019,70 +2081,6 @@ export interface DescribeVolumeStatusRequest {
|
|
|
2019
2081
|
DryRun?: boolean | undefined;
|
|
2020
2082
|
Filters?: Filter[] | undefined;
|
|
2021
2083
|
}
|
|
2022
|
-
export interface VolumeStatusAction {
|
|
2023
|
-
Code?: string | undefined;
|
|
2024
|
-
Description?: string | undefined;
|
|
2025
|
-
EventId?: string | undefined;
|
|
2026
|
-
EventType?: string | undefined;
|
|
2027
|
-
}
|
|
2028
|
-
export interface VolumeStatusAttachmentStatus {
|
|
2029
|
-
IoPerformance?: string | undefined;
|
|
2030
|
-
InstanceId?: string | undefined;
|
|
2031
|
-
}
|
|
2032
|
-
export interface VolumeStatusEvent {
|
|
2033
|
-
Description?: string | undefined;
|
|
2034
|
-
EventId?: string | undefined;
|
|
2035
|
-
EventType?: string | undefined;
|
|
2036
|
-
NotAfter?: Date | undefined;
|
|
2037
|
-
NotBefore?: Date | undefined;
|
|
2038
|
-
InstanceId?: string | undefined;
|
|
2039
|
-
}
|
|
2040
|
-
export declare const InitializationType: {
|
|
2041
|
-
readonly default: "default";
|
|
2042
|
-
readonly provisioned_rate: "provisioned-rate";
|
|
2043
|
-
readonly volume_copy: "volume-copy";
|
|
2044
|
-
};
|
|
2045
|
-
export type InitializationType =
|
|
2046
|
-
(typeof InitializationType)[keyof typeof InitializationType];
|
|
2047
|
-
export interface InitializationStatusDetails {
|
|
2048
|
-
InitializationType?: InitializationType | undefined;
|
|
2049
|
-
Progress?: number | undefined;
|
|
2050
|
-
EstimatedTimeToCompleteInSeconds?: number | undefined;
|
|
2051
|
-
}
|
|
2052
|
-
export declare const VolumeStatusName: {
|
|
2053
|
-
readonly initialization_state: "initialization-state";
|
|
2054
|
-
readonly io_enabled: "io-enabled";
|
|
2055
|
-
readonly io_performance: "io-performance";
|
|
2056
|
-
};
|
|
2057
|
-
export type VolumeStatusName =
|
|
2058
|
-
(typeof VolumeStatusName)[keyof typeof VolumeStatusName];
|
|
2059
|
-
export interface VolumeStatusDetails {
|
|
2060
|
-
Name?: VolumeStatusName | undefined;
|
|
2061
|
-
Status?: string | undefined;
|
|
2062
|
-
}
|
|
2063
|
-
export declare const VolumeStatusInfoStatus: {
|
|
2064
|
-
readonly impaired: "impaired";
|
|
2065
|
-
readonly insufficient_data: "insufficient-data";
|
|
2066
|
-
readonly ok: "ok";
|
|
2067
|
-
readonly warning: "warning";
|
|
2068
|
-
};
|
|
2069
|
-
export type VolumeStatusInfoStatus =
|
|
2070
|
-
(typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
|
|
2071
|
-
export interface VolumeStatusInfo {
|
|
2072
|
-
Details?: VolumeStatusDetails[] | undefined;
|
|
2073
|
-
Status?: VolumeStatusInfoStatus | undefined;
|
|
2074
|
-
}
|
|
2075
|
-
export interface VolumeStatusItem {
|
|
2076
|
-
Actions?: VolumeStatusAction[] | undefined;
|
|
2077
|
-
AvailabilityZone?: string | undefined;
|
|
2078
|
-
OutpostArn?: string | undefined;
|
|
2079
|
-
Events?: VolumeStatusEvent[] | undefined;
|
|
2080
|
-
VolumeId?: string | undefined;
|
|
2081
|
-
VolumeStatus?: VolumeStatusInfo | undefined;
|
|
2082
|
-
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
2083
|
-
InitializationStatusDetails?: InitializationStatusDetails | undefined;
|
|
2084
|
-
AvailabilityZoneId?: string | undefined;
|
|
2085
|
-
}
|
|
2086
2084
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2087
2085
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2088
2086
|
) => any;
|