@aws-sdk/client-ec2 3.991.0 → 3.992.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.
@@ -10705,8 +10705,8 @@ exports.CreateNetworkInterfaceResult$ = [3, n0, _CNIRr,
10705
10705
  ];
10706
10706
  exports.CreatePlacementGroupRequest$ = [3, n0, _CPGR,
10707
10707
  0,
10708
- [_PCa, _TS, _SLp, _LGIi, _DR, _GN, _Str],
10709
- [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, [2, { [_eQN]: `DryRun`,
10708
+ [_PCa, _TS, _SLp, _LGIi, _Op, _DR, _GN, _Str],
10709
+ [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, () => exports.OperatorRequest$, [2, { [_eQN]: `DryRun`,
10710
10710
  [_xN]: _dR }], [0, { [_eQN]: `GroupName`,
10711
10711
  [_xN]: _gN }], [0, { [_eQN]: `Strategy`,
10712
10712
  [_xN]: _str }]]
@@ -21502,7 +21502,7 @@ exports.Placement$ = [3, n0, _Pla,
21502
21502
  ];
21503
21503
  exports.PlacementGroup$ = [3, n0, _PG,
21504
21504
  0,
21505
- [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi],
21505
+ [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi, _Op],
21506
21506
  [[0, { [_eQN]: `GroupName`,
21507
21507
  [_xN]: _gN }], [0, { [_eQN]: `State`,
21508
21508
  [_xN]: _st }], [0, { [_eQN]: `Strategy`,
@@ -21512,7 +21512,8 @@ exports.PlacementGroup$ = [3, n0, _PG,
21512
21512
  [_xN]: _tS }], [0, { [_eQN]: `GroupArn`,
21513
21513
  [_xN]: _gA }], [0, { [_eQN]: `SpreadLevel`,
21514
21514
  [_xN]: _sLp }], [0, { [_eQN]: `LinkedGroupId`,
21515
- [_xN]: _lGIi }]]
21515
+ [_xN]: _lGIi }], [() => exports.OperatorResponse$, { [_eQN]: `Operator`,
21516
+ [_xN]: _ope }]]
21516
21517
  ];
21517
21518
  exports.PlacementGroupInfo$ = [3, n0, _PGI,
21518
21519
  0,
@@ -10640,8 +10640,8 @@ export var CreateNetworkInterfaceResult$ = [3, n0, _CNIRr,
10640
10640
  ];
10641
10641
  export var CreatePlacementGroupRequest$ = [3, n0, _CPGR,
10642
10642
  0,
10643
- [_PCa, _TS, _SLp, _LGIi, _DR, _GN, _Str],
10644
- [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, [2, { [_eQN]: `DryRun`,
10643
+ [_PCa, _TS, _SLp, _LGIi, _Op, _DR, _GN, _Str],
10644
+ [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, () => OperatorRequest$, [2, { [_eQN]: `DryRun`,
10645
10645
  [_xN]: _dR }], [0, { [_eQN]: `GroupName`,
10646
10646
  [_xN]: _gN }], [0, { [_eQN]: `Strategy`,
10647
10647
  [_xN]: _str }]]
@@ -21437,7 +21437,7 @@ export var Placement$ = [3, n0, _Pla,
21437
21437
  ];
21438
21438
  export var PlacementGroup$ = [3, n0, _PG,
21439
21439
  0,
21440
- [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi],
21440
+ [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi, _Op],
21441
21441
  [[0, { [_eQN]: `GroupName`,
21442
21442
  [_xN]: _gN }], [0, { [_eQN]: `State`,
21443
21443
  [_xN]: _st }], [0, { [_eQN]: `Strategy`,
@@ -21447,7 +21447,8 @@ export var PlacementGroup$ = [3, n0, _PG,
21447
21447
  [_xN]: _tS }], [0, { [_eQN]: `GroupArn`,
21448
21448
  [_xN]: _gA }], [0, { [_eQN]: `SpreadLevel`,
21449
21449
  [_xN]: _sLp }], [0, { [_eQN]: `LinkedGroupId`,
21450
- [_xN]: _lGIi }]]
21450
+ [_xN]: _lGIi }], [() => OperatorResponse$, { [_eQN]: `Operator`,
21451
+ [_xN]: _ope }]]
21451
21452
  ];
21452
21453
  export var PlacementGroupInfo$ = [3, n0, _PGI,
21453
21454
  0,
@@ -60,6 +60,9 @@ declare const CreatePlacementGroupCommand_base: {
60
60
  * ],
61
61
  * SpreadLevel: "host" || "rack",
62
62
  * LinkedGroupId: "STRING_VALUE",
63
+ * Operator: { // OperatorRequest
64
+ * Principal: "STRING_VALUE",
65
+ * },
63
66
  * DryRun: true || false,
64
67
  * GroupName: "STRING_VALUE",
65
68
  * Strategy: "cluster" || "spread" || "partition",
@@ -82,6 +85,10 @@ declare const CreatePlacementGroupCommand_base: {
82
85
  * // GroupArn: "STRING_VALUE",
83
86
  * // SpreadLevel: "host" || "rack",
84
87
  * // LinkedGroupId: "STRING_VALUE",
88
+ * // Operator: { // OperatorResponse
89
+ * // Managed: true || false,
90
+ * // Principal: "STRING_VALUE",
91
+ * // },
85
92
  * // },
86
93
  * // };
87
94
  *
@@ -81,6 +81,10 @@ declare const DescribePlacementGroupsCommand_base: {
81
81
  * // GroupArn: "STRING_VALUE",
82
82
  * // SpreadLevel: "host" || "rack",
83
83
  * // LinkedGroupId: "STRING_VALUE",
84
+ * // Operator: { // OperatorResponse
85
+ * // Managed: true || false,
86
+ * // Principal: "STRING_VALUE",
87
+ * // },
84
88
  * // },
85
89
  * // ],
86
90
  * // };
@@ -11189,6 +11189,11 @@ export interface CreatePlacementGroupRequest {
11189
11189
  * @public
11190
11190
  */
11191
11191
  LinkedGroupId?: string | undefined;
11192
+ /**
11193
+ * <p>Reserved for internal use.</p>
11194
+ * @public
11195
+ */
11196
+ Operator?: OperatorRequest | undefined;
11192
11197
  /**
11193
11198
  * <p>Checks whether you have the required permissions for the operation, without actually making the
11194
11199
  * request, and provides an error response. If you have the required permissions, the error response is
@@ -11261,6 +11266,11 @@ export interface PlacementGroup {
11261
11266
  * @public
11262
11267
  */
11263
11268
  LinkedGroupId?: string | undefined;
11269
+ /**
11270
+ * <p>The service provider that manages the Placement Group.</p>
11271
+ * @public
11272
+ */
11273
+ Operator?: OperatorResponse | undefined;
11264
11274
  }
11265
11275
  /**
11266
11276
  * @public
@@ -2005,6 +2005,7 @@ export interface CreatePlacementGroupRequest {
2005
2005
  TagSpecifications?: TagSpecification[] | undefined;
2006
2006
  SpreadLevel?: SpreadLevel | undefined;
2007
2007
  LinkedGroupId?: string | undefined;
2008
+ Operator?: OperatorRequest | undefined;
2008
2009
  DryRun?: boolean | undefined;
2009
2010
  GroupName?: string | undefined;
2010
2011
  Strategy?: PlacementStrategy | undefined;
@@ -2019,6 +2020,7 @@ export interface PlacementGroup {
2019
2020
  GroupArn?: string | undefined;
2020
2021
  SpreadLevel?: SpreadLevel | undefined;
2021
2022
  LinkedGroupId?: string | undefined;
2023
+ Operator?: OperatorResponse | undefined;
2022
2024
  }
2023
2025
  export interface CreatePlacementGroupResult {
2024
2026
  PlacementGroup?: PlacementGroup | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.991.0",
4
+ "version": "3.992.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",
@@ -30,7 +30,7 @@
30
30
  "@aws-sdk/middleware-user-agent": "^3.972.10",
31
31
  "@aws-sdk/region-config-resolver": "^3.972.3",
32
32
  "@aws-sdk/types": "^3.973.1",
33
- "@aws-sdk/util-endpoints": "3.991.0",
33
+ "@aws-sdk/util-endpoints": "3.992.0",
34
34
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
35
35
  "@aws-sdk/util-user-agent-node": "^3.972.8",
36
36
  "@smithy/config-resolver": "^4.4.6",