@aws-sdk/client-cloudcontrol 3.590.0 → 3.596.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 +0 -8
- package/dist-types/commands/CancelResourceRequestCommand.d.ts +2 -1
- package/dist-types/commands/CreateResourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceRequestStatusCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CloudControlServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelResourceRequestCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourceRequestStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListResourceRequestsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CloudControlServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -227,7 +227,6 @@ var CloudControlClient = _CloudControlClient;
|
|
|
227
227
|
|
|
228
228
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
229
229
|
|
|
230
|
-
var import_types = require("@smithy/types");
|
|
231
230
|
|
|
232
231
|
// src/models/models_0.ts
|
|
233
232
|
|
|
@@ -1270,7 +1269,6 @@ var CancelResourceRequestCommand = _CancelResourceRequestCommand;
|
|
|
1270
1269
|
|
|
1271
1270
|
|
|
1272
1271
|
|
|
1273
|
-
|
|
1274
1272
|
var _CreateResourceCommand = class _CreateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1275
1273
|
...commonParams
|
|
1276
1274
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1287,7 +1285,6 @@ var CreateResourceCommand = _CreateResourceCommand;
|
|
|
1287
1285
|
|
|
1288
1286
|
|
|
1289
1287
|
|
|
1290
|
-
|
|
1291
1288
|
var _DeleteResourceCommand = class _DeleteResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1292
1289
|
...commonParams
|
|
1293
1290
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1304,7 +1301,6 @@ var DeleteResourceCommand = _DeleteResourceCommand;
|
|
|
1304
1301
|
|
|
1305
1302
|
|
|
1306
1303
|
|
|
1307
|
-
|
|
1308
1304
|
var _GetResourceCommand = class _GetResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1309
1305
|
...commonParams
|
|
1310
1306
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1321,7 +1317,6 @@ var GetResourceCommand = _GetResourceCommand;
|
|
|
1321
1317
|
|
|
1322
1318
|
|
|
1323
1319
|
|
|
1324
|
-
|
|
1325
1320
|
var _GetResourceRequestStatusCommand = class _GetResourceRequestStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1326
1321
|
...commonParams
|
|
1327
1322
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1338,7 +1333,6 @@ var GetResourceRequestStatusCommand = _GetResourceRequestStatusCommand;
|
|
|
1338
1333
|
|
|
1339
1334
|
|
|
1340
1335
|
|
|
1341
|
-
|
|
1342
1336
|
var _ListResourceRequestsCommand = class _ListResourceRequestsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1343
1337
|
...commonParams
|
|
1344
1338
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1355,7 +1349,6 @@ var ListResourceRequestsCommand = _ListResourceRequestsCommand;
|
|
|
1355
1349
|
|
|
1356
1350
|
|
|
1357
1351
|
|
|
1358
|
-
|
|
1359
1352
|
var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1360
1353
|
...commonParams
|
|
1361
1354
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1372,7 +1365,6 @@ var ListResourcesCommand = _ListResourcesCommand;
|
|
|
1372
1365
|
|
|
1373
1366
|
|
|
1374
1367
|
|
|
1375
|
-
|
|
1376
1368
|
var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1377
1369
|
...commonParams
|
|
1378
1370
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./CloudControlClient";
|
|
8
8
|
export * from "./CloudControl";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { CloudControlExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { CloudControlExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./waiters";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CancelResourceRequestInput,
|
|
10
10
|
CancelResourceRequestOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelResourceRequestCommandInput
|
|
14
15
|
extends CancelResourceRequestInput {}
|
|
15
16
|
export interface CancelResourceRequestCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudControlClient";
|
|
8
8
|
import { CreateResourceInput, CreateResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateResourceCommandInput extends CreateResourceInput {}
|
|
11
12
|
export interface CreateResourceCommandOutput
|
|
12
13
|
extends CreateResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudControlClient";
|
|
8
8
|
import { DeleteResourceInput, DeleteResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteResourceCommandInput extends DeleteResourceInput {}
|
|
11
12
|
export interface DeleteResourceCommandOutput
|
|
12
13
|
extends DeleteResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudControlClient";
|
|
8
8
|
import { GetResourceInput, GetResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetResourceCommandInput extends GetResourceInput {}
|
|
11
12
|
export interface GetResourceCommandOutput
|
|
12
13
|
extends GetResourceOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetResourceRequestStatusInput,
|
|
10
10
|
GetResourceRequestStatusOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetResourceRequestStatusCommandInput
|
|
14
15
|
extends GetResourceRequestStatusInput {}
|
|
15
16
|
export interface GetResourceRequestStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListResourceRequestsInput,
|
|
10
10
|
ListResourceRequestsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListResourceRequestsCommandInput
|
|
14
15
|
extends ListResourceRequestsInput {}
|
|
15
16
|
export interface ListResourceRequestsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudControlClient";
|
|
8
8
|
import { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListResourcesCommandInput extends ListResourcesInput {}
|
|
11
12
|
export interface ListResourcesCommandOutput
|
|
12
13
|
extends ListResourcesOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudControlClient";
|
|
8
8
|
import { UpdateResourceInput, UpdateResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateResourceCommandInput extends UpdateResourceInput {}
|
|
11
12
|
export interface UpdateResourceCommandOutput
|
|
12
13
|
extends UpdateResourceOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CloudControlServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudcontrol",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.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-cloudcontrol",
|
|
@@ -20,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|