@aws-sdk/client-iotdeviceadvisor 3.49.0 → 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 +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/IotDeviceAdvisor.d.ts +0 -75
- package/dist-types/ts3.4/IotDeviceAdvisorClient.d.ts +0 -87
- package/dist-types/ts3.4/commands/CreateSuiteDefinitionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSuiteDefinitionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSuiteDefinitionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSuiteRunCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSuiteRunReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSuiteDefinitionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSuiteRunsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartSuiteRunCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopSuiteRunCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSuiteDefinitionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -14
- 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 -501
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListSuiteDefinitionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSuiteRunsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -44
- 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,14 @@
|
|
|
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-iotdeviceadvisor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-iotdeviceadvisor
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotdeviceadvisor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotdeviceadvisor 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,34 +18,34 @@
|
|
|
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.
|
|
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
41
|
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
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.
|
|
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
49
|
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput } from "./commands/CreateSuiteDefinitionCommand";
|
|
3
|
-
import { DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput } from "./commands/DeleteSuiteDefinitionCommand";
|
|
4
|
-
import { GetEndpointCommandInput, GetEndpointCommandOutput } from "./commands/GetEndpointCommand";
|
|
5
|
-
import { GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput } from "./commands/GetSuiteDefinitionCommand";
|
|
6
|
-
import { GetSuiteRunCommandInput, GetSuiteRunCommandOutput } from "./commands/GetSuiteRunCommand";
|
|
7
|
-
import { GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput } from "./commands/GetSuiteRunReportCommand";
|
|
8
|
-
import { ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput } from "./commands/ListSuiteDefinitionsCommand";
|
|
9
|
-
import { ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput } from "./commands/ListSuiteRunsCommand";
|
|
10
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
11
|
-
import { StartSuiteRunCommandInput, StartSuiteRunCommandOutput } from "./commands/StartSuiteRunCommand";
|
|
12
|
-
import { StopSuiteRunCommandInput, StopSuiteRunCommandOutput } from "./commands/StopSuiteRunCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
15
|
-
import { UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput } from "./commands/UpdateSuiteDefinitionCommand";
|
|
16
|
-
import { IotDeviceAdvisorClient } from "./IotDeviceAdvisorClient";
|
|
17
|
-
|
|
18
|
-
export declare class IotDeviceAdvisor extends IotDeviceAdvisorClient {
|
|
19
|
-
|
|
20
|
-
createSuiteDefinition(args: CreateSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSuiteDefinitionCommandOutput>;
|
|
21
|
-
createSuiteDefinition(args: CreateSuiteDefinitionCommandInput, cb: (err: any, data?: CreateSuiteDefinitionCommandOutput) => void): void;
|
|
22
|
-
createSuiteDefinition(args: CreateSuiteDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSuiteDefinitionCommandOutput) => void): void;
|
|
23
|
-
|
|
24
|
-
deleteSuiteDefinition(args: DeleteSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuiteDefinitionCommandOutput>;
|
|
25
|
-
deleteSuiteDefinition(args: DeleteSuiteDefinitionCommandInput, cb: (err: any, data?: DeleteSuiteDefinitionCommandOutput) => void): void;
|
|
26
|
-
deleteSuiteDefinition(args: DeleteSuiteDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuiteDefinitionCommandOutput) => void): void;
|
|
27
|
-
|
|
28
|
-
getEndpoint(args: GetEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetEndpointCommandOutput>;
|
|
29
|
-
getEndpoint(args: GetEndpointCommandInput, cb: (err: any, data?: GetEndpointCommandOutput) => void): void;
|
|
30
|
-
getEndpoint(args: GetEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEndpointCommandOutput) => void): void;
|
|
31
|
-
|
|
32
|
-
getSuiteDefinition(args: GetSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteDefinitionCommandOutput>;
|
|
33
|
-
getSuiteDefinition(args: GetSuiteDefinitionCommandInput, cb: (err: any, data?: GetSuiteDefinitionCommandOutput) => void): void;
|
|
34
|
-
getSuiteDefinition(args: GetSuiteDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteDefinitionCommandOutput) => void): void;
|
|
35
|
-
|
|
36
|
-
getSuiteRun(args: GetSuiteRunCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteRunCommandOutput>;
|
|
37
|
-
getSuiteRun(args: GetSuiteRunCommandInput, cb: (err: any, data?: GetSuiteRunCommandOutput) => void): void;
|
|
38
|
-
getSuiteRun(args: GetSuiteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteRunCommandOutput) => void): void;
|
|
39
|
-
|
|
40
|
-
getSuiteRunReport(args: GetSuiteRunReportCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteRunReportCommandOutput>;
|
|
41
|
-
getSuiteRunReport(args: GetSuiteRunReportCommandInput, cb: (err: any, data?: GetSuiteRunReportCommandOutput) => void): void;
|
|
42
|
-
getSuiteRunReport(args: GetSuiteRunReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteRunReportCommandOutput) => void): void;
|
|
43
|
-
|
|
44
|
-
listSuiteDefinitions(args: ListSuiteDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSuiteDefinitionsCommandOutput>;
|
|
45
|
-
listSuiteDefinitions(args: ListSuiteDefinitionsCommandInput, cb: (err: any, data?: ListSuiteDefinitionsCommandOutput) => void): void;
|
|
46
|
-
listSuiteDefinitions(args: ListSuiteDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuiteDefinitionsCommandOutput) => void): void;
|
|
47
|
-
|
|
48
|
-
listSuiteRuns(args: ListSuiteRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListSuiteRunsCommandOutput>;
|
|
49
|
-
listSuiteRuns(args: ListSuiteRunsCommandInput, cb: (err: any, data?: ListSuiteRunsCommandOutput) => void): void;
|
|
50
|
-
listSuiteRuns(args: ListSuiteRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuiteRunsCommandOutput) => void): void;
|
|
51
|
-
|
|
52
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
53
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
54
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
55
|
-
|
|
56
|
-
startSuiteRun(args: StartSuiteRunCommandInput, options?: __HttpHandlerOptions): Promise<StartSuiteRunCommandOutput>;
|
|
57
|
-
startSuiteRun(args: StartSuiteRunCommandInput, cb: (err: any, data?: StartSuiteRunCommandOutput) => void): void;
|
|
58
|
-
startSuiteRun(args: StartSuiteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSuiteRunCommandOutput) => void): void;
|
|
59
|
-
|
|
60
|
-
stopSuiteRun(args: StopSuiteRunCommandInput, options?: __HttpHandlerOptions): Promise<StopSuiteRunCommandOutput>;
|
|
61
|
-
stopSuiteRun(args: StopSuiteRunCommandInput, cb: (err: any, data?: StopSuiteRunCommandOutput) => void): void;
|
|
62
|
-
stopSuiteRun(args: StopSuiteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSuiteRunCommandOutput) => void): void;
|
|
63
|
-
|
|
64
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
65
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
66
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
67
|
-
|
|
68
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
69
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
70
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
71
|
-
|
|
72
|
-
updateSuiteDefinition(args: UpdateSuiteDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSuiteDefinitionCommandOutput>;
|
|
73
|
-
updateSuiteDefinition(args: UpdateSuiteDefinitionCommandInput, cb: (err: any, data?: UpdateSuiteDefinitionCommandOutput) => void): void;
|
|
74
|
-
updateSuiteDefinition(args: UpdateSuiteDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSuiteDefinitionCommandOutput) => void): void;
|
|
75
|
-
}
|
|
@@ -1,87 +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 { CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput } from "./commands/CreateSuiteDefinitionCommand";
|
|
10
|
-
import { DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput } from "./commands/DeleteSuiteDefinitionCommand";
|
|
11
|
-
import { GetEndpointCommandInput, GetEndpointCommandOutput } from "./commands/GetEndpointCommand";
|
|
12
|
-
import { GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput } from "./commands/GetSuiteDefinitionCommand";
|
|
13
|
-
import { GetSuiteRunCommandInput, GetSuiteRunCommandOutput } from "./commands/GetSuiteRunCommand";
|
|
14
|
-
import { GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput } from "./commands/GetSuiteRunReportCommand";
|
|
15
|
-
import { ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput } from "./commands/ListSuiteDefinitionsCommand";
|
|
16
|
-
import { ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput } from "./commands/ListSuiteRunsCommand";
|
|
17
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
18
|
-
import { StartSuiteRunCommandInput, StartSuiteRunCommandOutput } from "./commands/StartSuiteRunCommand";
|
|
19
|
-
import { StopSuiteRunCommandInput, StopSuiteRunCommandOutput } from "./commands/StopSuiteRunCommand";
|
|
20
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
21
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
|
-
import { UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput } from "./commands/UpdateSuiteDefinitionCommand";
|
|
23
|
-
export declare type ServiceInputTypes = CreateSuiteDefinitionCommandInput | DeleteSuiteDefinitionCommandInput | GetEndpointCommandInput | GetSuiteDefinitionCommandInput | GetSuiteRunCommandInput | GetSuiteRunReportCommandInput | ListSuiteDefinitionsCommandInput | ListSuiteRunsCommandInput | ListTagsForResourceCommandInput | StartSuiteRunCommandInput | StopSuiteRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateSuiteDefinitionCommandInput;
|
|
24
|
-
export declare type ServiceOutputTypes = CreateSuiteDefinitionCommandOutput | DeleteSuiteDefinitionCommandOutput | GetEndpointCommandOutput | GetSuiteDefinitionCommandOutput | GetSuiteRunCommandOutput | GetSuiteRunReportCommandOutput | ListSuiteDefinitionsCommandOutput | ListSuiteRunsCommandOutput | ListTagsForResourceCommandOutput | StartSuiteRunCommandOutput | StopSuiteRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateSuiteDefinitionCommandOutput;
|
|
25
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
26
|
-
|
|
27
|
-
requestHandler?: __HttpHandler;
|
|
28
|
-
|
|
29
|
-
sha256?: __HashConstructor;
|
|
30
|
-
|
|
31
|
-
urlParser?: __UrlParser;
|
|
32
|
-
|
|
33
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
34
|
-
|
|
35
|
-
streamCollector?: __StreamCollector;
|
|
36
|
-
|
|
37
|
-
base64Decoder?: __Decoder;
|
|
38
|
-
|
|
39
|
-
base64Encoder?: __Encoder;
|
|
40
|
-
|
|
41
|
-
utf8Decoder?: __Decoder;
|
|
42
|
-
|
|
43
|
-
utf8Encoder?: __Encoder;
|
|
44
|
-
|
|
45
|
-
runtime?: string;
|
|
46
|
-
|
|
47
|
-
disableHostPrefix?: boolean;
|
|
48
|
-
|
|
49
|
-
maxAttempts?: number | __Provider<number>;
|
|
50
|
-
|
|
51
|
-
retryMode?: string | __Provider<string>;
|
|
52
|
-
|
|
53
|
-
logger?: __Logger;
|
|
54
|
-
|
|
55
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
56
|
-
|
|
57
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
58
|
-
|
|
59
|
-
serviceId?: string;
|
|
60
|
-
|
|
61
|
-
region?: string | __Provider<string>;
|
|
62
|
-
|
|
63
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
64
|
-
|
|
65
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
66
|
-
|
|
67
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
68
|
-
|
|
69
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
70
|
-
}
|
|
71
|
-
declare type IotDeviceAdvisorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
72
|
-
|
|
73
|
-
export interface IotDeviceAdvisorClientConfig extends IotDeviceAdvisorClientConfigType {
|
|
74
|
-
}
|
|
75
|
-
declare type IotDeviceAdvisorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
76
|
-
|
|
77
|
-
export interface IotDeviceAdvisorClientResolvedConfig extends IotDeviceAdvisorClientResolvedConfigType {
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export declare class IotDeviceAdvisorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IotDeviceAdvisorClientResolvedConfig> {
|
|
81
|
-
|
|
82
|
-
readonly config: IotDeviceAdvisorClientResolvedConfig;
|
|
83
|
-
constructor(configuration: IotDeviceAdvisorClientConfig);
|
|
84
|
-
|
|
85
|
-
destroy(): void;
|
|
86
|
-
}
|
|
87
|
-
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateSuiteDefinitionCommandInput extends CreateSuiteDefinitionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateSuiteDefinitionCommand extends $Command<CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateSuiteDefinitionCommandInput;
|
|
12
|
-
constructor(input: CreateSuiteDefinitionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0";
|
|
5
|
-
export interface DeleteSuiteDefinitionCommandInput extends DeleteSuiteDefinitionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteSuiteDefinitionCommand extends $Command<DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteSuiteDefinitionCommandInput;
|
|
12
|
-
constructor(input: DeleteSuiteDefinitionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { GetEndpointRequest, GetEndpointResponse } from "../models/models_0";
|
|
5
|
-
export interface GetEndpointCommandInput extends GetEndpointRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetEndpointCommandOutput extends GetEndpointResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetEndpointCommand extends $Command<GetEndpointCommandInput, GetEndpointCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetEndpointCommandInput;
|
|
12
|
-
constructor(input: GetEndpointCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEndpointCommandInput, GetEndpointCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0";
|
|
5
|
-
export interface GetSuiteDefinitionCommandInput extends GetSuiteDefinitionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetSuiteDefinitionCommand extends $Command<GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetSuiteDefinitionCommandInput;
|
|
12
|
-
constructor(input: GetSuiteDefinitionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0";
|
|
5
|
-
export interface GetSuiteRunCommandInput extends GetSuiteRunRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetSuiteRunCommand extends $Command<GetSuiteRunCommandInput, GetSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetSuiteRunCommandInput;
|
|
12
|
-
constructor(input: GetSuiteRunCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteRunCommandInput, GetSuiteRunCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0";
|
|
5
|
-
export interface GetSuiteRunReportCommandInput extends GetSuiteRunReportRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetSuiteRunReportCommand extends $Command<GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetSuiteRunReportCommandInput;
|
|
12
|
-
constructor(input: GetSuiteRunReportCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListSuiteDefinitionsCommandInput extends ListSuiteDefinitionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListSuiteDefinitionsCommand extends $Command<ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListSuiteDefinitionsCommandInput;
|
|
12
|
-
constructor(input: ListSuiteDefinitionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListSuiteRunsCommandInput extends ListSuiteRunsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListSuiteRunsCommand extends $Command<ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListSuiteRunsCommandInput;
|
|
12
|
-
constructor(input: ListSuiteRunsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
|
|
5
|
-
export interface StartSuiteRunCommandInput extends StartSuiteRunRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StartSuiteRunCommand extends $Command<StartSuiteRunCommandInput, StartSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: StartSuiteRunCommandInput;
|
|
12
|
-
constructor(input: StartSuiteRunCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSuiteRunCommandInput, StartSuiteRunCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
|
|
5
|
-
export interface StopSuiteRunCommandInput extends StopSuiteRunRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StopSuiteRunCommandOutput extends StopSuiteRunResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StopSuiteRunCommand extends $Command<StopSuiteRunCommandInput, StopSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: StopSuiteRunCommandInput;
|
|
12
|
-
constructor(input: StopSuiteRunCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSuiteRunCommandInput, StopSuiteRunCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
4
|
-
import { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateSuiteDefinitionCommandInput extends UpdateSuiteDefinitionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateSuiteDefinitionCommandOutput extends UpdateSuiteDefinitionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateSuiteDefinitionCommand extends $Command<UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateSuiteDefinitionCommandInput;
|
|
12
|
-
constructor(input: UpdateSuiteDefinitionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IotDeviceAdvisorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * from "./CreateSuiteDefinitionCommand";
|
|
2
|
-
export * from "./DeleteSuiteDefinitionCommand";
|
|
3
|
-
export * from "./GetEndpointCommand";
|
|
4
|
-
export * from "./GetSuiteDefinitionCommand";
|
|
5
|
-
export * from "./GetSuiteRunCommand";
|
|
6
|
-
export * from "./GetSuiteRunReportCommand";
|
|
7
|
-
export * from "./ListSuiteDefinitionsCommand";
|
|
8
|
-
export * from "./ListSuiteRunsCommand";
|
|
9
|
-
export * from "./ListTagsForResourceCommand";
|
|
10
|
-
export * from "./StartSuiteRunCommand";
|
|
11
|
-
export * from "./StopSuiteRunCommand";
|
|
12
|
-
export * from "./TagResourceCommand";
|
|
13
|
-
export * from "./UntagResourceCommand";
|
|
14
|
-
export * from "./UpdateSuiteDefinitionCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,501 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
4
|
-
name: "ConflictException";
|
|
5
|
-
$fault: "client";
|
|
6
|
-
|
|
7
|
-
message?: string;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface DeviceUnderTest {
|
|
11
|
-
|
|
12
|
-
thingArn?: string;
|
|
13
|
-
|
|
14
|
-
certificateArn?: string;
|
|
15
|
-
}
|
|
16
|
-
export declare namespace DeviceUnderTest {
|
|
17
|
-
|
|
18
|
-
const filterSensitiveLog: (obj: DeviceUnderTest) => any;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface SuiteDefinitionConfiguration {
|
|
22
|
-
|
|
23
|
-
suiteDefinitionName?: string;
|
|
24
|
-
|
|
25
|
-
devices?: DeviceUnderTest[];
|
|
26
|
-
|
|
27
|
-
intendedForQualification?: boolean;
|
|
28
|
-
|
|
29
|
-
rootGroup?: string;
|
|
30
|
-
|
|
31
|
-
devicePermissionRoleArn?: string;
|
|
32
|
-
}
|
|
33
|
-
export declare namespace SuiteDefinitionConfiguration {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: SuiteDefinitionConfiguration) => any;
|
|
36
|
-
}
|
|
37
|
-
export interface CreateSuiteDefinitionRequest {
|
|
38
|
-
|
|
39
|
-
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration;
|
|
40
|
-
|
|
41
|
-
tags?: {
|
|
42
|
-
[key: string]: string;
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
export declare namespace CreateSuiteDefinitionRequest {
|
|
46
|
-
|
|
47
|
-
const filterSensitiveLog: (obj: CreateSuiteDefinitionRequest) => any;
|
|
48
|
-
}
|
|
49
|
-
export interface CreateSuiteDefinitionResponse {
|
|
50
|
-
|
|
51
|
-
suiteDefinitionId?: string;
|
|
52
|
-
|
|
53
|
-
suiteDefinitionArn?: string;
|
|
54
|
-
|
|
55
|
-
suiteDefinitionName?: string;
|
|
56
|
-
|
|
57
|
-
createdAt?: Date;
|
|
58
|
-
}
|
|
59
|
-
export declare namespace CreateSuiteDefinitionResponse {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: CreateSuiteDefinitionResponse) => any;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
65
|
-
name: "InternalServerException";
|
|
66
|
-
$fault: "server";
|
|
67
|
-
|
|
68
|
-
message?: string;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
72
|
-
name: "ValidationException";
|
|
73
|
-
$fault: "client";
|
|
74
|
-
|
|
75
|
-
message?: string;
|
|
76
|
-
}
|
|
77
|
-
export interface DeleteSuiteDefinitionRequest {
|
|
78
|
-
|
|
79
|
-
suiteDefinitionId: string | undefined;
|
|
80
|
-
}
|
|
81
|
-
export declare namespace DeleteSuiteDefinitionRequest {
|
|
82
|
-
|
|
83
|
-
const filterSensitiveLog: (obj: DeleteSuiteDefinitionRequest) => any;
|
|
84
|
-
}
|
|
85
|
-
export interface DeleteSuiteDefinitionResponse {
|
|
86
|
-
}
|
|
87
|
-
export declare namespace DeleteSuiteDefinitionResponse {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: DeleteSuiteDefinitionResponse) => any;
|
|
90
|
-
}
|
|
91
|
-
export interface GetEndpointRequest {
|
|
92
|
-
|
|
93
|
-
thingArn?: string;
|
|
94
|
-
|
|
95
|
-
certificateArn?: string;
|
|
96
|
-
}
|
|
97
|
-
export declare namespace GetEndpointRequest {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: GetEndpointRequest) => any;
|
|
100
|
-
}
|
|
101
|
-
export interface GetEndpointResponse {
|
|
102
|
-
|
|
103
|
-
endpoint?: string;
|
|
104
|
-
}
|
|
105
|
-
export declare namespace GetEndpointResponse {
|
|
106
|
-
|
|
107
|
-
const filterSensitiveLog: (obj: GetEndpointResponse) => any;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
111
|
-
name: "ResourceNotFoundException";
|
|
112
|
-
$fault: "client";
|
|
113
|
-
|
|
114
|
-
message?: string;
|
|
115
|
-
}
|
|
116
|
-
export interface GetSuiteDefinitionRequest {
|
|
117
|
-
|
|
118
|
-
suiteDefinitionId: string | undefined;
|
|
119
|
-
|
|
120
|
-
suiteDefinitionVersion?: string;
|
|
121
|
-
}
|
|
122
|
-
export declare namespace GetSuiteDefinitionRequest {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: GetSuiteDefinitionRequest) => any;
|
|
125
|
-
}
|
|
126
|
-
export interface GetSuiteDefinitionResponse {
|
|
127
|
-
|
|
128
|
-
suiteDefinitionId?: string;
|
|
129
|
-
|
|
130
|
-
suiteDefinitionArn?: string;
|
|
131
|
-
|
|
132
|
-
suiteDefinitionVersion?: string;
|
|
133
|
-
|
|
134
|
-
latestVersion?: string;
|
|
135
|
-
|
|
136
|
-
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration;
|
|
137
|
-
|
|
138
|
-
createdAt?: Date;
|
|
139
|
-
|
|
140
|
-
lastModifiedAt?: Date;
|
|
141
|
-
|
|
142
|
-
tags?: {
|
|
143
|
-
[key: string]: string;
|
|
144
|
-
};
|
|
145
|
-
}
|
|
146
|
-
export declare namespace GetSuiteDefinitionResponse {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: GetSuiteDefinitionResponse) => any;
|
|
149
|
-
}
|
|
150
|
-
export interface GetSuiteRunRequest {
|
|
151
|
-
|
|
152
|
-
suiteDefinitionId: string | undefined;
|
|
153
|
-
|
|
154
|
-
suiteRunId: string | undefined;
|
|
155
|
-
}
|
|
156
|
-
export declare namespace GetSuiteRunRequest {
|
|
157
|
-
|
|
158
|
-
const filterSensitiveLog: (obj: GetSuiteRunRequest) => any;
|
|
159
|
-
}
|
|
160
|
-
export declare enum SuiteRunStatus {
|
|
161
|
-
CANCELED = "CANCELED",
|
|
162
|
-
ERROR = "ERROR",
|
|
163
|
-
FAIL = "FAIL",
|
|
164
|
-
PASS = "PASS",
|
|
165
|
-
PASS_WITH_WARNINGS = "PASS_WITH_WARNINGS",
|
|
166
|
-
PENDING = "PENDING",
|
|
167
|
-
RUNNING = "RUNNING",
|
|
168
|
-
STOPPED = "STOPPED",
|
|
169
|
-
STOPPING = "STOPPING"
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
export interface SuiteRunConfiguration {
|
|
173
|
-
|
|
174
|
-
primaryDevice?: DeviceUnderTest;
|
|
175
|
-
|
|
176
|
-
selectedTestList?: string[];
|
|
177
|
-
|
|
178
|
-
parallelRun?: boolean;
|
|
179
|
-
}
|
|
180
|
-
export declare namespace SuiteRunConfiguration {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: SuiteRunConfiguration) => any;
|
|
183
|
-
}
|
|
184
|
-
export declare enum Status {
|
|
185
|
-
CANCELED = "CANCELED",
|
|
186
|
-
ERROR = "ERROR",
|
|
187
|
-
FAIL = "FAIL",
|
|
188
|
-
PASS = "PASS",
|
|
189
|
-
PASS_WITH_WARNINGS = "PASS_WITH_WARNINGS",
|
|
190
|
-
PENDING = "PENDING",
|
|
191
|
-
RUNNING = "RUNNING",
|
|
192
|
-
STOPPED = "STOPPED",
|
|
193
|
-
STOPPING = "STOPPING"
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
export interface TestCaseRun {
|
|
197
|
-
|
|
198
|
-
testCaseRunId?: string;
|
|
199
|
-
|
|
200
|
-
testCaseDefinitionId?: string;
|
|
201
|
-
|
|
202
|
-
testCaseDefinitionName?: string;
|
|
203
|
-
|
|
204
|
-
status?: Status | string;
|
|
205
|
-
|
|
206
|
-
startTime?: Date;
|
|
207
|
-
|
|
208
|
-
endTime?: Date;
|
|
209
|
-
|
|
210
|
-
logUrl?: string;
|
|
211
|
-
|
|
212
|
-
warnings?: string;
|
|
213
|
-
|
|
214
|
-
failure?: string;
|
|
215
|
-
}
|
|
216
|
-
export declare namespace TestCaseRun {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: TestCaseRun) => any;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
export interface GroupResult {
|
|
222
|
-
|
|
223
|
-
groupId?: string;
|
|
224
|
-
|
|
225
|
-
groupName?: string;
|
|
226
|
-
|
|
227
|
-
tests?: TestCaseRun[];
|
|
228
|
-
}
|
|
229
|
-
export declare namespace GroupResult {
|
|
230
|
-
|
|
231
|
-
const filterSensitiveLog: (obj: GroupResult) => any;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
export interface TestResult {
|
|
235
|
-
|
|
236
|
-
groups?: GroupResult[];
|
|
237
|
-
}
|
|
238
|
-
export declare namespace TestResult {
|
|
239
|
-
|
|
240
|
-
const filterSensitiveLog: (obj: TestResult) => any;
|
|
241
|
-
}
|
|
242
|
-
export interface GetSuiteRunResponse {
|
|
243
|
-
|
|
244
|
-
suiteDefinitionId?: string;
|
|
245
|
-
|
|
246
|
-
suiteDefinitionVersion?: string;
|
|
247
|
-
|
|
248
|
-
suiteRunId?: string;
|
|
249
|
-
|
|
250
|
-
suiteRunArn?: string;
|
|
251
|
-
|
|
252
|
-
suiteRunConfiguration?: SuiteRunConfiguration;
|
|
253
|
-
|
|
254
|
-
testResult?: TestResult;
|
|
255
|
-
|
|
256
|
-
startTime?: Date;
|
|
257
|
-
|
|
258
|
-
endTime?: Date;
|
|
259
|
-
|
|
260
|
-
status?: SuiteRunStatus | string;
|
|
261
|
-
|
|
262
|
-
errorReason?: string;
|
|
263
|
-
|
|
264
|
-
tags?: {
|
|
265
|
-
[key: string]: string;
|
|
266
|
-
};
|
|
267
|
-
}
|
|
268
|
-
export declare namespace GetSuiteRunResponse {
|
|
269
|
-
|
|
270
|
-
const filterSensitiveLog: (obj: GetSuiteRunResponse) => any;
|
|
271
|
-
}
|
|
272
|
-
export interface GetSuiteRunReportRequest {
|
|
273
|
-
|
|
274
|
-
suiteDefinitionId: string | undefined;
|
|
275
|
-
|
|
276
|
-
suiteRunId: string | undefined;
|
|
277
|
-
}
|
|
278
|
-
export declare namespace GetSuiteRunReportRequest {
|
|
279
|
-
|
|
280
|
-
const filterSensitiveLog: (obj: GetSuiteRunReportRequest) => any;
|
|
281
|
-
}
|
|
282
|
-
export interface GetSuiteRunReportResponse {
|
|
283
|
-
|
|
284
|
-
qualificationReportDownloadUrl?: string;
|
|
285
|
-
}
|
|
286
|
-
export declare namespace GetSuiteRunReportResponse {
|
|
287
|
-
|
|
288
|
-
const filterSensitiveLog: (obj: GetSuiteRunReportResponse) => any;
|
|
289
|
-
}
|
|
290
|
-
export interface ListSuiteDefinitionsRequest {
|
|
291
|
-
|
|
292
|
-
maxResults?: number;
|
|
293
|
-
|
|
294
|
-
nextToken?: string;
|
|
295
|
-
}
|
|
296
|
-
export declare namespace ListSuiteDefinitionsRequest {
|
|
297
|
-
|
|
298
|
-
const filterSensitiveLog: (obj: ListSuiteDefinitionsRequest) => any;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
export interface SuiteDefinitionInformation {
|
|
302
|
-
|
|
303
|
-
suiteDefinitionId?: string;
|
|
304
|
-
|
|
305
|
-
suiteDefinitionName?: string;
|
|
306
|
-
|
|
307
|
-
defaultDevices?: DeviceUnderTest[];
|
|
308
|
-
|
|
309
|
-
intendedForQualification?: boolean;
|
|
310
|
-
|
|
311
|
-
createdAt?: Date;
|
|
312
|
-
}
|
|
313
|
-
export declare namespace SuiteDefinitionInformation {
|
|
314
|
-
|
|
315
|
-
const filterSensitiveLog: (obj: SuiteDefinitionInformation) => any;
|
|
316
|
-
}
|
|
317
|
-
export interface ListSuiteDefinitionsResponse {
|
|
318
|
-
|
|
319
|
-
suiteDefinitionInformationList?: SuiteDefinitionInformation[];
|
|
320
|
-
|
|
321
|
-
nextToken?: string;
|
|
322
|
-
}
|
|
323
|
-
export declare namespace ListSuiteDefinitionsResponse {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: ListSuiteDefinitionsResponse) => any;
|
|
326
|
-
}
|
|
327
|
-
export interface ListSuiteRunsRequest {
|
|
328
|
-
|
|
329
|
-
suiteDefinitionId?: string;
|
|
330
|
-
|
|
331
|
-
suiteDefinitionVersion?: string;
|
|
332
|
-
|
|
333
|
-
maxResults?: number;
|
|
334
|
-
|
|
335
|
-
nextToken?: string;
|
|
336
|
-
}
|
|
337
|
-
export declare namespace ListSuiteRunsRequest {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: ListSuiteRunsRequest) => any;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
export interface SuiteRunInformation {
|
|
343
|
-
|
|
344
|
-
suiteDefinitionId?: string;
|
|
345
|
-
|
|
346
|
-
suiteDefinitionVersion?: string;
|
|
347
|
-
|
|
348
|
-
suiteDefinitionName?: string;
|
|
349
|
-
|
|
350
|
-
suiteRunId?: string;
|
|
351
|
-
|
|
352
|
-
createdAt?: Date;
|
|
353
|
-
|
|
354
|
-
startedAt?: Date;
|
|
355
|
-
|
|
356
|
-
endAt?: Date;
|
|
357
|
-
|
|
358
|
-
status?: SuiteRunStatus | string;
|
|
359
|
-
|
|
360
|
-
passed?: number;
|
|
361
|
-
|
|
362
|
-
failed?: number;
|
|
363
|
-
}
|
|
364
|
-
export declare namespace SuiteRunInformation {
|
|
365
|
-
|
|
366
|
-
const filterSensitiveLog: (obj: SuiteRunInformation) => any;
|
|
367
|
-
}
|
|
368
|
-
export interface ListSuiteRunsResponse {
|
|
369
|
-
|
|
370
|
-
suiteRunsList?: SuiteRunInformation[];
|
|
371
|
-
|
|
372
|
-
nextToken?: string;
|
|
373
|
-
}
|
|
374
|
-
export declare namespace ListSuiteRunsResponse {
|
|
375
|
-
|
|
376
|
-
const filterSensitiveLog: (obj: ListSuiteRunsResponse) => any;
|
|
377
|
-
}
|
|
378
|
-
export interface ListTagsForResourceRequest {
|
|
379
|
-
|
|
380
|
-
resourceArn: string | undefined;
|
|
381
|
-
}
|
|
382
|
-
export declare namespace ListTagsForResourceRequest {
|
|
383
|
-
|
|
384
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
385
|
-
}
|
|
386
|
-
export interface ListTagsForResourceResponse {
|
|
387
|
-
|
|
388
|
-
tags?: {
|
|
389
|
-
[key: string]: string;
|
|
390
|
-
};
|
|
391
|
-
}
|
|
392
|
-
export declare namespace ListTagsForResourceResponse {
|
|
393
|
-
|
|
394
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
395
|
-
}
|
|
396
|
-
export interface StartSuiteRunRequest {
|
|
397
|
-
|
|
398
|
-
suiteDefinitionId: string | undefined;
|
|
399
|
-
|
|
400
|
-
suiteDefinitionVersion?: string;
|
|
401
|
-
|
|
402
|
-
suiteRunConfiguration?: SuiteRunConfiguration;
|
|
403
|
-
|
|
404
|
-
tags?: {
|
|
405
|
-
[key: string]: string;
|
|
406
|
-
};
|
|
407
|
-
}
|
|
408
|
-
export declare namespace StartSuiteRunRequest {
|
|
409
|
-
|
|
410
|
-
const filterSensitiveLog: (obj: StartSuiteRunRequest) => any;
|
|
411
|
-
}
|
|
412
|
-
export interface StartSuiteRunResponse {
|
|
413
|
-
|
|
414
|
-
suiteRunId?: string;
|
|
415
|
-
|
|
416
|
-
suiteRunArn?: string;
|
|
417
|
-
|
|
418
|
-
createdAt?: Date;
|
|
419
|
-
}
|
|
420
|
-
export declare namespace StartSuiteRunResponse {
|
|
421
|
-
|
|
422
|
-
const filterSensitiveLog: (obj: StartSuiteRunResponse) => any;
|
|
423
|
-
}
|
|
424
|
-
export interface StopSuiteRunRequest {
|
|
425
|
-
|
|
426
|
-
suiteDefinitionId: string | undefined;
|
|
427
|
-
|
|
428
|
-
suiteRunId: string | undefined;
|
|
429
|
-
}
|
|
430
|
-
export declare namespace StopSuiteRunRequest {
|
|
431
|
-
|
|
432
|
-
const filterSensitiveLog: (obj: StopSuiteRunRequest) => any;
|
|
433
|
-
}
|
|
434
|
-
export interface StopSuiteRunResponse {
|
|
435
|
-
}
|
|
436
|
-
export declare namespace StopSuiteRunResponse {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: StopSuiteRunResponse) => any;
|
|
439
|
-
}
|
|
440
|
-
export interface TagResourceRequest {
|
|
441
|
-
|
|
442
|
-
resourceArn: string | undefined;
|
|
443
|
-
|
|
444
|
-
tags: {
|
|
445
|
-
[key: string]: string;
|
|
446
|
-
} | undefined;
|
|
447
|
-
}
|
|
448
|
-
export declare namespace TagResourceRequest {
|
|
449
|
-
|
|
450
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
451
|
-
}
|
|
452
|
-
export interface TagResourceResponse {
|
|
453
|
-
}
|
|
454
|
-
export declare namespace TagResourceResponse {
|
|
455
|
-
|
|
456
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
457
|
-
}
|
|
458
|
-
export interface UntagResourceRequest {
|
|
459
|
-
|
|
460
|
-
resourceArn: string | undefined;
|
|
461
|
-
|
|
462
|
-
tagKeys: string[] | undefined;
|
|
463
|
-
}
|
|
464
|
-
export declare namespace UntagResourceRequest {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
467
|
-
}
|
|
468
|
-
export interface UntagResourceResponse {
|
|
469
|
-
}
|
|
470
|
-
export declare namespace UntagResourceResponse {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
473
|
-
}
|
|
474
|
-
export interface UpdateSuiteDefinitionRequest {
|
|
475
|
-
|
|
476
|
-
suiteDefinitionId: string | undefined;
|
|
477
|
-
|
|
478
|
-
suiteDefinitionConfiguration?: SuiteDefinitionConfiguration;
|
|
479
|
-
}
|
|
480
|
-
export declare namespace UpdateSuiteDefinitionRequest {
|
|
481
|
-
|
|
482
|
-
const filterSensitiveLog: (obj: UpdateSuiteDefinitionRequest) => any;
|
|
483
|
-
}
|
|
484
|
-
export interface UpdateSuiteDefinitionResponse {
|
|
485
|
-
|
|
486
|
-
suiteDefinitionId?: string;
|
|
487
|
-
|
|
488
|
-
suiteDefinitionArn?: string;
|
|
489
|
-
|
|
490
|
-
suiteDefinitionName?: string;
|
|
491
|
-
|
|
492
|
-
suiteDefinitionVersion?: string;
|
|
493
|
-
|
|
494
|
-
createdAt?: Date;
|
|
495
|
-
|
|
496
|
-
lastUpdatedAt?: Date;
|
|
497
|
-
}
|
|
498
|
-
export declare namespace UpdateSuiteDefinitionResponse {
|
|
499
|
-
|
|
500
|
-
const filterSensitiveLog: (obj: UpdateSuiteDefinitionResponse) => any;
|
|
501
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { IotDeviceAdvisor } from "../IotDeviceAdvisor";
|
|
3
|
-
import { IotDeviceAdvisorClient } from "../IotDeviceAdvisorClient";
|
|
4
|
-
export interface IotDeviceAdvisorPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: IotDeviceAdvisor | IotDeviceAdvisorClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput } from "../commands/ListSuiteDefinitionsCommand";
|
|
3
|
-
import { IotDeviceAdvisorPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListSuiteDefinitions(config: IotDeviceAdvisorPaginationConfiguration, input: ListSuiteDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListSuiteDefinitionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput } from "../commands/ListSuiteRunsCommand";
|
|
3
|
-
import { IotDeviceAdvisorPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListSuiteRuns(config: IotDeviceAdvisorPaginationConfiguration, input: ListSuiteRunsCommandInput, ...additionalArguments: any): Paginator<ListSuiteRunsCommandOutput>;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateSuiteDefinitionCommandInput, CreateSuiteDefinitionCommandOutput } from "../commands/CreateSuiteDefinitionCommand";
|
|
4
|
-
import { DeleteSuiteDefinitionCommandInput, DeleteSuiteDefinitionCommandOutput } from "../commands/DeleteSuiteDefinitionCommand";
|
|
5
|
-
import { GetEndpointCommandInput, GetEndpointCommandOutput } from "../commands/GetEndpointCommand";
|
|
6
|
-
import { GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput } from "../commands/GetSuiteDefinitionCommand";
|
|
7
|
-
import { GetSuiteRunCommandInput, GetSuiteRunCommandOutput } from "../commands/GetSuiteRunCommand";
|
|
8
|
-
import { GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput } from "../commands/GetSuiteRunReportCommand";
|
|
9
|
-
import { ListSuiteDefinitionsCommandInput, ListSuiteDefinitionsCommandOutput } from "../commands/ListSuiteDefinitionsCommand";
|
|
10
|
-
import { ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput } from "../commands/ListSuiteRunsCommand";
|
|
11
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
12
|
-
import { StartSuiteRunCommandInput, StartSuiteRunCommandOutput } from "../commands/StartSuiteRunCommand";
|
|
13
|
-
import { StopSuiteRunCommandInput, StopSuiteRunCommandOutput } from "../commands/StopSuiteRunCommand";
|
|
14
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
15
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
16
|
-
import { UpdateSuiteDefinitionCommandInput, UpdateSuiteDefinitionCommandOutput } from "../commands/UpdateSuiteDefinitionCommand";
|
|
17
|
-
export declare const serializeAws_restJson1CreateSuiteDefinitionCommand: (input: CreateSuiteDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
-
export declare const serializeAws_restJson1DeleteSuiteDefinitionCommand: (input: DeleteSuiteDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
export declare const serializeAws_restJson1GetEndpointCommand: (input: GetEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
-
export declare const serializeAws_restJson1GetSuiteDefinitionCommand: (input: GetSuiteDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
-
export declare const serializeAws_restJson1GetSuiteRunCommand: (input: GetSuiteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
-
export declare const serializeAws_restJson1GetSuiteRunReportCommand: (input: GetSuiteRunReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
export declare const serializeAws_restJson1ListSuiteDefinitionsCommand: (input: ListSuiteDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
export declare const serializeAws_restJson1ListSuiteRunsCommand: (input: ListSuiteRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
export declare const serializeAws_restJson1StartSuiteRunCommand: (input: StartSuiteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
export declare const serializeAws_restJson1StopSuiteRunCommand: (input: StopSuiteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
export declare const serializeAws_restJson1UpdateSuiteDefinitionCommand: (input: UpdateSuiteDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
export declare const deserializeAws_restJson1CreateSuiteDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSuiteDefinitionCommandOutput>;
|
|
32
|
-
export declare const deserializeAws_restJson1DeleteSuiteDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSuiteDefinitionCommandOutput>;
|
|
33
|
-
export declare const deserializeAws_restJson1GetEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointCommandOutput>;
|
|
34
|
-
export declare const deserializeAws_restJson1GetSuiteDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuiteDefinitionCommandOutput>;
|
|
35
|
-
export declare const deserializeAws_restJson1GetSuiteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuiteRunCommandOutput>;
|
|
36
|
-
export declare const deserializeAws_restJson1GetSuiteRunReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuiteRunReportCommandOutput>;
|
|
37
|
-
export declare const deserializeAws_restJson1ListSuiteDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuiteDefinitionsCommandOutput>;
|
|
38
|
-
export declare const deserializeAws_restJson1ListSuiteRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuiteRunsCommandOutput>;
|
|
39
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
40
|
-
export declare const deserializeAws_restJson1StartSuiteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSuiteRunCommandOutput>;
|
|
41
|
-
export declare const deserializeAws_restJson1StopSuiteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSuiteRunCommandOutput>;
|
|
42
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
43
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
44
|
-
export declare const deserializeAws_restJson1UpdateSuiteDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSuiteDefinitionCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: IotDeviceAdvisorClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|