@aws-sdk/client-iotthingsgraph 3.478.0 → 3.484.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 +11 -11
|
@@ -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 { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSystemTemplateCommandInput extends CreateSystemTemplateRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSystemTemplateCommand_base: {
|
|
24
|
+
new (input: CreateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, 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 CreateSystemTemplateCommandOutput extends CreateSystemTemplateR
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class CreateSystemTemplateCommand extends
|
|
79
|
-
readonly input: CreateSystemTemplateCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: CreateSystemTemplateCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_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 { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFlowTemplateCommandInput extends DeleteFlowTemplateReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFlowTemplateCommand_base: {
|
|
24
|
+
new (input: DeleteFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -64,23 +67,5 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteFlowTemplateCommand extends
|
|
68
|
-
readonly input: DeleteFlowTemplateCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteFlowTemplateCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteNamespaceCommand_base: {
|
|
24
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -59,23 +62,5 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class DeleteNamespaceCommand extends
|
|
63
|
-
readonly input: DeleteNamespaceCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: DeleteNamespaceCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
81
66
|
}
|
|
@@ -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 { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSystemInstanceCommandInput extends DeleteSystemInstanceRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSystemInstanceCommand_base: {
|
|
24
|
+
new (input: DeleteSystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -65,23 +68,5 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DeleteSystemInstanceCommand extends
|
|
69
|
-
readonly input: DeleteSystemInstanceCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DeleteSystemInstanceCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {
|
|
87
72
|
}
|
|
@@ -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 { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSystemTemplateCommandInput extends DeleteSystemTemplateRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSystemTemplateCommand_base: {
|
|
24
|
+
new (input: DeleteSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -64,23 +67,5 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteSystemTemplateCommand extends
|
|
68
|
-
readonly input: DeleteSystemTemplateCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteSystemTemplateCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeploySystemInstanceCommandInput extends DeploySystemInstanceRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeploySystemInstanceCommand_base: {
|
|
24
|
+
new (input: DeploySystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -90,23 +93,5 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class DeploySystemInstanceCommand extends
|
|
94
|
-
readonly input: DeploySystemInstanceCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: DeploySystemInstanceCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {
|
|
112
97
|
}
|
|
@@ -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 { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeprecateFlowTemplateCommandInput extends DeprecateFlowTemplate
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeprecateFlowTemplateCommand_base: {
|
|
24
|
+
new (input: DeprecateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -63,23 +66,5 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeprecateFlowTemplateCommand extends
|
|
67
|
-
readonly input: DeprecateFlowTemplateCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeprecateFlowTemplateCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {
|
|
85
70
|
}
|
|
@@ -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 { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeprecateSystemTemplateCommandInput extends DeprecateSystemTemp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeprecateSystemTemplateCommand_base: {
|
|
24
|
+
new (input: DeprecateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -63,23 +66,5 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeprecateSystemTemplateCommand extends
|
|
67
|
-
readonly input: DeprecateSystemTemplateCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeprecateSystemTemplateCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {
|
|
85
70
|
}
|
|
@@ -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 { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeNamespaceCommandInput extends DescribeNamespaceRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeNamespaceCommandOutput extends DescribeNamespaceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeNamespaceCommand_base: {
|
|
24
|
+
new (input: DescribeNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -69,23 +72,5 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DescribeNamespaceCommand extends
|
|
73
|
-
readonly input: DescribeNamespaceCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DescribeNamespaceCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {
|
|
91
76
|
}
|
|
@@ -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 { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DissociateEntityFromThingCommandInput extends DissociateEntityF
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DissociateEntityFromThingCommandOutput extends DissociateEntityFromThingResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DissociateEntityFromThingCommand_base: {
|
|
24
|
+
new (input: DissociateEntityFromThingCommandInput): import("@smithy/smithy-client").CommandImpl<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -65,23 +68,5 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DissociateEntityFromThingCommand extends
|
|
69
|
-
readonly input: DissociateEntityFromThingCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DissociateEntityFromThingCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {
|
|
87
72
|
}
|
|
@@ -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 { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEntitiesCommandInput extends GetEntitiesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEntitiesCommand_base: {
|
|
24
|
+
new (input: GetEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -110,23 +113,5 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class GetEntitiesCommand extends
|
|
114
|
-
readonly input: GetEntitiesCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: GetEntitiesCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEntitiesCommandInput, GetEntitiesCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class GetEntitiesCommand extends GetEntitiesCommand_base {
|
|
132
117
|
}
|
|
@@ -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 { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFlowTemplateCommand_base: {
|
|
24
|
+
new (input: GetFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -78,23 +81,5 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetFlowTemplateCommand extends
|
|
82
|
-
readonly input: GetFlowTemplateCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetFlowTemplateCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {
|
|
100
85
|
}
|
|
@@ -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 { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFlowTemplateRevisionsCommandInput extends GetFlowTemplateRev
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRevisionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFlowTemplateRevisionsCommand_base: {
|
|
24
|
+
new (input: GetFlowTemplateRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput, 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 GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetFlowTemplateRevisionsCommand extends
|
|
80
|
-
readonly input: GetFlowTemplateRevisionsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetFlowTemplateRevisionsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_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 { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetNamespaceDeletionStatusCommandInput extends GetNamespaceDele
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDeletionStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetNamespaceDeletionStatusCommand_base: {
|
|
24
|
+
new (input: GetNamespaceDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -64,23 +67,5 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetNamespaceDeletionStatusCommand extends
|
|
68
|
-
readonly input: GetNamespaceDeletionStatusCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetNamespaceDeletionStatusCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {
|
|
86
71
|
}
|