@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,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 DeprecateFlowTemplateCommandInput
|
|
|
21
15
|
export interface DeprecateFlowTemplateCommandOutput
|
|
22
16
|
extends DeprecateFlowTemplateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeprecateFlowTemplateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeprecateFlowTemplateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeprecateFlowTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeprecateFlowTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeprecateFlowTemplateCommandInput,
|
|
38
|
-
DeprecateFlowTemplateCommandOutput
|
|
23
|
+
DeprecateFlowTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_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 DeprecateSystemTemplateCommandInput
|
|
|
21
15
|
export interface DeprecateSystemTemplateCommandOutput
|
|
22
16
|
extends DeprecateSystemTemplateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeprecateSystemTemplateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeprecateSystemTemplateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeprecateSystemTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeprecateSystemTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeprecateSystemTemplateCommandInput,
|
|
38
|
-
DeprecateSystemTemplateCommandOutput
|
|
23
|
+
DeprecateSystemTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_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 DescribeNamespaceCommandInput
|
|
|
21
15
|
export interface DescribeNamespaceCommandOutput
|
|
22
16
|
extends DescribeNamespaceResponse,
|
|
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 DescribeNamespaceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeNamespaceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeNamespaceCommandInput,
|
|
23
|
+
DescribeNamespaceCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_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 DissociateEntityFromThingCommandInput
|
|
|
21
15
|
export interface DissociateEntityFromThingCommandOutput
|
|
22
16
|
extends DissociateEntityFromThingResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DissociateEntityFromThingCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DissociateEntityFromThingCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DissociateEntityFromThingCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DissociateEntityFromThingCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DissociateEntityFromThingCommandInput,
|
|
38
|
-
DissociateEntityFromThingCommandOutput
|
|
23
|
+
DissociateEntityFromThingCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_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,
|
|
@@ -17,19 +11,16 @@ export interface GetEntitiesCommandInput extends GetEntitiesRequest {}
|
|
|
17
11
|
export interface GetEntitiesCommandOutput
|
|
18
12
|
extends GetEntitiesResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetEntitiesCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetEntitiesCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetEntitiesCommandInput,
|
|
19
|
+
GetEntitiesCommandOutput,
|
|
20
|
+
IoTThingsGraphClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetEntitiesCommand extends GetEntitiesCommand_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 GetFlowTemplateCommandInput extends GetFlowTemplateRequest {}
|
|
|
20
14
|
export interface GetFlowTemplateCommandOutput
|
|
21
15
|
extends GetFlowTemplateResponse,
|
|
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 GetFlowTemplateCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetFlowTemplateCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetFlowTemplateCommandInput,
|
|
22
|
+
GetFlowTemplateCommandOutput,
|
|
23
|
+
IoTThingsGraphClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_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 GetFlowTemplateRevisionsCommandInput
|
|
|
21
15
|
export interface GetFlowTemplateRevisionsCommandOutput
|
|
22
16
|
extends GetFlowTemplateRevisionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetFlowTemplateRevisionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetFlowTemplateRevisionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetFlowTemplateRevisionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetFlowTemplateRevisionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetFlowTemplateRevisionsCommandInput,
|
|
38
|
-
GetFlowTemplateRevisionsCommandOutput
|
|
23
|
+
GetFlowTemplateRevisionsCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_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 GetNamespaceDeletionStatusCommandInput
|
|
|
21
15
|
export interface GetNamespaceDeletionStatusCommandOutput
|
|
22
16
|
extends GetNamespaceDeletionStatusResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetNamespaceDeletionStatusCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetNamespaceDeletionStatusCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetNamespaceDeletionStatusCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetNamespaceDeletionStatusCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetNamespaceDeletionStatusCommandInput,
|
|
38
|
-
GetNamespaceDeletionStatusCommandOutput
|
|
23
|
+
GetNamespaceDeletionStatusCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_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 GetSystemInstanceCommandInput
|
|
|
21
15
|
export interface GetSystemInstanceCommandOutput
|
|
22
16
|
extends GetSystemInstanceResponse,
|
|
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 GetSystemInstanceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSystemInstanceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetSystemInstanceCommandInput,
|
|
23
|
+
GetSystemInstanceCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_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 GetSystemTemplateCommandInput
|
|
|
21
15
|
export interface GetSystemTemplateCommandOutput
|
|
22
16
|
extends GetSystemTemplateResponse,
|
|
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 GetSystemTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSystemTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetSystemTemplateCommandInput,
|
|
23
|
+
GetSystemTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_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 GetSystemTemplateRevisionsCommandInput
|
|
|
21
15
|
export interface GetSystemTemplateRevisionsCommandOutput
|
|
22
16
|
extends GetSystemTemplateRevisionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetSystemTemplateRevisionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetSystemTemplateRevisionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetSystemTemplateRevisionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSystemTemplateRevisionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetSystemTemplateRevisionsCommandInput,
|
|
38
|
-
GetSystemTemplateRevisionsCommandOutput
|
|
23
|
+
GetSystemTemplateRevisionsCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_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 GetUploadStatusCommandInput extends GetUploadStatusRequest {}
|
|
|
20
14
|
export interface GetUploadStatusCommandOutput
|
|
21
15
|
extends GetUploadStatusResponse,
|
|
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 GetUploadStatusCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetUploadStatusCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetUploadStatusCommandInput,
|
|
22
|
+
GetUploadStatusCommandOutput,
|
|
23
|
+
IoTThingsGraphClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetUploadStatusCommand extends GetUploadStatusCommand_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 ListFlowExecutionMessagesCommandInput
|
|
|
21
15
|
export interface ListFlowExecutionMessagesCommandOutput
|
|
22
16
|
extends ListFlowExecutionMessagesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListFlowExecutionMessagesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListFlowExecutionMessagesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListFlowExecutionMessagesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListFlowExecutionMessagesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListFlowExecutionMessagesCommandInput,
|
|
38
|
-
ListFlowExecutionMessagesCommandOutput
|
|
23
|
+
ListFlowExecutionMessagesCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_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 ListTagsForResourceCommandInput
|
|
|
21
15
|
export interface ListTagsForResourceCommandOutput
|
|
22
16
|
extends ListTagsForResourceResponse,
|
|
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 ListTagsForResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagsForResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagsForResourceCommandInput,
|
|
23
|
+
ListTagsForResourceCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|