@aws-sdk/client-lightsail 3.496.0 → 3.500.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-cjs/index.js +103 -100
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -10092,6 +10092,7 @@ var de_Bundle = /* @__PURE__ */ __name((output, context) => {
|
|
|
10092
10092
|
name: import_smithy_client.expectString,
|
|
10093
10093
|
power: import_smithy_client.expectInt32,
|
|
10094
10094
|
price: import_smithy_client.limitedParseFloat32,
|
|
10095
|
+
publicIpv4AddressCount: import_smithy_client.expectInt32,
|
|
10095
10096
|
ramSizeInGb: import_smithy_client.limitedParseFloat32,
|
|
10096
10097
|
supportedAppCategories: import_smithy_client._json,
|
|
10097
10098
|
supportedPlatforms: import_smithy_client._json,
|
|
@@ -11060,6 +11061,7 @@ var de_InstanceAccessDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
11060
11061
|
hostKeys: (_) => de_HostKeysList(_, context),
|
|
11061
11062
|
instanceName: import_smithy_client.expectString,
|
|
11062
11063
|
ipAddress: import_smithy_client.expectString,
|
|
11064
|
+
ipv6Addresses: import_smithy_client._json,
|
|
11063
11065
|
password: import_smithy_client.expectString,
|
|
11064
11066
|
passwordData: import_smithy_client._json,
|
|
11065
11067
|
privateKey: import_smithy_client.expectString,
|
|
@@ -14800,45 +14802,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
14800
14802
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14801
14803
|
|
|
14802
14804
|
0 && (module.exports = {
|
|
14803
|
-
|
|
14804
|
-
|
|
14805
|
-
|
|
14806
|
-
|
|
14807
|
-
|
|
14808
|
-
AccountSetupInProgressException,
|
|
14809
|
-
AddOnType,
|
|
14810
|
-
AlarmState,
|
|
14805
|
+
LightsailServiceException,
|
|
14806
|
+
__Client,
|
|
14807
|
+
LightsailClient,
|
|
14808
|
+
Lightsail,
|
|
14809
|
+
$Command,
|
|
14811
14810
|
AllocateStaticIpCommand,
|
|
14812
|
-
AppCategory,
|
|
14813
14811
|
AttachCertificateToDistributionCommand,
|
|
14814
14812
|
AttachDiskCommand,
|
|
14815
14813
|
AttachInstancesToLoadBalancerCommand,
|
|
14816
14814
|
AttachLoadBalancerTlsCertificateCommand,
|
|
14817
14815
|
AttachStaticIpCommand,
|
|
14818
|
-
AutoMountStatus,
|
|
14819
|
-
AutoSnapshotStatus,
|
|
14820
|
-
BPAStatusMessage,
|
|
14821
|
-
BehaviorEnum,
|
|
14822
|
-
BlueprintType,
|
|
14823
|
-
BucketMetricName,
|
|
14824
|
-
CertificateDomainValidationStatus,
|
|
14825
|
-
CertificateProvider,
|
|
14826
|
-
CertificateStatus,
|
|
14827
14816
|
CloseInstancePublicPortsCommand,
|
|
14828
|
-
CloudFormationStackRecordSourceType,
|
|
14829
|
-
ComparisonOperator,
|
|
14830
|
-
ContactMethodStatus,
|
|
14831
|
-
ContactMethodVerificationProtocol,
|
|
14832
|
-
ContactProtocol,
|
|
14833
|
-
ContainerServiceDeploymentState,
|
|
14834
|
-
ContainerServiceMetricName,
|
|
14835
|
-
ContainerServicePowerName,
|
|
14836
|
-
ContainerServiceProtocol,
|
|
14837
|
-
ContainerServiceState,
|
|
14838
|
-
ContainerServiceStateDetailCode,
|
|
14839
14817
|
CopySnapshotCommand,
|
|
14840
14818
|
CreateBucketAccessKeyCommand,
|
|
14841
|
-
CreateBucketAccessKeyResultFilterSensitiveLog,
|
|
14842
14819
|
CreateBucketCommand,
|
|
14843
14820
|
CreateCertificateCommand,
|
|
14844
14821
|
CreateCloudFormationStackCommand,
|
|
@@ -14853,7 +14830,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
14853
14830
|
CreateDomainCommand,
|
|
14854
14831
|
CreateDomainEntryCommand,
|
|
14855
14832
|
CreateGUISessionAccessDetailsCommand,
|
|
14856
|
-
CreateGUISessionAccessDetailsResultFilterSensitiveLog,
|
|
14857
14833
|
CreateInstanceSnapshotCommand,
|
|
14858
14834
|
CreateInstancesCommand,
|
|
14859
14835
|
CreateInstancesFromSnapshotCommand,
|
|
@@ -14862,9 +14838,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
14862
14838
|
CreateLoadBalancerTlsCertificateCommand,
|
|
14863
14839
|
CreateRelationalDatabaseCommand,
|
|
14864
14840
|
CreateRelationalDatabaseFromSnapshotCommand,
|
|
14865
|
-
CreateRelationalDatabaseRequestFilterSensitiveLog,
|
|
14866
14841
|
CreateRelationalDatabaseSnapshotCommand,
|
|
14867
|
-
Currency,
|
|
14868
14842
|
DeleteAlarmCommand,
|
|
14869
14843
|
DeleteAutoSnapshotCommand,
|
|
14870
14844
|
DeleteBucketAccessKeyCommand,
|
|
@@ -14891,21 +14865,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
14891
14865
|
DetachInstancesFromLoadBalancerCommand,
|
|
14892
14866
|
DetachStaticIpCommand,
|
|
14893
14867
|
DisableAddOnCommand,
|
|
14894
|
-
DiskSnapshotState,
|
|
14895
|
-
DiskState,
|
|
14896
|
-
DistributionMetricName,
|
|
14897
|
-
DnsRecordCreationStateCode,
|
|
14898
14868
|
DownloadDefaultKeyPairCommand,
|
|
14899
14869
|
EnableAddOnCommand,
|
|
14900
14870
|
ExportSnapshotCommand,
|
|
14901
|
-
ExportSnapshotRecordSourceType,
|
|
14902
|
-
ForwardValues,
|
|
14903
14871
|
GetActiveNamesCommand,
|
|
14904
14872
|
GetAlarmsCommand,
|
|
14905
14873
|
GetAutoSnapshotsCommand,
|
|
14906
14874
|
GetBlueprintsCommand,
|
|
14907
14875
|
GetBucketAccessKeysCommand,
|
|
14908
|
-
GetBucketAccessKeysResultFilterSensitiveLog,
|
|
14909
14876
|
GetBucketBundlesCommand,
|
|
14910
14877
|
GetBucketMetricDataCommand,
|
|
14911
14878
|
GetBucketsCommand,
|
|
@@ -14958,7 +14925,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
14958
14925
|
GetRelationalDatabaseLogEventsCommand,
|
|
14959
14926
|
GetRelationalDatabaseLogStreamsCommand,
|
|
14960
14927
|
GetRelationalDatabaseMasterUserPasswordCommand,
|
|
14961
|
-
GetRelationalDatabaseMasterUserPasswordResultFilterSensitiveLog,
|
|
14962
14928
|
GetRelationalDatabaseMetricDataCommand,
|
|
14963
14929
|
GetRelationalDatabaseParametersCommand,
|
|
14964
14930
|
GetRelationalDatabaseSnapshotCommand,
|
|
@@ -14967,86 +14933,29 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
14967
14933
|
GetSetupHistoryCommand,
|
|
14968
14934
|
GetStaticIpCommand,
|
|
14969
14935
|
GetStaticIpsCommand,
|
|
14970
|
-
HeaderEnum,
|
|
14971
|
-
HttpEndpoint,
|
|
14972
|
-
HttpProtocolIpv6,
|
|
14973
|
-
HttpTokens,
|
|
14974
14936
|
ImportKeyPairCommand,
|
|
14975
|
-
InstanceAccessProtocol,
|
|
14976
|
-
InstanceHealthReason,
|
|
14977
|
-
InstanceHealthState,
|
|
14978
|
-
InstanceMetadataState,
|
|
14979
|
-
InstanceMetricName,
|
|
14980
|
-
InstancePlatform,
|
|
14981
|
-
InstanceSnapshotState,
|
|
14982
|
-
InvalidInputException,
|
|
14983
|
-
IpAddressType,
|
|
14984
14937
|
IsVpcPeeredCommand,
|
|
14985
|
-
Lightsail,
|
|
14986
|
-
LightsailClient,
|
|
14987
|
-
LightsailServiceException,
|
|
14988
|
-
LoadBalancerAttributeName,
|
|
14989
|
-
LoadBalancerMetricName,
|
|
14990
|
-
LoadBalancerProtocol,
|
|
14991
|
-
LoadBalancerState,
|
|
14992
|
-
LoadBalancerTlsCertificateDnsRecordCreationStateCode,
|
|
14993
|
-
LoadBalancerTlsCertificateDomainStatus,
|
|
14994
|
-
LoadBalancerTlsCertificateFailureReason,
|
|
14995
|
-
LoadBalancerTlsCertificateRenewalStatus,
|
|
14996
|
-
LoadBalancerTlsCertificateRevocationReason,
|
|
14997
|
-
LoadBalancerTlsCertificateStatus,
|
|
14998
|
-
MetricName,
|
|
14999
|
-
MetricStatistic,
|
|
15000
|
-
MetricUnit,
|
|
15001
|
-
NameServersUpdateStateCode,
|
|
15002
|
-
NetworkProtocol,
|
|
15003
|
-
NotFoundException,
|
|
15004
14938
|
OpenInstancePublicPortsCommand,
|
|
15005
|
-
OperationFailureException,
|
|
15006
|
-
OperationStatus,
|
|
15007
|
-
OperationType,
|
|
15008
|
-
OriginProtocolPolicyEnum,
|
|
15009
14939
|
PeerVpcCommand,
|
|
15010
|
-
PortAccessType,
|
|
15011
|
-
PortInfoSourceType,
|
|
15012
|
-
PortState,
|
|
15013
|
-
PricingUnit,
|
|
15014
14940
|
PutAlarmCommand,
|
|
15015
14941
|
PutInstancePublicPortsCommand,
|
|
15016
|
-
R53HostedZoneDeletionStateCode,
|
|
15017
14942
|
RebootInstanceCommand,
|
|
15018
14943
|
RebootRelationalDatabaseCommand,
|
|
15019
|
-
RecordState,
|
|
15020
|
-
RegionName,
|
|
15021
14944
|
RegisterContainerImageCommand,
|
|
15022
|
-
RelationalDatabaseEngine,
|
|
15023
|
-
RelationalDatabaseMetricName,
|
|
15024
|
-
RelationalDatabasePasswordVersion,
|
|
15025
14945
|
ReleaseStaticIpCommand,
|
|
15026
|
-
RenewalStatus,
|
|
15027
14946
|
ResetDistributionCacheCommand,
|
|
15028
|
-
ResourceBucketAccess,
|
|
15029
|
-
ResourceType,
|
|
15030
14947
|
SendContactMethodVerificationCommand,
|
|
15031
|
-
ServiceException,
|
|
15032
|
-
SessionFilterSensitiveLog,
|
|
15033
14948
|
SetIpAddressTypeCommand,
|
|
15034
14949
|
SetResourceAccessForBucketCommand,
|
|
15035
14950
|
SetupInstanceHttpsCommand,
|
|
15036
|
-
SetupInstanceHttpsRequestFilterSensitiveLog,
|
|
15037
|
-
SetupStatus,
|
|
15038
14951
|
StartGUISessionCommand,
|
|
15039
14952
|
StartInstanceCommand,
|
|
15040
14953
|
StartRelationalDatabaseCommand,
|
|
15041
|
-
Status,
|
|
15042
|
-
StatusType,
|
|
15043
14954
|
StopGUISessionCommand,
|
|
15044
14955
|
StopInstanceCommand,
|
|
15045
14956
|
StopRelationalDatabaseCommand,
|
|
15046
14957
|
TagResourceCommand,
|
|
15047
14958
|
TestAlarmCommand,
|
|
15048
|
-
TreatMissingData,
|
|
15049
|
-
UnauthenticatedException,
|
|
15050
14959
|
UnpeerVpcCommand,
|
|
15051
14960
|
UntagResourceCommand,
|
|
15052
14961
|
UpdateBucketBundleCommand,
|
|
@@ -15059,7 +14968,101 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
15059
14968
|
UpdateLoadBalancerAttributeCommand,
|
|
15060
14969
|
UpdateRelationalDatabaseCommand,
|
|
15061
14970
|
UpdateRelationalDatabaseParametersCommand,
|
|
15062
|
-
|
|
15063
|
-
|
|
14971
|
+
AccessDeniedException,
|
|
14972
|
+
AccessDirection,
|
|
14973
|
+
StatusType,
|
|
14974
|
+
AccessType,
|
|
14975
|
+
BPAStatusMessage,
|
|
14976
|
+
AccountLevelBpaSyncStatus,
|
|
14977
|
+
AccountSetupInProgressException,
|
|
14978
|
+
AddOnType,
|
|
14979
|
+
ComparisonOperator,
|
|
14980
|
+
ContactProtocol,
|
|
14981
|
+
RegionName,
|
|
14982
|
+
MetricName,
|
|
14983
|
+
ResourceType,
|
|
14984
|
+
AlarmState,
|
|
14985
|
+
MetricStatistic,
|
|
14986
|
+
TreatMissingData,
|
|
14987
|
+
MetricUnit,
|
|
14988
|
+
OperationType,
|
|
14989
|
+
OperationStatus,
|
|
14990
|
+
InvalidInputException,
|
|
14991
|
+
NotFoundException,
|
|
14992
|
+
OperationFailureException,
|
|
14993
|
+
ServiceException,
|
|
14994
|
+
UnauthenticatedException,
|
|
14995
|
+
AppCategory,
|
|
14996
|
+
AutoMountStatus,
|
|
14997
|
+
AutoSnapshotStatus,
|
|
14998
|
+
BehaviorEnum,
|
|
14999
|
+
InstancePlatform,
|
|
15000
|
+
BlueprintType,
|
|
15001
|
+
BucketMetricName,
|
|
15002
|
+
ForwardValues,
|
|
15003
|
+
HeaderEnum,
|
|
15004
|
+
DnsRecordCreationStateCode,
|
|
15005
|
+
CertificateDomainValidationStatus,
|
|
15006
|
+
RenewalStatus,
|
|
15007
|
+
CertificateStatus,
|
|
15008
|
+
CertificateProvider,
|
|
15009
|
+
NetworkProtocol,
|
|
15010
|
+
CloudFormationStackRecordSourceType,
|
|
15011
|
+
RecordState,
|
|
15012
|
+
ContactMethodStatus,
|
|
15013
|
+
ContactMethodVerificationProtocol,
|
|
15014
|
+
ContainerServiceProtocol,
|
|
15015
|
+
ContainerServiceDeploymentState,
|
|
15016
|
+
ContainerServicePowerName,
|
|
15017
|
+
ContainerServiceState,
|
|
15018
|
+
ContainerServiceStateDetailCode,
|
|
15019
|
+
ContainerServiceMetricName,
|
|
15020
|
+
Currency,
|
|
15021
|
+
PricingUnit,
|
|
15022
|
+
PortInfoSourceType,
|
|
15023
|
+
IpAddressType,
|
|
15024
|
+
OriginProtocolPolicyEnum,
|
|
15025
|
+
Status,
|
|
15026
|
+
DiskState,
|
|
15027
|
+
DiskSnapshotState,
|
|
15028
|
+
DistributionMetricName,
|
|
15029
|
+
NameServersUpdateStateCode,
|
|
15030
|
+
R53HostedZoneDeletionStateCode,
|
|
15031
|
+
ExportSnapshotRecordSourceType,
|
|
15032
|
+
AccessKeyFilterSensitiveLog,
|
|
15033
|
+
CreateBucketAccessKeyResultFilterSensitiveLog,
|
|
15034
|
+
SessionFilterSensitiveLog,
|
|
15035
|
+
CreateGUISessionAccessDetailsResultFilterSensitiveLog,
|
|
15036
|
+
CreateRelationalDatabaseRequestFilterSensitiveLog,
|
|
15037
|
+
GetBucketAccessKeysResultFilterSensitiveLog,
|
|
15038
|
+
HttpEndpoint,
|
|
15039
|
+
HttpProtocolIpv6,
|
|
15040
|
+
HttpTokens,
|
|
15041
|
+
InstanceMetadataState,
|
|
15042
|
+
PortAccessType,
|
|
15043
|
+
InstanceAccessProtocol,
|
|
15044
|
+
InstanceMetricName,
|
|
15045
|
+
PortState,
|
|
15046
|
+
InstanceSnapshotState,
|
|
15047
|
+
LoadBalancerAttributeName,
|
|
15048
|
+
InstanceHealthState,
|
|
15049
|
+
InstanceHealthReason,
|
|
15050
|
+
LoadBalancerProtocol,
|
|
15051
|
+
LoadBalancerState,
|
|
15052
|
+
LoadBalancerMetricName,
|
|
15053
|
+
LoadBalancerTlsCertificateDnsRecordCreationStateCode,
|
|
15054
|
+
LoadBalancerTlsCertificateDomainStatus,
|
|
15055
|
+
LoadBalancerTlsCertificateFailureReason,
|
|
15056
|
+
LoadBalancerTlsCertificateRenewalStatus,
|
|
15057
|
+
LoadBalancerTlsCertificateRevocationReason,
|
|
15058
|
+
LoadBalancerTlsCertificateStatus,
|
|
15059
|
+
RelationalDatabaseEngine,
|
|
15060
|
+
RelationalDatabasePasswordVersion,
|
|
15061
|
+
RelationalDatabaseMetricName,
|
|
15062
|
+
SetupStatus,
|
|
15063
|
+
ResourceBucketAccess,
|
|
15064
|
+
GetRelationalDatabaseMasterUserPasswordResultFilterSensitiveLog,
|
|
15065
|
+
SetupInstanceHttpsRequestFilterSensitiveLog,
|
|
15066
|
+
UpdateRelationalDatabaseRequestFilterSensitiveLog
|
|
15064
15067
|
});
|
|
15065
15068
|
|
|
@@ -9076,6 +9076,7 @@ const de_Bundle = (output, context) => {
|
|
|
9076
9076
|
name: __expectString,
|
|
9077
9077
|
power: __expectInt32,
|
|
9078
9078
|
price: __limitedParseFloat32,
|
|
9079
|
+
publicIpv4AddressCount: __expectInt32,
|
|
9079
9080
|
ramSizeInGb: __limitedParseFloat32,
|
|
9080
9081
|
supportedAppCategories: _json,
|
|
9081
9082
|
supportedPlatforms: _json,
|
|
@@ -10080,6 +10081,7 @@ const de_InstanceAccessDetails = (output, context) => {
|
|
|
10080
10081
|
hostKeys: (_) => de_HostKeysList(_, context),
|
|
10081
10082
|
instanceName: __expectString,
|
|
10082
10083
|
ipAddress: __expectString,
|
|
10084
|
+
ipv6Addresses: _json,
|
|
10083
10085
|
password: __expectString,
|
|
10084
10086
|
passwordData: _json,
|
|
10085
10087
|
privateKey: __expectString,
|
|
@@ -48,6 +48,9 @@ declare const GetInstanceAccessDetailsCommand_base: {
|
|
|
48
48
|
* // certKey: "STRING_VALUE",
|
|
49
49
|
* // expiresAt: new Date("TIMESTAMP"),
|
|
50
50
|
* // ipAddress: "STRING_VALUE",
|
|
51
|
+
* // ipv6Addresses: [ // Ipv6AddressList
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
51
54
|
* // password: "STRING_VALUE",
|
|
52
55
|
* // passwordData: { // PasswordData
|
|
53
56
|
* // ciphertext: "STRING_VALUE",
|
|
@@ -1942,6 +1942,11 @@ export interface Bundle {
|
|
|
1942
1942
|
* </important>
|
|
1943
1943
|
*/
|
|
1944
1944
|
supportedAppCategories?: AppCategory[];
|
|
1945
|
+
/**
|
|
1946
|
+
* @public
|
|
1947
|
+
* <p>An integer that indicates the public ipv4 address count included in the bundle, the value is either 0 or 1.</p>
|
|
1948
|
+
*/
|
|
1949
|
+
publicIpv4AddressCount?: number;
|
|
1945
1950
|
}
|
|
1946
1951
|
/**
|
|
1947
1952
|
* @public
|
|
@@ -1187,6 +1187,11 @@ export interface InstanceAccessDetails {
|
|
|
1187
1187
|
* <p>The public IP address of the Amazon Lightsail instance.</p>
|
|
1188
1188
|
*/
|
|
1189
1189
|
ipAddress?: string;
|
|
1190
|
+
/**
|
|
1191
|
+
* @public
|
|
1192
|
+
* <p>The IPv6 address of the Amazon Lightsail instance.</p>
|
|
1193
|
+
*/
|
|
1194
|
+
ipv6Addresses?: string[];
|
|
1190
1195
|
/**
|
|
1191
1196
|
* @public
|
|
1192
1197
|
* <p>For RDP access, the password for your Amazon Lightsail instance. Password will be an empty
|
|
@@ -598,6 +598,7 @@ export interface Bundle {
|
|
|
598
598
|
transferPerMonthInGb?: number;
|
|
599
599
|
supportedPlatforms?: InstancePlatform[];
|
|
600
600
|
supportedAppCategories?: AppCategory[];
|
|
601
|
+
publicIpv4AddressCount?: number;
|
|
601
602
|
}
|
|
602
603
|
export interface CacheBehavior {
|
|
603
604
|
behavior?: BehaviorEnum;
|
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.500.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lightsail",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|