@aws-sdk/client-iotthingsgraph 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +634 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +993 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateSystemTemplateRequest,
|
|
15
|
+
CreateSystemTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateSystemTemplateCommandInput
|
|
18
|
+
extends CreateSystemTemplateRequest {}
|
|
19
|
+
export interface CreateSystemTemplateCommandOutput
|
|
20
|
+
extends CreateSystemTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSystemTemplateCommand extends $Command<
|
|
24
|
+
CreateSystemTemplateCommandInput,
|
|
25
|
+
CreateSystemTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSystemTemplateCommandInput;
|
|
29
|
+
constructor(input: CreateSystemTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSystemTemplateCommandInput,
|
|
37
|
+
CreateSystemTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DeleteFlowTemplateRequest,
|
|
15
|
+
DeleteFlowTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteFlowTemplateCommandInput
|
|
18
|
+
extends DeleteFlowTemplateRequest {}
|
|
19
|
+
export interface DeleteFlowTemplateCommandOutput
|
|
20
|
+
extends DeleteFlowTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteFlowTemplateCommand extends $Command<
|
|
24
|
+
DeleteFlowTemplateCommandInput,
|
|
25
|
+
DeleteFlowTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteFlowTemplateCommandInput;
|
|
29
|
+
constructor(input: DeleteFlowTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DeleteNamespaceRequest,
|
|
15
|
+
DeleteNamespaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
|
|
18
|
+
export interface DeleteNamespaceCommandOutput
|
|
19
|
+
extends DeleteNamespaceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteNamespaceCommand extends $Command<
|
|
23
|
+
DeleteNamespaceCommandInput,
|
|
24
|
+
DeleteNamespaceCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteNamespaceCommandInput;
|
|
28
|
+
constructor(input: DeleteNamespaceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DeleteSystemInstanceRequest,
|
|
15
|
+
DeleteSystemInstanceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSystemInstanceCommandInput
|
|
18
|
+
extends DeleteSystemInstanceRequest {}
|
|
19
|
+
export interface DeleteSystemInstanceCommandOutput
|
|
20
|
+
extends DeleteSystemInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteSystemInstanceCommand extends $Command<
|
|
24
|
+
DeleteSystemInstanceCommandInput,
|
|
25
|
+
DeleteSystemInstanceCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteSystemInstanceCommandInput;
|
|
29
|
+
constructor(input: DeleteSystemInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteSystemInstanceCommandInput,
|
|
37
|
+
DeleteSystemInstanceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DeleteSystemTemplateRequest,
|
|
15
|
+
DeleteSystemTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSystemTemplateCommandInput
|
|
18
|
+
extends DeleteSystemTemplateRequest {}
|
|
19
|
+
export interface DeleteSystemTemplateCommandOutput
|
|
20
|
+
extends DeleteSystemTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteSystemTemplateCommand extends $Command<
|
|
24
|
+
DeleteSystemTemplateCommandInput,
|
|
25
|
+
DeleteSystemTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteSystemTemplateCommandInput;
|
|
29
|
+
constructor(input: DeleteSystemTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteSystemTemplateCommandInput,
|
|
37
|
+
DeleteSystemTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DeploySystemInstanceRequest,
|
|
15
|
+
DeploySystemInstanceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeploySystemInstanceCommandInput
|
|
18
|
+
extends DeploySystemInstanceRequest {}
|
|
19
|
+
export interface DeploySystemInstanceCommandOutput
|
|
20
|
+
extends DeploySystemInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeploySystemInstanceCommand extends $Command<
|
|
24
|
+
DeploySystemInstanceCommandInput,
|
|
25
|
+
DeploySystemInstanceCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeploySystemInstanceCommandInput;
|
|
29
|
+
constructor(input: DeploySystemInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeploySystemInstanceCommandInput,
|
|
37
|
+
DeploySystemInstanceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DeprecateFlowTemplateRequest,
|
|
15
|
+
DeprecateFlowTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeprecateFlowTemplateCommandInput
|
|
18
|
+
extends DeprecateFlowTemplateRequest {}
|
|
19
|
+
export interface DeprecateFlowTemplateCommandOutput
|
|
20
|
+
extends DeprecateFlowTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeprecateFlowTemplateCommand extends $Command<
|
|
24
|
+
DeprecateFlowTemplateCommandInput,
|
|
25
|
+
DeprecateFlowTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeprecateFlowTemplateCommandInput;
|
|
29
|
+
constructor(input: DeprecateFlowTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeprecateFlowTemplateCommandInput,
|
|
37
|
+
DeprecateFlowTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DeprecateSystemTemplateRequest,
|
|
15
|
+
DeprecateSystemTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeprecateSystemTemplateCommandInput
|
|
18
|
+
extends DeprecateSystemTemplateRequest {}
|
|
19
|
+
export interface DeprecateSystemTemplateCommandOutput
|
|
20
|
+
extends DeprecateSystemTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeprecateSystemTemplateCommand extends $Command<
|
|
24
|
+
DeprecateSystemTemplateCommandInput,
|
|
25
|
+
DeprecateSystemTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeprecateSystemTemplateCommandInput;
|
|
29
|
+
constructor(input: DeprecateSystemTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeprecateSystemTemplateCommandInput,
|
|
37
|
+
DeprecateSystemTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeNamespaceRequest,
|
|
15
|
+
DescribeNamespaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeNamespaceCommandInput
|
|
18
|
+
extends DescribeNamespaceRequest {}
|
|
19
|
+
export interface DescribeNamespaceCommandOutput
|
|
20
|
+
extends DescribeNamespaceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeNamespaceCommand extends $Command<
|
|
24
|
+
DescribeNamespaceCommandInput,
|
|
25
|
+
DescribeNamespaceCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeNamespaceCommandInput;
|
|
29
|
+
constructor(input: DescribeNamespaceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DissociateEntityFromThingRequest,
|
|
15
|
+
DissociateEntityFromThingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DissociateEntityFromThingCommandInput
|
|
18
|
+
extends DissociateEntityFromThingRequest {}
|
|
19
|
+
export interface DissociateEntityFromThingCommandOutput
|
|
20
|
+
extends DissociateEntityFromThingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DissociateEntityFromThingCommand extends $Command<
|
|
24
|
+
DissociateEntityFromThingCommandInput,
|
|
25
|
+
DissociateEntityFromThingCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DissociateEntityFromThingCommandInput;
|
|
29
|
+
constructor(input: DissociateEntityFromThingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DissociateEntityFromThingCommandInput,
|
|
37
|
+
DissociateEntityFromThingCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
|
|
14
|
+
export interface GetEntitiesCommandInput extends GetEntitiesRequest {}
|
|
15
|
+
export interface GetEntitiesCommandOutput
|
|
16
|
+
extends GetEntitiesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetEntitiesCommand extends $Command<
|
|
20
|
+
GetEntitiesCommandInput,
|
|
21
|
+
GetEntitiesCommandOutput,
|
|
22
|
+
IoTThingsGraphClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetEntitiesCommandInput;
|
|
25
|
+
constructor(input: GetEntitiesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetEntitiesCommandInput, GetEntitiesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|