@aws-sdk/client-cloudcontrol 3.1077.0 → 3.1078.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 +16 -83
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelResourceRequestCommand.js +2 -14
- package/dist-es/commands/CreateResourceCommand.js +2 -14
- package/dist-es/commands/DeleteResourceCommand.js +2 -14
- package/dist-es/commands/GetResourceCommand.js +2 -14
- package/dist-es/commands/GetResourceRequestStatusCommand.js +2 -14
- package/dist-es/commands/ListResourceRequestsCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/UpdateResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelResourceRequestCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceRequestStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceRequestsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelResourceRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceRequestStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -939,100 +940,32 @@ class CloudControlClient extends Client {
|
|
|
939
940
|
}
|
|
940
941
|
}
|
|
941
942
|
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
})
|
|
948
|
-
.s("CloudApiService", "CancelResourceRequest", {})
|
|
949
|
-
.n("CloudControlClient", "CancelResourceRequestCommand")
|
|
950
|
-
.sc(CancelResourceRequest$)
|
|
951
|
-
.build() {
|
|
943
|
+
const command = makeBuilder(commonParams, "CloudApiService", "CloudControlClient", getEndpointPlugin);
|
|
944
|
+
const _ep0 = {};
|
|
945
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
946
|
+
|
|
947
|
+
class CancelResourceRequestCommand extends command(_ep0, _mw0, "CancelResourceRequest", CancelResourceRequest$) {
|
|
952
948
|
}
|
|
953
949
|
|
|
954
|
-
class CreateResourceCommand extends
|
|
955
|
-
.classBuilder()
|
|
956
|
-
.ep(commonParams)
|
|
957
|
-
.m(function (Command, cs, config, o) {
|
|
958
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
959
|
-
})
|
|
960
|
-
.s("CloudApiService", "CreateResource", {})
|
|
961
|
-
.n("CloudControlClient", "CreateResourceCommand")
|
|
962
|
-
.sc(CreateResource$)
|
|
963
|
-
.build() {
|
|
950
|
+
class CreateResourceCommand extends command(_ep0, _mw0, "CreateResource", CreateResource$) {
|
|
964
951
|
}
|
|
965
952
|
|
|
966
|
-
class DeleteResourceCommand extends
|
|
967
|
-
.classBuilder()
|
|
968
|
-
.ep(commonParams)
|
|
969
|
-
.m(function (Command, cs, config, o) {
|
|
970
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
971
|
-
})
|
|
972
|
-
.s("CloudApiService", "DeleteResource", {})
|
|
973
|
-
.n("CloudControlClient", "DeleteResourceCommand")
|
|
974
|
-
.sc(DeleteResource$)
|
|
975
|
-
.build() {
|
|
953
|
+
class DeleteResourceCommand extends command(_ep0, _mw0, "DeleteResource", DeleteResource$) {
|
|
976
954
|
}
|
|
977
955
|
|
|
978
|
-
class GetResourceCommand extends
|
|
979
|
-
.classBuilder()
|
|
980
|
-
.ep(commonParams)
|
|
981
|
-
.m(function (Command, cs, config, o) {
|
|
982
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
983
|
-
})
|
|
984
|
-
.s("CloudApiService", "GetResource", {})
|
|
985
|
-
.n("CloudControlClient", "GetResourceCommand")
|
|
986
|
-
.sc(GetResource$)
|
|
987
|
-
.build() {
|
|
956
|
+
class GetResourceCommand extends command(_ep0, _mw0, "GetResource", GetResource$) {
|
|
988
957
|
}
|
|
989
958
|
|
|
990
|
-
class GetResourceRequestStatusCommand extends
|
|
991
|
-
.classBuilder()
|
|
992
|
-
.ep(commonParams)
|
|
993
|
-
.m(function (Command, cs, config, o) {
|
|
994
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
995
|
-
})
|
|
996
|
-
.s("CloudApiService", "GetResourceRequestStatus", {})
|
|
997
|
-
.n("CloudControlClient", "GetResourceRequestStatusCommand")
|
|
998
|
-
.sc(GetResourceRequestStatus$)
|
|
999
|
-
.build() {
|
|
959
|
+
class GetResourceRequestStatusCommand extends command(_ep0, _mw0, "GetResourceRequestStatus", GetResourceRequestStatus$) {
|
|
1000
960
|
}
|
|
1001
961
|
|
|
1002
|
-
class ListResourceRequestsCommand extends
|
|
1003
|
-
.classBuilder()
|
|
1004
|
-
.ep(commonParams)
|
|
1005
|
-
.m(function (Command, cs, config, o) {
|
|
1006
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1007
|
-
})
|
|
1008
|
-
.s("CloudApiService", "ListResourceRequests", {})
|
|
1009
|
-
.n("CloudControlClient", "ListResourceRequestsCommand")
|
|
1010
|
-
.sc(ListResourceRequests$)
|
|
1011
|
-
.build() {
|
|
962
|
+
class ListResourceRequestsCommand extends command(_ep0, _mw0, "ListResourceRequests", ListResourceRequests$) {
|
|
1012
963
|
}
|
|
1013
964
|
|
|
1014
|
-
class ListResourcesCommand extends
|
|
1015
|
-
.classBuilder()
|
|
1016
|
-
.ep(commonParams)
|
|
1017
|
-
.m(function (Command, cs, config, o) {
|
|
1018
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1019
|
-
})
|
|
1020
|
-
.s("CloudApiService", "ListResources", {})
|
|
1021
|
-
.n("CloudControlClient", "ListResourcesCommand")
|
|
1022
|
-
.sc(ListResources$)
|
|
1023
|
-
.build() {
|
|
965
|
+
class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
1024
966
|
}
|
|
1025
967
|
|
|
1026
|
-
class UpdateResourceCommand extends
|
|
1027
|
-
.classBuilder()
|
|
1028
|
-
.ep(commonParams)
|
|
1029
|
-
.m(function (Command, cs, config, o) {
|
|
1030
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1031
|
-
})
|
|
1032
|
-
.s("CloudApiService", "UpdateResource", {})
|
|
1033
|
-
.n("CloudControlClient", "UpdateResourceCommand")
|
|
1034
|
-
.sc(UpdateResource$)
|
|
1035
|
-
.build() {
|
|
968
|
+
class UpdateResourceCommand extends command(_ep0, _mw0, "UpdateResource", UpdateResource$) {
|
|
1036
969
|
}
|
|
1037
970
|
|
|
1038
971
|
const paginateListResourceRequests = createPaginator(CloudControlClient, ListResourceRequestsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "CloudApiService", "CloudControlClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelResourceRequest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelResourceRequestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "CancelResourceRequest", {})
|
|
13
|
-
.n("CloudControlClient", "CancelResourceRequestCommand")
|
|
14
|
-
.sc(CancelResourceRequest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelResourceRequestCommand extends command(_ep0, _mw0, "CancelResourceRequest", CancelResourceRequest$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "CreateResource", {})
|
|
13
|
-
.n("CloudControlClient", "CreateResourceCommand")
|
|
14
|
-
.sc(CreateResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResourceCommand extends command(_ep0, _mw0, "CreateResource", CreateResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "DeleteResource", {})
|
|
13
|
-
.n("CloudControlClient", "DeleteResourceCommand")
|
|
14
|
-
.sc(DeleteResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourceCommand extends command(_ep0, _mw0, "DeleteResource", DeleteResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "GetResource", {})
|
|
13
|
-
.n("CloudControlClient", "GetResourceCommand")
|
|
14
|
-
.sc(GetResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceCommand extends command(_ep0, _mw0, "GetResource", GetResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourceRequestStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceRequestStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "GetResourceRequestStatus", {})
|
|
13
|
-
.n("CloudControlClient", "GetResourceRequestStatusCommand")
|
|
14
|
-
.sc(GetResourceRequestStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceRequestStatusCommand extends command(_ep0, _mw0, "GetResourceRequestStatus", GetResourceRequestStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResourceRequests$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourceRequestsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "ListResourceRequests", {})
|
|
13
|
-
.n("CloudControlClient", "ListResourceRequestsCommand")
|
|
14
|
-
.sc(ListResourceRequests$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourceRequestsCommand extends command(_ep0, _mw0, "ListResourceRequests", ListResourceRequests$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "ListResources", {})
|
|
13
|
-
.n("CloudControlClient", "ListResourcesCommand")
|
|
14
|
-
.sc(ListResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudApiService", "UpdateResource", {})
|
|
13
|
-
.n("CloudControlClient", "UpdateResourceCommand")
|
|
14
|
-
.sc(UpdateResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateResourceCommand extends command(_ep0, _mw0, "UpdateResource", UpdateResource$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudControlClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { CancelResourceRequestInput, CancelResourceRequestOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelResourceRequestCommandInput extends CancelResourceRequest
|
|
|
22
19
|
export interface CancelResourceRequestCommandOutput extends CancelResourceRequestOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelResourceRequestCommand_base: {
|
|
25
|
-
new (input: CancelResourceRequestCommandInput): import("@smithy/core/client").CommandImpl<CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelResourceRequestCommandInput): import("@smithy/core/client").CommandImpl<CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelResourceRequestCommandInput): import("@smithy/core/client").CommandImpl<CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelResourceRequestCommandInput): import("@smithy/core/client").CommandImpl<CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels the specified resource operation request. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html#resource-operations-manage-requests-cancel">Canceling resource operation requests</a> in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { CreateResourceInput, CreateResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateResourceCommandInput extends CreateResourceInput {
|
|
|
22
19
|
export interface CreateResourceCommandOutput extends CreateResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateResourceCommand_base: {
|
|
25
|
-
new (input: CreateResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceCommandInput, CreateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceCommandInput, CreateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceCommandInput, CreateResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceCommandInput, CreateResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates the specified resource. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html">Creating a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { DeleteResourceInput, DeleteResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteResourceCommandInput extends DeleteResourceInput {
|
|
|
22
19
|
export interface DeleteResourceCommandOutput extends DeleteResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteResourceCommand_base: {
|
|
25
|
-
new (input: DeleteResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceCommandInput, DeleteResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceCommandInput, DeleteResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceCommandInput, DeleteResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceCommandInput, DeleteResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified resource. For details, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-delete.html">Deleting a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { GetResourceInput, GetResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResourceCommandInput extends GetResourceInput {
|
|
|
22
19
|
export interface GetResourceCommandOutput extends GetResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResourceCommand_base: {
|
|
25
|
-
new (input: GetResourceCommandInput): import("@smithy/core/client").CommandImpl<GetResourceCommandInput, GetResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResourceCommandInput): import("@smithy/core/client").CommandImpl<GetResourceCommandInput, GetResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResourceCommandInput): import("@smithy/core/client").CommandImpl<GetResourceCommandInput, GetResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResourceCommandInput): import("@smithy/core/client").CommandImpl<GetResourceCommandInput, GetResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the current state of the specified resource. For details, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { GetResourceRequestStatusInput, GetResourceRequestStatusOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResourceRequestStatusCommandInput extends GetResourceRequest
|
|
|
22
19
|
export interface GetResourceRequestStatusCommandOutput extends GetResourceRequestStatusOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResourceRequestStatusCommand_base: {
|
|
25
|
-
new (input: GetResourceRequestStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceRequestStatusCommandInput, GetResourceRequestStatusCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetResourceRequestStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceRequestStatusCommandInput, GetResourceRequestStatusCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResourceRequestStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceRequestStatusCommandInput, GetResourceRequestStatusCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResourceRequestStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceRequestStatusCommandInput, GetResourceRequestStatusCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the current status of a resource operation request. For more information, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { ListResourceRequestsInput, ListResourceRequestsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResourceRequestsCommandInput extends ListResourceRequestsIn
|
|
|
22
19
|
export interface ListResourceRequestsCommandOutput extends ListResourceRequestsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResourceRequestsCommand_base: {
|
|
25
|
-
new (input: ListResourceRequestsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListResourceRequestsCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResourceRequestsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResourceRequestsCommandInput]): import("@smithy/core/client").CommandImpl<ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns existing resource operation requests. This includes requests of all status types.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResourcesCommandInput extends ListResourcesInput {
|
|
|
22
19
|
export interface ListResourcesCommandOutput extends ListResourcesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResourcesCommand_base: {
|
|
25
|
-
new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the specified resources. For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-list.html">Discovering resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
|
|
4
2
|
import type { UpdateResourceInput, UpdateResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateResourceCommandInput extends UpdateResourceInput {
|
|
|
22
19
|
export interface UpdateResourceCommandOutput extends UpdateResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateResourceCommand_base: {
|
|
25
|
-
new (input: UpdateResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCommandInput, UpdateResourceCommandOutput, import("..").CloudControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified property values in the resource.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { CloudControlExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
13
14
|
export * from "./schemas/schemas_0";
|
|
14
15
|
export * from "./pagination";
|
|
15
16
|
export * from "./waiters";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CloudControlClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./CloudControlClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
CloudControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
CloudControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import {
|
|
9
3
|
CancelResourceRequestInput,
|
|
10
4
|
CancelResourceRequestOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CancelResourceRequestCommandInput
|
|
15
8
|
extends CancelResourceRequestInput {}
|
|
16
9
|
export interface CancelResourceRequestCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CancelResourceRequestCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CancelResourceRequestCommandInput,
|
|
24
17
|
CancelResourceRequestCommandOutput,
|
|
25
|
-
CloudControlClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudControlClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CancelResourceRequestCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CancelResourceRequestCommandInput,
|
|
33
26
|
CancelResourceRequestCommandOutput,
|
|
34
|
-
CloudControlClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudControlClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CancelResourceRequestCommand extends CancelResourceRequestCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import { CreateResourceInput, CreateResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateResourceCommandInput extends CreateResourceInput {}
|
|
12
5
|
export interface CreateResourceCommandOutput
|
|
13
6
|
extends CreateResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateResourceCommandInput,
|
|
20
13
|
CreateResourceCommandOutput,
|
|
21
|
-
CloudControlClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudControlClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateResourceCommandInput,
|
|
29
22
|
CreateResourceCommandOutput,
|
|
30
|
-
CloudControlClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudControlClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateResourceCommand extends CreateResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import { DeleteResourceInput, DeleteResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteResourceCommandInput extends DeleteResourceInput {}
|
|
12
5
|
export interface DeleteResourceCommandOutput
|
|
13
6
|
extends DeleteResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeleteResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteResourceCommandInput,
|
|
20
13
|
DeleteResourceCommandOutput,
|
|
21
|
-
CloudControlClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudControlClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteResourceCommandInput,
|
|
29
22
|
DeleteResourceCommandOutput,
|
|
30
|
-
CloudControlClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudControlClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteResourceCommand extends DeleteResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import { GetResourceInput, GetResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetResourceCommandInput extends GetResourceInput {}
|
|
12
5
|
export interface GetResourceCommandOutput
|
|
13
6
|
extends GetResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetResourceCommandInput,
|
|
20
13
|
GetResourceCommandOutput,
|
|
21
|
-
CloudControlClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudControlClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetResourceCommandInput,
|
|
29
22
|
GetResourceCommandOutput,
|
|
30
|
-
CloudControlClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudControlClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetResourceCommand extends GetResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import {
|
|
9
3
|
GetResourceRequestStatusInput,
|
|
10
4
|
GetResourceRequestStatusOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetResourceRequestStatusCommandInput
|
|
15
8
|
extends GetResourceRequestStatusInput {}
|
|
16
9
|
export interface GetResourceRequestStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetResourceRequestStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetResourceRequestStatusCommandInput,
|
|
24
17
|
GetResourceRequestStatusCommandOutput,
|
|
25
|
-
CloudControlClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudControlClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetResourceRequestStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetResourceRequestStatusCommandInput,
|
|
33
26
|
GetResourceRequestStatusCommandOutput,
|
|
34
|
-
CloudControlClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudControlClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetResourceRequestStatusCommand extends GetResourceRequestStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import {
|
|
9
3
|
ListResourceRequestsInput,
|
|
10
4
|
ListResourceRequestsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListResourceRequestsCommandInput
|
|
15
8
|
extends ListResourceRequestsInput {}
|
|
16
9
|
export interface ListResourceRequestsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListResourceRequestsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListResourceRequestsCommandInput,
|
|
24
17
|
ListResourceRequestsCommandOutput,
|
|
25
|
-
CloudControlClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudControlClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListResourceRequestsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListResourceRequestsCommandInput,
|
|
33
26
|
ListResourceRequestsCommandOutput,
|
|
34
|
-
CloudControlClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudControlClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListResourceRequestsCommand extends ListResourceRequestsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListResourcesCommandInput extends ListResourcesInput {}
|
|
12
5
|
export interface ListResourcesCommandOutput
|
|
13
6
|
extends ListResourcesOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListResourcesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListResourcesCommandInput,
|
|
20
13
|
ListResourcesCommandOutput,
|
|
21
|
-
CloudControlClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudControlClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListResourcesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListResourcesCommandInput,
|
|
29
22
|
ListResourcesCommandOutput,
|
|
30
|
-
CloudControlClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudControlClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListResourcesCommand extends ListResourcesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudControlClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudControlClient";
|
|
8
2
|
import { UpdateResourceInput, UpdateResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateResourceCommandInput extends UpdateResourceInput {}
|
|
12
5
|
export interface UpdateResourceCommandOutput
|
|
13
6
|
extends UpdateResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const UpdateResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateResourceCommandInput,
|
|
20
13
|
UpdateResourceCommandOutput,
|
|
21
|
-
CloudControlClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudControlClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateResourceCommandInput,
|
|
29
22
|
UpdateResourceCommandOutput,
|
|
30
|
-
CloudControlClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudControlClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { CloudControlExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
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.1078.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",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|