@aws-sdk/client-outposts 3.1025.0 → 3.1026.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 +6 -0
- package/dist-cjs/schemas/schemas_0.js +4 -2
- package/dist-es/models/enums.js +6 -0
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-types/commands/ListAssetsCommand.d.ts +6 -3
- package/dist-types/models/enums.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +26 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -615,9 +615,14 @@ const AddressType = {
|
|
|
615
615
|
};
|
|
616
616
|
const AssetType = {
|
|
617
617
|
COMPUTE: "COMPUTE",
|
|
618
|
+
NETWORKING: "NETWORKING",
|
|
619
|
+
POWERSHELF: "POWERSHELF",
|
|
620
|
+
STORAGE: "STORAGE",
|
|
621
|
+
SWITCH: "SWITCH",
|
|
618
622
|
};
|
|
619
623
|
const ComputeAssetState = {
|
|
620
624
|
ACTIVE: "ACTIVE",
|
|
625
|
+
INSTALLING: "INSTALLING",
|
|
621
626
|
ISOLATED: "ISOLATED",
|
|
622
627
|
RETIRING: "RETIRING",
|
|
623
628
|
};
|
|
@@ -631,6 +636,7 @@ const AWSServiceName = {
|
|
|
631
636
|
};
|
|
632
637
|
const AssetState = {
|
|
633
638
|
ACTIVE: "ACTIVE",
|
|
639
|
+
INSTALLING: "INSTALLING",
|
|
634
640
|
ISOLATED: "ISOLATED",
|
|
635
641
|
RETIRING: "RETIRING",
|
|
636
642
|
};
|
|
@@ -26,6 +26,7 @@ const _ALs = "AssetLocation";
|
|
|
26
26
|
const _ASF = "AwsServiceFilter";
|
|
27
27
|
const _ASN = "AwsServiceName";
|
|
28
28
|
const _AT = "AssetType";
|
|
29
|
+
const _ATF = "AssetTypeFilter";
|
|
29
30
|
const _ATd = "AddressType";
|
|
30
31
|
const _AZ = "AvailabilityZone";
|
|
31
32
|
const _AZF = "AvailabilityZoneFilter";
|
|
@@ -633,8 +634,8 @@ exports.ListAssetInstancesOutput$ = [3, n0, _LAIO,
|
|
|
633
634
|
];
|
|
634
635
|
exports.ListAssetsInput$ = [3, n0, _LAI,
|
|
635
636
|
0,
|
|
636
|
-
[_OI, _HIF, _MR, _NT, _SF],
|
|
637
|
-
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }]], 1
|
|
637
|
+
[_OI, _HIF, _MR, _NT, _SF, _ATF],
|
|
638
|
+
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }], [64 | 0, { [_hQ]: _ATF }]], 1
|
|
638
639
|
];
|
|
639
640
|
exports.ListAssetsOutput$ = [3, n0, _LAO,
|
|
640
641
|
0,
|
|
@@ -847,6 +848,7 @@ var AssetInstanceList = [1, n0, _AILs,
|
|
|
847
848
|
var AssetListDefinition = [1, n0, _ALD,
|
|
848
849
|
0, () => exports.AssetInfo$
|
|
849
850
|
];
|
|
851
|
+
var AssetTypeList = 64 | 0;
|
|
850
852
|
var AvailabilityZoneIdList = 64 | 0;
|
|
851
853
|
var AvailabilityZoneList = 64 | 0;
|
|
852
854
|
var AWSServiceNameList = 64 | 0;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -4,9 +4,14 @@ export const AddressType = {
|
|
|
4
4
|
};
|
|
5
5
|
export const AssetType = {
|
|
6
6
|
COMPUTE: "COMPUTE",
|
|
7
|
+
NETWORKING: "NETWORKING",
|
|
8
|
+
POWERSHELF: "POWERSHELF",
|
|
9
|
+
STORAGE: "STORAGE",
|
|
10
|
+
SWITCH: "SWITCH",
|
|
7
11
|
};
|
|
8
12
|
export const ComputeAssetState = {
|
|
9
13
|
ACTIVE: "ACTIVE",
|
|
14
|
+
INSTALLING: "INSTALLING",
|
|
10
15
|
ISOLATED: "ISOLATED",
|
|
11
16
|
RETIRING: "RETIRING",
|
|
12
17
|
};
|
|
@@ -20,6 +25,7 @@ export const AWSServiceName = {
|
|
|
20
25
|
};
|
|
21
26
|
export const AssetState = {
|
|
22
27
|
ACTIVE: "ACTIVE",
|
|
28
|
+
INSTALLING: "INSTALLING",
|
|
23
29
|
ISOLATED: "ISOLATED",
|
|
24
30
|
RETIRING: "RETIRING",
|
|
25
31
|
};
|
|
@@ -21,6 +21,7 @@ const _ALs = "AssetLocation";
|
|
|
21
21
|
const _ASF = "AwsServiceFilter";
|
|
22
22
|
const _ASN = "AwsServiceName";
|
|
23
23
|
const _AT = "AssetType";
|
|
24
|
+
const _ATF = "AssetTypeFilter";
|
|
24
25
|
const _ATd = "AddressType";
|
|
25
26
|
const _AZ = "AvailabilityZone";
|
|
26
27
|
const _AZF = "AvailabilityZoneFilter";
|
|
@@ -628,8 +629,8 @@ export var ListAssetInstancesOutput$ = [3, n0, _LAIO,
|
|
|
628
629
|
];
|
|
629
630
|
export var ListAssetsInput$ = [3, n0, _LAI,
|
|
630
631
|
0,
|
|
631
|
-
[_OI, _HIF, _MR, _NT, _SF],
|
|
632
|
-
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }]], 1
|
|
632
|
+
[_OI, _HIF, _MR, _NT, _SF, _ATF],
|
|
633
|
+
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }], [64 | 0, { [_hQ]: _ATF }]], 1
|
|
633
634
|
];
|
|
634
635
|
export var ListAssetsOutput$ = [3, n0, _LAO,
|
|
635
636
|
0,
|
|
@@ -842,6 +843,7 @@ var AssetInstanceList = [1, n0, _AILs,
|
|
|
842
843
|
var AssetListDefinition = [1, n0, _ALD,
|
|
843
844
|
0, () => AssetInfo$
|
|
844
845
|
];
|
|
846
|
+
var AssetTypeList = 64 | 0;
|
|
845
847
|
var AvailabilityZoneIdList = 64 | 0;
|
|
846
848
|
var AvailabilityZoneList = 64 | 0;
|
|
847
849
|
var AWSServiceNameList = 64 | 0;
|
|
@@ -47,7 +47,10 @@ declare const ListAssetsCommand_base: {
|
|
|
47
47
|
* MaxResults: Number("int"),
|
|
48
48
|
* NextToken: "STRING_VALUE",
|
|
49
49
|
* StatusFilter: [ // StatusList
|
|
50
|
-
* "ACTIVE" || "RETIRING" || "ISOLATED",
|
|
50
|
+
* "ACTIVE" || "RETIRING" || "ISOLATED" || "INSTALLING",
|
|
51
|
+
* ],
|
|
52
|
+
* AssetTypeFilter: [ // AssetTypeList
|
|
53
|
+
* "COMPUTE" || "STORAGE" || "POWERSHELF" || "SWITCH" || "NETWORKING",
|
|
51
54
|
* ],
|
|
52
55
|
* };
|
|
53
56
|
* const command = new ListAssetsCommand(input);
|
|
@@ -57,10 +60,10 @@ declare const ListAssetsCommand_base: {
|
|
|
57
60
|
* // { // AssetInfo
|
|
58
61
|
* // AssetId: "STRING_VALUE",
|
|
59
62
|
* // RackId: "STRING_VALUE",
|
|
60
|
-
* // AssetType: "COMPUTE",
|
|
63
|
+
* // AssetType: "COMPUTE" || "STORAGE" || "POWERSHELF" || "SWITCH" || "NETWORKING",
|
|
61
64
|
* // ComputeAttributes: { // ComputeAttributes
|
|
62
65
|
* // HostId: "STRING_VALUE",
|
|
63
|
-
* // State: "ACTIVE" || "ISOLATED" || "RETIRING",
|
|
66
|
+
* // State: "ACTIVE" || "ISOLATED" || "RETIRING" || "INSTALLING",
|
|
64
67
|
* // InstanceFamilies: [ // InstanceFamilies
|
|
65
68
|
* // "STRING_VALUE",
|
|
66
69
|
* // ],
|
|
@@ -16,6 +16,10 @@ export type AddressType = (typeof AddressType)[keyof typeof AddressType];
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const AssetType: {
|
|
18
18
|
readonly COMPUTE: "COMPUTE";
|
|
19
|
+
readonly NETWORKING: "NETWORKING";
|
|
20
|
+
readonly POWERSHELF: "POWERSHELF";
|
|
21
|
+
readonly STORAGE: "STORAGE";
|
|
22
|
+
readonly SWITCH: "SWITCH";
|
|
19
23
|
};
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
@@ -27,6 +31,7 @@ export type AssetType = (typeof AssetType)[keyof typeof AssetType];
|
|
|
27
31
|
*/
|
|
28
32
|
export declare const ComputeAssetState: {
|
|
29
33
|
readonly ACTIVE: "ACTIVE";
|
|
34
|
+
readonly INSTALLING: "INSTALLING";
|
|
30
35
|
readonly ISOLATED: "ISOLATED";
|
|
31
36
|
readonly RETIRING: "RETIRING";
|
|
32
37
|
};
|
|
@@ -56,6 +61,7 @@ export type AWSServiceName = (typeof AWSServiceName)[keyof typeof AWSServiceName
|
|
|
56
61
|
*/
|
|
57
62
|
export declare const AssetState: {
|
|
58
63
|
readonly ACTIVE: "ACTIVE";
|
|
64
|
+
readonly INSTALLING: "INSTALLING";
|
|
59
65
|
readonly ISOLATED: "ISOLATED";
|
|
60
66
|
readonly RETIRING: "RETIRING";
|
|
61
67
|
};
|
|
@@ -113,6 +113,10 @@ export interface ComputeAttributes {
|
|
|
113
113
|
* resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before
|
|
114
114
|
* the asset can be replaced.</p>
|
|
115
115
|
* </li>
|
|
116
|
+
* <li>
|
|
117
|
+
* <p>INSTALLING - The asset is being installed and can't yet provide capacity for new compute
|
|
118
|
+
* resources.</p>
|
|
119
|
+
* </li>
|
|
116
120
|
* </ul>
|
|
117
121
|
* @public
|
|
118
122
|
*/
|
|
@@ -1584,6 +1588,28 @@ export interface ListAssetsInput {
|
|
|
1584
1588
|
* @public
|
|
1585
1589
|
*/
|
|
1586
1590
|
StatusFilter?: AssetState[] | undefined;
|
|
1591
|
+
/**
|
|
1592
|
+
* <p>Filters the results by asset type.</p>
|
|
1593
|
+
* <ul>
|
|
1594
|
+
* <li>
|
|
1595
|
+
* <p>COMPUTE - Server asset used for customer compute </p>
|
|
1596
|
+
* </li>
|
|
1597
|
+
* <li>
|
|
1598
|
+
* <p>STORAGE - Server asset used by storage services </p>
|
|
1599
|
+
* </li>
|
|
1600
|
+
* <li>
|
|
1601
|
+
* <p>POWERSHELF - Powershelf assets </p>
|
|
1602
|
+
* </li>
|
|
1603
|
+
* <li>
|
|
1604
|
+
* <p>SWITCH - Switch assets </p>
|
|
1605
|
+
* </li>
|
|
1606
|
+
* <li>
|
|
1607
|
+
* <p>NETWORKING - Asset managed by Amazon Web Services for networking purposes </p>
|
|
1608
|
+
* </li>
|
|
1609
|
+
* </ul>
|
|
1610
|
+
* @public
|
|
1611
|
+
*/
|
|
1612
|
+
AssetTypeFilter?: AssetType[] | undefined;
|
|
1587
1613
|
}
|
|
1588
1614
|
/**
|
|
1589
1615
|
* @public
|
|
@@ -5,10 +5,15 @@ export declare const AddressType: {
|
|
|
5
5
|
export type AddressType = (typeof AddressType)[keyof typeof AddressType];
|
|
6
6
|
export declare const AssetType: {
|
|
7
7
|
readonly COMPUTE: "COMPUTE";
|
|
8
|
+
readonly NETWORKING: "NETWORKING";
|
|
9
|
+
readonly POWERSHELF: "POWERSHELF";
|
|
10
|
+
readonly STORAGE: "STORAGE";
|
|
11
|
+
readonly SWITCH: "SWITCH";
|
|
8
12
|
};
|
|
9
13
|
export type AssetType = (typeof AssetType)[keyof typeof AssetType];
|
|
10
14
|
export declare const ComputeAssetState: {
|
|
11
15
|
readonly ACTIVE: "ACTIVE";
|
|
16
|
+
readonly INSTALLING: "INSTALLING";
|
|
12
17
|
readonly ISOLATED: "ISOLATED";
|
|
13
18
|
readonly RETIRING: "RETIRING";
|
|
14
19
|
};
|
|
@@ -26,6 +31,7 @@ export type AWSServiceName =
|
|
|
26
31
|
(typeof AWSServiceName)[keyof typeof AWSServiceName];
|
|
27
32
|
export declare const AssetState: {
|
|
28
33
|
readonly ACTIVE: "ACTIVE";
|
|
34
|
+
readonly INSTALLING: "INSTALLING";
|
|
29
35
|
readonly ISOLATED: "ISOLATED";
|
|
30
36
|
readonly RETIRING: "RETIRING";
|
|
31
37
|
};
|
|
@@ -367,6 +367,7 @@ export interface ListAssetsInput {
|
|
|
367
367
|
MaxResults?: number | undefined;
|
|
368
368
|
NextToken?: string | undefined;
|
|
369
369
|
StatusFilter?: AssetState[] | undefined;
|
|
370
|
+
AssetTypeFilter?: AssetType[] | undefined;
|
|
370
371
|
}
|
|
371
372
|
export interface ListAssetsOutput {
|
|
372
373
|
Assets?: AssetInfo[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1026.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-outposts",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.973.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
31
|
+
"@aws-sdk/types": "^3.973.7",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.14",
|
|
36
|
+
"@smithy/core": "^3.23.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.16",
|
|
38
|
+
"@smithy/hash-node": "^4.2.13",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.13",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.29",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.17",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.13",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.13",
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.2",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.13",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.9",
|
|
49
|
+
"@smithy/types": "^4.14.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.13",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.45",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.49",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.4",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.13",
|
|
58
|
+
"@smithy/util-retry": "^4.3.0",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|