@jjrawlins/cdk-ami-builder 0.0.54 → 0.0.56
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/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/ruleset.js +1 -1
- 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/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +1 -1
- 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
|
@@ -289,6 +289,10 @@ import {
|
|
|
289
289
|
CopyVolumesCommandInput,
|
|
290
290
|
CopyVolumesCommandOutput,
|
|
291
291
|
} from "./commands/CopyVolumesCommand";
|
|
292
|
+
import {
|
|
293
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
294
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
295
|
+
} from "./commands/CreateCapacityManagerDataExportCommand";
|
|
292
296
|
import {
|
|
293
297
|
CreateCapacityReservationBySplittingCommandInput,
|
|
294
298
|
CreateCapacityReservationBySplittingCommandOutput,
|
|
@@ -661,6 +665,10 @@ import {
|
|
|
661
665
|
CreateVpnGatewayCommandInput,
|
|
662
666
|
CreateVpnGatewayCommandOutput,
|
|
663
667
|
} from "./commands/CreateVpnGatewayCommand";
|
|
668
|
+
import {
|
|
669
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
670
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
671
|
+
} from "./commands/DeleteCapacityManagerDataExportCommand";
|
|
664
672
|
import {
|
|
665
673
|
DeleteCarrierGatewayCommandInput,
|
|
666
674
|
DeleteCarrierGatewayCommandOutput,
|
|
@@ -1077,6 +1085,10 @@ import {
|
|
|
1077
1085
|
DescribeCapacityBlockStatusCommandInput,
|
|
1078
1086
|
DescribeCapacityBlockStatusCommandOutput,
|
|
1079
1087
|
} from "./commands/DescribeCapacityBlockStatusCommand";
|
|
1088
|
+
import {
|
|
1089
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
1090
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
1091
|
+
} from "./commands/DescribeCapacityManagerDataExportsCommand";
|
|
1080
1092
|
import {
|
|
1081
1093
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1082
1094
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -1745,6 +1757,10 @@ import {
|
|
|
1745
1757
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1746
1758
|
DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1747
1759
|
} from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1760
|
+
import {
|
|
1761
|
+
DisableCapacityManagerCommandInput,
|
|
1762
|
+
DisableCapacityManagerCommandOutput,
|
|
1763
|
+
} from "./commands/DisableCapacityManagerCommand";
|
|
1748
1764
|
import {
|
|
1749
1765
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1750
1766
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1889,6 +1905,10 @@ import {
|
|
|
1889
1905
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1890
1906
|
EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1891
1907
|
} from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
|
|
1908
|
+
import {
|
|
1909
|
+
EnableCapacityManagerCommandInput,
|
|
1910
|
+
EnableCapacityManagerCommandOutput,
|
|
1911
|
+
} from "./commands/EnableCapacityManagerCommand";
|
|
1892
1912
|
import {
|
|
1893
1913
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1894
1914
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1997,6 +2017,18 @@ import {
|
|
|
1997
2017
|
GetAwsNetworkPerformanceDataCommandInput,
|
|
1998
2018
|
GetAwsNetworkPerformanceDataCommandOutput,
|
|
1999
2019
|
} from "./commands/GetAwsNetworkPerformanceDataCommand";
|
|
2020
|
+
import {
|
|
2021
|
+
GetCapacityManagerAttributesCommandInput,
|
|
2022
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
2023
|
+
} from "./commands/GetCapacityManagerAttributesCommand";
|
|
2024
|
+
import {
|
|
2025
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
2026
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
2027
|
+
} from "./commands/GetCapacityManagerMetricDataCommand";
|
|
2028
|
+
import {
|
|
2029
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
2030
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
2031
|
+
} from "./commands/GetCapacityManagerMetricDimensionsCommand";
|
|
2000
2032
|
import {
|
|
2001
2033
|
GetCapacityReservationUsageCommandInput,
|
|
2002
2034
|
GetCapacityReservationUsageCommandOutput,
|
|
@@ -2813,6 +2845,10 @@ import {
|
|
|
2813
2845
|
UnmonitorInstancesCommandInput,
|
|
2814
2846
|
UnmonitorInstancesCommandOutput,
|
|
2815
2847
|
} from "./commands/UnmonitorInstancesCommand";
|
|
2848
|
+
import {
|
|
2849
|
+
UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2850
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2851
|
+
} from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
2816
2852
|
import {
|
|
2817
2853
|
UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2818
2854
|
UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -2894,6 +2930,7 @@ export type ServiceInputTypes =
|
|
|
2894
2930
|
| CopyImageCommandInput
|
|
2895
2931
|
| CopySnapshotCommandInput
|
|
2896
2932
|
| CopyVolumesCommandInput
|
|
2933
|
+
| CreateCapacityManagerDataExportCommandInput
|
|
2897
2934
|
| CreateCapacityReservationBySplittingCommandInput
|
|
2898
2935
|
| CreateCapacityReservationCommandInput
|
|
2899
2936
|
| CreateCapacityReservationFleetCommandInput
|
|
@@ -2987,6 +3024,7 @@ export type ServiceInputTypes =
|
|
|
2987
3024
|
| CreateVpnConnectionCommandInput
|
|
2988
3025
|
| CreateVpnConnectionRouteCommandInput
|
|
2989
3026
|
| CreateVpnGatewayCommandInput
|
|
3027
|
+
| DeleteCapacityManagerDataExportCommandInput
|
|
2990
3028
|
| DeleteCarrierGatewayCommandInput
|
|
2991
3029
|
| DeleteClientVpnEndpointCommandInput
|
|
2992
3030
|
| DeleteClientVpnRouteCommandInput
|
|
@@ -3091,6 +3129,7 @@ export type ServiceInputTypes =
|
|
|
3091
3129
|
| DescribeCapacityBlockOfferingsCommandInput
|
|
3092
3130
|
| DescribeCapacityBlockStatusCommandInput
|
|
3093
3131
|
| DescribeCapacityBlocksCommandInput
|
|
3132
|
+
| DescribeCapacityManagerDataExportsCommandInput
|
|
3094
3133
|
| DescribeCapacityReservationBillingRequestsCommandInput
|
|
3095
3134
|
| DescribeCapacityReservationFleetsCommandInput
|
|
3096
3135
|
| DescribeCapacityReservationsCommandInput
|
|
@@ -3258,6 +3297,7 @@ export type ServiceInputTypes =
|
|
|
3258
3297
|
| DisableAddressTransferCommandInput
|
|
3259
3298
|
| DisableAllowedImagesSettingsCommandInput
|
|
3260
3299
|
| DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
3300
|
+
| DisableCapacityManagerCommandInput
|
|
3261
3301
|
| DisableEbsEncryptionByDefaultCommandInput
|
|
3262
3302
|
| DisableFastLaunchCommandInput
|
|
3263
3303
|
| DisableFastSnapshotRestoresCommandInput
|
|
@@ -3294,6 +3334,7 @@ export type ServiceInputTypes =
|
|
|
3294
3334
|
| EnableAddressTransferCommandInput
|
|
3295
3335
|
| EnableAllowedImagesSettingsCommandInput
|
|
3296
3336
|
| EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
|
|
3337
|
+
| EnableCapacityManagerCommandInput
|
|
3297
3338
|
| EnableEbsEncryptionByDefaultCommandInput
|
|
3298
3339
|
| EnableFastLaunchCommandInput
|
|
3299
3340
|
| EnableFastSnapshotRestoresCommandInput
|
|
@@ -3321,6 +3362,9 @@ export type ServiceInputTypes =
|
|
|
3321
3362
|
| GetAssociatedEnclaveCertificateIamRolesCommandInput
|
|
3322
3363
|
| GetAssociatedIpv6PoolCidrsCommandInput
|
|
3323
3364
|
| GetAwsNetworkPerformanceDataCommandInput
|
|
3365
|
+
| GetCapacityManagerAttributesCommandInput
|
|
3366
|
+
| GetCapacityManagerMetricDataCommandInput
|
|
3367
|
+
| GetCapacityManagerMetricDimensionsCommandInput
|
|
3324
3368
|
| GetCapacityReservationUsageCommandInput
|
|
3325
3369
|
| GetCoipPoolUsageCommandInput
|
|
3326
3370
|
| GetConsoleOutputCommandInput
|
|
@@ -3525,6 +3569,7 @@ export type ServiceInputTypes =
|
|
|
3525
3569
|
| UnassignPrivateNatGatewayAddressCommandInput
|
|
3526
3570
|
| UnlockSnapshotCommandInput
|
|
3527
3571
|
| UnmonitorInstancesCommandInput
|
|
3572
|
+
| UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
3528
3573
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandInput
|
|
3529
3574
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
3530
3575
|
| WithdrawByoipCidrCommandInput;
|
|
@@ -3590,6 +3635,7 @@ export type ServiceOutputTypes =
|
|
|
3590
3635
|
| CopyImageCommandOutput
|
|
3591
3636
|
| CopySnapshotCommandOutput
|
|
3592
3637
|
| CopyVolumesCommandOutput
|
|
3638
|
+
| CreateCapacityManagerDataExportCommandOutput
|
|
3593
3639
|
| CreateCapacityReservationBySplittingCommandOutput
|
|
3594
3640
|
| CreateCapacityReservationCommandOutput
|
|
3595
3641
|
| CreateCapacityReservationFleetCommandOutput
|
|
@@ -3683,6 +3729,7 @@ export type ServiceOutputTypes =
|
|
|
3683
3729
|
| CreateVpnConnectionCommandOutput
|
|
3684
3730
|
| CreateVpnConnectionRouteCommandOutput
|
|
3685
3731
|
| CreateVpnGatewayCommandOutput
|
|
3732
|
+
| DeleteCapacityManagerDataExportCommandOutput
|
|
3686
3733
|
| DeleteCarrierGatewayCommandOutput
|
|
3687
3734
|
| DeleteClientVpnEndpointCommandOutput
|
|
3688
3735
|
| DeleteClientVpnRouteCommandOutput
|
|
@@ -3787,6 +3834,7 @@ export type ServiceOutputTypes =
|
|
|
3787
3834
|
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3788
3835
|
| DescribeCapacityBlockStatusCommandOutput
|
|
3789
3836
|
| DescribeCapacityBlocksCommandOutput
|
|
3837
|
+
| DescribeCapacityManagerDataExportsCommandOutput
|
|
3790
3838
|
| DescribeCapacityReservationBillingRequestsCommandOutput
|
|
3791
3839
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
3792
3840
|
| DescribeCapacityReservationsCommandOutput
|
|
@@ -3954,6 +4002,7 @@ export type ServiceOutputTypes =
|
|
|
3954
4002
|
| DisableAddressTransferCommandOutput
|
|
3955
4003
|
| DisableAllowedImagesSettingsCommandOutput
|
|
3956
4004
|
| DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
4005
|
+
| DisableCapacityManagerCommandOutput
|
|
3957
4006
|
| DisableEbsEncryptionByDefaultCommandOutput
|
|
3958
4007
|
| DisableFastLaunchCommandOutput
|
|
3959
4008
|
| DisableFastSnapshotRestoresCommandOutput
|
|
@@ -3990,6 +4039,7 @@ export type ServiceOutputTypes =
|
|
|
3990
4039
|
| EnableAddressTransferCommandOutput
|
|
3991
4040
|
| EnableAllowedImagesSettingsCommandOutput
|
|
3992
4041
|
| EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
4042
|
+
| EnableCapacityManagerCommandOutput
|
|
3993
4043
|
| EnableEbsEncryptionByDefaultCommandOutput
|
|
3994
4044
|
| EnableFastLaunchCommandOutput
|
|
3995
4045
|
| EnableFastSnapshotRestoresCommandOutput
|
|
@@ -4017,6 +4067,9 @@ export type ServiceOutputTypes =
|
|
|
4017
4067
|
| GetAssociatedEnclaveCertificateIamRolesCommandOutput
|
|
4018
4068
|
| GetAssociatedIpv6PoolCidrsCommandOutput
|
|
4019
4069
|
| GetAwsNetworkPerformanceDataCommandOutput
|
|
4070
|
+
| GetCapacityManagerAttributesCommandOutput
|
|
4071
|
+
| GetCapacityManagerMetricDataCommandOutput
|
|
4072
|
+
| GetCapacityManagerMetricDimensionsCommandOutput
|
|
4020
4073
|
| GetCapacityReservationUsageCommandOutput
|
|
4021
4074
|
| GetCoipPoolUsageCommandOutput
|
|
4022
4075
|
| GetConsoleOutputCommandOutput
|
|
@@ -4221,6 +4274,7 @@ export type ServiceOutputTypes =
|
|
|
4221
4274
|
| UnassignPrivateNatGatewayAddressCommandOutput
|
|
4222
4275
|
| UnlockSnapshotCommandOutput
|
|
4223
4276
|
| UnmonitorInstancesCommandOutput
|
|
4277
|
+
| UpdateCapacityManagerOrganizationsAccessCommandOutput
|
|
4224
4278
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
4225
4279
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
4226
4280
|
| WithdrawByoipCidrCommandOutput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
CreateCapacityManagerDataExportRequest,
|
|
10
|
+
CreateCapacityManagerDataExportResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCapacityManagerDataExportCommandInput
|
|
15
|
+
extends CreateCapacityManagerDataExportRequest {}
|
|
16
|
+
export interface CreateCapacityManagerDataExportCommandOutput
|
|
17
|
+
extends CreateCapacityManagerDataExportResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCapacityManagerDataExportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCapacityManagerDataExportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
24
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateCapacityManagerDataExportCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCapacityManagerDataExportCommandInput,
|
|
33
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCapacityManagerDataExportCommand extends CreateCapacityManagerDataExportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCapacityManagerDataExportRequest;
|
|
44
|
+
output: CreateCapacityManagerDataExportResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCapacityManagerDataExportCommandInput;
|
|
48
|
+
output: CreateCapacityManagerDataExportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateVpcBlockPublicAccessExclusionResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { CreateVpcBlockPublicAccessExclusionRequest } from "../models/models_2";
|
|
9
|
+
import { CreateVpcBlockPublicAccessExclusionResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateVpcBlockPublicAccessExclusionCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DeleteCapacityManagerDataExportRequest,
|
|
10
|
+
DeleteCapacityManagerDataExportResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteCapacityManagerDataExportCommandInput
|
|
15
|
+
extends DeleteCapacityManagerDataExportRequest {}
|
|
16
|
+
export interface DeleteCapacityManagerDataExportCommandOutput
|
|
17
|
+
extends DeleteCapacityManagerDataExportResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteCapacityManagerDataExportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteCapacityManagerDataExportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
24
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteCapacityManagerDataExportCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteCapacityManagerDataExportCommandInput,
|
|
33
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteCapacityManagerDataExportCommand extends DeleteCapacityManagerDataExportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCapacityManagerDataExportRequest;
|
|
44
|
+
output: DeleteCapacityManagerDataExportResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCapacityManagerDataExportCommandInput;
|
|
48
|
+
output: DeleteCapacityManagerDataExportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeCapacityBlockStatusRequest,
|
|
10
10
|
DescribeCapacityBlockStatusResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeCapacityBlockStatusCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeCapacityBlocksResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeCapacityBlocksRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeCapacityBlocksResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeCapacityBlocksCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityManagerDataExportsRequest,
|
|
10
|
+
DescribeCapacityManagerDataExportsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityManagerDataExportsCommandInput
|
|
15
|
+
extends DescribeCapacityManagerDataExportsRequest {}
|
|
16
|
+
export interface DescribeCapacityManagerDataExportsCommandOutput
|
|
17
|
+
extends DescribeCapacityManagerDataExportsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityManagerDataExportsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityManagerDataExportsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
24
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeCapacityManagerDataExportsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityManagerDataExportsCommandInput,
|
|
33
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityManagerDataExportsCommand extends DescribeCapacityManagerDataExportsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityManagerDataExportsRequest;
|
|
44
|
+
output: DescribeCapacityManagerDataExportsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityManagerDataExportsCommandInput;
|
|
48
|
+
output: DescribeCapacityManagerDataExportsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DisableCapacityManagerRequest,
|
|
10
|
+
DisableCapacityManagerResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisableCapacityManagerCommandInput
|
|
15
|
+
extends DisableCapacityManagerRequest {}
|
|
16
|
+
export interface DisableCapacityManagerCommandOutput
|
|
17
|
+
extends DisableCapacityManagerResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisableCapacityManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisableCapacityManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisableCapacityManagerCommandInput,
|
|
24
|
+
DisableCapacityManagerCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DisableCapacityManagerCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisableCapacityManagerCommandInput,
|
|
33
|
+
DisableCapacityManagerCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisableCapacityManagerCommand extends DisableCapacityManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisableCapacityManagerRequest;
|
|
44
|
+
output: DisableCapacityManagerResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableCapacityManagerCommandInput;
|
|
48
|
+
output: DisableCapacityManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
EnableCapacityManagerRequest,
|
|
10
|
+
EnableCapacityManagerResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface EnableCapacityManagerCommandInput
|
|
15
|
+
extends EnableCapacityManagerRequest {}
|
|
16
|
+
export interface EnableCapacityManagerCommandOutput
|
|
17
|
+
extends EnableCapacityManagerResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const EnableCapacityManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: EnableCapacityManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
EnableCapacityManagerCommandInput,
|
|
24
|
+
EnableCapacityManagerCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [EnableCapacityManagerCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
EnableCapacityManagerCommandInput,
|
|
33
|
+
EnableCapacityManagerCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class EnableCapacityManagerCommand extends EnableCapacityManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: EnableCapacityManagerRequest;
|
|
44
|
+
output: EnableCapacityManagerResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EnableCapacityManagerCommandInput;
|
|
48
|
+
output: EnableCapacityManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
GetCapacityManagerAttributesRequest,
|
|
10
|
+
GetCapacityManagerAttributesResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCapacityManagerAttributesCommandInput
|
|
15
|
+
extends GetCapacityManagerAttributesRequest {}
|
|
16
|
+
export interface GetCapacityManagerAttributesCommandOutput
|
|
17
|
+
extends GetCapacityManagerAttributesResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCapacityManagerAttributesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCapacityManagerAttributesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCapacityManagerAttributesCommandInput,
|
|
24
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [GetCapacityManagerAttributesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCapacityManagerAttributesCommandInput,
|
|
33
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCapacityManagerAttributesCommand extends GetCapacityManagerAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCapacityManagerAttributesRequest;
|
|
44
|
+
output: GetCapacityManagerAttributesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCapacityManagerAttributesCommandInput;
|
|
48
|
+
output: GetCapacityManagerAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
GetCapacityManagerMetricDataRequest,
|
|
10
|
+
GetCapacityManagerMetricDataResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCapacityManagerMetricDataCommandInput
|
|
15
|
+
extends GetCapacityManagerMetricDataRequest {}
|
|
16
|
+
export interface GetCapacityManagerMetricDataCommandOutput
|
|
17
|
+
extends GetCapacityManagerMetricDataResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCapacityManagerMetricDataCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCapacityManagerMetricDataCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
24
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCapacityManagerMetricDataCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCapacityManagerMetricDataCommandInput,
|
|
33
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCapacityManagerMetricDataCommand extends GetCapacityManagerMetricDataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCapacityManagerMetricDataRequest;
|
|
44
|
+
output: GetCapacityManagerMetricDataResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCapacityManagerMetricDataCommandInput;
|
|
48
|
+
output: GetCapacityManagerMetricDataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
GetCapacityManagerMetricDimensionsRequest,
|
|
10
|
+
GetCapacityManagerMetricDimensionsResult,
|
|
11
|
+
} from "../models/models_6";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetCapacityManagerMetricDimensionsCommandInput
|
|
15
|
+
extends GetCapacityManagerMetricDimensionsRequest {}
|
|
16
|
+
export interface GetCapacityManagerMetricDimensionsCommandOutput
|
|
17
|
+
extends GetCapacityManagerMetricDimensionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetCapacityManagerMetricDimensionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetCapacityManagerMetricDimensionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
24
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetCapacityManagerMetricDimensionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetCapacityManagerMetricDimensionsCommandInput,
|
|
33
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetCapacityManagerMetricDimensionsCommand extends GetCapacityManagerMetricDimensionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCapacityManagerMetricDimensionsRequest;
|
|
44
|
+
output: GetCapacityManagerMetricDimensionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCapacityManagerMetricDimensionsCommandInput;
|
|
48
|
+
output: GetCapacityManagerMetricDimensionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetIpamDiscoveredAccountsResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { GetIpamDiscoveredAccountsRequest } from "../models/models_6";
|
|
9
|
+
import { GetIpamDiscoveredAccountsResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetIpamDiscoveredAccountsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetIpamDiscoveredPublicAddressesRequest,
|
|
10
10
|
GetIpamDiscoveredPublicAddressesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetIpamDiscoveredPublicAddressesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetIpamDiscoveredResourceCidrsRequest,
|
|
10
10
|
GetIpamDiscoveredResourceCidrsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetIpamDiscoveredResourceCidrsCommandInput
|