@aws-sdk/client-iotthingsgraph 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +634 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +993 -897
- package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetFlowTemplateRevisionsCommandInput,
|
|
4
|
+
GetFlowTemplateRevisionsCommandOutput,
|
|
5
|
+
} from "../commands/GetFlowTemplateRevisionsCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetFlowTemplateRevisions(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: GetFlowTemplateRevisionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetFlowTemplateRevisionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetSystemTemplateRevisionsCommandInput,
|
|
4
|
+
GetSystemTemplateRevisionsCommandOutput,
|
|
5
|
+
} from "../commands/GetSystemTemplateRevisionsCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetSystemTemplateRevisions(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: GetSystemTemplateRevisionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetSystemTemplateRevisionsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
|
-
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
export interface IoTThingsGraphPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
|
+
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
+
export interface IoTThingsGraphPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: IoTThingsGraph | IoTThingsGraphClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFlowExecutionMessagesCommandInput,
|
|
4
|
+
ListFlowExecutionMessagesCommandOutput,
|
|
5
|
+
} from "../commands/ListFlowExecutionMessagesCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFlowExecutionMessages(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: ListFlowExecutionMessagesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFlowExecutionMessagesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsForResourceCommandInput,
|
|
4
|
+
ListTagsForResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchEntitiesCommandInput,
|
|
4
|
+
SearchEntitiesCommandOutput,
|
|
5
|
+
} from "../commands/SearchEntitiesCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchEntities(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: SearchEntitiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchEntitiesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchFlowExecutionsCommandInput,
|
|
4
|
+
SearchFlowExecutionsCommandOutput,
|
|
5
|
+
} from "../commands/SearchFlowExecutionsCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchFlowExecutions(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: SearchFlowExecutionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchFlowExecutionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchFlowTemplatesCommandInput,
|
|
4
|
+
SearchFlowTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/SearchFlowTemplatesCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchFlowTemplates(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: SearchFlowTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchFlowTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchSystemInstancesCommandInput,
|
|
4
|
+
SearchSystemInstancesCommandOutput,
|
|
5
|
+
} from "../commands/SearchSystemInstancesCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchSystemInstances(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: SearchSystemInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchSystemInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchSystemTemplatesCommandInput,
|
|
4
|
+
SearchSystemTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/SearchSystemTemplatesCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchSystemTemplates(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: SearchSystemTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchSystemTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchThingsCommandInput,
|
|
4
|
+
SearchThingsCommandOutput,
|
|
5
|
+
} from "../commands/SearchThingsCommand";
|
|
6
|
+
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchThings(
|
|
8
|
+
config: IoTThingsGraphPaginationConfiguration,
|
|
9
|
+
input: SearchThingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchThingsCommandOutput>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from "./GetFlowTemplateRevisionsPaginator";
|
|
2
|
-
export * from "./GetSystemTemplateRevisionsPaginator";
|
|
3
|
-
export * from "./Interfaces";
|
|
4
|
-
export * from "./ListFlowExecutionMessagesPaginator";
|
|
5
|
-
export * from "./ListTagsForResourcePaginator";
|
|
6
|
-
export * from "./SearchEntitiesPaginator";
|
|
7
|
-
export * from "./SearchFlowExecutionsPaginator";
|
|
8
|
-
export * from "./SearchFlowTemplatesPaginator";
|
|
9
|
-
export * from "./SearchSystemInstancesPaginator";
|
|
10
|
-
export * from "./SearchSystemTemplatesPaginator";
|
|
11
|
-
export * from "./SearchThingsPaginator";
|
|
1
|
+
export * from "./GetFlowTemplateRevisionsPaginator";
|
|
2
|
+
export * from "./GetSystemTemplateRevisionsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListFlowExecutionMessagesPaginator";
|
|
5
|
+
export * from "./ListTagsForResourcePaginator";
|
|
6
|
+
export * from "./SearchEntitiesPaginator";
|
|
7
|
+
export * from "./SearchFlowExecutionsPaginator";
|
|
8
|
+
export * from "./SearchFlowTemplatesPaginator";
|
|
9
|
+
export * from "./SearchSystemInstancesPaginator";
|
|
10
|
+
export * from "./SearchSystemTemplatesPaginator";
|
|
11
|
+
export * from "./SearchThingsPaginator";
|