@aws-sdk/client-iotthingsgraph 3.170.0 → 3.178.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 (48) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/IoTThingsGraph.d.ts +0 -35
  6. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +0 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -239
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  48. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface GetNamespaceDeletionStatusCommandInput
19
19
  export interface GetNamespaceDeletionStatusCommandOutput
20
20
  extends GetNamespaceDeletionStatusResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetNamespaceDeletionStatusCommand extends $Command<
24
23
  GetNamespaceDeletionStatusCommandInput,
25
24
  GetNamespaceDeletionStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetNamespaceDeletionStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetNamespaceDeletionStatusCommandInput;
29
28
  constructor(input: GetNamespaceDeletionStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetSystemInstanceCommandInput
19
19
  export interface GetSystemInstanceCommandOutput
20
20
  extends GetSystemInstanceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSystemInstanceCommand extends $Command<
24
23
  GetSystemInstanceCommandInput,
25
24
  GetSystemInstanceCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSystemInstanceCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSystemInstanceCommandInput;
29
28
  constructor(input: GetSystemInstanceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetSystemTemplateCommandInput
19
19
  export interface GetSystemTemplateCommandOutput
20
20
  extends GetSystemTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSystemTemplateCommand extends $Command<
24
23
  GetSystemTemplateCommandInput,
25
24
  GetSystemTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSystemTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSystemTemplateCommandInput;
29
28
  constructor(input: GetSystemTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetSystemTemplateRevisionsCommandInput
19
19
  export interface GetSystemTemplateRevisionsCommandOutput
20
20
  extends GetSystemTemplateRevisionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSystemTemplateRevisionsCommand extends $Command<
24
23
  GetSystemTemplateRevisionsCommandInput,
25
24
  GetSystemTemplateRevisionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSystemTemplateRevisionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSystemTemplateRevisionsCommandInput;
29
28
  constructor(input: GetSystemTemplateRevisionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {}
18
18
  export interface GetUploadStatusCommandOutput
19
19
  extends GetUploadStatusResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetUploadStatusCommand extends $Command<
23
22
  GetUploadStatusCommandInput,
24
23
  GetUploadStatusCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetUploadStatusCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetUploadStatusCommandInput;
28
27
  constructor(input: GetUploadStatusCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListFlowExecutionMessagesCommandInput
19
19
  export interface ListFlowExecutionMessagesCommandOutput
20
20
  extends ListFlowExecutionMessagesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListFlowExecutionMessagesCommand extends $Command<
24
23
  ListFlowExecutionMessagesCommandInput,
25
24
  ListFlowExecutionMessagesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListFlowExecutionMessagesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListFlowExecutionMessagesCommandInput;
29
28
  constructor(input: ListFlowExecutionMessagesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {}
18
18
  export interface SearchEntitiesCommandOutput
19
19
  extends SearchEntitiesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class SearchEntitiesCommand extends $Command<
23
22
  SearchEntitiesCommandInput,
24
23
  SearchEntitiesCommandOutput,
@@ -26,7 +25,6 @@ export declare class SearchEntitiesCommand extends $Command<
26
25
  > {
27
26
  readonly input: SearchEntitiesCommandInput;
28
27
  constructor(input: SearchEntitiesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SearchFlowExecutionsCommandInput
19
19
  export interface SearchFlowExecutionsCommandOutput
20
20
  extends SearchFlowExecutionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SearchFlowExecutionsCommand extends $Command<
24
23
  SearchFlowExecutionsCommandInput,
25
24
  SearchFlowExecutionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class SearchFlowExecutionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: SearchFlowExecutionsCommandInput;
29
28
  constructor(input: SearchFlowExecutionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SearchFlowTemplatesCommandInput
19
19
  export interface SearchFlowTemplatesCommandOutput
20
20
  extends SearchFlowTemplatesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SearchFlowTemplatesCommand extends $Command<
24
23
  SearchFlowTemplatesCommandInput,
25
24
  SearchFlowTemplatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class SearchFlowTemplatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: SearchFlowTemplatesCommandInput;
29
28
  constructor(input: SearchFlowTemplatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SearchSystemInstancesCommandInput
19
19
  export interface SearchSystemInstancesCommandOutput
20
20
  extends SearchSystemInstancesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SearchSystemInstancesCommand extends $Command<
24
23
  SearchSystemInstancesCommandInput,
25
24
  SearchSystemInstancesCommandOutput,
@@ -27,7 +26,6 @@ export declare class SearchSystemInstancesCommand extends $Command<
27
26
  > {
28
27
  readonly input: SearchSystemInstancesCommandInput;
29
28
  constructor(input: SearchSystemInstancesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SearchSystemTemplatesCommandInput
19
19
  export interface SearchSystemTemplatesCommandOutput
20
20
  extends SearchSystemTemplatesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SearchSystemTemplatesCommand extends $Command<
24
23
  SearchSystemTemplatesCommandInput,
25
24
  SearchSystemTemplatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class SearchSystemTemplatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: SearchSystemTemplatesCommandInput;
29
28
  constructor(input: SearchSystemTemplatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SearchThingsCommandInput extends SearchThingsRequest {}
15
15
  export interface SearchThingsCommandOutput
16
16
  extends SearchThingsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class SearchThingsCommand extends $Command<
20
19
  SearchThingsCommandInput,
21
20
  SearchThingsCommandOutput,
@@ -23,7 +22,6 @@ export declare class SearchThingsCommand extends $Command<
23
22
  > {
24
23
  readonly input: SearchThingsCommandInput;
25
24
  constructor(input: SearchThingsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UndeploySystemInstanceCommandInput
19
19
  export interface UndeploySystemInstanceCommandOutput
20
20
  extends UndeploySystemInstanceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UndeploySystemInstanceCommand extends $Command<
24
23
  UndeploySystemInstanceCommandInput,
25
24
  UndeploySystemInstanceCommandOutput,
@@ -27,7 +26,6 @@ export declare class UndeploySystemInstanceCommand extends $Command<
27
26
  > {
28
27
  readonly input: UndeploySystemInstanceCommandInput;
29
28
  constructor(input: UndeploySystemInstanceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateFlowTemplateCommandInput
19
19
  export interface UpdateFlowTemplateCommandOutput
20
20
  extends UpdateFlowTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateFlowTemplateCommand extends $Command<
24
23
  UpdateFlowTemplateCommandInput,
25
24
  UpdateFlowTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateFlowTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateFlowTemplateCommandInput;
29
28
  constructor(input: UpdateFlowTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateSystemTemplateCommandInput
19
19
  export interface UpdateSystemTemplateCommandOutput
20
20
  extends UpdateSystemTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateSystemTemplateCommand extends $Command<
24
23
  UpdateSystemTemplateCommandInput,
25
24
  UpdateSystemTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateSystemTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateSystemTemplateCommandInput;
29
28
  constructor(input: UpdateSystemTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UploadEntityDefinitionsCommandInput
19
19
  export interface UploadEntityDefinitionsCommandOutput
20
20
  extends UploadEntityDefinitionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UploadEntityDefinitionsCommand extends $Command<
24
23
  UploadEntityDefinitionsCommandInput,
25
24
  UploadEntityDefinitionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class UploadEntityDefinitionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: UploadEntityDefinitionsCommandInput;
29
28
  constructor(input: UploadEntityDefinitionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class IoTThingsGraphServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }