@aws-sdk/client-greengrassv2 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/GreengrassV2.d.ts +550 -150
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +304 -102
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- 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/GreengrassV2ServiceException.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 +1246 -1137
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
- 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,102 +1,304 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateServiceRoleToAccountCommandInput,
|
|
47
|
+
AssociateServiceRoleToAccountCommandOutput,
|
|
48
|
+
} from "./commands/AssociateServiceRoleToAccountCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchAssociateClientDeviceWithCoreDeviceCommandInput,
|
|
51
|
+
BatchAssociateClientDeviceWithCoreDeviceCommandOutput,
|
|
52
|
+
} from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
|
|
55
|
+
BatchDisassociateClientDeviceFromCoreDeviceCommandOutput,
|
|
56
|
+
} from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
|
|
57
|
+
import {
|
|
58
|
+
CancelDeploymentCommandInput,
|
|
59
|
+
CancelDeploymentCommandOutput,
|
|
60
|
+
} from "./commands/CancelDeploymentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateComponentVersionCommandInput,
|
|
63
|
+
CreateComponentVersionCommandOutput,
|
|
64
|
+
} from "./commands/CreateComponentVersionCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDeploymentCommandInput,
|
|
67
|
+
CreateDeploymentCommandOutput,
|
|
68
|
+
} from "./commands/CreateDeploymentCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteComponentCommandInput,
|
|
71
|
+
DeleteComponentCommandOutput,
|
|
72
|
+
} from "./commands/DeleteComponentCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteCoreDeviceCommandInput,
|
|
75
|
+
DeleteCoreDeviceCommandOutput,
|
|
76
|
+
} from "./commands/DeleteCoreDeviceCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteDeploymentCommandInput,
|
|
79
|
+
DeleteDeploymentCommandOutput,
|
|
80
|
+
} from "./commands/DeleteDeploymentCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeComponentCommandInput,
|
|
83
|
+
DescribeComponentCommandOutput,
|
|
84
|
+
} from "./commands/DescribeComponentCommand";
|
|
85
|
+
import {
|
|
86
|
+
DisassociateServiceRoleFromAccountCommandInput,
|
|
87
|
+
DisassociateServiceRoleFromAccountCommandOutput,
|
|
88
|
+
} from "./commands/DisassociateServiceRoleFromAccountCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetComponentCommandInput,
|
|
91
|
+
GetComponentCommandOutput,
|
|
92
|
+
} from "./commands/GetComponentCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetComponentVersionArtifactCommandInput,
|
|
95
|
+
GetComponentVersionArtifactCommandOutput,
|
|
96
|
+
} from "./commands/GetComponentVersionArtifactCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetConnectivityInfoCommandInput,
|
|
99
|
+
GetConnectivityInfoCommandOutput,
|
|
100
|
+
} from "./commands/GetConnectivityInfoCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetCoreDeviceCommandInput,
|
|
103
|
+
GetCoreDeviceCommandOutput,
|
|
104
|
+
} from "./commands/GetCoreDeviceCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetDeploymentCommandInput,
|
|
107
|
+
GetDeploymentCommandOutput,
|
|
108
|
+
} from "./commands/GetDeploymentCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetServiceRoleForAccountCommandInput,
|
|
111
|
+
GetServiceRoleForAccountCommandOutput,
|
|
112
|
+
} from "./commands/GetServiceRoleForAccountCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListClientDevicesAssociatedWithCoreDeviceCommandInput,
|
|
115
|
+
ListClientDevicesAssociatedWithCoreDeviceCommandOutput,
|
|
116
|
+
} from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListComponentsCommandInput,
|
|
119
|
+
ListComponentsCommandOutput,
|
|
120
|
+
} from "./commands/ListComponentsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListComponentVersionsCommandInput,
|
|
123
|
+
ListComponentVersionsCommandOutput,
|
|
124
|
+
} from "./commands/ListComponentVersionsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListCoreDevicesCommandInput,
|
|
127
|
+
ListCoreDevicesCommandOutput,
|
|
128
|
+
} from "./commands/ListCoreDevicesCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListDeploymentsCommandInput,
|
|
131
|
+
ListDeploymentsCommandOutput,
|
|
132
|
+
} from "./commands/ListDeploymentsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListEffectiveDeploymentsCommandInput,
|
|
135
|
+
ListEffectiveDeploymentsCommandOutput,
|
|
136
|
+
} from "./commands/ListEffectiveDeploymentsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListInstalledComponentsCommandInput,
|
|
139
|
+
ListInstalledComponentsCommandOutput,
|
|
140
|
+
} from "./commands/ListInstalledComponentsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListTagsForResourceCommandInput,
|
|
143
|
+
ListTagsForResourceCommandOutput,
|
|
144
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
ResolveComponentCandidatesCommandInput,
|
|
147
|
+
ResolveComponentCandidatesCommandOutput,
|
|
148
|
+
} from "./commands/ResolveComponentCandidatesCommand";
|
|
149
|
+
import {
|
|
150
|
+
TagResourceCommandInput,
|
|
151
|
+
TagResourceCommandOutput,
|
|
152
|
+
} from "./commands/TagResourceCommand";
|
|
153
|
+
import {
|
|
154
|
+
UntagResourceCommandInput,
|
|
155
|
+
UntagResourceCommandOutput,
|
|
156
|
+
} from "./commands/UntagResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateConnectivityInfoCommandInput,
|
|
159
|
+
UpdateConnectivityInfoCommandOutput,
|
|
160
|
+
} from "./commands/UpdateConnectivityInfoCommand";
|
|
161
|
+
export declare type ServiceInputTypes =
|
|
162
|
+
| AssociateServiceRoleToAccountCommandInput
|
|
163
|
+
| BatchAssociateClientDeviceWithCoreDeviceCommandInput
|
|
164
|
+
| BatchDisassociateClientDeviceFromCoreDeviceCommandInput
|
|
165
|
+
| CancelDeploymentCommandInput
|
|
166
|
+
| CreateComponentVersionCommandInput
|
|
167
|
+
| CreateDeploymentCommandInput
|
|
168
|
+
| DeleteComponentCommandInput
|
|
169
|
+
| DeleteCoreDeviceCommandInput
|
|
170
|
+
| DeleteDeploymentCommandInput
|
|
171
|
+
| DescribeComponentCommandInput
|
|
172
|
+
| DisassociateServiceRoleFromAccountCommandInput
|
|
173
|
+
| GetComponentCommandInput
|
|
174
|
+
| GetComponentVersionArtifactCommandInput
|
|
175
|
+
| GetConnectivityInfoCommandInput
|
|
176
|
+
| GetCoreDeviceCommandInput
|
|
177
|
+
| GetDeploymentCommandInput
|
|
178
|
+
| GetServiceRoleForAccountCommandInput
|
|
179
|
+
| ListClientDevicesAssociatedWithCoreDeviceCommandInput
|
|
180
|
+
| ListComponentVersionsCommandInput
|
|
181
|
+
| ListComponentsCommandInput
|
|
182
|
+
| ListCoreDevicesCommandInput
|
|
183
|
+
| ListDeploymentsCommandInput
|
|
184
|
+
| ListEffectiveDeploymentsCommandInput
|
|
185
|
+
| ListInstalledComponentsCommandInput
|
|
186
|
+
| ListTagsForResourceCommandInput
|
|
187
|
+
| ResolveComponentCandidatesCommandInput
|
|
188
|
+
| TagResourceCommandInput
|
|
189
|
+
| UntagResourceCommandInput
|
|
190
|
+
| UpdateConnectivityInfoCommandInput;
|
|
191
|
+
export declare type ServiceOutputTypes =
|
|
192
|
+
| AssociateServiceRoleToAccountCommandOutput
|
|
193
|
+
| BatchAssociateClientDeviceWithCoreDeviceCommandOutput
|
|
194
|
+
| BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
|
|
195
|
+
| CancelDeploymentCommandOutput
|
|
196
|
+
| CreateComponentVersionCommandOutput
|
|
197
|
+
| CreateDeploymentCommandOutput
|
|
198
|
+
| DeleteComponentCommandOutput
|
|
199
|
+
| DeleteCoreDeviceCommandOutput
|
|
200
|
+
| DeleteDeploymentCommandOutput
|
|
201
|
+
| DescribeComponentCommandOutput
|
|
202
|
+
| DisassociateServiceRoleFromAccountCommandOutput
|
|
203
|
+
| GetComponentCommandOutput
|
|
204
|
+
| GetComponentVersionArtifactCommandOutput
|
|
205
|
+
| GetConnectivityInfoCommandOutput
|
|
206
|
+
| GetCoreDeviceCommandOutput
|
|
207
|
+
| GetDeploymentCommandOutput
|
|
208
|
+
| GetServiceRoleForAccountCommandOutput
|
|
209
|
+
| ListClientDevicesAssociatedWithCoreDeviceCommandOutput
|
|
210
|
+
| ListComponentVersionsCommandOutput
|
|
211
|
+
| ListComponentsCommandOutput
|
|
212
|
+
| ListCoreDevicesCommandOutput
|
|
213
|
+
| ListDeploymentsCommandOutput
|
|
214
|
+
| ListEffectiveDeploymentsCommandOutput
|
|
215
|
+
| ListInstalledComponentsCommandOutput
|
|
216
|
+
| ListTagsForResourceCommandOutput
|
|
217
|
+
| ResolveComponentCandidatesCommandOutput
|
|
218
|
+
| TagResourceCommandOutput
|
|
219
|
+
| UntagResourceCommandOutput
|
|
220
|
+
| UpdateConnectivityInfoCommandOutput;
|
|
221
|
+
export interface ClientDefaults
|
|
222
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
223
|
+
requestHandler?: __HttpHandler;
|
|
224
|
+
|
|
225
|
+
sha256?: __HashConstructor;
|
|
226
|
+
|
|
227
|
+
urlParser?: __UrlParser;
|
|
228
|
+
|
|
229
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
230
|
+
|
|
231
|
+
streamCollector?: __StreamCollector;
|
|
232
|
+
|
|
233
|
+
base64Decoder?: __Decoder;
|
|
234
|
+
|
|
235
|
+
base64Encoder?: __Encoder;
|
|
236
|
+
|
|
237
|
+
utf8Decoder?: __Decoder;
|
|
238
|
+
|
|
239
|
+
utf8Encoder?: __Encoder;
|
|
240
|
+
|
|
241
|
+
runtime?: string;
|
|
242
|
+
|
|
243
|
+
disableHostPrefix?: boolean;
|
|
244
|
+
|
|
245
|
+
maxAttempts?: number | __Provider<number>;
|
|
246
|
+
|
|
247
|
+
retryMode?: string | __Provider<string>;
|
|
248
|
+
|
|
249
|
+
logger?: __Logger;
|
|
250
|
+
|
|
251
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
252
|
+
|
|
253
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
254
|
+
|
|
255
|
+
serviceId?: string;
|
|
256
|
+
|
|
257
|
+
region?: string | __Provider<string>;
|
|
258
|
+
|
|
259
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
+
|
|
261
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
262
|
+
|
|
263
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
264
|
+
|
|
265
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
266
|
+
}
|
|
267
|
+
declare type GreengrassV2ClientConfigType = Partial<
|
|
268
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
269
|
+
> &
|
|
270
|
+
ClientDefaults &
|
|
271
|
+
RegionInputConfig &
|
|
272
|
+
EndpointsInputConfig &
|
|
273
|
+
RetryInputConfig &
|
|
274
|
+
HostHeaderInputConfig &
|
|
275
|
+
AwsAuthInputConfig &
|
|
276
|
+
UserAgentInputConfig;
|
|
277
|
+
|
|
278
|
+
export interface GreengrassV2ClientConfig
|
|
279
|
+
extends GreengrassV2ClientConfigType {}
|
|
280
|
+
declare type GreengrassV2ClientResolvedConfigType =
|
|
281
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
282
|
+
Required<ClientDefaults> &
|
|
283
|
+
RegionResolvedConfig &
|
|
284
|
+
EndpointsResolvedConfig &
|
|
285
|
+
RetryResolvedConfig &
|
|
286
|
+
HostHeaderResolvedConfig &
|
|
287
|
+
AwsAuthResolvedConfig &
|
|
288
|
+
UserAgentResolvedConfig;
|
|
289
|
+
|
|
290
|
+
export interface GreengrassV2ClientResolvedConfig
|
|
291
|
+
extends GreengrassV2ClientResolvedConfigType {}
|
|
292
|
+
|
|
293
|
+
export declare class GreengrassV2Client extends __Client<
|
|
294
|
+
__HttpHandlerOptions,
|
|
295
|
+
ServiceInputTypes,
|
|
296
|
+
ServiceOutputTypes,
|
|
297
|
+
GreengrassV2ClientResolvedConfig
|
|
298
|
+
> {
|
|
299
|
+
readonly config: GreengrassV2ClientResolvedConfig;
|
|
300
|
+
constructor(configuration: GreengrassV2ClientConfig);
|
|
301
|
+
|
|
302
|
+
destroy(): void;
|
|
303
|
+
}
|
|
304
|
+
export {};
|
|
@@ -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
|
+
GreengrassV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GreengrassV2Client";
|
|
13
|
+
import {
|
|
14
|
+
AssociateServiceRoleToAccountRequest,
|
|
15
|
+
AssociateServiceRoleToAccountResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateServiceRoleToAccountCommandInput
|
|
18
|
+
extends AssociateServiceRoleToAccountRequest {}
|
|
19
|
+
export interface AssociateServiceRoleToAccountCommandOutput
|
|
20
|
+
extends AssociateServiceRoleToAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateServiceRoleToAccountCommand extends $Command<
|
|
24
|
+
AssociateServiceRoleToAccountCommandInput,
|
|
25
|
+
AssociateServiceRoleToAccountCommandOutput,
|
|
26
|
+
GreengrassV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateServiceRoleToAccountCommandInput;
|
|
29
|
+
constructor(input: AssociateServiceRoleToAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GreengrassV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateServiceRoleToAccountCommandInput,
|
|
37
|
+
AssociateServiceRoleToAccountCommandOutput
|
|
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
|
+
GreengrassV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GreengrassV2Client";
|
|
13
|
+
import {
|
|
14
|
+
BatchAssociateClientDeviceWithCoreDeviceRequest,
|
|
15
|
+
BatchAssociateClientDeviceWithCoreDeviceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchAssociateClientDeviceWithCoreDeviceCommandInput
|
|
18
|
+
extends BatchAssociateClientDeviceWithCoreDeviceRequest {}
|
|
19
|
+
export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput
|
|
20
|
+
extends BatchAssociateClientDeviceWithCoreDeviceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command<
|
|
24
|
+
BatchAssociateClientDeviceWithCoreDeviceCommandInput,
|
|
25
|
+
BatchAssociateClientDeviceWithCoreDeviceCommandOutput,
|
|
26
|
+
GreengrassV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchAssociateClientDeviceWithCoreDeviceCommandInput;
|
|
29
|
+
constructor(input: BatchAssociateClientDeviceWithCoreDeviceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GreengrassV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchAssociateClientDeviceWithCoreDeviceCommandInput,
|
|
37
|
+
BatchAssociateClientDeviceWithCoreDeviceCommandOutput
|
|
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
|
+
GreengrassV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GreengrassV2Client";
|
|
13
|
+
import {
|
|
14
|
+
BatchDisassociateClientDeviceFromCoreDeviceRequest,
|
|
15
|
+
BatchDisassociateClientDeviceFromCoreDeviceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDisassociateClientDeviceFromCoreDeviceCommandInput
|
|
18
|
+
extends BatchDisassociateClientDeviceFromCoreDeviceRequest {}
|
|
19
|
+
export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
|
|
20
|
+
extends BatchDisassociateClientDeviceFromCoreDeviceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command<
|
|
24
|
+
BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
|
|
25
|
+
BatchDisassociateClientDeviceFromCoreDeviceCommandOutput,
|
|
26
|
+
GreengrassV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput;
|
|
29
|
+
constructor(input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GreengrassV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
|
|
37
|
+
BatchDisassociateClientDeviceFromCoreDeviceCommandOutput
|
|
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
|
+
GreengrassV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GreengrassV2Client";
|
|
13
|
+
import {
|
|
14
|
+
CancelDeploymentRequest,
|
|
15
|
+
CancelDeploymentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelDeploymentCommandInput extends CancelDeploymentRequest {}
|
|
18
|
+
export interface CancelDeploymentCommandOutput
|
|
19
|
+
extends CancelDeploymentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CancelDeploymentCommand extends $Command<
|
|
23
|
+
CancelDeploymentCommandInput,
|
|
24
|
+
CancelDeploymentCommandOutput,
|
|
25
|
+
GreengrassV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelDeploymentCommandInput;
|
|
28
|
+
constructor(input: CancelDeploymentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GreengrassV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CancelDeploymentCommandInput, CancelDeploymentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|