@aws-sdk/client-lightsail 3.743.0 → 3.749.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.
|
@@ -5175,13 +5175,13 @@ export interface DomainEntry {
|
|
|
5175
5175
|
*/
|
|
5176
5176
|
type?: string | undefined;
|
|
5177
5177
|
/**
|
|
5178
|
-
* @deprecated
|
|
5179
|
-
*
|
|
5180
5178
|
* <p>(Discontinued) The options for the domain entry.</p>
|
|
5181
5179
|
* <note>
|
|
5182
5180
|
* <p>In releases prior to November 29, 2017, this parameter was not included in the API
|
|
5183
5181
|
* response. It is now discontinued.</p>
|
|
5184
5182
|
* </note>
|
|
5183
|
+
*
|
|
5184
|
+
* @deprecated
|
|
5185
5185
|
* @public
|
|
5186
5186
|
*/
|
|
5187
5187
|
options?: Record<string, string> | undefined;
|
|
@@ -5318,13 +5318,13 @@ export interface CreateInstancesRequest {
|
|
|
5318
5318
|
*/
|
|
5319
5319
|
availabilityZone: string | undefined;
|
|
5320
5320
|
/**
|
|
5321
|
-
* @deprecated
|
|
5322
|
-
*
|
|
5323
5321
|
* <p>(Discontinued) The name for your custom image.</p>
|
|
5324
5322
|
* <note>
|
|
5325
5323
|
* <p>In releases prior to June 12, 2017, this parameter was ignored by the API. It is now
|
|
5326
5324
|
* discontinued.</p>
|
|
5327
5325
|
* </note>
|
|
5326
|
+
*
|
|
5327
|
+
* @deprecated
|
|
5328
5328
|
* @public
|
|
5329
5329
|
*/
|
|
5330
5330
|
customImageName?: string | undefined;
|
|
@@ -6955,25 +6955,25 @@ export interface Disk {
|
|
|
6955
6955
|
*/
|
|
6956
6956
|
isAttached?: boolean | undefined;
|
|
6957
6957
|
/**
|
|
6958
|
-
* @deprecated
|
|
6959
|
-
*
|
|
6960
6958
|
* <p>(Discontinued) The attachment state of the disk.</p>
|
|
6961
6959
|
* <note>
|
|
6962
6960
|
* <p>In releases prior to November 14, 2017, this parameter returned <code>attached</code>
|
|
6963
6961
|
* for system disks in the API response. It is now discontinued, but still included in the
|
|
6964
6962
|
* response. Use <code>isAttached</code> instead.</p>
|
|
6965
6963
|
* </note>
|
|
6964
|
+
*
|
|
6965
|
+
* @deprecated
|
|
6966
6966
|
* @public
|
|
6967
6967
|
*/
|
|
6968
6968
|
attachmentState?: string | undefined;
|
|
6969
6969
|
/**
|
|
6970
|
-
* @deprecated
|
|
6971
|
-
*
|
|
6972
6970
|
* <p>(Discontinued) The number of GB in use by the disk.</p>
|
|
6973
6971
|
* <note>
|
|
6974
6972
|
* <p>In releases prior to November 14, 2017, this parameter was not included in the API
|
|
6975
6973
|
* response. It is now discontinued.</p>
|
|
6976
6974
|
* </note>
|
|
6975
|
+
*
|
|
6976
|
+
* @deprecated
|
|
6977
6977
|
* @public
|
|
6978
6978
|
*/
|
|
6979
6979
|
gbInUse?: number | undefined;
|
|
@@ -3369,14 +3369,14 @@ export interface GetOperationsForResourceResult {
|
|
|
3369
3369
|
*/
|
|
3370
3370
|
operations?: Operation[] | undefined;
|
|
3371
3371
|
/**
|
|
3372
|
-
* @deprecated
|
|
3373
|
-
*
|
|
3374
3372
|
* <p>(Discontinued) Returns the number of pages of results that remain.</p>
|
|
3375
3373
|
* <note>
|
|
3376
3374
|
* <p>In releases prior to June 12, 2017, this parameter returned <code>null</code> by the
|
|
3377
3375
|
* API. It is now discontinued, and the API returns the <code>next page token</code> parameter
|
|
3378
3376
|
* instead.</p>
|
|
3379
3377
|
* </note>
|
|
3378
|
+
*
|
|
3379
|
+
* @deprecated
|
|
3380
3380
|
* @public
|
|
3381
3381
|
*/
|
|
3382
3382
|
nextPageCount?: string | undefined;
|
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.749.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,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.749.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.749.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.749.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.749.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.4",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.5",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.4",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.5",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.5",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|