@aws-sdk/client-lightsail 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/Lightsail.js +15 -0
- package/dist-cjs/commands/UpdateInstanceMetadataOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/models/models_1.js +37 -4
- package/dist-cjs/protocols/Aws_json1_1.js +92 -4
- package/dist-es/Lightsail.js +15 -0
- package/dist-es/commands/UpdateInstanceMetadataOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +24 -0
- package/dist-es/protocols/Aws_json1_1.js +106 -0
- package/dist-types/Lightsail.d.ts +12 -0
- package/dist-types/LightsailClient.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +40 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +159 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Lightsail.d.ts +17 -154
- package/dist-types/ts3.4/LightsailClient.d.ts +6 -25
- package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInstanceMetadataOptionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/LightsailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2397 -7646
- package/dist-types/ts3.4/models/models_1.d.ts +44 -514
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.