@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.
Files changed (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTThingsGraph.d.ts +599 -180
  3. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +315 -108
  4. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +754 -897
  45. package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
5
- export interface CreateSystemTemplateCommandInput extends CreateSystemTemplateRequest {
6
- }
7
- export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSystemTemplateCommand extends $Command<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: CreateSystemTemplateCommandInput;
12
- constructor(input: CreateSystemTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class CreateSystemTemplateCommand extends $Command<
23
+ CreateSystemTemplateCommandInput,
24
+ CreateSystemTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSystemTemplateCommandInput;
28
+ constructor(input: CreateSystemTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateSystemTemplateCommandInput,
35
+ CreateSystemTemplateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
5
- export interface DeleteFlowTemplateCommandInput extends DeleteFlowTemplateRequest {
6
- }
7
- export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFlowTemplateCommand extends $Command<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeleteFlowTemplateCommandInput;
12
- constructor(input: DeleteFlowTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeleteFlowTemplateCommand extends $Command<
23
+ DeleteFlowTemplateCommandInput,
24
+ DeleteFlowTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteFlowTemplateCommandInput;
28
+ constructor(input: DeleteFlowTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
5
- export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
6
- }
7
- export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeleteNamespaceCommandInput;
12
- constructor(input: DeleteNamespaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeleteNamespaceCommand extends $Command<
22
+ DeleteNamespaceCommandInput,
23
+ DeleteNamespaceCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteNamespaceCommandInput;
27
+ constructor(input: DeleteNamespaceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: IoTThingsGraphClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
5
- export interface DeleteSystemInstanceCommandInput extends DeleteSystemInstanceRequest {
6
- }
7
- export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSystemInstanceCommand extends $Command<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeleteSystemInstanceCommandInput;
12
- constructor(input: DeleteSystemInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeleteSystemInstanceCommand extends $Command<
23
+ DeleteSystemInstanceCommandInput,
24
+ DeleteSystemInstanceCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteSystemInstanceCommandInput;
28
+ constructor(input: DeleteSystemInstanceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteSystemInstanceCommandInput,
35
+ DeleteSystemInstanceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
5
- export interface DeleteSystemTemplateCommandInput extends DeleteSystemTemplateRequest {
6
- }
7
- export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSystemTemplateCommand extends $Command<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeleteSystemTemplateCommandInput;
12
- constructor(input: DeleteSystemTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeleteSystemTemplateCommand extends $Command<
23
+ DeleteSystemTemplateCommandInput,
24
+ DeleteSystemTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteSystemTemplateCommandInput;
28
+ constructor(input: DeleteSystemTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteSystemTemplateCommandInput,
35
+ DeleteSystemTemplateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
5
- export interface DeploySystemInstanceCommandInput extends DeploySystemInstanceRequest {
6
- }
7
- export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeploySystemInstanceCommand extends $Command<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeploySystemInstanceCommandInput;
12
- constructor(input: DeploySystemInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeploySystemInstanceCommand extends $Command<
23
+ DeploySystemInstanceCommandInput,
24
+ DeploySystemInstanceCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DeploySystemInstanceCommandInput;
28
+ constructor(input: DeploySystemInstanceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeploySystemInstanceCommandInput,
35
+ DeploySystemInstanceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
5
- export interface DeprecateFlowTemplateCommandInput extends DeprecateFlowTemplateRequest {
6
- }
7
- export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeprecateFlowTemplateCommand extends $Command<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeprecateFlowTemplateCommandInput;
12
- constructor(input: DeprecateFlowTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeprecateFlowTemplateCommand extends $Command<
23
+ DeprecateFlowTemplateCommandInput,
24
+ DeprecateFlowTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DeprecateFlowTemplateCommandInput;
28
+ constructor(input: DeprecateFlowTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeprecateFlowTemplateCommandInput,
35
+ DeprecateFlowTemplateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
5
- export interface DeprecateSystemTemplateCommandInput extends DeprecateSystemTemplateRequest {
6
- }
7
- export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeprecateSystemTemplateCommand extends $Command<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DeprecateSystemTemplateCommandInput;
12
- constructor(input: DeprecateSystemTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DeprecateSystemTemplateCommand extends $Command<
23
+ DeprecateSystemTemplateCommandInput,
24
+ DeprecateSystemTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DeprecateSystemTemplateCommandInput;
28
+ constructor(input: DeprecateSystemTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeprecateSystemTemplateCommandInput,
35
+ DeprecateSystemTemplateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
5
- export interface DescribeNamespaceCommandInput extends DescribeNamespaceRequest {
6
- }
7
- export interface DescribeNamespaceCommandOutput extends DescribeNamespaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeNamespaceCommand extends $Command<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DescribeNamespaceCommandInput;
12
- constructor(input: DescribeNamespaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DescribeNamespaceCommand extends $Command<
23
+ DescribeNamespaceCommandInput,
24
+ DescribeNamespaceCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeNamespaceCommandInput;
28
+ constructor(input: DescribeNamespaceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
5
- export interface DissociateEntityFromThingCommandInput extends DissociateEntityFromThingRequest {
6
- }
7
- export interface DissociateEntityFromThingCommandOutput extends DissociateEntityFromThingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DissociateEntityFromThingCommand extends $Command<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: DissociateEntityFromThingCommandInput;
12
- constructor(input: DissociateEntityFromThingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DissociateEntityFromThingCommand extends $Command<
23
+ DissociateEntityFromThingCommandInput,
24
+ DissociateEntityFromThingCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: DissociateEntityFromThingCommandInput;
28
+ constructor(input: DissociateEntityFromThingCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DissociateEntityFromThingCommandInput,
35
+ DissociateEntityFromThingCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
4
- import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
5
- export interface GetEntitiesCommandInput extends GetEntitiesRequest {
6
- }
7
- export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetEntitiesCommand extends $Command<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: GetEntitiesCommandInput;
12
- constructor(input: GetEntitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEntitiesCommandInput, GetEntitiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class GetEntitiesCommand extends $Command<
19
+ GetEntitiesCommandInput,
20
+ GetEntitiesCommandOutput,
21
+ IoTThingsGraphClientResolvedConfig
22
+ > {
23
+ readonly input: GetEntitiesCommandInput;
24
+ constructor(input: GetEntitiesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IoTThingsGraphClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetEntitiesCommandInput, GetEntitiesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }