@aws-sdk/client-greengrassv2 3.927.0 → 3.929.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.
Files changed (50) hide show
  1. package/dist-cjs/index.js +1621 -1496
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GreengrassV2Client.js +2 -0
  4. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -9
  6. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -9
  7. package/dist-es/commands/CancelDeploymentCommand.js +3 -9
  8. package/dist-es/commands/CreateComponentVersionCommand.js +3 -9
  9. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  10. package/dist-es/commands/DeleteComponentCommand.js +3 -9
  11. package/dist-es/commands/DeleteCoreDeviceCommand.js +3 -9
  12. package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
  13. package/dist-es/commands/DescribeComponentCommand.js +3 -9
  14. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -9
  15. package/dist-es/commands/GetComponentCommand.js +3 -9
  16. package/dist-es/commands/GetComponentVersionArtifactCommand.js +3 -9
  17. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -9
  18. package/dist-es/commands/GetCoreDeviceCommand.js +3 -9
  19. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  20. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -9
  21. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -9
  22. package/dist-es/commands/ListComponentVersionsCommand.js +3 -9
  23. package/dist-es/commands/ListComponentsCommand.js +3 -9
  24. package/dist-es/commands/ListCoreDevicesCommand.js +3 -9
  25. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  26. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +3 -9
  27. package/dist-es/commands/ListInstalledComponentsCommand.js +3 -9
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  29. package/dist-es/commands/ResolveComponentCandidatesCommand.js +3 -9
  30. package/dist-es/commands/TagResourceCommand.js +3 -9
  31. package/dist-es/commands/UntagResourceCommand.js +3 -9
  32. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -9
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-es/schemas/schemas_0.js +1561 -0
  35. package/dist-types/GreengrassV2Client.d.ts +10 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  37. package/dist-types/runtimeConfig.d.ts +1 -0
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +169 -0
  41. package/dist-types/ts3.4/GreengrassV2Client.d.ts +4 -0
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +175 -0
  47. package/package.json +5 -6
  48. package/dist-es/protocols/Aws_restJson1.js +0 -1283
  49. package/dist-types/protocols/Aws_restJson1.d.ts +0 -263
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -353
@@ -1,263 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "../commands/AssociateServiceRoleToAccountCommand";
4
- import { BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput } from "../commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
5
- import { BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput } from "../commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
6
- import { CancelDeploymentCommandInput, CancelDeploymentCommandOutput } from "../commands/CancelDeploymentCommand";
7
- import { CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput } from "../commands/CreateComponentVersionCommand";
8
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
9
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "../commands/DeleteComponentCommand";
10
- import { DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput } from "../commands/DeleteCoreDeviceCommand";
11
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
12
- import { DescribeComponentCommandInput, DescribeComponentCommandOutput } from "../commands/DescribeComponentCommand";
13
- import { DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput } from "../commands/DisassociateServiceRoleFromAccountCommand";
14
- import { GetComponentCommandInput, GetComponentCommandOutput } from "../commands/GetComponentCommand";
15
- import { GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput } from "../commands/GetComponentVersionArtifactCommand";
16
- import { GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput } from "../commands/GetConnectivityInfoCommand";
17
- import { GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput } from "../commands/GetCoreDeviceCommand";
18
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
19
- import { GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput } from "../commands/GetServiceRoleForAccountCommand";
20
- import { ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput } from "../commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
21
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
22
- import { ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput } from "../commands/ListComponentVersionsCommand";
23
- import { ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput } from "../commands/ListCoreDevicesCommand";
24
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
25
- import { ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput } from "../commands/ListEffectiveDeploymentsCommand";
26
- import { ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput } from "../commands/ListInstalledComponentsCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
- import { ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput } from "../commands/ResolveComponentCandidatesCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
31
- import { UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput } from "../commands/UpdateConnectivityInfoCommand";
32
- /**
33
- * serializeAws_restJson1AssociateServiceRoleToAccountCommand
34
- */
35
- export declare const se_AssociateServiceRoleToAccountCommand: (input: AssociateServiceRoleToAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand
38
- */
39
- export declare const se_BatchAssociateClientDeviceWithCoreDeviceCommand: (input: BatchAssociateClientDeviceWithCoreDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1BatchDisassociateClientDeviceFromCoreDeviceCommand
42
- */
43
- export declare const se_BatchDisassociateClientDeviceFromCoreDeviceCommand: (input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1CancelDeploymentCommand
46
- */
47
- export declare const se_CancelDeploymentCommand: (input: CancelDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1CreateComponentVersionCommand
50
- */
51
- export declare const se_CreateComponentVersionCommand: (input: CreateComponentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1CreateDeploymentCommand
54
- */
55
- export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1DeleteComponentCommand
58
- */
59
- export declare const se_DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1DeleteCoreDeviceCommand
62
- */
63
- export declare const se_DeleteCoreDeviceCommand: (input: DeleteCoreDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1DeleteDeploymentCommand
66
- */
67
- export declare const se_DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1DescribeComponentCommand
70
- */
71
- export declare const se_DescribeComponentCommand: (input: DescribeComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1DisassociateServiceRoleFromAccountCommand
74
- */
75
- export declare const se_DisassociateServiceRoleFromAccountCommand: (input: DisassociateServiceRoleFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1GetComponentCommand
78
- */
79
- export declare const se_GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1GetComponentVersionArtifactCommand
82
- */
83
- export declare const se_GetComponentVersionArtifactCommand: (input: GetComponentVersionArtifactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1GetConnectivityInfoCommand
86
- */
87
- export declare const se_GetConnectivityInfoCommand: (input: GetConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1GetCoreDeviceCommand
90
- */
91
- export declare const se_GetCoreDeviceCommand: (input: GetCoreDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1GetDeploymentCommand
94
- */
95
- export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1GetServiceRoleForAccountCommand
98
- */
99
- export declare const se_GetServiceRoleForAccountCommand: (input: GetServiceRoleForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1ListClientDevicesAssociatedWithCoreDeviceCommand
102
- */
103
- export declare const se_ListClientDevicesAssociatedWithCoreDeviceCommand: (input: ListClientDevicesAssociatedWithCoreDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1ListComponentsCommand
106
- */
107
- export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1ListComponentVersionsCommand
110
- */
111
- export declare const se_ListComponentVersionsCommand: (input: ListComponentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1ListCoreDevicesCommand
114
- */
115
- export declare const se_ListCoreDevicesCommand: (input: ListCoreDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1ListDeploymentsCommand
118
- */
119
- export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1ListEffectiveDeploymentsCommand
122
- */
123
- export declare const se_ListEffectiveDeploymentsCommand: (input: ListEffectiveDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1ListInstalledComponentsCommand
126
- */
127
- export declare const se_ListInstalledComponentsCommand: (input: ListInstalledComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1ListTagsForResourceCommand
130
- */
131
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1ResolveComponentCandidatesCommand
134
- */
135
- export declare const se_ResolveComponentCandidatesCommand: (input: ResolveComponentCandidatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1TagResourceCommand
138
- */
139
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1UntagResourceCommand
142
- */
143
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1UpdateConnectivityInfoCommand
146
- */
147
- export declare const se_UpdateConnectivityInfoCommand: (input: UpdateConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * deserializeAws_restJson1AssociateServiceRoleToAccountCommand
150
- */
151
- export declare const de_AssociateServiceRoleToAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateServiceRoleToAccountCommandOutput>;
152
- /**
153
- * deserializeAws_restJson1BatchAssociateClientDeviceWithCoreDeviceCommand
154
- */
155
- export declare const de_BatchAssociateClientDeviceWithCoreDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateClientDeviceWithCoreDeviceCommandOutput>;
156
- /**
157
- * deserializeAws_restJson1BatchDisassociateClientDeviceFromCoreDeviceCommand
158
- */
159
- export declare const de_BatchDisassociateClientDeviceFromCoreDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateClientDeviceFromCoreDeviceCommandOutput>;
160
- /**
161
- * deserializeAws_restJson1CancelDeploymentCommand
162
- */
163
- export declare const de_CancelDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDeploymentCommandOutput>;
164
- /**
165
- * deserializeAws_restJson1CreateComponentVersionCommand
166
- */
167
- export declare const de_CreateComponentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentVersionCommandOutput>;
168
- /**
169
- * deserializeAws_restJson1CreateDeploymentCommand
170
- */
171
- export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
172
- /**
173
- * deserializeAws_restJson1DeleteComponentCommand
174
- */
175
- export declare const de_DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
176
- /**
177
- * deserializeAws_restJson1DeleteCoreDeviceCommand
178
- */
179
- export declare const de_DeleteCoreDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoreDeviceCommandOutput>;
180
- /**
181
- * deserializeAws_restJson1DeleteDeploymentCommand
182
- */
183
- export declare const de_DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
184
- /**
185
- * deserializeAws_restJson1DescribeComponentCommand
186
- */
187
- export declare const de_DescribeComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComponentCommandOutput>;
188
- /**
189
- * deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand
190
- */
191
- export declare const de_DisassociateServiceRoleFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateServiceRoleFromAccountCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1GetComponentCommand
194
- */
195
- export declare const de_GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1GetComponentVersionArtifactCommand
198
- */
199
- export declare const de_GetComponentVersionArtifactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentVersionArtifactCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1GetConnectivityInfoCommand
202
- */
203
- export declare const de_GetConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectivityInfoCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1GetCoreDeviceCommand
206
- */
207
- export declare const de_GetCoreDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDeviceCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1GetDeploymentCommand
210
- */
211
- export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1GetServiceRoleForAccountCommand
214
- */
215
- export declare const de_GetServiceRoleForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceRoleForAccountCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1ListClientDevicesAssociatedWithCoreDeviceCommand
218
- */
219
- export declare const de_ListClientDevicesAssociatedWithCoreDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClientDevicesAssociatedWithCoreDeviceCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1ListComponentsCommand
222
- */
223
- export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1ListComponentVersionsCommand
226
- */
227
- export declare const de_ListComponentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentVersionsCommandOutput>;
228
- /**
229
- * deserializeAws_restJson1ListCoreDevicesCommand
230
- */
231
- export declare const de_ListCoreDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDevicesCommandOutput>;
232
- /**
233
- * deserializeAws_restJson1ListDeploymentsCommand
234
- */
235
- export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
236
- /**
237
- * deserializeAws_restJson1ListEffectiveDeploymentsCommand
238
- */
239
- export declare const de_ListEffectiveDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEffectiveDeploymentsCommandOutput>;
240
- /**
241
- * deserializeAws_restJson1ListInstalledComponentsCommand
242
- */
243
- export declare const de_ListInstalledComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstalledComponentsCommandOutput>;
244
- /**
245
- * deserializeAws_restJson1ListTagsForResourceCommand
246
- */
247
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
248
- /**
249
- * deserializeAws_restJson1ResolveComponentCandidatesCommand
250
- */
251
- export declare const de_ResolveComponentCandidatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResolveComponentCandidatesCommandOutput>;
252
- /**
253
- * deserializeAws_restJson1TagResourceCommand
254
- */
255
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
256
- /**
257
- * deserializeAws_restJson1UntagResourceCommand
258
- */
259
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
260
- /**
261
- * deserializeAws_restJson1UpdateConnectivityInfoCommand
262
- */
263
- export declare const de_UpdateConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityInfoCommandOutput>;
@@ -1,353 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateServiceRoleToAccountCommandInput,
8
- AssociateServiceRoleToAccountCommandOutput,
9
- } from "../commands/AssociateServiceRoleToAccountCommand";
10
- import {
11
- BatchAssociateClientDeviceWithCoreDeviceCommandInput,
12
- BatchAssociateClientDeviceWithCoreDeviceCommandOutput,
13
- } from "../commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
14
- import {
15
- BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
16
- BatchDisassociateClientDeviceFromCoreDeviceCommandOutput,
17
- } from "../commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
18
- import {
19
- CancelDeploymentCommandInput,
20
- CancelDeploymentCommandOutput,
21
- } from "../commands/CancelDeploymentCommand";
22
- import {
23
- CreateComponentVersionCommandInput,
24
- CreateComponentVersionCommandOutput,
25
- } from "../commands/CreateComponentVersionCommand";
26
- import {
27
- CreateDeploymentCommandInput,
28
- CreateDeploymentCommandOutput,
29
- } from "../commands/CreateDeploymentCommand";
30
- import {
31
- DeleteComponentCommandInput,
32
- DeleteComponentCommandOutput,
33
- } from "../commands/DeleteComponentCommand";
34
- import {
35
- DeleteCoreDeviceCommandInput,
36
- DeleteCoreDeviceCommandOutput,
37
- } from "../commands/DeleteCoreDeviceCommand";
38
- import {
39
- DeleteDeploymentCommandInput,
40
- DeleteDeploymentCommandOutput,
41
- } from "../commands/DeleteDeploymentCommand";
42
- import {
43
- DescribeComponentCommandInput,
44
- DescribeComponentCommandOutput,
45
- } from "../commands/DescribeComponentCommand";
46
- import {
47
- DisassociateServiceRoleFromAccountCommandInput,
48
- DisassociateServiceRoleFromAccountCommandOutput,
49
- } from "../commands/DisassociateServiceRoleFromAccountCommand";
50
- import {
51
- GetComponentCommandInput,
52
- GetComponentCommandOutput,
53
- } from "../commands/GetComponentCommand";
54
- import {
55
- GetComponentVersionArtifactCommandInput,
56
- GetComponentVersionArtifactCommandOutput,
57
- } from "../commands/GetComponentVersionArtifactCommand";
58
- import {
59
- GetConnectivityInfoCommandInput,
60
- GetConnectivityInfoCommandOutput,
61
- } from "../commands/GetConnectivityInfoCommand";
62
- import {
63
- GetCoreDeviceCommandInput,
64
- GetCoreDeviceCommandOutput,
65
- } from "../commands/GetCoreDeviceCommand";
66
- import {
67
- GetDeploymentCommandInput,
68
- GetDeploymentCommandOutput,
69
- } from "../commands/GetDeploymentCommand";
70
- import {
71
- GetServiceRoleForAccountCommandInput,
72
- GetServiceRoleForAccountCommandOutput,
73
- } from "../commands/GetServiceRoleForAccountCommand";
74
- import {
75
- ListClientDevicesAssociatedWithCoreDeviceCommandInput,
76
- ListClientDevicesAssociatedWithCoreDeviceCommandOutput,
77
- } from "../commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
78
- import {
79
- ListComponentsCommandInput,
80
- ListComponentsCommandOutput,
81
- } from "../commands/ListComponentsCommand";
82
- import {
83
- ListComponentVersionsCommandInput,
84
- ListComponentVersionsCommandOutput,
85
- } from "../commands/ListComponentVersionsCommand";
86
- import {
87
- ListCoreDevicesCommandInput,
88
- ListCoreDevicesCommandOutput,
89
- } from "../commands/ListCoreDevicesCommand";
90
- import {
91
- ListDeploymentsCommandInput,
92
- ListDeploymentsCommandOutput,
93
- } from "../commands/ListDeploymentsCommand";
94
- import {
95
- ListEffectiveDeploymentsCommandInput,
96
- ListEffectiveDeploymentsCommandOutput,
97
- } from "../commands/ListEffectiveDeploymentsCommand";
98
- import {
99
- ListInstalledComponentsCommandInput,
100
- ListInstalledComponentsCommandOutput,
101
- } from "../commands/ListInstalledComponentsCommand";
102
- import {
103
- ListTagsForResourceCommandInput,
104
- ListTagsForResourceCommandOutput,
105
- } from "../commands/ListTagsForResourceCommand";
106
- import {
107
- ResolveComponentCandidatesCommandInput,
108
- ResolveComponentCandidatesCommandOutput,
109
- } from "../commands/ResolveComponentCandidatesCommand";
110
- import {
111
- TagResourceCommandInput,
112
- TagResourceCommandOutput,
113
- } from "../commands/TagResourceCommand";
114
- import {
115
- UntagResourceCommandInput,
116
- UntagResourceCommandOutput,
117
- } from "../commands/UntagResourceCommand";
118
- import {
119
- UpdateConnectivityInfoCommandInput,
120
- UpdateConnectivityInfoCommandOutput,
121
- } from "../commands/UpdateConnectivityInfoCommand";
122
- export declare const se_AssociateServiceRoleToAccountCommand: (
123
- input: AssociateServiceRoleToAccountCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_BatchAssociateClientDeviceWithCoreDeviceCommand: (
127
- input: BatchAssociateClientDeviceWithCoreDeviceCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_BatchDisassociateClientDeviceFromCoreDeviceCommand: (
131
- input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CancelDeploymentCommand: (
135
- input: CancelDeploymentCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateComponentVersionCommand: (
139
- input: CreateComponentVersionCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateDeploymentCommand: (
143
- input: CreateDeploymentCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DeleteComponentCommand: (
147
- input: DeleteComponentCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteCoreDeviceCommand: (
151
- input: DeleteCoreDeviceCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteDeploymentCommand: (
155
- input: DeleteDeploymentCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DescribeComponentCommand: (
159
- input: DescribeComponentCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DisassociateServiceRoleFromAccountCommand: (
163
- input: DisassociateServiceRoleFromAccountCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetComponentCommand: (
167
- input: GetComponentCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetComponentVersionArtifactCommand: (
171
- input: GetComponentVersionArtifactCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetConnectivityInfoCommand: (
175
- input: GetConnectivityInfoCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetCoreDeviceCommand: (
179
- input: GetCoreDeviceCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetDeploymentCommand: (
183
- input: GetDeploymentCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_GetServiceRoleForAccountCommand: (
187
- input: GetServiceRoleForAccountCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListClientDevicesAssociatedWithCoreDeviceCommand: (
191
- input: ListClientDevicesAssociatedWithCoreDeviceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListComponentsCommand: (
195
- input: ListComponentsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ListComponentVersionsCommand: (
199
- input: ListComponentVersionsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListCoreDevicesCommand: (
203
- input: ListCoreDevicesCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListDeploymentsCommand: (
207
- input: ListDeploymentsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListEffectiveDeploymentsCommand: (
211
- input: ListEffectiveDeploymentsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListInstalledComponentsCommand: (
215
- input: ListInstalledComponentsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListTagsForResourceCommand: (
219
- input: ListTagsForResourceCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ResolveComponentCandidatesCommand: (
223
- input: ResolveComponentCandidatesCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_TagResourceCommand: (
227
- input: TagResourceCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_UntagResourceCommand: (
231
- input: UntagResourceCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_UpdateConnectivityInfoCommand: (
235
- input: UpdateConnectivityInfoCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const de_AssociateServiceRoleToAccountCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<AssociateServiceRoleToAccountCommandOutput>;
242
- export declare const de_BatchAssociateClientDeviceWithCoreDeviceCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<BatchAssociateClientDeviceWithCoreDeviceCommandOutput>;
246
- export declare const de_BatchDisassociateClientDeviceFromCoreDeviceCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<BatchDisassociateClientDeviceFromCoreDeviceCommandOutput>;
250
- export declare const de_CancelDeploymentCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<CancelDeploymentCommandOutput>;
254
- export declare const de_CreateComponentVersionCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<CreateComponentVersionCommandOutput>;
258
- export declare const de_CreateDeploymentCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<CreateDeploymentCommandOutput>;
262
- export declare const de_DeleteComponentCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<DeleteComponentCommandOutput>;
266
- export declare const de_DeleteCoreDeviceCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<DeleteCoreDeviceCommandOutput>;
270
- export declare const de_DeleteDeploymentCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DeleteDeploymentCommandOutput>;
274
- export declare const de_DescribeComponentCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DescribeComponentCommandOutput>;
278
- export declare const de_DisassociateServiceRoleFromAccountCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DisassociateServiceRoleFromAccountCommandOutput>;
282
- export declare const de_GetComponentCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<GetComponentCommandOutput>;
286
- export declare const de_GetComponentVersionArtifactCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<GetComponentVersionArtifactCommandOutput>;
290
- export declare const de_GetConnectivityInfoCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<GetConnectivityInfoCommandOutput>;
294
- export declare const de_GetCoreDeviceCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<GetCoreDeviceCommandOutput>;
298
- export declare const de_GetDeploymentCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetDeploymentCommandOutput>;
302
- export declare const de_GetServiceRoleForAccountCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<GetServiceRoleForAccountCommandOutput>;
306
- export declare const de_ListClientDevicesAssociatedWithCoreDeviceCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<ListClientDevicesAssociatedWithCoreDeviceCommandOutput>;
310
- export declare const de_ListComponentsCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ListComponentsCommandOutput>;
314
- export declare const de_ListComponentVersionsCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ListComponentVersionsCommandOutput>;
318
- export declare const de_ListCoreDevicesCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ListCoreDevicesCommandOutput>;
322
- export declare const de_ListDeploymentsCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<ListDeploymentsCommandOutput>;
326
- export declare const de_ListEffectiveDeploymentsCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<ListEffectiveDeploymentsCommandOutput>;
330
- export declare const de_ListInstalledComponentsCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<ListInstalledComponentsCommandOutput>;
334
- export declare const de_ListTagsForResourceCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<ListTagsForResourceCommandOutput>;
338
- export declare const de_ResolveComponentCandidatesCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<ResolveComponentCandidatesCommandOutput>;
342
- export declare const de_TagResourceCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<TagResourceCommandOutput>;
346
- export declare const de_UntagResourceCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<UntagResourceCommandOutput>;
350
- export declare const de_UpdateConnectivityInfoCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<UpdateConnectivityInfoCommandOutput>;