@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
@@ -4,14 +4,12 @@ import {
4
4
  UpdateFunctionDefinitionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateFunctionDefinitionCommandInput
8
- extends UpdateFunctionDefinitionRequest {}
7
+ export interface UpdateFunctionDefinitionCommandInput extends UpdateFunctionDefinitionRequest {}
9
8
  export interface UpdateFunctionDefinitionCommandOutput
10
- extends UpdateFunctionDefinitionResponse,
11
- __MetadataBearer {}
9
+ extends UpdateFunctionDefinitionResponse, __MetadataBearer {}
12
10
  declare const UpdateFunctionDefinitionCommand_base: {
13
11
  new (
14
- input: UpdateFunctionDefinitionCommandInput
12
+ input: UpdateFunctionDefinitionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateFunctionDefinitionCommandInput,
17
15
  UpdateFunctionDefinitionCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateFunctionDefinitionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateFunctionDefinitionCommandInput
21
+ input: UpdateFunctionDefinitionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateFunctionDefinitionCommandInput,
26
24
  UpdateFunctionDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateGroupCertificateConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateGroupCertificateConfigurationCommandInput
8
- extends UpdateGroupCertificateConfigurationRequest {}
7
+ export interface UpdateGroupCertificateConfigurationCommandInput extends UpdateGroupCertificateConfigurationRequest {}
9
8
  export interface UpdateGroupCertificateConfigurationCommandOutput
10
- extends UpdateGroupCertificateConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends UpdateGroupCertificateConfigurationResponse, __MetadataBearer {}
12
10
  declare const UpdateGroupCertificateConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateGroupCertificateConfigurationCommandInput
12
+ input: UpdateGroupCertificateConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateGroupCertificateConfigurationCommandInput,
17
15
  UpdateGroupCertificateConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateGroupCertificateConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateGroupCertificateConfigurationCommandInput
21
+ input: UpdateGroupCertificateConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateGroupCertificateConfigurationCommandInput,
26
24
  UpdateGroupCertificateConfigurationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
5
- export interface UpdateGroupCommandOutput
6
- extends UpdateGroupResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __MetadataBearer {}
8
6
  declare const UpdateGroupCommand_base: {
9
7
  new (
10
- input: UpdateGroupCommandInput
8
+ input: UpdateGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateGroupCommandInput,
13
11
  UpdateGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateGroupCommandInput
17
+ input: UpdateGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateGroupCommandInput,
22
20
  UpdateGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLoggerDefinitionRequest,
4
- UpdateLoggerDefinitionResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLoggerDefinitionRequest, UpdateLoggerDefinitionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLoggerDefinitionCommandInput
8
- extends UpdateLoggerDefinitionRequest {}
4
+ export interface UpdateLoggerDefinitionCommandInput extends UpdateLoggerDefinitionRequest {}
9
5
  export interface UpdateLoggerDefinitionCommandOutput
10
- extends UpdateLoggerDefinitionResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLoggerDefinitionResponse, __MetadataBearer {}
12
7
  declare const UpdateLoggerDefinitionCommand_base: {
13
8
  new (
14
- input: UpdateLoggerDefinitionCommandInput
9
+ input: UpdateLoggerDefinitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLoggerDefinitionCommandInput,
17
12
  UpdateLoggerDefinitionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLoggerDefinitionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLoggerDefinitionCommandInput
18
+ input: UpdateLoggerDefinitionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLoggerDefinitionCommandInput,
26
21
  UpdateLoggerDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateResourceDefinitionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateResourceDefinitionCommandInput
8
- extends UpdateResourceDefinitionRequest {}
7
+ export interface UpdateResourceDefinitionCommandInput extends UpdateResourceDefinitionRequest {}
9
8
  export interface UpdateResourceDefinitionCommandOutput
10
- extends UpdateResourceDefinitionResponse,
11
- __MetadataBearer {}
9
+ extends UpdateResourceDefinitionResponse, __MetadataBearer {}
12
10
  declare const UpdateResourceDefinitionCommand_base: {
13
11
  new (
14
- input: UpdateResourceDefinitionCommandInput
12
+ input: UpdateResourceDefinitionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateResourceDefinitionCommandInput,
17
15
  UpdateResourceDefinitionCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateResourceDefinitionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateResourceDefinitionCommandInput
21
+ input: UpdateResourceDefinitionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateResourceDefinitionCommandInput,
26
24
  UpdateResourceDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateSubscriptionDefinitionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateSubscriptionDefinitionCommandInput
8
- extends UpdateSubscriptionDefinitionRequest {}
7
+ export interface UpdateSubscriptionDefinitionCommandInput extends UpdateSubscriptionDefinitionRequest {}
9
8
  export interface UpdateSubscriptionDefinitionCommandOutput
10
- extends UpdateSubscriptionDefinitionResponse,
11
- __MetadataBearer {}
9
+ extends UpdateSubscriptionDefinitionResponse, __MetadataBearer {}
12
10
  declare const UpdateSubscriptionDefinitionCommand_base: {
13
11
  new (
14
- input: UpdateSubscriptionDefinitionCommandInput
12
+ input: UpdateSubscriptionDefinitionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateSubscriptionDefinitionCommandInput,
17
15
  UpdateSubscriptionDefinitionCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateSubscriptionDefinitionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateSubscriptionDefinitionCommandInput
21
+ input: UpdateSubscriptionDefinitionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateSubscriptionDefinitionCommandInput,
26
24
  UpdateSubscriptionDefinitionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateThingRuntimeConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateThingRuntimeConfigurationCommandInput
8
- extends UpdateThingRuntimeConfigurationRequest {}
7
+ export interface UpdateThingRuntimeConfigurationCommandInput extends UpdateThingRuntimeConfigurationRequest {}
9
8
  export interface UpdateThingRuntimeConfigurationCommandOutput
10
- extends UpdateThingRuntimeConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends UpdateThingRuntimeConfigurationResponse, __MetadataBearer {}
12
10
  declare const UpdateThingRuntimeConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateThingRuntimeConfigurationCommandInput
12
+ input: UpdateThingRuntimeConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateThingRuntimeConfigurationCommandInput,
17
15
  UpdateThingRuntimeConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateThingRuntimeConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateThingRuntimeConfigurationCommandInput
21
+ input: UpdateThingRuntimeConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateThingRuntimeConfigurationCommandInput,
26
24
  UpdateThingRuntimeConfigurationCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface GreengrassExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -18,8 +18,7 @@ export declare const LoggerComponent: {
18
18
  readonly GreengrassSystem: "GreengrassSystem";
19
19
  readonly Lambda: "Lambda";
20
20
  };
21
- export type LoggerComponent =
22
- (typeof LoggerComponent)[keyof typeof LoggerComponent];
21
+ export type LoggerComponent = (typeof LoggerComponent)[keyof typeof LoggerComponent];
23
22
  export declare const LoggerLevel: {
24
23
  readonly DEBUG: "DEBUG";
25
24
  readonly ERROR: "ERROR";
@@ -39,8 +38,7 @@ export declare const DeploymentType: {
39
38
  readonly Redeployment: "Redeployment";
40
39
  readonly ResetDeployment: "ResetDeployment";
41
40
  };
42
- export type DeploymentType =
43
- (typeof DeploymentType)[keyof typeof DeploymentType];
41
+ export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
44
42
  export declare const BulkDeploymentStatus: {
45
43
  readonly Completed: "Completed";
46
44
  readonly Failed: "Failed";
@@ -49,8 +47,7 @@ export declare const BulkDeploymentStatus: {
49
47
  readonly Stopped: "Stopped";
50
48
  readonly Stopping: "Stopping";
51
49
  };
52
- export type BulkDeploymentStatus =
53
- (typeof BulkDeploymentStatus)[keyof typeof BulkDeploymentStatus];
50
+ export type BulkDeploymentStatus = (typeof BulkDeploymentStatus)[keyof typeof BulkDeploymentStatus];
54
51
  export declare const ConfigurationSyncStatus: {
55
52
  readonly InSync: "InSync";
56
53
  readonly OutOfSync: "OutOfSync";
@@ -61,8 +58,7 @@ export declare const SoftwareToUpdate: {
61
58
  readonly core: "core";
62
59
  readonly ota_agent: "ota_agent";
63
60
  };
64
- export type SoftwareToUpdate =
65
- (typeof SoftwareToUpdate)[keyof typeof SoftwareToUpdate];
61
+ export type SoftwareToUpdate = (typeof SoftwareToUpdate)[keyof typeof SoftwareToUpdate];
66
62
  export declare const UpdateAgentLogLevel: {
67
63
  readonly DEBUG: "DEBUG";
68
64
  readonly ERROR: "ERROR";
@@ -73,8 +69,7 @@ export declare const UpdateAgentLogLevel: {
73
69
  readonly VERBOSE: "VERBOSE";
74
70
  readonly WARN: "WARN";
75
71
  };
76
- export type UpdateAgentLogLevel =
77
- (typeof UpdateAgentLogLevel)[keyof typeof UpdateAgentLogLevel];
72
+ export type UpdateAgentLogLevel = (typeof UpdateAgentLogLevel)[keyof typeof UpdateAgentLogLevel];
78
73
  export declare const UpdateTargetsArchitecture: {
79
74
  readonly aarch64: "aarch64";
80
75
  readonly armv6l: "armv6l";
@@ -6,16 +6,12 @@ export declare class BadRequestException extends __BaseException {
6
6
  readonly $fault: "client";
7
7
  ErrorDetails?: ErrorDetail[] | undefined;
8
8
  Message?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
12
10
  }
13
11
  export declare class InternalServerErrorException extends __BaseException {
14
12
  readonly name: "InternalServerErrorException";
15
13
  readonly $fault: "server";
16
14
  ErrorDetails?: ErrorDetail[] | undefined;
17
15
  Message?: string | undefined;
18
- constructor(
19
- opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
20
- );
16
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
21
17
  }
@@ -134,15 +134,9 @@ export interface SecretsManagerSecretResourceData {
134
134
  export interface ResourceDataContainer {
135
135
  LocalDeviceResourceData?: LocalDeviceResourceData | undefined;
136
136
  LocalVolumeResourceData?: LocalVolumeResourceData | undefined;
137
- S3MachineLearningModelResourceData?:
138
- | S3MachineLearningModelResourceData
139
- | undefined;
140
- SageMakerMachineLearningModelResourceData?:
141
- | SageMakerMachineLearningModelResourceData
142
- | undefined;
143
- SecretsManagerSecretResourceData?:
144
- | SecretsManagerSecretResourceData
145
- | undefined;
137
+ S3MachineLearningModelResourceData?: S3MachineLearningModelResourceData | undefined;
138
+ SageMakerMachineLearningModelResourceData?: SageMakerMachineLearningModelResourceData | undefined;
139
+ SecretsManagerSecretResourceData?: SecretsManagerSecretResourceData | undefined;
146
140
  }
147
141
  export interface Resource {
148
142
  Id: string | undefined;
@@ -903,9 +897,7 @@ export interface ListGroupCertificateAuthoritiesRequest {
903
897
  GroupId: string | undefined;
904
898
  }
905
899
  export interface ListGroupCertificateAuthoritiesResponse {
906
- GroupCertificateAuthorities?:
907
- | GroupCertificateAuthorityProperties[]
908
- | undefined;
900
+ GroupCertificateAuthorities?: GroupCertificateAuthorityProperties[] | undefined;
909
901
  }
910
902
  export interface ListGroupsRequest {
911
903
  MaxResults?: string | undefined;
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GreengrassHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
@@ -1,9 +1,5 @@
1
1
  import { TypeRegistry } from "@smithy/core/schema";
2
- import {
3
- StaticErrorSchema,
4
- StaticOperationSchema,
5
- StaticStructureSchema,
6
- } from "@smithy/types";
2
+ import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
7
3
  export declare var GreengrassServiceException$: StaticErrorSchema;
8
4
  export declare var BadRequestException$: StaticErrorSchema;
9
5
  export declare var InternalServerErrorException$: StaticErrorSchema;