@aws-sdk/client-greengrass 3.1086.0 → 3.1088.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 (111) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Greengrass.d.ts +283 -336
  3. package/dist-types/ts3.4/GreengrassClient.d.ts +11 -38
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  53. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +3 -5
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +5 -10
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  88. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +4 -6
  90. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +5 -10
  91. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +5 -10
  92. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
  95. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +4 -6
  97. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -6
  98. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +4 -6
  99. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  100. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  101. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  102. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  103. package/dist-types/ts3.4/models/errors.d.ts +2 -6
  104. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  105. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  106. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  107. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  108. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  110. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  111. package/package.json +39 -39
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -84,10 +81,7 @@ import {
84
81
  CreateGroupCertificateAuthorityCommandInput,
85
82
  CreateGroupCertificateAuthorityCommandOutput,
86
83
  } from "./commands/CreateGroupCertificateAuthorityCommand";
87
- import {
88
- CreateGroupCommandInput,
89
- CreateGroupCommandOutput,
90
- } from "./commands/CreateGroupCommand";
84
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
91
85
  import {
92
86
  CreateGroupVersionCommandInput,
93
87
  CreateGroupVersionCommandOutput,
@@ -136,10 +130,7 @@ import {
136
130
  DeleteFunctionDefinitionCommandInput,
137
131
  DeleteFunctionDefinitionCommandOutput,
138
132
  } from "./commands/DeleteFunctionDefinitionCommand";
139
- import {
140
- DeleteGroupCommandInput,
141
- DeleteGroupCommandOutput,
142
- } from "./commands/DeleteGroupCommand";
133
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
143
134
  import {
144
135
  DeleteLoggerDefinitionCommandInput,
145
136
  DeleteLoggerDefinitionCommandOutput,
@@ -216,10 +207,7 @@ import {
216
207
  GetGroupCertificateConfigurationCommandInput,
217
208
  GetGroupCertificateConfigurationCommandOutput,
218
209
  } from "./commands/GetGroupCertificateConfigurationCommand";
219
- import {
220
- GetGroupCommandInput,
221
- GetGroupCommandOutput,
222
- } from "./commands/GetGroupCommand";
210
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
223
211
  import {
224
212
  GetGroupVersionCommandInput,
225
213
  GetGroupVersionCommandOutput,
@@ -304,10 +292,7 @@ import {
304
292
  ListGroupCertificateAuthoritiesCommandInput,
305
293
  ListGroupCertificateAuthoritiesCommandOutput,
306
294
  } from "./commands/ListGroupCertificateAuthoritiesCommand";
307
- import {
308
- ListGroupsCommandInput,
309
- ListGroupsCommandOutput,
310
- } from "./commands/ListGroupsCommand";
295
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
311
296
  import {
312
297
  ListGroupVersionsCommandInput,
313
298
  ListGroupVersionsCommandOutput,
@@ -352,10 +337,7 @@ import {
352
337
  StopBulkDeploymentCommandInput,
353
338
  StopBulkDeploymentCommandOutput,
354
339
  } from "./commands/StopBulkDeploymentCommand";
355
- import {
356
- TagResourceCommandInput,
357
- TagResourceCommandOutput,
358
- } from "./commands/TagResourceCommand";
340
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
359
341
  import {
360
342
  UntagResourceCommandInput,
361
343
  UntagResourceCommandOutput,
@@ -384,10 +366,7 @@ import {
384
366
  UpdateGroupCertificateConfigurationCommandInput,
385
367
  UpdateGroupCertificateConfigurationCommandOutput,
386
368
  } from "./commands/UpdateGroupCertificateConfigurationCommand";
387
- import {
388
- UpdateGroupCommandInput,
389
- UpdateGroupCommandOutput,
390
- } from "./commands/UpdateGroupCommand";
369
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
391
370
  import {
392
371
  UpdateLoggerDefinitionCommandInput,
393
372
  UpdateLoggerDefinitionCommandOutput,
@@ -597,8 +576,7 @@ export type ServiceOutputTypes =
597
576
  | UpdateResourceDefinitionCommandOutput
598
577
  | UpdateSubscriptionDefinitionCommandOutput
599
578
  | UpdateThingRuntimeConfigurationCommandOutput;
600
- export interface ClientDefaults
601
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
579
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
602
580
  requestHandler?: __HttpHandlerUserInput;
603
581
  sha256?: __ChecksumConstructor | __HashConstructor;
604
582
  urlParser?: __UrlParser;
@@ -623,9 +601,7 @@ export interface ClientDefaults
623
601
  extensions?: RuntimeExtension[];
624
602
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
625
603
  }
626
- export type GreengrassClientConfigType = Partial<
627
- __SmithyConfiguration<__HttpHandlerOptions>
628
- > &
604
+ export type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
629
605
  ClientDefaults &
630
606
  UserAgentInputConfig &
631
607
  RetryInputConfig &
@@ -646,8 +622,7 @@ export type GreengrassClientResolvedConfigType =
646
622
  EndpointResolvedConfig<EndpointParameters> &
647
623
  HttpAuthSchemeResolvedConfig &
648
624
  ClientResolvedEndpointParameters;
649
- export interface GreengrassClientResolvedConfig
650
- extends GreengrassClientResolvedConfigType {}
625
+ export interface GreengrassClientResolvedConfig extends GreengrassClientResolvedConfigType {}
651
626
  export declare class GreengrassClient extends __Client<
652
627
  __HttpHandlerOptions,
653
628
  ServiceInputTypes,
@@ -655,8 +630,6 @@ export declare class GreengrassClient extends __Client<
655
630
  GreengrassClientResolvedConfig
656
631
  > {
657
632
  readonly config: GreengrassClientResolvedConfig;
658
- constructor(
659
- ...[configuration]: __CheckOptionalClientConfig<GreengrassClientConfig>
660
- );
633
+ constructor(...[configuration]: __CheckOptionalClientConfig<GreengrassClientConfig>);
661
634
  destroy(): void;
662
635
  }
@@ -7,17 +7,10 @@ import { GreengrassHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: GreengrassHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: GreengrassHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): GreengrassHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { GreengrassClientResolvedConfig } from "../GreengrassClient";
15
- export interface GreengrassHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface GreengrassHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface GreengrassHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- GreengrassClientResolvedConfig,
22
- HandlerExecutionContext,
23
- GreengrassHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface GreengrassHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ GreengrassClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ GreengrassHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultGreengrassHttpAuthSchemeParametersProvider: (
27
25
  config: GreengrassClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<GreengrassHttpAuthSchemeParameters>;
31
- export interface GreengrassHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<GreengrassHttpAuthSchemeParameters> {}
29
+ export interface GreengrassHttpAuthSchemeProvider extends HttpAuthSchemeProvider<GreengrassHttpAuthSchemeParameters> {}
33
30
  export declare const defaultGreengrassHttpAuthSchemeProvider: GreengrassHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: GreengrassHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: GreengrassHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./GreengrassClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  GreengrassClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateRoleToGroupRequest,
4
- AssociateRoleToGroupResponse,
5
- } from "../models/models_0";
2
+ import { AssociateRoleToGroupRequest, AssociateRoleToGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociateRoleToGroupCommandInput
8
- extends AssociateRoleToGroupRequest {}
4
+ export interface AssociateRoleToGroupCommandInput extends AssociateRoleToGroupRequest {}
9
5
  export interface AssociateRoleToGroupCommandOutput
10
- extends AssociateRoleToGroupResponse,
11
- __MetadataBearer {}
6
+ extends AssociateRoleToGroupResponse, __MetadataBearer {}
12
7
  declare const AssociateRoleToGroupCommand_base: {
13
8
  new (
14
- input: AssociateRoleToGroupCommandInput
9
+ input: AssociateRoleToGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociateRoleToGroupCommandInput,
17
12
  AssociateRoleToGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const AssociateRoleToGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AssociateRoleToGroupCommandInput
18
+ input: AssociateRoleToGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AssociateRoleToGroupCommandInput,
26
21
  AssociateRoleToGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AssociateServiceRoleToAccountResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AssociateServiceRoleToAccountCommandInput
8
- extends AssociateServiceRoleToAccountRequest {}
7
+ export interface AssociateServiceRoleToAccountCommandInput extends AssociateServiceRoleToAccountRequest {}
9
8
  export interface AssociateServiceRoleToAccountCommandOutput
10
- extends AssociateServiceRoleToAccountResponse,
11
- __MetadataBearer {}
9
+ extends AssociateServiceRoleToAccountResponse, __MetadataBearer {}
12
10
  declare const AssociateServiceRoleToAccountCommand_base: {
13
11
  new (
14
- input: AssociateServiceRoleToAccountCommandInput
12
+ input: AssociateServiceRoleToAccountCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AssociateServiceRoleToAccountCommandInput,
17
15
  AssociateServiceRoleToAccountCommandOutput,
@@ -20,7 +18,7 @@ declare const AssociateServiceRoleToAccountCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AssociateServiceRoleToAccountCommandInput
21
+ input: AssociateServiceRoleToAccountCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AssociateServiceRoleToAccountCommandInput,
26
24
  AssociateServiceRoleToAccountCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConnectorDefinitionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConnectorDefinitionCommandInput
8
- extends CreateConnectorDefinitionRequest {}
7
+ export interface CreateConnectorDefinitionCommandInput extends CreateConnectorDefinitionRequest {}
9
8
  export interface CreateConnectorDefinitionCommandOutput
10
- extends CreateConnectorDefinitionResponse,
11
- __MetadataBearer {}
9
+ extends CreateConnectorDefinitionResponse, __MetadataBearer {}
12
10
  declare const CreateConnectorDefinitionCommand_base: {
13
11
  new (
14
- input: CreateConnectorDefinitionCommandInput
12
+ input: CreateConnectorDefinitionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConnectorDefinitionCommandInput,
17
15
  CreateConnectorDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConnectorDefinitionVersionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConnectorDefinitionVersionCommandInput
8
- extends CreateConnectorDefinitionVersionRequest {}
7
+ export interface CreateConnectorDefinitionVersionCommandInput extends CreateConnectorDefinitionVersionRequest {}
9
8
  export interface CreateConnectorDefinitionVersionCommandOutput
10
- extends CreateConnectorDefinitionVersionResponse,
11
- __MetadataBearer {}
9
+ extends CreateConnectorDefinitionVersionResponse, __MetadataBearer {}
12
10
  declare const CreateConnectorDefinitionVersionCommand_base: {
13
11
  new (
14
- input: CreateConnectorDefinitionVersionCommandInput
12
+ input: CreateConnectorDefinitionVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConnectorDefinitionVersionCommandInput,
17
15
  CreateConnectorDefinitionVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateConnectorDefinitionVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateConnectorDefinitionVersionCommandInput
21
+ input: CreateConnectorDefinitionVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateConnectorDefinitionVersionCommandInput,
26
24
  CreateConnectorDefinitionVersionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateCoreDefinitionRequest,
4
- CreateCoreDefinitionResponse,
5
- } from "../models/models_0";
2
+ import { CreateCoreDefinitionRequest, CreateCoreDefinitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateCoreDefinitionCommandInput
8
- extends CreateCoreDefinitionRequest {}
4
+ export interface CreateCoreDefinitionCommandInput extends CreateCoreDefinitionRequest {}
9
5
  export interface CreateCoreDefinitionCommandOutput
10
- extends CreateCoreDefinitionResponse,
11
- __MetadataBearer {}
6
+ extends CreateCoreDefinitionResponse, __MetadataBearer {}
12
7
  declare const CreateCoreDefinitionCommand_base: {
13
8
  new (
14
- input: CreateCoreDefinitionCommandInput
9
+ input: CreateCoreDefinitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateCoreDefinitionCommandInput,
17
12
  CreateCoreDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateCoreDefinitionVersionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateCoreDefinitionVersionCommandInput
8
- extends CreateCoreDefinitionVersionRequest {}
7
+ export interface CreateCoreDefinitionVersionCommandInput extends CreateCoreDefinitionVersionRequest {}
9
8
  export interface CreateCoreDefinitionVersionCommandOutput
10
- extends CreateCoreDefinitionVersionResponse,
11
- __MetadataBearer {}
9
+ extends CreateCoreDefinitionVersionResponse, __MetadataBearer {}
12
10
  declare const CreateCoreDefinitionVersionCommand_base: {
13
11
  new (
14
- input: CreateCoreDefinitionVersionCommandInput
12
+ input: CreateCoreDefinitionVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateCoreDefinitionVersionCommandInput,
17
15
  CreateCoreDefinitionVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateCoreDefinitionVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateCoreDefinitionVersionCommandInput
21
+ input: CreateCoreDefinitionVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateCoreDefinitionVersionCommandInput,
26
24
  CreateCoreDefinitionVersionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeploymentRequest,
4
- CreateDeploymentResponse,
5
- } from "../models/models_0";
2
+ import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
8
- export interface CreateDeploymentCommandOutput
9
- extends CreateDeploymentResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {}
11
6
  declare const CreateDeploymentCommand_base: {
12
7
  new (
13
- input: CreateDeploymentCommandInput
8
+ input: CreateDeploymentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDeploymentCommandInput,
16
11
  CreateDeploymentCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDeploymentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDeploymentCommandInput
17
+ input: CreateDeploymentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDeploymentCommandInput,
25
20
  CreateDeploymentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeviceDefinitionRequest,
4
- CreateDeviceDefinitionResponse,
5
- } from "../models/models_0";
2
+ import { CreateDeviceDefinitionRequest, CreateDeviceDefinitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDeviceDefinitionCommandInput
8
- extends CreateDeviceDefinitionRequest {}
4
+ export interface CreateDeviceDefinitionCommandInput extends CreateDeviceDefinitionRequest {}
9
5
  export interface CreateDeviceDefinitionCommandOutput
10
- extends CreateDeviceDefinitionResponse,
11
- __MetadataBearer {}
6
+ extends CreateDeviceDefinitionResponse, __MetadataBearer {}
12
7
  declare const CreateDeviceDefinitionCommand_base: {
13
8
  new (
14
- input: CreateDeviceDefinitionCommandInput
9
+ input: CreateDeviceDefinitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDeviceDefinitionCommandInput,
17
12
  CreateDeviceDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateDeviceDefinitionVersionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateDeviceDefinitionVersionCommandInput
8
- extends CreateDeviceDefinitionVersionRequest {}
7
+ export interface CreateDeviceDefinitionVersionCommandInput extends CreateDeviceDefinitionVersionRequest {}
9
8
  export interface CreateDeviceDefinitionVersionCommandOutput
10
- extends CreateDeviceDefinitionVersionResponse,
11
- __MetadataBearer {}
9
+ extends CreateDeviceDefinitionVersionResponse, __MetadataBearer {}
12
10
  declare const CreateDeviceDefinitionVersionCommand_base: {
13
11
  new (
14
- input: CreateDeviceDefinitionVersionCommandInput
12
+ input: CreateDeviceDefinitionVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateDeviceDefinitionVersionCommandInput,
17
15
  CreateDeviceDefinitionVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateDeviceDefinitionVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateDeviceDefinitionVersionCommandInput
21
+ input: CreateDeviceDefinitionVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateDeviceDefinitionVersionCommandInput,
26
24
  CreateDeviceDefinitionVersionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateFunctionDefinitionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateFunctionDefinitionCommandInput
8
- extends CreateFunctionDefinitionRequest {}
7
+ export interface CreateFunctionDefinitionCommandInput extends CreateFunctionDefinitionRequest {}
9
8
  export interface CreateFunctionDefinitionCommandOutput
10
- extends CreateFunctionDefinitionResponse,
11
- __MetadataBearer {}
9
+ extends CreateFunctionDefinitionResponse, __MetadataBearer {}
12
10
  declare const CreateFunctionDefinitionCommand_base: {
13
11
  new (
14
- input: CreateFunctionDefinitionCommandInput
12
+ input: CreateFunctionDefinitionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateFunctionDefinitionCommandInput,
17
15
  CreateFunctionDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateFunctionDefinitionVersionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateFunctionDefinitionVersionCommandInput
8
- extends CreateFunctionDefinitionVersionRequest {}
7
+ export interface CreateFunctionDefinitionVersionCommandInput extends CreateFunctionDefinitionVersionRequest {}
9
8
  export interface CreateFunctionDefinitionVersionCommandOutput
10
- extends CreateFunctionDefinitionVersionResponse,
11
- __MetadataBearer {}
9
+ extends CreateFunctionDefinitionVersionResponse, __MetadataBearer {}
12
10
  declare const CreateFunctionDefinitionVersionCommand_base: {
13
11
  new (
14
- input: CreateFunctionDefinitionVersionCommandInput
12
+ input: CreateFunctionDefinitionVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateFunctionDefinitionVersionCommandInput,
17
15
  CreateFunctionDefinitionVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateFunctionDefinitionVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateFunctionDefinitionVersionCommandInput
21
+ input: CreateFunctionDefinitionVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateFunctionDefinitionVersionCommandInput,
26
24
  CreateFunctionDefinitionVersionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateGroupCertificateAuthorityResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateGroupCertificateAuthorityCommandInput
8
- extends CreateGroupCertificateAuthorityRequest {}
7
+ export interface CreateGroupCertificateAuthorityCommandInput extends CreateGroupCertificateAuthorityRequest {}
9
8
  export interface CreateGroupCertificateAuthorityCommandOutput
10
- extends CreateGroupCertificateAuthorityResponse,
11
- __MetadataBearer {}
9
+ extends CreateGroupCertificateAuthorityResponse, __MetadataBearer {}
12
10
  declare const CreateGroupCertificateAuthorityCommand_base: {
13
11
  new (
14
- input: CreateGroupCertificateAuthorityCommandInput
12
+ input: CreateGroupCertificateAuthorityCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateGroupCertificateAuthorityCommandInput,
17
15
  CreateGroupCertificateAuthorityCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateGroupCertificateAuthorityCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateGroupCertificateAuthorityCommandInput
21
+ input: CreateGroupCertificateAuthorityCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateGroupCertificateAuthorityCommandInput,
26
24
  CreateGroupCertificateAuthorityCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateGroupCommandInput extends CreateGroupRequest {}
5
- export interface CreateGroupCommandOutput
6
- extends CreateGroupResponse,
7
- __MetadataBearer {}
5
+ export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {}
8
6
  declare const CreateGroupCommand_base: {
9
7
  new (
10
- input: CreateGroupCommandInput
8
+ input: CreateGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateGroupCommandInput,
13
11
  CreateGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateGroupCommandInput
17
+ input: CreateGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateGroupCommandInput,
22
20
  CreateGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateGroupVersionRequest,
4
- CreateGroupVersionResponse,
5
- } from "../models/models_0";
2
+ import { CreateGroupVersionRequest, CreateGroupVersionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateGroupVersionCommandInput
8
- extends CreateGroupVersionRequest {}
4
+ export interface CreateGroupVersionCommandInput extends CreateGroupVersionRequest {}
9
5
  export interface CreateGroupVersionCommandOutput
10
- extends CreateGroupVersionResponse,
11
- __MetadataBearer {}
6
+ extends CreateGroupVersionResponse, __MetadataBearer {}
12
7
  declare const CreateGroupVersionCommand_base: {
13
8
  new (
14
- input: CreateGroupVersionCommandInput
9
+ input: CreateGroupVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateGroupVersionCommandInput,
17
12
  CreateGroupVersionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateGroupVersionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateGroupVersionCommandInput
18
+ input: CreateGroupVersionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateGroupVersionCommandInput,
26
21
  CreateGroupVersionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLoggerDefinitionRequest,
4
- CreateLoggerDefinitionResponse,
5
- } from "../models/models_0";
2
+ import { CreateLoggerDefinitionRequest, CreateLoggerDefinitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLoggerDefinitionCommandInput
8
- extends CreateLoggerDefinitionRequest {}
4
+ export interface CreateLoggerDefinitionCommandInput extends CreateLoggerDefinitionRequest {}
9
5
  export interface CreateLoggerDefinitionCommandOutput
10
- extends CreateLoggerDefinitionResponse,
11
- __MetadataBearer {}
6
+ extends CreateLoggerDefinitionResponse, __MetadataBearer {}
12
7
  declare const CreateLoggerDefinitionCommand_base: {
13
8
  new (
14
- input: CreateLoggerDefinitionCommandInput
9
+ input: CreateLoggerDefinitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLoggerDefinitionCommandInput,
17
12
  CreateLoggerDefinitionCommandOutput,