@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,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 { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } from "../models/models_0";
5
- export interface SearchFlowTemplatesCommandInput extends SearchFlowTemplatesRequest {
6
- }
7
- export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchFlowTemplatesCommand extends $Command<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: SearchFlowTemplatesCommandInput;
12
- constructor(input: SearchFlowTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput>;
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
+ SearchFlowTemplatesRequest,
15
+ SearchFlowTemplatesResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchFlowTemplatesCommandInput
18
+ extends SearchFlowTemplatesRequest {}
19
+ export interface SearchFlowTemplatesCommandOutput
20
+ extends SearchFlowTemplatesResponse,
21
+ __MetadataBearer {}
22
+ export declare class SearchFlowTemplatesCommand extends $Command<
23
+ SearchFlowTemplatesCommandInput,
24
+ SearchFlowTemplatesCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: SearchFlowTemplatesCommandInput;
28
+ constructor(input: SearchFlowTemplatesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput>;
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 { SearchSystemInstancesRequest, SearchSystemInstancesResponse } from "../models/models_0";
5
- export interface SearchSystemInstancesCommandInput extends SearchSystemInstancesRequest {
6
- }
7
- export interface SearchSystemInstancesCommandOutput extends SearchSystemInstancesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchSystemInstancesCommand extends $Command<SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: SearchSystemInstancesCommandInput;
12
- constructor(input: SearchSystemInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput>;
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
+ SearchSystemInstancesRequest,
15
+ SearchSystemInstancesResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchSystemInstancesCommandInput
18
+ extends SearchSystemInstancesRequest {}
19
+ export interface SearchSystemInstancesCommandOutput
20
+ extends SearchSystemInstancesResponse,
21
+ __MetadataBearer {}
22
+ export declare class SearchSystemInstancesCommand extends $Command<
23
+ SearchSystemInstancesCommandInput,
24
+ SearchSystemInstancesCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: SearchSystemInstancesCommandInput;
28
+ constructor(input: SearchSystemInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SearchSystemInstancesCommandInput,
35
+ SearchSystemInstancesCommandOutput
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 { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } from "../models/models_0";
5
- export interface SearchSystemTemplatesCommandInput extends SearchSystemTemplatesRequest {
6
- }
7
- export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchSystemTemplatesCommand extends $Command<SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: SearchSystemTemplatesCommandInput;
12
- constructor(input: SearchSystemTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput>;
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
+ SearchSystemTemplatesRequest,
15
+ SearchSystemTemplatesResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchSystemTemplatesCommandInput
18
+ extends SearchSystemTemplatesRequest {}
19
+ export interface SearchSystemTemplatesCommandOutput
20
+ extends SearchSystemTemplatesResponse,
21
+ __MetadataBearer {}
22
+ export declare class SearchSystemTemplatesCommand extends $Command<
23
+ SearchSystemTemplatesCommandInput,
24
+ SearchSystemTemplatesCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: SearchSystemTemplatesCommandInput;
28
+ constructor(input: SearchSystemTemplatesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SearchSystemTemplatesCommandInput,
35
+ SearchSystemTemplatesCommandOutput
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 { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
5
- export interface SearchThingsCommandInput extends SearchThingsRequest {
6
- }
7
- export interface SearchThingsCommandOutput extends SearchThingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchThingsCommand extends $Command<SearchThingsCommandInput, SearchThingsCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: SearchThingsCommandInput;
12
- constructor(input: SearchThingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchThingsCommandInput, SearchThingsCommandOutput>;
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 { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
14
+ export interface SearchThingsCommandInput extends SearchThingsRequest {}
15
+ export interface SearchThingsCommandOutput
16
+ extends SearchThingsResponse,
17
+ __MetadataBearer {}
18
+ export declare class SearchThingsCommand extends $Command<
19
+ SearchThingsCommandInput,
20
+ SearchThingsCommandOutput,
21
+ IoTThingsGraphClientResolvedConfig
22
+ > {
23
+ readonly input: SearchThingsCommandInput;
24
+ constructor(input: SearchThingsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IoTThingsGraphClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SearchThingsCommandInput, SearchThingsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ IoTThingsGraphClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IoTThingsGraphClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } from "../models/models_0";
5
- export interface UndeploySystemInstanceCommandInput extends UndeploySystemInstanceRequest {
6
- }
7
- export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UndeploySystemInstanceCommand extends $Command<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: UndeploySystemInstanceCommandInput;
12
- constructor(input: UndeploySystemInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput>;
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
+ UndeploySystemInstanceRequest,
15
+ UndeploySystemInstanceResponse,
16
+ } from "../models/models_0";
17
+ export interface UndeploySystemInstanceCommandInput
18
+ extends UndeploySystemInstanceRequest {}
19
+ export interface UndeploySystemInstanceCommandOutput
20
+ extends UndeploySystemInstanceResponse,
21
+ __MetadataBearer {}
22
+ export declare class UndeploySystemInstanceCommand extends $Command<
23
+ UndeploySystemInstanceCommandInput,
24
+ UndeploySystemInstanceCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: UndeploySystemInstanceCommandInput;
28
+ constructor(input: UndeploySystemInstanceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UndeploySystemInstanceCommandInput,
35
+ UndeploySystemInstanceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: IoTThingsGraphClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0";
5
- export interface UpdateFlowTemplateCommandInput extends UpdateFlowTemplateRequest {
6
- }
7
- export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFlowTemplateCommand extends $Command<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: UpdateFlowTemplateCommandInput;
12
- constructor(input: UpdateFlowTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput>;
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
+ UpdateFlowTemplateRequest,
15
+ UpdateFlowTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateFlowTemplateCommandInput
18
+ extends UpdateFlowTemplateRequest {}
19
+ export interface UpdateFlowTemplateCommandOutput
20
+ extends UpdateFlowTemplateResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateFlowTemplateCommand extends $Command<
23
+ UpdateFlowTemplateCommandInput,
24
+ UpdateFlowTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFlowTemplateCommandInput;
28
+ constructor(input: UpdateFlowTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput>;
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 { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0";
5
- export interface UpdateSystemTemplateCommandInput extends UpdateSystemTemplateRequest {
6
- }
7
- export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSystemTemplateCommand extends $Command<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: UpdateSystemTemplateCommandInput;
12
- constructor(input: UpdateSystemTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput>;
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
+ UpdateSystemTemplateRequest,
15
+ UpdateSystemTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateSystemTemplateCommandInput
18
+ extends UpdateSystemTemplateRequest {}
19
+ export interface UpdateSystemTemplateCommandOutput
20
+ extends UpdateSystemTemplateResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateSystemTemplateCommand extends $Command<
23
+ UpdateSystemTemplateCommandInput,
24
+ UpdateSystemTemplateCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSystemTemplateCommandInput;
28
+ constructor(input: UpdateSystemTemplateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateSystemTemplateCommandInput,
35
+ UpdateSystemTemplateCommandOutput
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 { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
5
- export interface UploadEntityDefinitionsCommandInput extends UploadEntityDefinitionsRequest {
6
- }
7
- export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefinitionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UploadEntityDefinitionsCommand extends $Command<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig> {
11
- readonly input: UploadEntityDefinitionsCommandInput;
12
- constructor(input: UploadEntityDefinitionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput>;
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
+ UploadEntityDefinitionsRequest,
15
+ UploadEntityDefinitionsResponse,
16
+ } from "../models/models_0";
17
+ export interface UploadEntityDefinitionsCommandInput
18
+ extends UploadEntityDefinitionsRequest {}
19
+ export interface UploadEntityDefinitionsCommandOutput
20
+ extends UploadEntityDefinitionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class UploadEntityDefinitionsCommand extends $Command<
23
+ UploadEntityDefinitionsCommandInput,
24
+ UploadEntityDefinitionsCommandOutput,
25
+ IoTThingsGraphClientResolvedConfig
26
+ > {
27
+ readonly input: UploadEntityDefinitionsCommandInput;
28
+ constructor(input: UploadEntityDefinitionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTThingsGraphClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UploadEntityDefinitionsCommandInput,
35
+ UploadEntityDefinitionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,35 +1,35 @@
1
- export * from "./AssociateEntityToThingCommand";
2
- export * from "./CreateFlowTemplateCommand";
3
- export * from "./CreateSystemInstanceCommand";
4
- export * from "./CreateSystemTemplateCommand";
5
- export * from "./DeleteFlowTemplateCommand";
6
- export * from "./DeleteNamespaceCommand";
7
- export * from "./DeleteSystemInstanceCommand";
8
- export * from "./DeleteSystemTemplateCommand";
9
- export * from "./DeploySystemInstanceCommand";
10
- export * from "./DeprecateFlowTemplateCommand";
11
- export * from "./DeprecateSystemTemplateCommand";
12
- export * from "./DescribeNamespaceCommand";
13
- export * from "./DissociateEntityFromThingCommand";
14
- export * from "./GetEntitiesCommand";
15
- export * from "./GetFlowTemplateCommand";
16
- export * from "./GetFlowTemplateRevisionsCommand";
17
- export * from "./GetNamespaceDeletionStatusCommand";
18
- export * from "./GetSystemInstanceCommand";
19
- export * from "./GetSystemTemplateCommand";
20
- export * from "./GetSystemTemplateRevisionsCommand";
21
- export * from "./GetUploadStatusCommand";
22
- export * from "./ListFlowExecutionMessagesCommand";
23
- export * from "./ListTagsForResourceCommand";
24
- export * from "./SearchEntitiesCommand";
25
- export * from "./SearchFlowExecutionsCommand";
26
- export * from "./SearchFlowTemplatesCommand";
27
- export * from "./SearchSystemInstancesCommand";
28
- export * from "./SearchSystemTemplatesCommand";
29
- export * from "./SearchThingsCommand";
30
- export * from "./TagResourceCommand";
31
- export * from "./UndeploySystemInstanceCommand";
32
- export * from "./UntagResourceCommand";
33
- export * from "./UpdateFlowTemplateCommand";
34
- export * from "./UpdateSystemTemplateCommand";
35
- export * from "./UploadEntityDefinitionsCommand";
1
+ export * from "./AssociateEntityToThingCommand";
2
+ export * from "./CreateFlowTemplateCommand";
3
+ export * from "./CreateSystemInstanceCommand";
4
+ export * from "./CreateSystemTemplateCommand";
5
+ export * from "./DeleteFlowTemplateCommand";
6
+ export * from "./DeleteNamespaceCommand";
7
+ export * from "./DeleteSystemInstanceCommand";
8
+ export * from "./DeleteSystemTemplateCommand";
9
+ export * from "./DeploySystemInstanceCommand";
10
+ export * from "./DeprecateFlowTemplateCommand";
11
+ export * from "./DeprecateSystemTemplateCommand";
12
+ export * from "./DescribeNamespaceCommand";
13
+ export * from "./DissociateEntityFromThingCommand";
14
+ export * from "./GetEntitiesCommand";
15
+ export * from "./GetFlowTemplateCommand";
16
+ export * from "./GetFlowTemplateRevisionsCommand";
17
+ export * from "./GetNamespaceDeletionStatusCommand";
18
+ export * from "./GetSystemInstanceCommand";
19
+ export * from "./GetSystemTemplateCommand";
20
+ export * from "./GetSystemTemplateRevisionsCommand";
21
+ export * from "./GetUploadStatusCommand";
22
+ export * from "./ListFlowExecutionMessagesCommand";
23
+ export * from "./ListTagsForResourceCommand";
24
+ export * from "./SearchEntitiesCommand";
25
+ export * from "./SearchFlowExecutionsCommand";
26
+ export * from "./SearchFlowTemplatesCommand";
27
+ export * from "./SearchSystemInstancesCommand";
28
+ export * from "./SearchSystemTemplatesCommand";
29
+ export * from "./SearchThingsCommand";
30
+ export * from "./TagResourceCommand";
31
+ export * from "./UndeploySystemInstanceCommand";
32
+ export * from "./UntagResourceCommand";
33
+ export * from "./UpdateFlowTemplateCommand";
34
+ export * from "./UpdateSystemTemplateCommand";
35
+ export * from "./UploadEntityDefinitionsCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;