@aws-sdk/client-iotthingsgraph 3.47.1 → 3.50.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 +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +0 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +0 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -35
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1065
- package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotthingsgraph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.50.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,41 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
-
"@
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
55
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
|
+
"@types/node": "^12.7.5",
|
|
57
|
+
"concurrently": "7.0.0",
|
|
58
|
+
"downlevel-dts": "0.7.0",
|
|
59
|
+
"rimraf": "3.0.2",
|
|
60
|
+
"typedoc": "0.19.2",
|
|
61
|
+
"typescript": "~4.3.5"
|
|
56
62
|
},
|
|
57
63
|
"engines": {
|
|
58
64
|
"node": ">=12.0.0"
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput } from "./commands/AssociateEntityToThingCommand";
|
|
3
|
-
import { CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput } from "./commands/CreateFlowTemplateCommand";
|
|
4
|
-
import { CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput } from "./commands/CreateSystemInstanceCommand";
|
|
5
|
-
import { CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput } from "./commands/CreateSystemTemplateCommand";
|
|
6
|
-
import { DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput } from "./commands/DeleteFlowTemplateCommand";
|
|
7
|
-
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
8
|
-
import { DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput } from "./commands/DeleteSystemInstanceCommand";
|
|
9
|
-
import { DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput } from "./commands/DeleteSystemTemplateCommand";
|
|
10
|
-
import { DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput } from "./commands/DeploySystemInstanceCommand";
|
|
11
|
-
import { DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput } from "./commands/DeprecateFlowTemplateCommand";
|
|
12
|
-
import { DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput } from "./commands/DeprecateSystemTemplateCommand";
|
|
13
|
-
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
14
|
-
import { DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput } from "./commands/DissociateEntityFromThingCommand";
|
|
15
|
-
import { GetEntitiesCommandInput, GetEntitiesCommandOutput } from "./commands/GetEntitiesCommand";
|
|
16
|
-
import { GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput } from "./commands/GetFlowTemplateCommand";
|
|
17
|
-
import { GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput } from "./commands/GetFlowTemplateRevisionsCommand";
|
|
18
|
-
import { GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput } from "./commands/GetNamespaceDeletionStatusCommand";
|
|
19
|
-
import { GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput } from "./commands/GetSystemInstanceCommand";
|
|
20
|
-
import { GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput } from "./commands/GetSystemTemplateCommand";
|
|
21
|
-
import { GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput } from "./commands/GetSystemTemplateRevisionsCommand";
|
|
22
|
-
import { GetUploadStatusCommandInput, GetUploadStatusCommandOutput } from "./commands/GetUploadStatusCommand";
|
|
23
|
-
import { ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput } from "./commands/ListFlowExecutionMessagesCommand";
|
|
24
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
25
|
-
import { SearchEntitiesCommandInput, SearchEntitiesCommandOutput } from "./commands/SearchEntitiesCommand";
|
|
26
|
-
import { SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput } from "./commands/SearchFlowExecutionsCommand";
|
|
27
|
-
import { SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput } from "./commands/SearchFlowTemplatesCommand";
|
|
28
|
-
import { SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput } from "./commands/SearchSystemInstancesCommand";
|
|
29
|
-
import { SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput } from "./commands/SearchSystemTemplatesCommand";
|
|
30
|
-
import { SearchThingsCommandInput, SearchThingsCommandOutput } from "./commands/SearchThingsCommand";
|
|
31
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
32
|
-
import { UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput } from "./commands/UndeploySystemInstanceCommand";
|
|
33
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
34
|
-
import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from "./commands/UpdateFlowTemplateCommand";
|
|
35
|
-
import { UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput } from "./commands/UpdateSystemTemplateCommand";
|
|
36
|
-
import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput } from "./commands/UploadEntityDefinitionsCommand";
|
|
37
|
-
import { IoTThingsGraphClient } from "./IoTThingsGraphClient";
|
|
38
|
-
|
|
39
|
-
export declare class IoTThingsGraph extends IoTThingsGraphClient {
|
|
40
|
-
|
|
41
|
-
associateEntityToThing(args: AssociateEntityToThingCommandInput, options?: __HttpHandlerOptions): Promise<AssociateEntityToThingCommandOutput>;
|
|
42
|
-
associateEntityToThing(args: AssociateEntityToThingCommandInput, cb: (err: any, data?: AssociateEntityToThingCommandOutput) => void): void;
|
|
43
|
-
associateEntityToThing(args: AssociateEntityToThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEntityToThingCommandOutput) => void): void;
|
|
44
|
-
|
|
45
|
-
createFlowTemplate(args: CreateFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowTemplateCommandOutput>;
|
|
46
|
-
createFlowTemplate(args: CreateFlowTemplateCommandInput, cb: (err: any, data?: CreateFlowTemplateCommandOutput) => void): void;
|
|
47
|
-
createFlowTemplate(args: CreateFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlowTemplateCommandOutput) => void): void;
|
|
48
|
-
|
|
49
|
-
createSystemInstance(args: CreateSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSystemInstanceCommandOutput>;
|
|
50
|
-
createSystemInstance(args: CreateSystemInstanceCommandInput, cb: (err: any, data?: CreateSystemInstanceCommandOutput) => void): void;
|
|
51
|
-
createSystemInstance(args: CreateSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSystemInstanceCommandOutput) => void): void;
|
|
52
|
-
|
|
53
|
-
createSystemTemplate(args: CreateSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateSystemTemplateCommandOutput>;
|
|
54
|
-
createSystemTemplate(args: CreateSystemTemplateCommandInput, cb: (err: any, data?: CreateSystemTemplateCommandOutput) => void): void;
|
|
55
|
-
createSystemTemplate(args: CreateSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSystemTemplateCommandOutput) => void): void;
|
|
56
|
-
|
|
57
|
-
deleteFlowTemplate(args: DeleteFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowTemplateCommandOutput>;
|
|
58
|
-
deleteFlowTemplate(args: DeleteFlowTemplateCommandInput, cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void): void;
|
|
59
|
-
deleteFlowTemplate(args: DeleteFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void): void;
|
|
60
|
-
|
|
61
|
-
deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
|
|
62
|
-
deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
63
|
-
deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
64
|
-
|
|
65
|
-
deleteSystemInstance(args: DeleteSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSystemInstanceCommandOutput>;
|
|
66
|
-
deleteSystemInstance(args: DeleteSystemInstanceCommandInput, cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void): void;
|
|
67
|
-
deleteSystemInstance(args: DeleteSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void): void;
|
|
68
|
-
|
|
69
|
-
deleteSystemTemplate(args: DeleteSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSystemTemplateCommandOutput>;
|
|
70
|
-
deleteSystemTemplate(args: DeleteSystemTemplateCommandInput, cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void): void;
|
|
71
|
-
deleteSystemTemplate(args: DeleteSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void): void;
|
|
72
|
-
|
|
73
|
-
deploySystemInstance(args: DeploySystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeploySystemInstanceCommandOutput>;
|
|
74
|
-
deploySystemInstance(args: DeploySystemInstanceCommandInput, cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void): void;
|
|
75
|
-
deploySystemInstance(args: DeploySystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void): void;
|
|
76
|
-
|
|
77
|
-
deprecateFlowTemplate(args: DeprecateFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateFlowTemplateCommandOutput>;
|
|
78
|
-
deprecateFlowTemplate(args: DeprecateFlowTemplateCommandInput, cb: (err: any, data?: DeprecateFlowTemplateCommandOutput) => void): void;
|
|
79
|
-
deprecateFlowTemplate(args: DeprecateFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateFlowTemplateCommandOutput) => void): void;
|
|
80
|
-
|
|
81
|
-
deprecateSystemTemplate(args: DeprecateSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateSystemTemplateCommandOutput>;
|
|
82
|
-
deprecateSystemTemplate(args: DeprecateSystemTemplateCommandInput, cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void): void;
|
|
83
|
-
deprecateSystemTemplate(args: DeprecateSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void): void;
|
|
84
|
-
|
|
85
|
-
describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
|
|
86
|
-
describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
87
|
-
describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
88
|
-
|
|
89
|
-
dissociateEntityFromThing(args: DissociateEntityFromThingCommandInput, options?: __HttpHandlerOptions): Promise<DissociateEntityFromThingCommandOutput>;
|
|
90
|
-
dissociateEntityFromThing(args: DissociateEntityFromThingCommandInput, cb: (err: any, data?: DissociateEntityFromThingCommandOutput) => void): void;
|
|
91
|
-
dissociateEntityFromThing(args: DissociateEntityFromThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DissociateEntityFromThingCommandOutput) => void): void;
|
|
92
|
-
|
|
93
|
-
getEntities(args: GetEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<GetEntitiesCommandOutput>;
|
|
94
|
-
getEntities(args: GetEntitiesCommandInput, cb: (err: any, data?: GetEntitiesCommandOutput) => void): void;
|
|
95
|
-
getEntities(args: GetEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntitiesCommandOutput) => void): void;
|
|
96
|
-
|
|
97
|
-
getFlowTemplate(args: GetFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetFlowTemplateCommandOutput>;
|
|
98
|
-
getFlowTemplate(args: GetFlowTemplateCommandInput, cb: (err: any, data?: GetFlowTemplateCommandOutput) => void): void;
|
|
99
|
-
getFlowTemplate(args: GetFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFlowTemplateCommandOutput) => void): void;
|
|
100
|
-
|
|
101
|
-
getFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<GetFlowTemplateRevisionsCommandOutput>;
|
|
102
|
-
getFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void): void;
|
|
103
|
-
getFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void): void;
|
|
104
|
-
|
|
105
|
-
getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetNamespaceDeletionStatusCommandOutput>;
|
|
106
|
-
getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void): void;
|
|
107
|
-
getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void): void;
|
|
108
|
-
|
|
109
|
-
getSystemInstance(args: GetSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetSystemInstanceCommandOutput>;
|
|
110
|
-
getSystemInstance(args: GetSystemInstanceCommandInput, cb: (err: any, data?: GetSystemInstanceCommandOutput) => void): void;
|
|
111
|
-
getSystemInstance(args: GetSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSystemInstanceCommandOutput) => void): void;
|
|
112
|
-
|
|
113
|
-
getSystemTemplate(args: GetSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetSystemTemplateCommandOutput>;
|
|
114
|
-
getSystemTemplate(args: GetSystemTemplateCommandInput, cb: (err: any, data?: GetSystemTemplateCommandOutput) => void): void;
|
|
115
|
-
getSystemTemplate(args: GetSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSystemTemplateCommandOutput) => void): void;
|
|
116
|
-
|
|
117
|
-
getSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<GetSystemTemplateRevisionsCommandOutput>;
|
|
118
|
-
getSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, cb: (err: any, data?: GetSystemTemplateRevisionsCommandOutput) => void): void;
|
|
119
|
-
getSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSystemTemplateRevisionsCommandOutput) => void): void;
|
|
120
|
-
|
|
121
|
-
getUploadStatus(args: GetUploadStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetUploadStatusCommandOutput>;
|
|
122
|
-
getUploadStatus(args: GetUploadStatusCommandInput, cb: (err: any, data?: GetUploadStatusCommandOutput) => void): void;
|
|
123
|
-
getUploadStatus(args: GetUploadStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUploadStatusCommandOutput) => void): void;
|
|
124
|
-
|
|
125
|
-
listFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListFlowExecutionMessagesCommandOutput>;
|
|
126
|
-
listFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, cb: (err: any, data?: ListFlowExecutionMessagesCommandOutput) => void): void;
|
|
127
|
-
listFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlowExecutionMessagesCommandOutput) => void): void;
|
|
128
|
-
|
|
129
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
130
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
131
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
132
|
-
|
|
133
|
-
searchEntities(args: SearchEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<SearchEntitiesCommandOutput>;
|
|
134
|
-
searchEntities(args: SearchEntitiesCommandInput, cb: (err: any, data?: SearchEntitiesCommandOutput) => void): void;
|
|
135
|
-
searchEntities(args: SearchEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchEntitiesCommandOutput) => void): void;
|
|
136
|
-
|
|
137
|
-
searchFlowExecutions(args: SearchFlowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<SearchFlowExecutionsCommandOutput>;
|
|
138
|
-
searchFlowExecutions(args: SearchFlowExecutionsCommandInput, cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void): void;
|
|
139
|
-
searchFlowExecutions(args: SearchFlowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void): void;
|
|
140
|
-
|
|
141
|
-
searchFlowTemplates(args: SearchFlowTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchFlowTemplatesCommandOutput>;
|
|
142
|
-
searchFlowTemplates(args: SearchFlowTemplatesCommandInput, cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void): void;
|
|
143
|
-
searchFlowTemplates(args: SearchFlowTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void): void;
|
|
144
|
-
|
|
145
|
-
searchSystemInstances(args: SearchSystemInstancesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSystemInstancesCommandOutput>;
|
|
146
|
-
searchSystemInstances(args: SearchSystemInstancesCommandInput, cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void): void;
|
|
147
|
-
searchSystemInstances(args: SearchSystemInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void): void;
|
|
148
|
-
|
|
149
|
-
searchSystemTemplates(args: SearchSystemTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSystemTemplatesCommandOutput>;
|
|
150
|
-
searchSystemTemplates(args: SearchSystemTemplatesCommandInput, cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void): void;
|
|
151
|
-
searchSystemTemplates(args: SearchSystemTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void): void;
|
|
152
|
-
|
|
153
|
-
searchThings(args: SearchThingsCommandInput, options?: __HttpHandlerOptions): Promise<SearchThingsCommandOutput>;
|
|
154
|
-
searchThings(args: SearchThingsCommandInput, cb: (err: any, data?: SearchThingsCommandOutput) => void): void;
|
|
155
|
-
searchThings(args: SearchThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchThingsCommandOutput) => void): void;
|
|
156
|
-
|
|
157
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
158
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
159
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
160
|
-
|
|
161
|
-
undeploySystemInstance(args: UndeploySystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UndeploySystemInstanceCommandOutput>;
|
|
162
|
-
undeploySystemInstance(args: UndeploySystemInstanceCommandInput, cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void): void;
|
|
163
|
-
undeploySystemInstance(args: UndeploySystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void): void;
|
|
164
|
-
|
|
165
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
166
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
167
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
168
|
-
|
|
169
|
-
updateFlowTemplate(args: UpdateFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFlowTemplateCommandOutput>;
|
|
170
|
-
updateFlowTemplate(args: UpdateFlowTemplateCommandInput, cb: (err: any, data?: UpdateFlowTemplateCommandOutput) => void): void;
|
|
171
|
-
updateFlowTemplate(args: UpdateFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlowTemplateCommandOutput) => void): void;
|
|
172
|
-
|
|
173
|
-
updateSystemTemplate(args: UpdateSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSystemTemplateCommandOutput>;
|
|
174
|
-
updateSystemTemplate(args: UpdateSystemTemplateCommandInput, cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void): void;
|
|
175
|
-
updateSystemTemplate(args: UpdateSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void): void;
|
|
176
|
-
|
|
177
|
-
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<UploadEntityDefinitionsCommandOutput>;
|
|
178
|
-
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
|
|
179
|
-
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
|
|
180
|
-
}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput } from "./commands/AssociateEntityToThingCommand";
|
|
10
|
-
import { CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput } from "./commands/CreateFlowTemplateCommand";
|
|
11
|
-
import { CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput } from "./commands/CreateSystemInstanceCommand";
|
|
12
|
-
import { CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput } from "./commands/CreateSystemTemplateCommand";
|
|
13
|
-
import { DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput } from "./commands/DeleteFlowTemplateCommand";
|
|
14
|
-
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
15
|
-
import { DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput } from "./commands/DeleteSystemInstanceCommand";
|
|
16
|
-
import { DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput } from "./commands/DeleteSystemTemplateCommand";
|
|
17
|
-
import { DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput } from "./commands/DeploySystemInstanceCommand";
|
|
18
|
-
import { DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput } from "./commands/DeprecateFlowTemplateCommand";
|
|
19
|
-
import { DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput } from "./commands/DeprecateSystemTemplateCommand";
|
|
20
|
-
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
21
|
-
import { DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput } from "./commands/DissociateEntityFromThingCommand";
|
|
22
|
-
import { GetEntitiesCommandInput, GetEntitiesCommandOutput } from "./commands/GetEntitiesCommand";
|
|
23
|
-
import { GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput } from "./commands/GetFlowTemplateCommand";
|
|
24
|
-
import { GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput } from "./commands/GetFlowTemplateRevisionsCommand";
|
|
25
|
-
import { GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput } from "./commands/GetNamespaceDeletionStatusCommand";
|
|
26
|
-
import { GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput } from "./commands/GetSystemInstanceCommand";
|
|
27
|
-
import { GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput } from "./commands/GetSystemTemplateCommand";
|
|
28
|
-
import { GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput } from "./commands/GetSystemTemplateRevisionsCommand";
|
|
29
|
-
import { GetUploadStatusCommandInput, GetUploadStatusCommandOutput } from "./commands/GetUploadStatusCommand";
|
|
30
|
-
import { ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput } from "./commands/ListFlowExecutionMessagesCommand";
|
|
31
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
32
|
-
import { SearchEntitiesCommandInput, SearchEntitiesCommandOutput } from "./commands/SearchEntitiesCommand";
|
|
33
|
-
import { SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput } from "./commands/SearchFlowExecutionsCommand";
|
|
34
|
-
import { SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput } from "./commands/SearchFlowTemplatesCommand";
|
|
35
|
-
import { SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput } from "./commands/SearchSystemInstancesCommand";
|
|
36
|
-
import { SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput } from "./commands/SearchSystemTemplatesCommand";
|
|
37
|
-
import { SearchThingsCommandInput, SearchThingsCommandOutput } from "./commands/SearchThingsCommand";
|
|
38
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
39
|
-
import { UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput } from "./commands/UndeploySystemInstanceCommand";
|
|
40
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
41
|
-
import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from "./commands/UpdateFlowTemplateCommand";
|
|
42
|
-
import { UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput } from "./commands/UpdateSystemTemplateCommand";
|
|
43
|
-
import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput } from "./commands/UploadEntityDefinitionsCommand";
|
|
44
|
-
export declare type ServiceInputTypes = AssociateEntityToThingCommandInput | CreateFlowTemplateCommandInput | CreateSystemInstanceCommandInput | CreateSystemTemplateCommandInput | DeleteFlowTemplateCommandInput | DeleteNamespaceCommandInput | DeleteSystemInstanceCommandInput | DeleteSystemTemplateCommandInput | DeploySystemInstanceCommandInput | DeprecateFlowTemplateCommandInput | DeprecateSystemTemplateCommandInput | DescribeNamespaceCommandInput | DissociateEntityFromThingCommandInput | GetEntitiesCommandInput | GetFlowTemplateCommandInput | GetFlowTemplateRevisionsCommandInput | GetNamespaceDeletionStatusCommandInput | GetSystemInstanceCommandInput | GetSystemTemplateCommandInput | GetSystemTemplateRevisionsCommandInput | GetUploadStatusCommandInput | ListFlowExecutionMessagesCommandInput | ListTagsForResourceCommandInput | SearchEntitiesCommandInput | SearchFlowExecutionsCommandInput | SearchFlowTemplatesCommandInput | SearchSystemInstancesCommandInput | SearchSystemTemplatesCommandInput | SearchThingsCommandInput | TagResourceCommandInput | UndeploySystemInstanceCommandInput | UntagResourceCommandInput | UpdateFlowTemplateCommandInput | UpdateSystemTemplateCommandInput | UploadEntityDefinitionsCommandInput;
|
|
45
|
-
export declare type ServiceOutputTypes = AssociateEntityToThingCommandOutput | CreateFlowTemplateCommandOutput | CreateSystemInstanceCommandOutput | CreateSystemTemplateCommandOutput | DeleteFlowTemplateCommandOutput | DeleteNamespaceCommandOutput | DeleteSystemInstanceCommandOutput | DeleteSystemTemplateCommandOutput | DeploySystemInstanceCommandOutput | DeprecateFlowTemplateCommandOutput | DeprecateSystemTemplateCommandOutput | DescribeNamespaceCommandOutput | DissociateEntityFromThingCommandOutput | GetEntitiesCommandOutput | GetFlowTemplateCommandOutput | GetFlowTemplateRevisionsCommandOutput | GetNamespaceDeletionStatusCommandOutput | GetSystemInstanceCommandOutput | GetSystemTemplateCommandOutput | GetSystemTemplateRevisionsCommandOutput | GetUploadStatusCommandOutput | ListFlowExecutionMessagesCommandOutput | ListTagsForResourceCommandOutput | SearchEntitiesCommandOutput | SearchFlowExecutionsCommandOutput | SearchFlowTemplatesCommandOutput | SearchSystemInstancesCommandOutput | SearchSystemTemplatesCommandOutput | SearchThingsCommandOutput | TagResourceCommandOutput | UndeploySystemInstanceCommandOutput | UntagResourceCommandOutput | UpdateFlowTemplateCommandOutput | UpdateSystemTemplateCommandOutput | UploadEntityDefinitionsCommandOutput;
|
|
46
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
47
|
-
|
|
48
|
-
requestHandler?: __HttpHandler;
|
|
49
|
-
|
|
50
|
-
sha256?: __HashConstructor;
|
|
51
|
-
|
|
52
|
-
urlParser?: __UrlParser;
|
|
53
|
-
|
|
54
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
55
|
-
|
|
56
|
-
streamCollector?: __StreamCollector;
|
|
57
|
-
|
|
58
|
-
base64Decoder?: __Decoder;
|
|
59
|
-
|
|
60
|
-
base64Encoder?: __Encoder;
|
|
61
|
-
|
|
62
|
-
utf8Decoder?: __Decoder;
|
|
63
|
-
|
|
64
|
-
utf8Encoder?: __Encoder;
|
|
65
|
-
|
|
66
|
-
runtime?: string;
|
|
67
|
-
|
|
68
|
-
disableHostPrefix?: boolean;
|
|
69
|
-
|
|
70
|
-
maxAttempts?: number | __Provider<number>;
|
|
71
|
-
|
|
72
|
-
retryMode?: string | __Provider<string>;
|
|
73
|
-
|
|
74
|
-
logger?: __Logger;
|
|
75
|
-
|
|
76
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
77
|
-
|
|
78
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
79
|
-
|
|
80
|
-
serviceId?: string;
|
|
81
|
-
|
|
82
|
-
region?: string | __Provider<string>;
|
|
83
|
-
|
|
84
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
85
|
-
|
|
86
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
87
|
-
|
|
88
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
89
|
-
|
|
90
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
91
|
-
}
|
|
92
|
-
declare type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
93
|
-
|
|
94
|
-
export interface IoTThingsGraphClientConfig extends IoTThingsGraphClientConfigType {
|
|
95
|
-
}
|
|
96
|
-
declare type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
97
|
-
|
|
98
|
-
export interface IoTThingsGraphClientResolvedConfig extends IoTThingsGraphClientResolvedConfigType {
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export declare class IoTThingsGraphClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTThingsGraphClientResolvedConfig> {
|
|
102
|
-
|
|
103
|
-
readonly config: IoTThingsGraphClientResolvedConfig;
|
|
104
|
-
constructor(configuration: IoTThingsGraphClientConfig);
|
|
105
|
-
|
|
106
|
-
destroy(): void;
|
|
107
|
-
}
|
|
108
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0";
|
|
5
|
-
export interface AssociateEntityToThingCommandInput extends AssociateEntityToThingRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateEntityToThingCommandOutput extends AssociateEntityToThingResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class AssociateEntityToThingCommand extends $Command<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig> {
|
|
11
|
-
readonly input: AssociateEntityToThingCommandInput;
|
|
12
|
-
constructor(input: AssociateEntityToThingCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateFlowTemplateCommand extends $Command<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateFlowTemplateCommandInput;
|
|
12
|
-
constructor(input: CreateFlowTemplateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateSystemInstanceCommandInput extends CreateSystemInstanceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateSystemInstanceCommand extends $Command<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateSystemInstanceCommandInput;
|
|
12
|
-
constructor(input: CreateSystemInstanceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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
|
-
}
|