@aws-sdk/client-greengrassv2 3.529.1 → 3.535.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 (71) hide show
  1. package/dist-types/GreengrassV2.d.ts +8 -1
  2. package/dist-types/GreengrassV2Client.d.ts +1 -1
  3. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -1
  6. package/dist-types/commands/CancelDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateComponentVersionCommand.d.ts +3 -2
  8. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
  13. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  14. package/dist-types/commands/GetComponentCommand.d.ts +3 -2
  15. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +2 -1
  16. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  17. package/dist-types/commands/GetCoreDeviceCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  19. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  20. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -1
  21. package/dist-types/commands/ListComponentVersionsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListCoreDevicesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +3 -2
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  32. package/dist-types/models/models_0.d.ts +338 -338
  33. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  34. package/dist-types/runtimeConfig.d.ts +2 -2
  35. package/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  37. package/dist-types/ts3.4/GreengrassV2.d.ts +7 -0
  38. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CancelDeploymentCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateComponentVersionCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetCoreDeviceCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListComponentVersionsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListCoreDevicesCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListInstalledComponentsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ResolveComponentCandidatesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  71. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { GreengrassV2ClientConfig } from "./GreengrassV2Client";
5
5
  export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -181,6 +181,7 @@ export interface GreengrassV2 {
181
181
  options: __HttpHandlerOptions,
182
182
  cb: (err: any, data?: CancelDeploymentCommandOutput) => void
183
183
  ): void;
184
+ createComponentVersion(): Promise<CreateComponentVersionCommandOutput>;
184
185
  createComponentVersion(
185
186
  args: CreateComponentVersionCommandInput,
186
187
  options?: __HttpHandlerOptions
@@ -259,6 +260,7 @@ export interface GreengrassV2 {
259
260
  options: __HttpHandlerOptions,
260
261
  cb: (err: any, data?: DescribeComponentCommandOutput) => void
261
262
  ): void;
263
+ disassociateServiceRoleFromAccount(): Promise<DisassociateServiceRoleFromAccountCommandOutput>;
262
264
  disassociateServiceRoleFromAccount(
263
265
  args: DisassociateServiceRoleFromAccountCommandInput,
264
266
  options?: __HttpHandlerOptions
@@ -343,6 +345,7 @@ export interface GreengrassV2 {
343
345
  options: __HttpHandlerOptions,
344
346
  cb: (err: any, data?: GetDeploymentCommandOutput) => void
345
347
  ): void;
348
+ getServiceRoleForAccount(): Promise<GetServiceRoleForAccountCommandOutput>;
346
349
  getServiceRoleForAccount(
347
350
  args: GetServiceRoleForAccountCommandInput,
348
351
  options?: __HttpHandlerOptions
@@ -375,6 +378,7 @@ export interface GreengrassV2 {
375
378
  data?: ListClientDevicesAssociatedWithCoreDeviceCommandOutput
376
379
  ) => void
377
380
  ): void;
381
+ listComponents(): Promise<ListComponentsCommandOutput>;
378
382
  listComponents(
379
383
  args: ListComponentsCommandInput,
380
384
  options?: __HttpHandlerOptions
@@ -401,6 +405,7 @@ export interface GreengrassV2 {
401
405
  options: __HttpHandlerOptions,
402
406
  cb: (err: any, data?: ListComponentVersionsCommandOutput) => void
403
407
  ): void;
408
+ listCoreDevices(): Promise<ListCoreDevicesCommandOutput>;
404
409
  listCoreDevices(
405
410
  args: ListCoreDevicesCommandInput,
406
411
  options?: __HttpHandlerOptions
@@ -414,6 +419,7 @@ export interface GreengrassV2 {
414
419
  options: __HttpHandlerOptions,
415
420
  cb: (err: any, data?: ListCoreDevicesCommandOutput) => void
416
421
  ): void;
422
+ listDeployments(): Promise<ListDeploymentsCommandOutput>;
417
423
  listDeployments(
418
424
  args: ListDeploymentsCommandInput,
419
425
  options?: __HttpHandlerOptions
@@ -466,6 +472,7 @@ export interface GreengrassV2 {
466
472
  options: __HttpHandlerOptions,
467
473
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
468
474
  ): void;
475
+ resolveComponentCandidates(): Promise<ResolveComponentCandidatesCommandOutput>;
469
476
  resolveComponentCandidates(
470
477
  args: ResolveComponentCandidatesCommandInput,
471
478
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateServiceRoleToAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateServiceRoleToAccountCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateServiceRoleToAccountCommandInput,
32
+ AssociateServiceRoleToAccountCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateServiceRoleToAccountCommand extends AssociateServiceRoleToAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchAssociateClientDeviceWithCoreDeviceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchAssociateClientDeviceWithCoreDeviceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchAssociateClientDeviceWithCoreDeviceCommandInput,
32
+ BatchAssociateClientDeviceWithCoreDeviceCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends BatchAssociateClientDeviceWithCoreDeviceCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDisassociateClientDeviceFromCoreDeviceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDisassociateClientDeviceFromCoreDeviceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDisassociateClientDeviceFromCoreDeviceCommandInput,
32
+ BatchDisassociateClientDeviceFromCoreDeviceCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends BatchDisassociateClientDeviceFromCoreDeviceCommand_base {}
@@ -24,6 +24,15 @@ declare const CancelDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CancelDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CancelDeploymentCommandInput,
31
+ CancelDeploymentCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CancelDeploymentCommand extends CancelDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateComponentVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateComponentVersionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateComponentVersionCommandInput,
32
+ CreateComponentVersionCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateComponentVersionCommand extends CreateComponentVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDeploymentCommandInput,
31
+ CreateDeploymentCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteComponentCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteComponentCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteComponentCommandInput,
26
+ DeleteComponentCommandOutput,
27
+ GreengrassV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteCoreDeviceCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteCoreDeviceCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteCoreDeviceCommandInput,
26
+ DeleteCoreDeviceCommandOutput,
27
+ GreengrassV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteCoreDeviceCommand extends DeleteCoreDeviceCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteDeploymentCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteDeploymentCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteDeploymentCommandInput,
26
+ DeleteDeploymentCommandOutput,
27
+ GreengrassV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeComponentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeComponentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeComponentCommandInput,
32
+ DescribeComponentCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeComponentCommand extends DescribeComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateServiceRoleFromAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DisassociateServiceRoleFromAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateServiceRoleFromAccountCommandInput,
32
+ DisassociateServiceRoleFromAccountCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateServiceRoleFromAccountCommand extends DisassociateServiceRoleFromAccountCommand_base {}
@@ -21,6 +21,15 @@ declare const GetComponentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetComponentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetComponentCommandInput,
28
+ GetComponentCommandOutput,
29
+ GreengrassV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetComponentCommand extends GetComponentCommand_base {}
@@ -25,6 +25,15 @@ declare const GetComponentVersionArtifactCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetComponentVersionArtifactCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetComponentVersionArtifactCommandInput,
32
+ GetComponentVersionArtifactCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetComponentVersionArtifactCommand extends GetComponentVersionArtifactCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConnectivityInfoCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConnectivityInfoCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConnectivityInfoCommandInput,
32
+ GetConnectivityInfoCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConnectivityInfoCommand extends GetConnectivityInfoCommand_base {}
@@ -24,6 +24,15 @@ declare const GetCoreDeviceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetCoreDeviceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetCoreDeviceCommandInput,
31
+ GetCoreDeviceCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetCoreDeviceCommand extends GetCoreDeviceCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDeploymentCommandInput,
31
+ GetDeploymentCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const GetServiceRoleForAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetServiceRoleForAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetServiceRoleForAccountCommandInput,
32
+ GetServiceRoleForAccountCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetServiceRoleForAccountCommand extends GetServiceRoleForAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const ListClientDevicesAssociatedWithCoreDeviceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListClientDevicesAssociatedWithCoreDeviceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListClientDevicesAssociatedWithCoreDeviceCommandInput,
32
+ ListClientDevicesAssociatedWithCoreDeviceCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends ListClientDevicesAssociatedWithCoreDeviceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListComponentVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListComponentVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListComponentVersionsCommandInput,
32
+ ListComponentVersionsCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListComponentVersionsCommand extends ListComponentVersionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListComponentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListComponentsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListComponentsCommandInput,
31
+ ListComponentsCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListComponentsCommand extends ListComponentsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListCoreDevicesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListCoreDevicesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListCoreDevicesCommandInput,
31
+ ListCoreDevicesCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListCoreDevicesCommand extends ListCoreDevicesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListDeploymentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListDeploymentsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListDeploymentsCommandInput,
31
+ ListDeploymentsCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEffectiveDeploymentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListEffectiveDeploymentsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEffectiveDeploymentsCommandInput,
32
+ ListEffectiveDeploymentsCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEffectiveDeploymentsCommand extends ListEffectiveDeploymentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListInstalledComponentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListInstalledComponentsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListInstalledComponentsCommandInput,
32
+ ListInstalledComponentsCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListInstalledComponentsCommand extends ListInstalledComponentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ResolveComponentCandidatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ResolveComponentCandidatesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ResolveComponentCandidatesCommandInput,
32
+ ResolveComponentCandidatesCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ResolveComponentCandidatesCommand extends ResolveComponentCandidatesCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ GreengrassV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ GreengrassV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateConnectivityInfoCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateConnectivityInfoCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateConnectivityInfoCommandInput,
32
+ UpdateConnectivityInfoCommandOutput,
33
+ GreengrassV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateConnectivityInfoCommand extends UpdateConnectivityInfoCommand_base {}
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
29
29
  apiVersion: string;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: import("@smithy/types").Encoder;
32
+ base64Encoder: (_input: string | Uint8Array) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: import("@smithy/types").Encoder;
34
+ utf8Encoder: (input: string | Uint8Array) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
37
  logger: import("@smithy/types").Logger;
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: GreengrassV2ClientConfig) => {
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: import("@smithy/types").Encoder;
16
+ base64Encoder: (_input: string | Uint8Array) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
18
+ utf8Encoder: (input: string | Uint8Array) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;