@aws-sdk/client-iotthingsgraph 3.529.1 → 3.535.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-types/IoTThingsGraph.d.ts +11 -1
- package/dist-types/IoTThingsGraphClient.d.ts +1 -1
- package/dist-types/commands/AssociateEntityToThingCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateSystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeploySystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +3 -3
- package/dist-types/commands/GetEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/GetFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetSystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/GetUploadStatusCommand.d.ts +3 -3
- package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/SearchEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/SearchSystemInstancesCommand.d.ts +3 -3
- package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/SearchThingsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +221 -221
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +10 -0
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { IoTThingsGraphClientConfig } from "./IoTThingsGraphClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -206,6 +206,7 @@ export interface IoTThingsGraph {
|
|
|
206
206
|
options: __HttpHandlerOptions,
|
|
207
207
|
cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void
|
|
208
208
|
): void;
|
|
209
|
+
deleteNamespace(): Promise<DeleteNamespaceCommandOutput>;
|
|
209
210
|
deleteNamespace(
|
|
210
211
|
args: DeleteNamespaceCommandInput,
|
|
211
212
|
options?: __HttpHandlerOptions
|
|
@@ -219,6 +220,7 @@ export interface IoTThingsGraph {
|
|
|
219
220
|
options: __HttpHandlerOptions,
|
|
220
221
|
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
221
222
|
): void;
|
|
223
|
+
deleteSystemInstance(): Promise<DeleteSystemInstanceCommandOutput>;
|
|
222
224
|
deleteSystemInstance(
|
|
223
225
|
args: DeleteSystemInstanceCommandInput,
|
|
224
226
|
options?: __HttpHandlerOptions
|
|
@@ -245,6 +247,7 @@ export interface IoTThingsGraph {
|
|
|
245
247
|
options: __HttpHandlerOptions,
|
|
246
248
|
cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void
|
|
247
249
|
): void;
|
|
250
|
+
deploySystemInstance(): Promise<DeploySystemInstanceCommandOutput>;
|
|
248
251
|
deploySystemInstance(
|
|
249
252
|
args: DeploySystemInstanceCommandInput,
|
|
250
253
|
options?: __HttpHandlerOptions
|
|
@@ -284,6 +287,7 @@ export interface IoTThingsGraph {
|
|
|
284
287
|
options: __HttpHandlerOptions,
|
|
285
288
|
cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void
|
|
286
289
|
): void;
|
|
290
|
+
describeNamespace(): Promise<DescribeNamespaceCommandOutput>;
|
|
287
291
|
describeNamespace(
|
|
288
292
|
args: DescribeNamespaceCommandInput,
|
|
289
293
|
options?: __HttpHandlerOptions
|
|
@@ -349,6 +353,7 @@ export interface IoTThingsGraph {
|
|
|
349
353
|
options: __HttpHandlerOptions,
|
|
350
354
|
cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void
|
|
351
355
|
): void;
|
|
356
|
+
getNamespaceDeletionStatus(): Promise<GetNamespaceDeletionStatusCommandOutput>;
|
|
352
357
|
getNamespaceDeletionStatus(
|
|
353
358
|
args: GetNamespaceDeletionStatusCommandInput,
|
|
354
359
|
options?: __HttpHandlerOptions
|
|
@@ -466,6 +471,7 @@ export interface IoTThingsGraph {
|
|
|
466
471
|
options: __HttpHandlerOptions,
|
|
467
472
|
cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void
|
|
468
473
|
): void;
|
|
474
|
+
searchFlowTemplates(): Promise<SearchFlowTemplatesCommandOutput>;
|
|
469
475
|
searchFlowTemplates(
|
|
470
476
|
args: SearchFlowTemplatesCommandInput,
|
|
471
477
|
options?: __HttpHandlerOptions
|
|
@@ -479,6 +485,7 @@ export interface IoTThingsGraph {
|
|
|
479
485
|
options: __HttpHandlerOptions,
|
|
480
486
|
cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void
|
|
481
487
|
): void;
|
|
488
|
+
searchSystemInstances(): Promise<SearchSystemInstancesCommandOutput>;
|
|
482
489
|
searchSystemInstances(
|
|
483
490
|
args: SearchSystemInstancesCommandInput,
|
|
484
491
|
options?: __HttpHandlerOptions
|
|
@@ -492,6 +499,7 @@ export interface IoTThingsGraph {
|
|
|
492
499
|
options: __HttpHandlerOptions,
|
|
493
500
|
cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void
|
|
494
501
|
): void;
|
|
502
|
+
searchSystemTemplates(): Promise<SearchSystemTemplatesCommandOutput>;
|
|
495
503
|
searchSystemTemplates(
|
|
496
504
|
args: SearchSystemTemplatesCommandInput,
|
|
497
505
|
options?: __HttpHandlerOptions
|
|
@@ -531,6 +539,7 @@ export interface IoTThingsGraph {
|
|
|
531
539
|
options: __HttpHandlerOptions,
|
|
532
540
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
533
541
|
): void;
|
|
542
|
+
undeploySystemInstance(): Promise<UndeploySystemInstanceCommandOutput>;
|
|
534
543
|
undeploySystemInstance(
|
|
535
544
|
args: UndeploySystemInstanceCommandInput,
|
|
536
545
|
options?: __HttpHandlerOptions
|
|
@@ -583,6 +592,7 @@ export interface IoTThingsGraph {
|
|
|
583
592
|
options: __HttpHandlerOptions,
|
|
584
593
|
cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void
|
|
585
594
|
): void;
|
|
595
|
+
uploadEntityDefinitions(): Promise<UploadEntityDefinitionsCommandOutput>;
|
|
586
596
|
uploadEntityDefinitions(
|
|
587
597
|
args: UploadEntityDefinitionsCommandInput,
|
|
588
598
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AssociateEntityToThingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateEntityToThingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateEntityToThingCommandInput,
|
|
32
|
+
AssociateEntityToThingCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateFlowTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateFlowTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateFlowTemplateCommandInput,
|
|
32
|
+
CreateFlowTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateSystemInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateSystemInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateSystemInstanceCommandInput,
|
|
32
|
+
CreateSystemInstanceCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateSystemTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateSystemTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateSystemTemplateCommandInput,
|
|
32
|
+
CreateSystemTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteFlowTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteFlowTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteFlowTemplateCommandInput,
|
|
32
|
+
DeleteFlowTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DeleteNamespaceCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteNamespaceCommandInput,
|
|
31
|
+
DeleteNamespaceCommandOutput,
|
|
32
|
+
IoTThingsGraphClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteSystemInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DeleteSystemInstanceCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteSystemInstanceCommandInput,
|
|
32
|
+
DeleteSystemInstanceCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteSystemTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteSystemTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteSystemTemplateCommandInput,
|
|
32
|
+
DeleteSystemTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeploySystemInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DeploySystemInstanceCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeploySystemInstanceCommandInput,
|
|
32
|
+
DeploySystemInstanceCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeprecateFlowTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeprecateFlowTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeprecateFlowTemplateCommandInput,
|
|
32
|
+
DeprecateFlowTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeprecateSystemTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeprecateSystemTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeprecateSystemTemplateCommandInput,
|
|
32
|
+
DeprecateSystemTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeNamespaceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeNamespaceCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeNamespaceCommandInput,
|
|
32
|
+
DescribeNamespaceCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DissociateEntityFromThingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DissociateEntityFromThingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DissociateEntityFromThingCommandInput,
|
|
32
|
+
DissociateEntityFromThingCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetEntitiesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetEntitiesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetEntitiesCommandInput,
|
|
28
|
+
GetEntitiesCommandOutput,
|
|
29
|
+
IoTThingsGraphClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetEntitiesCommand extends GetEntitiesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetFlowTemplateCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetFlowTemplateCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetFlowTemplateCommandInput,
|
|
31
|
+
GetFlowTemplateCommandOutput,
|
|
32
|
+
IoTThingsGraphClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetFlowTemplateRevisionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetFlowTemplateRevisionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetFlowTemplateRevisionsCommandInput,
|
|
32
|
+
GetFlowTemplateRevisionsCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetNamespaceDeletionStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetNamespaceDeletionStatusCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetNamespaceDeletionStatusCommandInput,
|
|
32
|
+
GetNamespaceDeletionStatusCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSystemInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSystemInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSystemInstanceCommandInput,
|
|
32
|
+
GetSystemInstanceCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSystemTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSystemTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSystemTemplateCommandInput,
|
|
32
|
+
GetSystemTemplateCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSystemTemplateRevisionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSystemTemplateRevisionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSystemTemplateRevisionsCommandInput,
|
|
32
|
+
GetSystemTemplateRevisionsCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetUploadStatusCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetUploadStatusCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetUploadStatusCommandInput,
|
|
31
|
+
GetUploadStatusCommandOutput,
|
|
32
|
+
IoTThingsGraphClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetUploadStatusCommand extends GetUploadStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListFlowExecutionMessagesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListFlowExecutionMessagesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListFlowExecutionMessagesCommandInput,
|
|
32
|
+
ListFlowExecutionMessagesCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const SearchEntitiesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: SearchEntitiesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
SearchEntitiesCommandInput,
|
|
31
|
+
SearchEntitiesCommandOutput,
|
|
32
|
+
IoTThingsGraphClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class SearchEntitiesCommand extends SearchEntitiesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const SearchFlowExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: SearchFlowExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
SearchFlowExecutionsCommandInput,
|
|
32
|
+
SearchFlowExecutionsCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class SearchFlowExecutionsCommand extends SearchFlowExecutionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const SearchFlowTemplatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [SearchFlowTemplatesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
SearchFlowTemplatesCommandInput,
|
|
32
|
+
SearchFlowTemplatesCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class SearchFlowTemplatesCommand extends SearchFlowTemplatesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const SearchSystemInstancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [SearchSystemInstancesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
SearchSystemInstancesCommandInput,
|
|
32
|
+
SearchSystemInstancesCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class SearchSystemInstancesCommand extends SearchSystemInstancesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const SearchSystemTemplatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [SearchSystemTemplatesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
SearchSystemTemplatesCommandInput,
|
|
32
|
+
SearchSystemTemplatesCommandOutput,
|
|
33
|
+
IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class SearchSystemTemplatesCommand extends SearchSystemTemplatesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const SearchThingsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: SearchThingsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
SearchThingsCommandInput,
|
|
28
|
+
SearchThingsCommandOutput,
|
|
29
|
+
IoTThingsGraphClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class SearchThingsCommand extends SearchThingsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
IoTThingsGraphClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|