@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.
Files changed (53) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/GreengrassV2.d.ts +550 -150
  3. package/dist-types/ts3.4/GreengrassV2Client.d.ts +304 -102
  4. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/index.d.ts +29 -29
  34. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  35. package/dist-types/ts3.4/index.d.ts +6 -6
  36. package/dist-types/ts3.4/models/GreengrassV2ServiceException.d.ts +8 -6
  37. package/dist-types/ts3.4/models/index.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +1246 -1137
  39. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  40. package/dist-types/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListInstalledComponentsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  53. package/package.json +34 -34
@@ -1,102 +1,304 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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 { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "./commands/AssociateServiceRoleToAccountCommand";
10
- import { BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput } from "./commands/BatchAssociateClientDeviceWithCoreDeviceCommand";
11
- import { BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput } from "./commands/BatchDisassociateClientDeviceFromCoreDeviceCommand";
12
- import { CancelDeploymentCommandInput, CancelDeploymentCommandOutput } from "./commands/CancelDeploymentCommand";
13
- import { CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput } from "./commands/CreateComponentVersionCommand";
14
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
15
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
16
- import { DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput } from "./commands/DeleteCoreDeviceCommand";
17
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
18
- import { DescribeComponentCommandInput, DescribeComponentCommandOutput } from "./commands/DescribeComponentCommand";
19
- import { DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput } from "./commands/DisassociateServiceRoleFromAccountCommand";
20
- import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
21
- import { GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput } from "./commands/GetComponentVersionArtifactCommand";
22
- import { GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput } from "./commands/GetConnectivityInfoCommand";
23
- import { GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput } from "./commands/GetCoreDeviceCommand";
24
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
25
- import { GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput } from "./commands/GetServiceRoleForAccountCommand";
26
- import { ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput } from "./commands/ListClientDevicesAssociatedWithCoreDeviceCommand";
27
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
28
- import { ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput } from "./commands/ListComponentVersionsCommand";
29
- import { ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput } from "./commands/ListCoreDevicesCommand";
30
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
31
- import { ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput } from "./commands/ListEffectiveDeploymentsCommand";
32
- import { ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput } from "./commands/ListInstalledComponentsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
- import { ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput } from "./commands/ResolveComponentCandidatesCommand";
35
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
36
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
37
- import { UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput } from "./commands/UpdateConnectivityInfoCommand";
38
- export declare type ServiceInputTypes = AssociateServiceRoleToAccountCommandInput | BatchAssociateClientDeviceWithCoreDeviceCommandInput | BatchDisassociateClientDeviceFromCoreDeviceCommandInput | CancelDeploymentCommandInput | CreateComponentVersionCommandInput | CreateDeploymentCommandInput | DeleteComponentCommandInput | DeleteCoreDeviceCommandInput | DeleteDeploymentCommandInput | DescribeComponentCommandInput | DisassociateServiceRoleFromAccountCommandInput | GetComponentCommandInput | GetComponentVersionArtifactCommandInput | GetConnectivityInfoCommandInput | GetCoreDeviceCommandInput | GetDeploymentCommandInput | GetServiceRoleForAccountCommandInput | ListClientDevicesAssociatedWithCoreDeviceCommandInput | ListComponentVersionsCommandInput | ListComponentsCommandInput | ListCoreDevicesCommandInput | ListDeploymentsCommandInput | ListEffectiveDeploymentsCommandInput | ListInstalledComponentsCommandInput | ListTagsForResourceCommandInput | ResolveComponentCandidatesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectivityInfoCommandInput;
39
- export declare type ServiceOutputTypes = AssociateServiceRoleToAccountCommandOutput | BatchAssociateClientDeviceWithCoreDeviceCommandOutput | BatchDisassociateClientDeviceFromCoreDeviceCommandOutput | CancelDeploymentCommandOutput | CreateComponentVersionCommandOutput | CreateDeploymentCommandOutput | DeleteComponentCommandOutput | DeleteCoreDeviceCommandOutput | DeleteDeploymentCommandOutput | DescribeComponentCommandOutput | DisassociateServiceRoleFromAccountCommandOutput | GetComponentCommandOutput | GetComponentVersionArtifactCommandOutput | GetConnectivityInfoCommandOutput | GetCoreDeviceCommandOutput | GetDeploymentCommandOutput | GetServiceRoleForAccountCommandOutput | ListClientDevicesAssociatedWithCoreDeviceCommandOutput | ListComponentVersionsCommandOutput | ListComponentsCommandOutput | ListCoreDevicesCommandOutput | ListDeploymentsCommandOutput | ListEffectiveDeploymentsCommandOutput | ListInstalledComponentsCommandOutput | ListTagsForResourceCommandOutput | ResolveComponentCandidatesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectivityInfoCommandOutput;
40
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
41
-
42
- requestHandler?: __HttpHandler;
43
-
44
- sha256?: __HashConstructor;
45
-
46
- urlParser?: __UrlParser;
47
-
48
- bodyLengthChecker?: __BodyLengthCalculator;
49
-
50
- streamCollector?: __StreamCollector;
51
-
52
- base64Decoder?: __Decoder;
53
-
54
- base64Encoder?: __Encoder;
55
-
56
- utf8Decoder?: __Decoder;
57
-
58
- utf8Encoder?: __Encoder;
59
-
60
- runtime?: string;
61
-
62
- disableHostPrefix?: boolean;
63
-
64
- maxAttempts?: number | __Provider<number>;
65
-
66
- retryMode?: string | __Provider<string>;
67
-
68
- logger?: __Logger;
69
-
70
- useDualstackEndpoint?: boolean | __Provider<boolean>;
71
-
72
- useFipsEndpoint?: boolean | __Provider<boolean>;
73
-
74
- serviceId?: string;
75
-
76
- region?: string | __Provider<string>;
77
-
78
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
79
-
80
- regionInfoProvider?: RegionInfoProvider;
81
-
82
- defaultUserAgentProvider?: Provider<__UserAgent>;
83
-
84
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
85
- }
86
- declare type GreengrassV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
87
-
88
- export interface GreengrassV2ClientConfig extends GreengrassV2ClientConfigType {
89
- }
90
- declare type GreengrassV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
91
-
92
- export interface GreengrassV2ClientResolvedConfig extends GreengrassV2ClientResolvedConfigType {
93
- }
94
-
95
- export declare class GreengrassV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GreengrassV2ClientResolvedConfig> {
96
-
97
- readonly config: GreengrassV2ClientResolvedConfig;
98
- constructor(configuration: GreengrassV2ClientConfig);
99
-
100
- destroy(): void;
101
- }
102
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0";
5
- export interface AssociateServiceRoleToAccountCommandInput extends AssociateServiceRoleToAccountRequest {
6
- }
7
- export interface AssociateServiceRoleToAccountCommandOutput extends AssociateServiceRoleToAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: AssociateServiceRoleToAccountCommandInput;
12
- constructor(input: AssociateServiceRoleToAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { BatchAssociateClientDeviceWithCoreDeviceRequest, BatchAssociateClientDeviceWithCoreDeviceResponse } from "../models/models_0";
5
- export interface BatchAssociateClientDeviceWithCoreDeviceCommandInput extends BatchAssociateClientDeviceWithCoreDeviceRequest {
6
- }
7
- export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput extends BatchAssociateClientDeviceWithCoreDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command<BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: BatchAssociateClientDeviceWithCoreDeviceCommandInput;
12
- constructor(input: BatchAssociateClientDeviceWithCoreDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { BatchDisassociateClientDeviceFromCoreDeviceRequest, BatchDisassociateClientDeviceFromCoreDeviceResponse } from "../models/models_0";
5
- export interface BatchDisassociateClientDeviceFromCoreDeviceCommandInput extends BatchDisassociateClientDeviceFromCoreDeviceRequest {
6
- }
7
- export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput extends BatchDisassociateClientDeviceFromCoreDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command<BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput;
12
- constructor(input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client";
4
- import { CancelDeploymentRequest, CancelDeploymentResponse } from "../models/models_0";
5
- export interface CancelDeploymentCommandInput extends CancelDeploymentRequest {
6
- }
7
- export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelDeploymentCommand extends $Command<CancelDeploymentCommandInput, CancelDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
11
- readonly input: CancelDeploymentCommandInput;
12
- constructor(input: CancelDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelDeploymentCommandInput, CancelDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }