@aws-sdk/client-iotthingsgraph 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -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,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class SearchFlowTemplatesCommand extends $Command<
|
|
24
|
+
SearchFlowTemplatesCommandInput,
|
|
25
|
+
SearchFlowTemplatesCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SearchFlowTemplatesCommandInput;
|
|
29
|
+
constructor(input: SearchFlowTemplatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class SearchSystemInstancesCommand extends $Command<
|
|
24
|
+
SearchSystemInstancesCommandInput,
|
|
25
|
+
SearchSystemInstancesCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SearchSystemInstancesCommandInput;
|
|
29
|
+
constructor(input: SearchSystemInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SearchSystemInstancesCommandInput,
|
|
37
|
+
SearchSystemInstancesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class SearchSystemTemplatesCommand extends $Command<
|
|
24
|
+
SearchSystemTemplatesCommandInput,
|
|
25
|
+
SearchSystemTemplatesCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SearchSystemTemplatesCommandInput;
|
|
29
|
+
constructor(input: SearchSystemTemplatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SearchSystemTemplatesCommandInput,
|
|
37
|
+
SearchSystemTemplatesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
19
|
+
export declare class SearchThingsCommand extends $Command<
|
|
20
|
+
SearchThingsCommandInput,
|
|
21
|
+
SearchThingsCommandOutput,
|
|
22
|
+
IoTThingsGraphClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: SearchThingsCommandInput;
|
|
25
|
+
constructor(input: SearchThingsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<SearchThingsCommandInput, SearchThingsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
IoTThingsGraphClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class UndeploySystemInstanceCommand extends $Command<
|
|
24
|
+
UndeploySystemInstanceCommandInput,
|
|
25
|
+
UndeploySystemInstanceCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UndeploySystemInstanceCommandInput;
|
|
29
|
+
constructor(input: UndeploySystemInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UndeploySystemInstanceCommandInput,
|
|
37
|
+
UndeploySystemInstanceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
IoTThingsGraphClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class UpdateFlowTemplateCommand extends $Command<
|
|
24
|
+
UpdateFlowTemplateCommandInput,
|
|
25
|
+
UpdateFlowTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateFlowTemplateCommandInput;
|
|
29
|
+
constructor(input: UpdateFlowTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class UpdateSystemTemplateCommand extends $Command<
|
|
24
|
+
UpdateSystemTemplateCommandInput,
|
|
25
|
+
UpdateSystemTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateSystemTemplateCommandInput;
|
|
29
|
+
constructor(input: UpdateSystemTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateSystemTemplateCommandInput,
|
|
37
|
+
UpdateSystemTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
|
|
23
|
+
export declare class UploadEntityDefinitionsCommand extends $Command<
|
|
24
|
+
UploadEntityDefinitionsCommandInput,
|
|
25
|
+
UploadEntityDefinitionsCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UploadEntityDefinitionsCommandInput;
|
|
29
|
+
constructor(input: UploadEntityDefinitionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UploadEntityDefinitionsCommandInput,
|
|
37
|
+
UploadEntityDefinitionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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";
|