@aws-sdk/client-iotthingsgraph 3.478.0 → 3.481.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/commands/AssociateEntityToThingCommand.js +18 -41
- package/dist-cjs/commands/CreateFlowTemplateCommand.js +18 -41
- package/dist-cjs/commands/CreateSystemInstanceCommand.js +18 -41
- package/dist-cjs/commands/CreateSystemTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteFlowTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteNamespaceCommand.js +18 -41
- package/dist-cjs/commands/DeleteSystemInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeleteSystemTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeploySystemInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +18 -41
- package/dist-cjs/commands/DescribeNamespaceCommand.js +18 -41
- package/dist-cjs/commands/DissociateEntityFromThingCommand.js +18 -41
- package/dist-cjs/commands/GetEntitiesCommand.js +18 -41
- package/dist-cjs/commands/GetFlowTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +18 -41
- package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSystemInstanceCommand.js +18 -41
- package/dist-cjs/commands/GetSystemTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +18 -41
- package/dist-cjs/commands/GetUploadStatusCommand.js +18 -41
- package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/SearchEntitiesCommand.js +18 -41
- package/dist-cjs/commands/SearchFlowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/SearchFlowTemplatesCommand.js +18 -41
- package/dist-cjs/commands/SearchSystemInstancesCommand.js +18 -41
- package/dist-cjs/commands/SearchSystemTemplatesCommand.js +18 -41
- package/dist-cjs/commands/SearchThingsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UndeploySystemInstanceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlowTemplateCommand.js +18 -41
- package/dist-cjs/commands/UpdateSystemTemplateCommand.js +18 -41
- package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateEntityToThingCommand.js +18 -41
- package/dist-es/commands/CreateFlowTemplateCommand.js +18 -41
- package/dist-es/commands/CreateSystemInstanceCommand.js +18 -41
- package/dist-es/commands/CreateSystemTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteFlowTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteNamespaceCommand.js +18 -41
- package/dist-es/commands/DeleteSystemInstanceCommand.js +18 -41
- package/dist-es/commands/DeleteSystemTemplateCommand.js +18 -41
- package/dist-es/commands/DeploySystemInstanceCommand.js +18 -41
- package/dist-es/commands/DeprecateFlowTemplateCommand.js +18 -41
- package/dist-es/commands/DeprecateSystemTemplateCommand.js +18 -41
- package/dist-es/commands/DescribeNamespaceCommand.js +18 -41
- package/dist-es/commands/DissociateEntityFromThingCommand.js +18 -41
- package/dist-es/commands/GetEntitiesCommand.js +18 -41
- package/dist-es/commands/GetFlowTemplateCommand.js +18 -41
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +18 -41
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +18 -41
- package/dist-es/commands/GetSystemInstanceCommand.js +18 -41
- package/dist-es/commands/GetSystemTemplateCommand.js +18 -41
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +18 -41
- package/dist-es/commands/GetUploadStatusCommand.js +18 -41
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/SearchEntitiesCommand.js +18 -41
- package/dist-es/commands/SearchFlowExecutionsCommand.js +18 -41
- package/dist-es/commands/SearchFlowTemplatesCommand.js +18 -41
- package/dist-es/commands/SearchSystemInstancesCommand.js +18 -41
- package/dist-es/commands/SearchSystemTemplatesCommand.js +18 -41
- package/dist-es/commands/SearchThingsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UndeploySystemInstanceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateFlowTemplateCommand.js +18 -41
- package/dist-es/commands/UpdateSystemTemplateCommand.js +18 -41
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateEntityToThingCommand.d.ts +6 -21
- package/dist-types/commands/CreateFlowTemplateCommand.d.ts +6 -21
- package/dist-types/commands/CreateSystemInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateSystemTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeploySystemInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +6 -21
- package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +6 -21
- package/dist-types/commands/GetEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/GetFlowTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +6 -21
- package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSystemInstanceCommand.d.ts +6 -21
- package/dist-types/commands/GetSystemTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +6 -21
- package/dist-types/commands/GetUploadStatusCommand.d.ts +6 -21
- package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/SearchEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/SearchSystemInstancesCommand.d.ts +6 -21
- package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/SearchThingsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +6 -21
- package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
5
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -66,23 +69,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class UntagResourceCommand extends
|
|
70
|
-
readonly input: UntagResourceCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: UntagResourceCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
5
4
|
import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFlowTemplateCommandInput extends UpdateFlowTemplateReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFlowTemplateCommand_base: {
|
|
24
|
+
new (input: UpdateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -76,23 +79,5 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class UpdateFlowTemplateCommand extends
|
|
80
|
-
readonly input: UpdateFlowTemplateCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: UpdateFlowTemplateCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class UpdateFlowTemplateCommand extends UpdateFlowTemplateCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
5
4
|
import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSystemTemplateCommandInput extends UpdateSystemTemplateRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSystemTemplateCommand_base: {
|
|
24
|
+
new (input: UpdateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -75,23 +78,5 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class UpdateSystemTemplateCommand extends
|
|
79
|
-
readonly input: UpdateSystemTemplateCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: UpdateSystemTemplateCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class UpdateSystemTemplateCommand extends UpdateSystemTemplateCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
5
4
|
import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UploadEntityDefinitionsCommandInput extends UploadEntityDefinit
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefinitionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UploadEntityDefinitionsCommand_base: {
|
|
24
|
+
new (input: UploadEntityDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -77,23 +80,5 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class UploadEntityDefinitionsCommand extends
|
|
81
|
-
readonly input: UploadEntityDefinitionsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: UploadEntityDefinitionsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class UploadEntityDefinitionsCommand extends UploadEntityDefinitionsCommand_base {
|
|
99
84
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AssociateEntityToThingCommandInput
|
|
|
21
15
|
export interface AssociateEntityToThingCommandOutput
|
|
22
16
|
extends AssociateEntityToThingResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateEntityToThingCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateEntityToThingCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateEntityToThingCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateEntityToThingCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateEntityToThingCommandInput,
|
|
38
|
-
AssociateEntityToThingCommandOutput
|
|
23
|
+
AssociateEntityToThingCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateFlowTemplateCommandInput
|
|
|
21
15
|
export interface CreateFlowTemplateCommandOutput
|
|
22
16
|
extends CreateFlowTemplateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateFlowTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateFlowTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateFlowTemplateCommandInput,
|
|
23
|
+
CreateFlowTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateSystemInstanceCommandInput
|
|
|
21
15
|
export interface CreateSystemInstanceCommandOutput
|
|
22
16
|
extends CreateSystemInstanceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateSystemInstanceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateSystemInstanceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateSystemInstanceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateSystemInstanceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateSystemInstanceCommandInput,
|
|
38
|
-
CreateSystemInstanceCommandOutput
|
|
23
|
+
CreateSystemInstanceCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateSystemTemplateCommandInput
|
|
|
21
15
|
export interface CreateSystemTemplateCommandOutput
|
|
22
16
|
extends CreateSystemTemplateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateSystemTemplateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateSystemTemplateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateSystemTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateSystemTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateSystemTemplateCommandInput,
|
|
38
|
-
CreateSystemTemplateCommandOutput
|
|
23
|
+
CreateSystemTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface DeleteFlowTemplateCommandInput
|
|
|
21
15
|
export interface DeleteFlowTemplateCommandOutput
|
|
22
16
|
extends DeleteFlowTemplateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DeleteFlowTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteFlowTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteFlowTemplateCommandInput,
|
|
23
|
+
DeleteFlowTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
|
|
|
20
14
|
export interface DeleteNamespaceCommandOutput
|
|
21
15
|
extends DeleteNamespaceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DeleteNamespaceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteNamespaceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteNamespaceCommandInput,
|
|
22
|
+
DeleteNamespaceCommandOutput,
|
|
23
|
+
IoTThingsGraphClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteSystemInstanceCommandInput
|
|
|
21
15
|
export interface DeleteSystemInstanceCommandOutput
|
|
22
16
|
extends DeleteSystemInstanceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteSystemInstanceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteSystemInstanceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteSystemInstanceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteSystemInstanceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteSystemInstanceCommandInput,
|
|
38
|
-
DeleteSystemInstanceCommandOutput
|
|
23
|
+
DeleteSystemInstanceCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteSystemTemplateCommandInput
|
|
|
21
15
|
export interface DeleteSystemTemplateCommandOutput
|
|
22
16
|
extends DeleteSystemTemplateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteSystemTemplateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteSystemTemplateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteSystemTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteSystemTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteSystemTemplateCommandInput,
|
|
38
|
-
DeleteSystemTemplateCommandOutput
|
|
23
|
+
DeleteSystemTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IoTThingsGraphClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeploySystemInstanceCommandInput
|
|
|
21
15
|
export interface DeploySystemInstanceCommandOutput
|
|
22
16
|
extends DeploySystemInstanceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeploySystemInstanceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeploySystemInstanceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeploySystemInstanceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeploySystemInstanceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeploySystemInstanceCommandInput,
|
|
38
|
-
DeploySystemInstanceCommandOutput
|
|
23
|
+
DeploySystemInstanceCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {}
|