@aws-sdk/client-iotthingsgraph 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +599 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +315 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +754 -897
- package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetFlowTemplateRequest,
|
|
15
|
+
GetFlowTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {}
|
|
18
|
+
export interface GetFlowTemplateCommandOutput
|
|
19
|
+
extends GetFlowTemplateResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetFlowTemplateCommand extends $Command<
|
|
22
|
+
GetFlowTemplateCommandInput,
|
|
23
|
+
GetFlowTemplateCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetFlowTemplateCommandInput;
|
|
27
|
+
constructor(input: GetFlowTemplateCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetFlowTemplateRevisionsRequest,
|
|
15
|
+
GetFlowTemplateRevisionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFlowTemplateRevisionsCommandInput
|
|
18
|
+
extends GetFlowTemplateRevisionsRequest {}
|
|
19
|
+
export interface GetFlowTemplateRevisionsCommandOutput
|
|
20
|
+
extends GetFlowTemplateRevisionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFlowTemplateRevisionsCommand extends $Command<
|
|
23
|
+
GetFlowTemplateRevisionsCommandInput,
|
|
24
|
+
GetFlowTemplateRevisionsCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFlowTemplateRevisionsCommandInput;
|
|
28
|
+
constructor(input: GetFlowTemplateRevisionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFlowTemplateRevisionsCommandInput,
|
|
35
|
+
GetFlowTemplateRevisionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetNamespaceDeletionStatusRequest,
|
|
15
|
+
GetNamespaceDeletionStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetNamespaceDeletionStatusCommandInput
|
|
18
|
+
extends GetNamespaceDeletionStatusRequest {}
|
|
19
|
+
export interface GetNamespaceDeletionStatusCommandOutput
|
|
20
|
+
extends GetNamespaceDeletionStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetNamespaceDeletionStatusCommand extends $Command<
|
|
23
|
+
GetNamespaceDeletionStatusCommandInput,
|
|
24
|
+
GetNamespaceDeletionStatusCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetNamespaceDeletionStatusCommandInput;
|
|
28
|
+
constructor(input: GetNamespaceDeletionStatusCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetNamespaceDeletionStatusCommandInput,
|
|
35
|
+
GetNamespaceDeletionStatusCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSystemInstanceRequest,
|
|
15
|
+
GetSystemInstanceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSystemInstanceCommandInput
|
|
18
|
+
extends GetSystemInstanceRequest {}
|
|
19
|
+
export interface GetSystemInstanceCommandOutput
|
|
20
|
+
extends GetSystemInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSystemInstanceCommand extends $Command<
|
|
23
|
+
GetSystemInstanceCommandInput,
|
|
24
|
+
GetSystemInstanceCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSystemInstanceCommandInput;
|
|
28
|
+
constructor(input: GetSystemInstanceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSystemTemplateRequest,
|
|
15
|
+
GetSystemTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSystemTemplateCommandInput
|
|
18
|
+
extends GetSystemTemplateRequest {}
|
|
19
|
+
export interface GetSystemTemplateCommandOutput
|
|
20
|
+
extends GetSystemTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSystemTemplateCommand extends $Command<
|
|
23
|
+
GetSystemTemplateCommandInput,
|
|
24
|
+
GetSystemTemplateCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSystemTemplateCommandInput;
|
|
28
|
+
constructor(input: GetSystemTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSystemTemplateRevisionsRequest,
|
|
15
|
+
GetSystemTemplateRevisionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSystemTemplateRevisionsCommandInput
|
|
18
|
+
extends GetSystemTemplateRevisionsRequest {}
|
|
19
|
+
export interface GetSystemTemplateRevisionsCommandOutput
|
|
20
|
+
extends GetSystemTemplateRevisionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSystemTemplateRevisionsCommand extends $Command<
|
|
23
|
+
GetSystemTemplateRevisionsCommandInput,
|
|
24
|
+
GetSystemTemplateRevisionsCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSystemTemplateRevisionsCommandInput;
|
|
28
|
+
constructor(input: GetSystemTemplateRevisionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetSystemTemplateRevisionsCommandInput,
|
|
35
|
+
GetSystemTemplateRevisionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
GetUploadStatusRequest,
|
|
15
|
+
GetUploadStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {}
|
|
18
|
+
export interface GetUploadStatusCommandOutput
|
|
19
|
+
extends GetUploadStatusResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetUploadStatusCommand extends $Command<
|
|
22
|
+
GetUploadStatusCommandInput,
|
|
23
|
+
GetUploadStatusCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetUploadStatusCommandInput;
|
|
27
|
+
constructor(input: GetUploadStatusCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetUploadStatusCommandInput, GetUploadStatusCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
ListFlowExecutionMessagesRequest,
|
|
15
|
+
ListFlowExecutionMessagesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListFlowExecutionMessagesCommandInput
|
|
18
|
+
extends ListFlowExecutionMessagesRequest {}
|
|
19
|
+
export interface ListFlowExecutionMessagesCommandOutput
|
|
20
|
+
extends ListFlowExecutionMessagesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListFlowExecutionMessagesCommand extends $Command<
|
|
23
|
+
ListFlowExecutionMessagesCommandInput,
|
|
24
|
+
ListFlowExecutionMessagesCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListFlowExecutionMessagesCommandInput;
|
|
28
|
+
constructor(input: ListFlowExecutionMessagesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListFlowExecutionMessagesCommandInput,
|
|
35
|
+
ListFlowExecutionMessagesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
SearchEntitiesRequest,
|
|
15
|
+
SearchEntitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {}
|
|
18
|
+
export interface SearchEntitiesCommandOutput
|
|
19
|
+
extends SearchEntitiesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class SearchEntitiesCommand extends $Command<
|
|
22
|
+
SearchEntitiesCommandInput,
|
|
23
|
+
SearchEntitiesCommandOutput,
|
|
24
|
+
IoTThingsGraphClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: SearchEntitiesCommandInput;
|
|
27
|
+
constructor(input: SearchEntitiesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<SearchEntitiesCommandInput, SearchEntitiesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
SearchFlowExecutionsRequest,
|
|
15
|
+
SearchFlowExecutionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchFlowExecutionsCommandInput
|
|
18
|
+
extends SearchFlowExecutionsRequest {}
|
|
19
|
+
export interface SearchFlowExecutionsCommandOutput
|
|
20
|
+
extends SearchFlowExecutionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SearchFlowExecutionsCommand extends $Command<
|
|
23
|
+
SearchFlowExecutionsCommandInput,
|
|
24
|
+
SearchFlowExecutionsCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchFlowExecutionsCommandInput;
|
|
28
|
+
constructor(input: SearchFlowExecutionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SearchFlowExecutionsCommandInput,
|
|
35
|
+
SearchFlowExecutionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|