@aws-sdk/client-lightsail 3.299.0 → 3.301.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/dist-types/commands/AllocateStaticIpCommand.d.ts +3 -0
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +4 -0
- package/dist-types/commands/AttachDiskCommand.d.ts +6 -0
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +4 -0
- package/dist-types/commands/AttachStaticIpCommand.d.ts +4 -0
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +17 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +8 -0
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +3 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +11 -0
- package/dist-types/commands/CreateCertificateCommand.d.ts +13 -0
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +11 -0
- package/dist-types/commands/CreateContactMethodCommand.d.ts +4 -0
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +49 -0
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +29 -0
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +1 -0
- package/dist-types/commands/CreateDiskCommand.d.ts +23 -0
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +27 -0
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +50 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +13 -0
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +3 -0
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +10 -0
- package/dist-types/commands/CreateInstancesCommand.d.ts +30 -0
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +40 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +9 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +18 -0
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +14 -0
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +18 -0
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAlarmCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +3 -0
- package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContainerServiceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDiskCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +13 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +4 -0
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +5 -0
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +5 -0
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +3 -0
- package/dist-types/commands/DetachDiskCommand.d.ts +3 -0
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/DetachStaticIpCommand.d.ts +3 -0
- package/dist-types/commands/DisableAddOnCommand.d.ts +4 -0
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +1 -0
- package/dist-types/commands/EnableAddOnCommand.d.ts +13 -0
- package/dist-types/commands/ExportSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/GetActiveNamesCommand.d.ts +3 -0
- package/dist-types/commands/GetAlarmsCommand.d.ts +5 -0
- package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +3 -0
- package/dist-types/commands/GetBlueprintsCommand.d.ts +5 -0
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketsCommand.d.ts +5 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +5 -0
- package/dist-types/commands/GetCertificatesCommand.d.ts +7 -0
- package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +3 -0
- package/dist-types/commands/GetContactMethodsCommand.d.ts +5 -0
- package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetContainerImagesCommand.d.ts +3 -0
- package/dist-types/commands/GetContainerLogCommand.d.ts +8 -0
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +3 -0
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +10 -0
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -0
- package/dist-types/commands/GetContainerServicesCommand.d.ts +3 -0
- package/dist-types/commands/GetCostEstimateCommand.d.ts +5 -0
- package/dist-types/commands/GetDiskCommand.d.ts +3 -0
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +3 -0
- package/dist-types/commands/GetDisksCommand.d.ts +3 -0
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -0
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +3 -0
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/GetDistributionsCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainCommand.d.ts +3 -0
- package/dist-types/commands/GetDomainsCommand.d.ts +3 -0
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +4 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceStateCommand.d.ts +3 -0
- package/dist-types/commands/GetInstancesCommand.d.ts +3 -0
- package/dist-types/commands/GetKeyPairCommand.d.ts +3 -0
- package/dist-types/commands/GetKeyPairsCommand.d.ts +4 -0
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +3 -0
- package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +3 -0
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +3 -0
- package/dist-types/commands/GetLoadBalancersCommand.d.ts +3 -0
- package/dist-types/commands/GetOperationCommand.d.ts +3 -0
- package/dist-types/commands/GetOperationsCommand.d.ts +3 -0
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/GetRegionsCommand.d.ts +4 -0
- package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +3 -0
- package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +4 -0
- package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +3 -0
- package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +5 -0
- package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +8 -0
- package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +3 -0
- package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +4 -0
- package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +4 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +3 -0
- package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +3 -0
- package/dist-types/commands/GetStaticIpCommand.d.ts +3 -0
- package/dist-types/commands/GetStaticIpsCommand.d.ts +3 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +4 -0
- package/dist-types/commands/IsVpcPeeredCommand.d.ts +1 -0
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +17 -0
- package/dist-types/commands/PeerVpcCommand.d.ts +1 -0
- package/dist-types/commands/PutAlarmCommand.d.ts +17 -0
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +19 -0
- package/dist-types/commands/RebootInstanceCommand.d.ts +3 -0
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +3 -0
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +5 -0
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +3 -0
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +3 -0
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +3 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +5 -0
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +5 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +3 -0
- package/dist-types/commands/StartInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +3 -0
- package/dist-types/commands/StopGUISessionCommand.d.ts +3 -0
- package/dist-types/commands/StopInstanceCommand.d.ts +4 -0
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +10 -0
- package/dist-types/commands/TestAlarmCommand.d.ts +4 -0
- package/dist-types/commands/UnpeerVpcCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBucketCommand.d.ts +16 -0
- package/dist-types/commands/UpdateContainerServiceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +43 -0
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +13 -0
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +12 -0
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +15 -0
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lightsail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|