@aws-sdk/client-ec2 3.956.0 → 3.957.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 -2
- package/dist-es/schemas/schemas_0.js +6 -2
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +10 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -3607,6 +3607,7 @@ const _LG = "LocalGateways";
|
|
|
3607
3607
|
const _LGA = "LogGroupArn";
|
|
3608
3608
|
const _LGI = "LocalGatewayId";
|
|
3609
3609
|
const _LGIS = "LocalGatewayIdSet";
|
|
3610
|
+
const _LGIi = "LinkedGroupId";
|
|
3610
3611
|
const _LGIo = "LocalGatewayIds";
|
|
3611
3612
|
const _LGN = "LogGroupName";
|
|
3612
3613
|
const _LGR = "LocalGatewayRoute";
|
|
@@ -7010,6 +7011,7 @@ const _lFA = "lambdaFunctionArn";
|
|
|
7010
7011
|
const _lG = "launchGroup";
|
|
7011
7012
|
const _lGA = "logGroupArn";
|
|
7012
7013
|
const _lGI = "localGatewayId";
|
|
7014
|
+
const _lGIi = "linkedGroupId";
|
|
7013
7015
|
const _lGN = "logGroupName";
|
|
7014
7016
|
const _lGRT = "localGatewayRouteTable";
|
|
7015
7017
|
const _lGRTA = "localGatewayRouteTableArn";
|
|
@@ -11816,11 +11818,12 @@ var CreatePlacementGroupRequest$ = [
|
|
|
11816
11818
|
n0,
|
|
11817
11819
|
_CPGR,
|
|
11818
11820
|
0,
|
|
11819
|
-
[_PCa, _TS, _SLp, _DR, _GN, _Str],
|
|
11821
|
+
[_PCa, _TS, _SLp, _LGIi, _DR, _GN, _Str],
|
|
11820
11822
|
[
|
|
11821
11823
|
1,
|
|
11822
11824
|
[() => TagSpecificationList, { [_xN]: _TSa }],
|
|
11823
11825
|
0,
|
|
11826
|
+
0,
|
|
11824
11827
|
[2, { [_eQN]: `DryRun`, [_xN]: _dR }],
|
|
11825
11828
|
[0, { [_eQN]: `GroupName`, [_xN]: _gN }],
|
|
11826
11829
|
[0, { [_eQN]: `Strategy`, [_xN]: _str }],
|
|
@@ -27485,7 +27488,7 @@ var PlacementGroup$ = [
|
|
|
27485
27488
|
n0,
|
|
27486
27489
|
_PG,
|
|
27487
27490
|
0,
|
|
27488
|
-
[_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp],
|
|
27491
|
+
[_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi],
|
|
27489
27492
|
[
|
|
27490
27493
|
[0, { [_eQN]: `GroupName`, [_xN]: _gN }],
|
|
27491
27494
|
[0, { [_eQN]: `State`, [_xN]: _st }],
|
|
@@ -27495,6 +27498,7 @@ var PlacementGroup$ = [
|
|
|
27495
27498
|
[() => TagList, { [_eQN]: `TagSet`, [_xN]: _tS }],
|
|
27496
27499
|
[0, { [_eQN]: `GroupArn`, [_xN]: _gA }],
|
|
27497
27500
|
[0, { [_eQN]: `SpreadLevel`, [_xN]: _sLp }],
|
|
27501
|
+
[0, { [_eQN]: `LinkedGroupId`, [_xN]: _lGIi }],
|
|
27498
27502
|
],
|
|
27499
27503
|
];
|
|
27500
27504
|
var PlacementGroupInfo$ = [
|
|
@@ -3486,6 +3486,7 @@ const _LG = "LocalGateways";
|
|
|
3486
3486
|
const _LGA = "LogGroupArn";
|
|
3487
3487
|
const _LGI = "LocalGatewayId";
|
|
3488
3488
|
const _LGIS = "LocalGatewayIdSet";
|
|
3489
|
+
const _LGIi = "LinkedGroupId";
|
|
3489
3490
|
const _LGIo = "LocalGatewayIds";
|
|
3490
3491
|
const _LGN = "LogGroupName";
|
|
3491
3492
|
const _LGR = "LocalGatewayRoute";
|
|
@@ -6889,6 +6890,7 @@ const _lFA = "lambdaFunctionArn";
|
|
|
6889
6890
|
const _lG = "launchGroup";
|
|
6890
6891
|
const _lGA = "logGroupArn";
|
|
6891
6892
|
const _lGI = "localGatewayId";
|
|
6893
|
+
const _lGIi = "linkedGroupId";
|
|
6892
6894
|
const _lGN = "logGroupName";
|
|
6893
6895
|
const _lGRT = "localGatewayRouteTable";
|
|
6894
6896
|
const _lGRTA = "localGatewayRouteTableArn";
|
|
@@ -11697,11 +11699,12 @@ export var CreatePlacementGroupRequest$ = [
|
|
|
11697
11699
|
n0,
|
|
11698
11700
|
_CPGR,
|
|
11699
11701
|
0,
|
|
11700
|
-
[_PCa, _TS, _SLp, _DR, _GN, _Str],
|
|
11702
|
+
[_PCa, _TS, _SLp, _LGIi, _DR, _GN, _Str],
|
|
11701
11703
|
[
|
|
11702
11704
|
1,
|
|
11703
11705
|
[() => TagSpecificationList, { [_xN]: _TSa }],
|
|
11704
11706
|
0,
|
|
11707
|
+
0,
|
|
11705
11708
|
[2, { [_eQN]: `DryRun`, [_xN]: _dR }],
|
|
11706
11709
|
[0, { [_eQN]: `GroupName`, [_xN]: _gN }],
|
|
11707
11710
|
[0, { [_eQN]: `Strategy`, [_xN]: _str }],
|
|
@@ -27366,7 +27369,7 @@ export var PlacementGroup$ = [
|
|
|
27366
27369
|
n0,
|
|
27367
27370
|
_PG,
|
|
27368
27371
|
0,
|
|
27369
|
-
[_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp],
|
|
27372
|
+
[_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi],
|
|
27370
27373
|
[
|
|
27371
27374
|
[0, { [_eQN]: `GroupName`, [_xN]: _gN }],
|
|
27372
27375
|
[0, { [_eQN]: `State`, [_xN]: _st }],
|
|
@@ -27376,6 +27379,7 @@ export var PlacementGroup$ = [
|
|
|
27376
27379
|
[() => TagList, { [_eQN]: `TagSet`, [_xN]: _tS }],
|
|
27377
27380
|
[0, { [_eQN]: `GroupArn`, [_xN]: _gA }],
|
|
27378
27381
|
[0, { [_eQN]: `SpreadLevel`, [_xN]: _sLp }],
|
|
27382
|
+
[0, { [_eQN]: `LinkedGroupId`, [_xN]: _lGIi }],
|
|
27379
27383
|
],
|
|
27380
27384
|
];
|
|
27381
27385
|
export var PlacementGroupInfo$ = [
|
|
@@ -59,6 +59,7 @@ declare const CreatePlacementGroupCommand_base: {
|
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
61
|
* SpreadLevel: "host" || "rack",
|
|
62
|
+
* LinkedGroupId: "STRING_VALUE",
|
|
62
63
|
* DryRun: true || false,
|
|
63
64
|
* GroupName: "STRING_VALUE",
|
|
64
65
|
* Strategy: "cluster" || "spread" || "partition",
|
|
@@ -80,6 +81,7 @@ declare const CreatePlacementGroupCommand_base: {
|
|
|
80
81
|
* // ],
|
|
81
82
|
* // GroupArn: "STRING_VALUE",
|
|
82
83
|
* // SpreadLevel: "host" || "rack",
|
|
84
|
+
* // LinkedGroupId: "STRING_VALUE",
|
|
83
85
|
* // },
|
|
84
86
|
* // };
|
|
85
87
|
*
|
|
@@ -11037,6 +11037,11 @@ export interface CreatePlacementGroupRequest {
|
|
|
11037
11037
|
* @public
|
|
11038
11038
|
*/
|
|
11039
11039
|
SpreadLevel?: SpreadLevel | undefined;
|
|
11040
|
+
/**
|
|
11041
|
+
* <p>Reserved for future use.</p>
|
|
11042
|
+
* @public
|
|
11043
|
+
*/
|
|
11044
|
+
LinkedGroupId?: string | undefined;
|
|
11040
11045
|
/**
|
|
11041
11046
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
11042
11047
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -11104,6 +11109,11 @@ export interface PlacementGroup {
|
|
|
11104
11109
|
* @public
|
|
11105
11110
|
*/
|
|
11106
11111
|
SpreadLevel?: SpreadLevel | undefined;
|
|
11112
|
+
/**
|
|
11113
|
+
* <p>Reserved for future use.</p>
|
|
11114
|
+
* @public
|
|
11115
|
+
*/
|
|
11116
|
+
LinkedGroupId?: string | undefined;
|
|
11107
11117
|
}
|
|
11108
11118
|
/**
|
|
11109
11119
|
* @public
|
|
@@ -1964,6 +1964,7 @@ export interface CreatePlacementGroupRequest {
|
|
|
1964
1964
|
PartitionCount?: number | undefined;
|
|
1965
1965
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1966
1966
|
SpreadLevel?: SpreadLevel | undefined;
|
|
1967
|
+
LinkedGroupId?: string | undefined;
|
|
1967
1968
|
DryRun?: boolean | undefined;
|
|
1968
1969
|
GroupName?: string | undefined;
|
|
1969
1970
|
Strategy?: PlacementStrategy | undefined;
|
|
@@ -1977,6 +1978,7 @@ export interface PlacementGroup {
|
|
|
1977
1978
|
Tags?: Tag[] | undefined;
|
|
1978
1979
|
GroupArn?: string | undefined;
|
|
1979
1980
|
SpreadLevel?: SpreadLevel | undefined;
|
|
1981
|
+
LinkedGroupId?: string | undefined;
|
|
1980
1982
|
}
|
|
1981
1983
|
export interface CreatePlacementGroupResult {
|
|
1982
1984
|
PlacementGroup?: PlacementGroup | undefined;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.957.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-ec2",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
|
-
"build:include:deps": "
|
|
9
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
@@ -21,18 +21,18 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.957.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.957.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-ec2": "3.957.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.957.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
32
|
+
"@aws-sdk/types": "3.957.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.957.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.957.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.5",
|
|
37
37
|
"@smithy/core": "^3.20.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.8",
|