@jjrawlins/cdk-ami-builder 0.0.66 → 0.0.68
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 +14 -14
- package/API.md +3 -45
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction.go +12 -25
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunctionProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__checks.go +7 -7
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__no_checks.go +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline.go +4 -17
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipelineProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction.go +12 -25
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunctionProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__checks.go +7 -7
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__no_checks.go +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/VolumeProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/go.mod +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/jsii/jsii.go +2 -2
- package/{cdk-ami-builder → cdkamibuilder}/main.go +1 -1
- package/cdkamibuilder/version +1 -0
- 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 +88 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- 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 +1 -1
- 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/CancelSpotFleetRequestsCommand.d.ts +12 -0
- 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 +1 -1
- 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 +3 -3
- 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/CreateDefaultVpcCommand.d.ts +3 -0
- 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 +5 -5
- 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 +3 -2
- 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/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- 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 +9 -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 +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
- 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 +3 -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 +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -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/DeleteFleetsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.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/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
- 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/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- 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/ImportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.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/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- 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 +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- 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/TerminateInstancesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
- package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-kms/package.json +33 -33
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sns/package.json +33 -33
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
- 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/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
- 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/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-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- 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/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/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +23 -22
- package/cdk-ami-builder/version +0 -1
- /package/{cdk-ami-builder → cdkamibuilder}/LICENSE +0 -0
- /package/{cdk-ami-builder → cdkamibuilder}/README.md +0 -0
- /package/{cdk-ami-builder → cdkamibuilder}/internal/types.go +0 -0
|
@@ -86,6 +86,8 @@ export * from "./CreateInternetGatewayCommand";
|
|
|
86
86
|
export * from "./CreateIpamCommand";
|
|
87
87
|
export * from "./CreateIpamExternalResourceVerificationTokenCommand";
|
|
88
88
|
export * from "./CreateIpamPoolCommand";
|
|
89
|
+
export * from "./CreateIpamPrefixListResolverCommand";
|
|
90
|
+
export * from "./CreateIpamPrefixListResolverTargetCommand";
|
|
89
91
|
export * from "./CreateIpamResourceDiscoveryCommand";
|
|
90
92
|
export * from "./CreateIpamScopeCommand";
|
|
91
93
|
export * from "./CreateKeyPairCommand";
|
|
@@ -172,6 +174,8 @@ export * from "./DeleteInternetGatewayCommand";
|
|
|
172
174
|
export * from "./DeleteIpamCommand";
|
|
173
175
|
export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
|
|
174
176
|
export * from "./DeleteIpamPoolCommand";
|
|
177
|
+
export * from "./DeleteIpamPrefixListResolverCommand";
|
|
178
|
+
export * from "./DeleteIpamPrefixListResolverTargetCommand";
|
|
175
179
|
export * from "./DeleteIpamResourceDiscoveryCommand";
|
|
176
180
|
export * from "./DeleteIpamScopeCommand";
|
|
177
181
|
export * from "./DeleteKeyPairCommand";
|
|
@@ -315,6 +319,8 @@ export * from "./DescribeInternetGatewaysCommand";
|
|
|
315
319
|
export * from "./DescribeIpamByoasnCommand";
|
|
316
320
|
export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
|
|
317
321
|
export * from "./DescribeIpamPoolsCommand";
|
|
322
|
+
export * from "./DescribeIpamPrefixListResolverTargetsCommand";
|
|
323
|
+
export * from "./DescribeIpamPrefixListResolversCommand";
|
|
318
324
|
export * from "./DescribeIpamResourceDiscoveriesCommand";
|
|
319
325
|
export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
320
326
|
export * from "./DescribeIpamScopesCommand";
|
|
@@ -517,6 +523,9 @@ export * from "./GetIpamDiscoveredPublicAddressesCommand";
|
|
|
517
523
|
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
518
524
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
519
525
|
export * from "./GetIpamPoolCidrsCommand";
|
|
526
|
+
export * from "./GetIpamPrefixListResolverRulesCommand";
|
|
527
|
+
export * from "./GetIpamPrefixListResolverVersionEntriesCommand";
|
|
528
|
+
export * from "./GetIpamPrefixListResolverVersionsCommand";
|
|
520
529
|
export * from "./GetIpamResourceCidrsCommand";
|
|
521
530
|
export * from "./GetLaunchTemplateDataCommand";
|
|
522
531
|
export * from "./GetManagedPrefixListAssociationsCommand";
|
|
@@ -582,6 +591,8 @@ export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
|
|
|
582
591
|
export * from "./ModifyInstancePlacementCommand";
|
|
583
592
|
export * from "./ModifyIpamCommand";
|
|
584
593
|
export * from "./ModifyIpamPoolCommand";
|
|
594
|
+
export * from "./ModifyIpamPrefixListResolverCommand";
|
|
595
|
+
export * from "./ModifyIpamPrefixListResolverTargetCommand";
|
|
585
596
|
export * from "./ModifyIpamResourceCidrCommand";
|
|
586
597
|
export * from "./ModifyIpamResourceDiscoveryCommand";
|
|
587
598
|
export * from "./ModifyIpamScopeCommand";
|
|
@@ -77,6 +77,8 @@ export declare const ResourceType: {
|
|
|
77
77
|
readonly ipam: "ipam";
|
|
78
78
|
readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
|
|
79
79
|
readonly ipam_pool: "ipam-pool";
|
|
80
|
+
readonly ipam_prefix_list_resolver: "ipam-prefix-list-resolver";
|
|
81
|
+
readonly ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target";
|
|
80
82
|
readonly ipam_resource_discovery: "ipam-resource-discovery";
|
|
81
83
|
readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
|
|
82
84
|
readonly ipam_scope: "ipam-scope";
|
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
AttachmentStatus,
|
|
13
13
|
CapacityReservationFleetState,
|
|
14
14
|
InstanceEventWindow,
|
|
15
|
-
ResourceType,
|
|
16
15
|
SubnetIpv6CidrBlockAssociation,
|
|
17
16
|
Tag,
|
|
18
17
|
TagSpecification,
|
|
@@ -1200,6 +1199,18 @@ export declare const _InstanceType: {
|
|
|
1200
1199
|
readonly r7iz_metal_16xl: "r7iz.metal-16xl";
|
|
1201
1200
|
readonly r7iz_metal_32xl: "r7iz.metal-32xl";
|
|
1202
1201
|
readonly r7iz_xlarge: "r7iz.xlarge";
|
|
1202
|
+
readonly r8a_12xlarge: "r8a.12xlarge";
|
|
1203
|
+
readonly r8a_16xlarge: "r8a.16xlarge";
|
|
1204
|
+
readonly r8a_24xlarge: "r8a.24xlarge";
|
|
1205
|
+
readonly r8a_2xlarge: "r8a.2xlarge";
|
|
1206
|
+
readonly r8a_48xlarge: "r8a.48xlarge";
|
|
1207
|
+
readonly r8a_4xlarge: "r8a.4xlarge";
|
|
1208
|
+
readonly r8a_8xlarge: "r8a.8xlarge";
|
|
1209
|
+
readonly r8a_large: "r8a.large";
|
|
1210
|
+
readonly r8a_medium: "r8a.medium";
|
|
1211
|
+
readonly r8a_metal_24xl: "r8a.metal-24xl";
|
|
1212
|
+
readonly r8a_metal_48xl: "r8a.metal-48xl";
|
|
1213
|
+
readonly r8a_xlarge: "r8a.xlarge";
|
|
1203
1214
|
readonly r8g_12xlarge: "r8g.12xlarge";
|
|
1204
1215
|
readonly r8g_16xlarge: "r8g.16xlarge";
|
|
1205
1216
|
readonly r8g_24xlarge: "r8g.24xlarge";
|
|
@@ -1298,6 +1309,7 @@ export declare const _InstanceType: {
|
|
|
1298
1309
|
readonly trn1_2xlarge: "trn1.2xlarge";
|
|
1299
1310
|
readonly trn1_32xlarge: "trn1.32xlarge";
|
|
1300
1311
|
readonly trn1n_32xlarge: "trn1n.32xlarge";
|
|
1312
|
+
readonly trn2_3xlarge: "trn2.3xlarge";
|
|
1301
1313
|
readonly trn2_48xlarge: "trn2.48xlarge";
|
|
1302
1314
|
readonly u7i_12tb_224xlarge: "u7i-12tb.224xlarge";
|
|
1303
1315
|
readonly u7i_6tb_112xlarge: "u7i-6tb.112xlarge";
|
|
@@ -1730,6 +1742,9 @@ export interface VpcEncryptionControlExclusions {
|
|
|
1730
1742
|
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1731
1743
|
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1732
1744
|
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
1745
|
+
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
1746
|
+
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
1747
|
+
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
1733
1748
|
}
|
|
1734
1749
|
export declare const VpcEncryptionControlState: {
|
|
1735
1750
|
readonly available: "available";
|
|
@@ -2759,6 +2774,142 @@ export interface IpamPool {
|
|
|
2759
2774
|
export interface CreateIpamPoolResult {
|
|
2760
2775
|
IpamPool?: IpamPool | undefined;
|
|
2761
2776
|
}
|
|
2777
|
+
export declare const IpamPrefixListResolverRuleConditionOperation: {
|
|
2778
|
+
readonly equals: "equals";
|
|
2779
|
+
readonly not_equals: "not-equals";
|
|
2780
|
+
readonly subnet_of: "subnet-of";
|
|
2781
|
+
};
|
|
2782
|
+
export type IpamPrefixListResolverRuleConditionOperation =
|
|
2783
|
+
(typeof IpamPrefixListResolverRuleConditionOperation)[keyof typeof IpamPrefixListResolverRuleConditionOperation];
|
|
2784
|
+
export interface IpamPrefixListResolverRuleConditionRequest {
|
|
2785
|
+
Operation: IpamPrefixListResolverRuleConditionOperation | undefined;
|
|
2786
|
+
IpamPoolId?: string | undefined;
|
|
2787
|
+
ResourceId?: string | undefined;
|
|
2788
|
+
ResourceOwner?: string | undefined;
|
|
2789
|
+
ResourceRegion?: string | undefined;
|
|
2790
|
+
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
2791
|
+
Cidr?: string | undefined;
|
|
2792
|
+
}
|
|
2793
|
+
export declare const IpamResourceType: {
|
|
2794
|
+
readonly eip: "eip";
|
|
2795
|
+
readonly eni: "eni";
|
|
2796
|
+
readonly ipv6_pool: "ipv6-pool";
|
|
2797
|
+
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
2798
|
+
readonly subnet: "subnet";
|
|
2799
|
+
readonly vpc: "vpc";
|
|
2800
|
+
};
|
|
2801
|
+
export type IpamResourceType =
|
|
2802
|
+
(typeof IpamResourceType)[keyof typeof IpamResourceType];
|
|
2803
|
+
export declare const IpamPrefixListResolverRuleType: {
|
|
2804
|
+
readonly ipam_pool_cidr: "ipam-pool-cidr";
|
|
2805
|
+
readonly ipam_resource_cidr: "ipam-resource-cidr";
|
|
2806
|
+
readonly static_cidr: "static-cidr";
|
|
2807
|
+
};
|
|
2808
|
+
export type IpamPrefixListResolverRuleType =
|
|
2809
|
+
(typeof IpamPrefixListResolverRuleType)[keyof typeof IpamPrefixListResolverRuleType];
|
|
2810
|
+
export interface IpamPrefixListResolverRuleRequest {
|
|
2811
|
+
RuleType: IpamPrefixListResolverRuleType | undefined;
|
|
2812
|
+
StaticCidr?: string | undefined;
|
|
2813
|
+
IpamScopeId?: string | undefined;
|
|
2814
|
+
ResourceType?: IpamResourceType | undefined;
|
|
2815
|
+
Conditions?: IpamPrefixListResolverRuleConditionRequest[] | undefined;
|
|
2816
|
+
}
|
|
2817
|
+
export interface CreateIpamPrefixListResolverRequest {
|
|
2818
|
+
DryRun?: boolean | undefined;
|
|
2819
|
+
IpamId: string | undefined;
|
|
2820
|
+
Description?: string | undefined;
|
|
2821
|
+
AddressFamily: AddressFamily | undefined;
|
|
2822
|
+
Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
|
|
2823
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2824
|
+
ClientToken?: string | undefined;
|
|
2825
|
+
}
|
|
2826
|
+
export declare const IpamPrefixListResolverVersionCreationStatus: {
|
|
2827
|
+
readonly failure: "failure";
|
|
2828
|
+
readonly pending: "pending";
|
|
2829
|
+
readonly success: "success";
|
|
2830
|
+
};
|
|
2831
|
+
export type IpamPrefixListResolverVersionCreationStatus =
|
|
2832
|
+
(typeof IpamPrefixListResolverVersionCreationStatus)[keyof typeof IpamPrefixListResolverVersionCreationStatus];
|
|
2833
|
+
export declare const IpamPrefixListResolverState: {
|
|
2834
|
+
readonly create_complete: "create-complete";
|
|
2835
|
+
readonly create_failed: "create-failed";
|
|
2836
|
+
readonly create_in_progress: "create-in-progress";
|
|
2837
|
+
readonly delete_complete: "delete-complete";
|
|
2838
|
+
readonly delete_failed: "delete-failed";
|
|
2839
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
2840
|
+
readonly isolate_complete: "isolate-complete";
|
|
2841
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
2842
|
+
readonly modify_complete: "modify-complete";
|
|
2843
|
+
readonly modify_failed: "modify-failed";
|
|
2844
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
2845
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
2846
|
+
};
|
|
2847
|
+
export type IpamPrefixListResolverState =
|
|
2848
|
+
(typeof IpamPrefixListResolverState)[keyof typeof IpamPrefixListResolverState];
|
|
2849
|
+
export interface IpamPrefixListResolver {
|
|
2850
|
+
OwnerId?: string | undefined;
|
|
2851
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
2852
|
+
IpamPrefixListResolverArn?: string | undefined;
|
|
2853
|
+
IpamArn?: string | undefined;
|
|
2854
|
+
IpamRegion?: string | undefined;
|
|
2855
|
+
Description?: string | undefined;
|
|
2856
|
+
AddressFamily?: AddressFamily | undefined;
|
|
2857
|
+
State?: IpamPrefixListResolverState | undefined;
|
|
2858
|
+
Tags?: Tag[] | undefined;
|
|
2859
|
+
LastVersionCreationStatus?:
|
|
2860
|
+
| IpamPrefixListResolverVersionCreationStatus
|
|
2861
|
+
| undefined;
|
|
2862
|
+
LastVersionCreationStatusMessage?: string | undefined;
|
|
2863
|
+
}
|
|
2864
|
+
export interface CreateIpamPrefixListResolverResult {
|
|
2865
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
2866
|
+
}
|
|
2867
|
+
export interface CreateIpamPrefixListResolverTargetRequest {
|
|
2868
|
+
DryRun?: boolean | undefined;
|
|
2869
|
+
IpamPrefixListResolverId: string | undefined;
|
|
2870
|
+
PrefixListId: string | undefined;
|
|
2871
|
+
PrefixListRegion: string | undefined;
|
|
2872
|
+
DesiredVersion?: number | undefined;
|
|
2873
|
+
TrackLatestVersion: boolean | undefined;
|
|
2874
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2875
|
+
ClientToken?: string | undefined;
|
|
2876
|
+
}
|
|
2877
|
+
export declare const IpamPrefixListResolverTargetState: {
|
|
2878
|
+
readonly create_complete: "create-complete";
|
|
2879
|
+
readonly create_failed: "create-failed";
|
|
2880
|
+
readonly create_in_progress: "create-in-progress";
|
|
2881
|
+
readonly delete_complete: "delete-complete";
|
|
2882
|
+
readonly delete_failed: "delete-failed";
|
|
2883
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
2884
|
+
readonly isolate_complete: "isolate-complete";
|
|
2885
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
2886
|
+
readonly modify_complete: "modify-complete";
|
|
2887
|
+
readonly modify_failed: "modify-failed";
|
|
2888
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
2889
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
2890
|
+
readonly sync_complete: "sync-complete";
|
|
2891
|
+
readonly sync_failed: "sync-failed";
|
|
2892
|
+
readonly sync_in_progress: "sync-in-progress";
|
|
2893
|
+
};
|
|
2894
|
+
export type IpamPrefixListResolverTargetState =
|
|
2895
|
+
(typeof IpamPrefixListResolverTargetState)[keyof typeof IpamPrefixListResolverTargetState];
|
|
2896
|
+
export interface IpamPrefixListResolverTarget {
|
|
2897
|
+
IpamPrefixListResolverTargetId?: string | undefined;
|
|
2898
|
+
IpamPrefixListResolverTargetArn?: string | undefined;
|
|
2899
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
2900
|
+
OwnerId?: string | undefined;
|
|
2901
|
+
PrefixListId?: string | undefined;
|
|
2902
|
+
PrefixListRegion?: string | undefined;
|
|
2903
|
+
DesiredVersion?: number | undefined;
|
|
2904
|
+
LastSyncedVersion?: number | undefined;
|
|
2905
|
+
TrackLatestVersion?: boolean | undefined;
|
|
2906
|
+
StateMessage?: string | undefined;
|
|
2907
|
+
State?: IpamPrefixListResolverTargetState | undefined;
|
|
2908
|
+
Tags?: Tag[] | undefined;
|
|
2909
|
+
}
|
|
2910
|
+
export interface CreateIpamPrefixListResolverTargetResult {
|
|
2911
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
2912
|
+
}
|
|
2762
2913
|
export interface CreateIpamResourceDiscoveryRequest {
|
|
2763
2914
|
DryRun?: boolean | undefined;
|
|
2764
2915
|
Description?: string | undefined;
|
|
@@ -2800,12 +2951,26 @@ export interface IpamResourceDiscovery {
|
|
|
2800
2951
|
export interface CreateIpamResourceDiscoveryResult {
|
|
2801
2952
|
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
2802
2953
|
}
|
|
2954
|
+
export declare const IpamScopeExternalAuthorityType: {
|
|
2955
|
+
readonly infoblox: "infoblox";
|
|
2956
|
+
};
|
|
2957
|
+
export type IpamScopeExternalAuthorityType =
|
|
2958
|
+
(typeof IpamScopeExternalAuthorityType)[keyof typeof IpamScopeExternalAuthorityType];
|
|
2959
|
+
export interface ExternalAuthorityConfiguration {
|
|
2960
|
+
Type?: IpamScopeExternalAuthorityType | undefined;
|
|
2961
|
+
ExternalResourceIdentifier?: string | undefined;
|
|
2962
|
+
}
|
|
2803
2963
|
export interface CreateIpamScopeRequest {
|
|
2804
2964
|
DryRun?: boolean | undefined;
|
|
2805
2965
|
IpamId: string | undefined;
|
|
2806
2966
|
Description?: string | undefined;
|
|
2807
2967
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
2808
2968
|
ClientToken?: string | undefined;
|
|
2969
|
+
ExternalAuthorityConfiguration?: ExternalAuthorityConfiguration | undefined;
|
|
2970
|
+
}
|
|
2971
|
+
export interface IpamScopeExternalAuthorityConfiguration {
|
|
2972
|
+
Type?: IpamScopeExternalAuthorityType | undefined;
|
|
2973
|
+
ExternalResourceIdentifier?: string | undefined;
|
|
2809
2974
|
}
|
|
2810
2975
|
export declare const IpamScopeState: {
|
|
2811
2976
|
readonly create_complete: "create-complete";
|
|
@@ -2835,6 +3000,9 @@ export interface IpamScope {
|
|
|
2835
3000
|
PoolCount?: number | undefined;
|
|
2836
3001
|
State?: IpamScopeState | undefined;
|
|
2837
3002
|
Tags?: Tag[] | undefined;
|
|
3003
|
+
ExternalAuthorityConfiguration?:
|
|
3004
|
+
| IpamScopeExternalAuthorityConfiguration
|
|
3005
|
+
| undefined;
|
|
2838
3006
|
}
|
|
2839
3007
|
export interface CreateIpamScopeResult {
|
|
2840
3008
|
IpamScope?: IpamScope | undefined;
|
|
@@ -3028,181 +3196,6 @@ export interface InstanceIpv6AddressRequest {
|
|
|
3028
3196
|
export interface Ipv6PrefixSpecificationRequest {
|
|
3029
3197
|
Ipv6Prefix?: string | undefined;
|
|
3030
3198
|
}
|
|
3031
|
-
export interface PrivateIpAddressSpecification {
|
|
3032
|
-
Primary?: boolean | undefined;
|
|
3033
|
-
PrivateIpAddress?: string | undefined;
|
|
3034
|
-
}
|
|
3035
|
-
export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
3036
|
-
AssociateCarrierIpAddress?: boolean | undefined;
|
|
3037
|
-
AssociatePublicIpAddress?: boolean | undefined;
|
|
3038
|
-
DeleteOnTermination?: boolean | undefined;
|
|
3039
|
-
Description?: string | undefined;
|
|
3040
|
-
DeviceIndex?: number | undefined;
|
|
3041
|
-
Groups?: string[] | undefined;
|
|
3042
|
-
InterfaceType?: string | undefined;
|
|
3043
|
-
Ipv6AddressCount?: number | undefined;
|
|
3044
|
-
Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
|
|
3045
|
-
NetworkInterfaceId?: string | undefined;
|
|
3046
|
-
PrivateIpAddress?: string | undefined;
|
|
3047
|
-
PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
|
|
3048
|
-
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
3049
|
-
SubnetId?: string | undefined;
|
|
3050
|
-
NetworkCardIndex?: number | undefined;
|
|
3051
|
-
Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
|
|
3052
|
-
Ipv4PrefixCount?: number | undefined;
|
|
3053
|
-
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
|
|
3054
|
-
Ipv6PrefixCount?: number | undefined;
|
|
3055
|
-
PrimaryIpv6?: boolean | undefined;
|
|
3056
|
-
EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
|
|
3057
|
-
ConnectionTrackingSpecification?:
|
|
3058
|
-
| ConnectionTrackingSpecificationRequest
|
|
3059
|
-
| undefined;
|
|
3060
|
-
EnaQueueCount?: number | undefined;
|
|
3061
|
-
}
|
|
3062
|
-
export declare const InstanceBandwidthWeighting: {
|
|
3063
|
-
readonly DEFAULT: "default";
|
|
3064
|
-
readonly EBS_1: "ebs-1";
|
|
3065
|
-
readonly VPC_1: "vpc-1";
|
|
3066
|
-
};
|
|
3067
|
-
export type InstanceBandwidthWeighting =
|
|
3068
|
-
(typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
3069
|
-
export interface LaunchTemplateNetworkPerformanceOptionsRequest {
|
|
3070
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
3071
|
-
}
|
|
3072
|
-
export interface OperatorRequest {
|
|
3073
|
-
Principal?: string | undefined;
|
|
3074
|
-
}
|
|
3075
|
-
export interface LaunchTemplatePlacementRequest {
|
|
3076
|
-
AvailabilityZone?: string | undefined;
|
|
3077
|
-
AvailabilityZoneId?: string | undefined;
|
|
3078
|
-
Affinity?: string | undefined;
|
|
3079
|
-
GroupName?: string | undefined;
|
|
3080
|
-
HostId?: string | undefined;
|
|
3081
|
-
Tenancy?: Tenancy | undefined;
|
|
3082
|
-
SpreadDomain?: string | undefined;
|
|
3083
|
-
HostResourceGroupArn?: string | undefined;
|
|
3084
|
-
PartitionNumber?: number | undefined;
|
|
3085
|
-
GroupId?: string | undefined;
|
|
3086
|
-
}
|
|
3087
|
-
export interface LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
3088
|
-
HostnameType?: HostnameType | undefined;
|
|
3089
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
3090
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
3091
|
-
}
|
|
3092
|
-
export interface LaunchTemplateTagSpecificationRequest {
|
|
3093
|
-
ResourceType?: ResourceType | undefined;
|
|
3094
|
-
Tags?: Tag[] | undefined;
|
|
3095
|
-
}
|
|
3096
|
-
export interface RequestLaunchTemplateData {
|
|
3097
|
-
KernelId?: string | undefined;
|
|
3098
|
-
EbsOptimized?: boolean | undefined;
|
|
3099
|
-
IamInstanceProfile?:
|
|
3100
|
-
| LaunchTemplateIamInstanceProfileSpecificationRequest
|
|
3101
|
-
| undefined;
|
|
3102
|
-
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | undefined;
|
|
3103
|
-
NetworkInterfaces?:
|
|
3104
|
-
| LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[]
|
|
3105
|
-
| undefined;
|
|
3106
|
-
ImageId?: string | undefined;
|
|
3107
|
-
InstanceType?: _InstanceType | undefined;
|
|
3108
|
-
KeyName?: string | undefined;
|
|
3109
|
-
Monitoring?: LaunchTemplatesMonitoringRequest | undefined;
|
|
3110
|
-
Placement?: LaunchTemplatePlacementRequest | undefined;
|
|
3111
|
-
RamDiskId?: string | undefined;
|
|
3112
|
-
DisableApiTermination?: boolean | undefined;
|
|
3113
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
3114
|
-
UserData?: string | undefined;
|
|
3115
|
-
TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | undefined;
|
|
3116
|
-
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
3117
|
-
ElasticInferenceAccelerators?:
|
|
3118
|
-
| LaunchTemplateElasticInferenceAccelerator[]
|
|
3119
|
-
| undefined;
|
|
3120
|
-
SecurityGroupIds?: string[] | undefined;
|
|
3121
|
-
SecurityGroups?: string[] | undefined;
|
|
3122
|
-
InstanceMarketOptions?:
|
|
3123
|
-
| LaunchTemplateInstanceMarketOptionsRequest
|
|
3124
|
-
| undefined;
|
|
3125
|
-
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
3126
|
-
CpuOptions?: LaunchTemplateCpuOptionsRequest | undefined;
|
|
3127
|
-
CapacityReservationSpecification?:
|
|
3128
|
-
| LaunchTemplateCapacityReservationSpecificationRequest
|
|
3129
|
-
| undefined;
|
|
3130
|
-
LicenseSpecifications?:
|
|
3131
|
-
| LaunchTemplateLicenseConfigurationRequest[]
|
|
3132
|
-
| undefined;
|
|
3133
|
-
HibernationOptions?: LaunchTemplateHibernationOptionsRequest | undefined;
|
|
3134
|
-
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest | undefined;
|
|
3135
|
-
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest | undefined;
|
|
3136
|
-
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
3137
|
-
PrivateDnsNameOptions?:
|
|
3138
|
-
| LaunchTemplatePrivateDnsNameOptionsRequest
|
|
3139
|
-
| undefined;
|
|
3140
|
-
MaintenanceOptions?:
|
|
3141
|
-
| LaunchTemplateInstanceMaintenanceOptionsRequest
|
|
3142
|
-
| undefined;
|
|
3143
|
-
DisableApiStop?: boolean | undefined;
|
|
3144
|
-
Operator?: OperatorRequest | undefined;
|
|
3145
|
-
NetworkPerformanceOptions?:
|
|
3146
|
-
| LaunchTemplateNetworkPerformanceOptionsRequest
|
|
3147
|
-
| undefined;
|
|
3148
|
-
}
|
|
3149
|
-
export interface CreateLaunchTemplateRequest {
|
|
3150
|
-
DryRun?: boolean | undefined;
|
|
3151
|
-
ClientToken?: string | undefined;
|
|
3152
|
-
LaunchTemplateName: string | undefined;
|
|
3153
|
-
VersionDescription?: string | undefined;
|
|
3154
|
-
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
3155
|
-
Operator?: OperatorRequest | undefined;
|
|
3156
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
3157
|
-
}
|
|
3158
|
-
export interface LaunchTemplate {
|
|
3159
|
-
LaunchTemplateId?: string | undefined;
|
|
3160
|
-
LaunchTemplateName?: string | undefined;
|
|
3161
|
-
CreateTime?: Date | undefined;
|
|
3162
|
-
CreatedBy?: string | undefined;
|
|
3163
|
-
DefaultVersionNumber?: number | undefined;
|
|
3164
|
-
LatestVersionNumber?: number | undefined;
|
|
3165
|
-
Tags?: Tag[] | undefined;
|
|
3166
|
-
Operator?: OperatorResponse | undefined;
|
|
3167
|
-
}
|
|
3168
|
-
export interface ValidationError {
|
|
3169
|
-
Code?: string | undefined;
|
|
3170
|
-
Message?: string | undefined;
|
|
3171
|
-
}
|
|
3172
|
-
export interface ValidationWarning {
|
|
3173
|
-
Errors?: ValidationError[] | undefined;
|
|
3174
|
-
}
|
|
3175
|
-
export interface CreateLaunchTemplateResult {
|
|
3176
|
-
LaunchTemplate?: LaunchTemplate | undefined;
|
|
3177
|
-
Warning?: ValidationWarning | undefined;
|
|
3178
|
-
}
|
|
3179
|
-
export interface CreateLaunchTemplateVersionRequest {
|
|
3180
|
-
DryRun?: boolean | undefined;
|
|
3181
|
-
ClientToken?: string | undefined;
|
|
3182
|
-
LaunchTemplateId?: string | undefined;
|
|
3183
|
-
LaunchTemplateName?: string | undefined;
|
|
3184
|
-
SourceVersion?: string | undefined;
|
|
3185
|
-
VersionDescription?: string | undefined;
|
|
3186
|
-
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
3187
|
-
ResolveAlias?: boolean | undefined;
|
|
3188
|
-
}
|
|
3189
|
-
export interface LaunchTemplateEbsBlockDevice {
|
|
3190
|
-
Encrypted?: boolean | undefined;
|
|
3191
|
-
DeleteOnTermination?: boolean | undefined;
|
|
3192
|
-
Iops?: number | undefined;
|
|
3193
|
-
KmsKeyId?: string | undefined;
|
|
3194
|
-
SnapshotId?: string | undefined;
|
|
3195
|
-
VolumeSize?: number | undefined;
|
|
3196
|
-
VolumeType?: VolumeType | undefined;
|
|
3197
|
-
Throughput?: number | undefined;
|
|
3198
|
-
VolumeInitializationRate?: number | undefined;
|
|
3199
|
-
}
|
|
3200
|
-
export interface LaunchTemplateBlockDeviceMapping {
|
|
3201
|
-
DeviceName?: string | undefined;
|
|
3202
|
-
VirtualName?: string | undefined;
|
|
3203
|
-
Ebs?: LaunchTemplateEbsBlockDevice | undefined;
|
|
3204
|
-
NoDevice?: string | undefined;
|
|
3205
|
-
}
|
|
3206
3199
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
3207
3200
|
obj: CopySnapshotRequest
|
|
3208
3201
|
) => any;
|
|
@@ -3210,12 +3203,3 @@ export declare const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveL
|
|
|
3210
3203
|
obj: CreateDelegateMacVolumeOwnershipTaskRequest
|
|
3211
3204
|
) => any;
|
|
3212
3205
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
3213
|
-
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
3214
|
-
obj: RequestLaunchTemplateData
|
|
3215
|
-
) => any;
|
|
3216
|
-
export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (
|
|
3217
|
-
obj: CreateLaunchTemplateRequest
|
|
3218
|
-
) => any;
|
|
3219
|
-
export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (
|
|
3220
|
-
obj: CreateLaunchTemplateVersionRequest
|
|
3221
|
-
) => any;
|