@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.
Files changed (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/IoTThingsGraph.d.ts +634 -180
  3. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
  4. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -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 +8 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +993 -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 +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,17 +1,41 @@
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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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 { 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
+
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
+ }