@aws-sdk/client-greengrass 3.169.0 → 3.171.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 (107) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Greengrass.d.ts +1598 -465
  3. package/dist-types/ts3.4/GreengrassClient.d.ts +656 -165
  4. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +36 -17
  65. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  80. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +36 -17
  82. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +39 -17
  88. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +39 -17
  94. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +39 -17
  96. package/dist-types/ts3.4/commands/index.d.ts +92 -92
  97. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  98. package/dist-types/ts3.4/index.d.ts +5 -5
  99. package/dist-types/ts3.4/models/GreengrassServiceException.d.ts +7 -6
  100. package/dist-types/ts3.4/models/index.d.ts +1 -1
  101. package/dist-types/ts3.4/models/models_0.d.ts +1807 -2295
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1109 -278
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  107. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetGroupCertificateConfigurationRequest, GetGroupCertificateConfigurationResponse } from "../models/models_0";
5
- export interface GetGroupCertificateConfigurationCommandInput extends GetGroupCertificateConfigurationRequest {
6
- }
7
- export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupCertificateConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupCertificateConfigurationCommand extends $Command<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetGroupCertificateConfigurationCommandInput;
12
- constructor(input: GetGroupCertificateConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetGroupCertificateConfigurationRequest,
15
+ GetGroupCertificateConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetGroupCertificateConfigurationCommandInput
18
+ extends GetGroupCertificateConfigurationRequest {}
19
+ export interface GetGroupCertificateConfigurationCommandOutput
20
+ extends GetGroupCertificateConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetGroupCertificateConfigurationCommand extends $Command<
23
+ GetGroupCertificateConfigurationCommandInput,
24
+ GetGroupCertificateConfigurationCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetGroupCertificateConfigurationCommandInput;
28
+ constructor(input: GetGroupCertificateConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetGroupCertificateConfigurationCommandInput,
35
+ GetGroupCertificateConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
5
- export interface GetGroupCommandInput extends GetGroupRequest {
6
- }
7
- export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetGroupCommandInput;
12
- constructor(input: GetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
14
+ export interface GetGroupCommandInput extends GetGroupRequest {}
15
+ export interface GetGroupCommandOutput
16
+ extends GetGroupResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetGroupCommand extends $Command<
19
+ GetGroupCommandInput,
20
+ GetGroupCommandOutput,
21
+ GreengrassClientResolvedConfig
22
+ > {
23
+ readonly input: GetGroupCommandInput;
24
+ constructor(input: GetGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GreengrassClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0";
5
- export interface GetGroupVersionCommandInput extends GetGroupVersionRequest {
6
- }
7
- export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupVersionCommand extends $Command<GetGroupVersionCommandInput, GetGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetGroupVersionCommandInput;
12
- constructor(input: GetGroupVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupVersionCommandInput, GetGroupVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetGroupVersionRequest,
15
+ GetGroupVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetGroupVersionCommandInput extends GetGroupVersionRequest {}
18
+ export interface GetGroupVersionCommandOutput
19
+ extends GetGroupVersionResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetGroupVersionCommand extends $Command<
22
+ GetGroupVersionCommandInput,
23
+ GetGroupVersionCommandOutput,
24
+ GreengrassClientResolvedConfig
25
+ > {
26
+ readonly input: GetGroupVersionCommandInput;
27
+ constructor(input: GetGroupVersionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GreengrassClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetGroupVersionCommandInput, GetGroupVersionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0";
5
- export interface GetLoggerDefinitionCommandInput extends GetLoggerDefinitionRequest {
6
- }
7
- export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLoggerDefinitionCommand extends $Command<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetLoggerDefinitionCommandInput;
12
- constructor(input: GetLoggerDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetLoggerDefinitionRequest,
15
+ GetLoggerDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLoggerDefinitionCommandInput
18
+ extends GetLoggerDefinitionRequest {}
19
+ export interface GetLoggerDefinitionCommandOutput
20
+ extends GetLoggerDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetLoggerDefinitionCommand extends $Command<
23
+ GetLoggerDefinitionCommandInput,
24
+ GetLoggerDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetLoggerDefinitionCommandInput;
28
+ constructor(input: GetLoggerDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetLoggerDefinitionVersionRequest, GetLoggerDefinitionVersionResponse } from "../models/models_0";
5
- export interface GetLoggerDefinitionVersionCommandInput extends GetLoggerDefinitionVersionRequest {
6
- }
7
- export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefinitionVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLoggerDefinitionVersionCommand extends $Command<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetLoggerDefinitionVersionCommandInput;
12
- constructor(input: GetLoggerDefinitionVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetLoggerDefinitionVersionRequest,
15
+ GetLoggerDefinitionVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLoggerDefinitionVersionCommandInput
18
+ extends GetLoggerDefinitionVersionRequest {}
19
+ export interface GetLoggerDefinitionVersionCommandOutput
20
+ extends GetLoggerDefinitionVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetLoggerDefinitionVersionCommand extends $Command<
23
+ GetLoggerDefinitionVersionCommandInput,
24
+ GetLoggerDefinitionVersionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetLoggerDefinitionVersionCommandInput;
28
+ constructor(input: GetLoggerDefinitionVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetLoggerDefinitionVersionCommandInput,
35
+ GetLoggerDefinitionVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetResourceDefinitionRequest, GetResourceDefinitionResponse } from "../models/models_0";
5
- export interface GetResourceDefinitionCommandInput extends GetResourceDefinitionRequest {
6
- }
7
- export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetResourceDefinitionCommand extends $Command<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetResourceDefinitionCommandInput;
12
- constructor(input: GetResourceDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetResourceDefinitionRequest,
15
+ GetResourceDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetResourceDefinitionCommandInput
18
+ extends GetResourceDefinitionRequest {}
19
+ export interface GetResourceDefinitionCommandOutput
20
+ extends GetResourceDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetResourceDefinitionCommand extends $Command<
23
+ GetResourceDefinitionCommandInput,
24
+ GetResourceDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetResourceDefinitionCommandInput;
28
+ constructor(input: GetResourceDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetResourceDefinitionCommandInput,
35
+ GetResourceDefinitionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetResourceDefinitionVersionRequest, GetResourceDefinitionVersionResponse } from "../models/models_0";
5
- export interface GetResourceDefinitionVersionCommandInput extends GetResourceDefinitionVersionRequest {
6
- }
7
- export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDefinitionVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetResourceDefinitionVersionCommand extends $Command<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetResourceDefinitionVersionCommandInput;
12
- constructor(input: GetResourceDefinitionVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetResourceDefinitionVersionRequest,
15
+ GetResourceDefinitionVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetResourceDefinitionVersionCommandInput
18
+ extends GetResourceDefinitionVersionRequest {}
19
+ export interface GetResourceDefinitionVersionCommandOutput
20
+ extends GetResourceDefinitionVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetResourceDefinitionVersionCommand extends $Command<
23
+ GetResourceDefinitionVersionCommandInput,
24
+ GetResourceDefinitionVersionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetResourceDefinitionVersionCommandInput;
28
+ constructor(input: GetResourceDefinitionVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetResourceDefinitionVersionCommandInput,
35
+ GetResourceDefinitionVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0";
5
- export interface GetServiceRoleForAccountCommandInput extends GetServiceRoleForAccountRequest {
6
- }
7
- export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleForAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetServiceRoleForAccountCommandInput;
12
- constructor(input: GetServiceRoleForAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetServiceRoleForAccountRequest,
15
+ GetServiceRoleForAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface GetServiceRoleForAccountCommandInput
18
+ extends GetServiceRoleForAccountRequest {}
19
+ export interface GetServiceRoleForAccountCommandOutput
20
+ extends GetServiceRoleForAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetServiceRoleForAccountCommand extends $Command<
23
+ GetServiceRoleForAccountCommandInput,
24
+ GetServiceRoleForAccountCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetServiceRoleForAccountCommandInput;
28
+ constructor(input: GetServiceRoleForAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetServiceRoleForAccountCommandInput,
35
+ GetServiceRoleForAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetSubscriptionDefinitionRequest, GetSubscriptionDefinitionResponse } from "../models/models_0";
5
- export interface GetSubscriptionDefinitionCommandInput extends GetSubscriptionDefinitionRequest {
6
- }
7
- export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSubscriptionDefinitionCommand extends $Command<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetSubscriptionDefinitionCommandInput;
12
- constructor(input: GetSubscriptionDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetSubscriptionDefinitionRequest,
15
+ GetSubscriptionDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSubscriptionDefinitionCommandInput
18
+ extends GetSubscriptionDefinitionRequest {}
19
+ export interface GetSubscriptionDefinitionCommandOutput
20
+ extends GetSubscriptionDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetSubscriptionDefinitionCommand extends $Command<
23
+ GetSubscriptionDefinitionCommandInput,
24
+ GetSubscriptionDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetSubscriptionDefinitionCommandInput;
28
+ constructor(input: GetSubscriptionDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetSubscriptionDefinitionCommandInput,
35
+ GetSubscriptionDefinitionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetSubscriptionDefinitionVersionRequest, GetSubscriptionDefinitionVersionResponse } from "../models/models_0";
5
- export interface GetSubscriptionDefinitionVersionCommandInput extends GetSubscriptionDefinitionVersionRequest {
6
- }
7
- export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscriptionDefinitionVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSubscriptionDefinitionVersionCommand extends $Command<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetSubscriptionDefinitionVersionCommandInput;
12
- constructor(input: GetSubscriptionDefinitionVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetSubscriptionDefinitionVersionRequest,
15
+ GetSubscriptionDefinitionVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSubscriptionDefinitionVersionCommandInput
18
+ extends GetSubscriptionDefinitionVersionRequest {}
19
+ export interface GetSubscriptionDefinitionVersionCommandOutput
20
+ extends GetSubscriptionDefinitionVersionResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetSubscriptionDefinitionVersionCommand extends $Command<
23
+ GetSubscriptionDefinitionVersionCommandInput,
24
+ GetSubscriptionDefinitionVersionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetSubscriptionDefinitionVersionCommandInput;
28
+ constructor(input: GetSubscriptionDefinitionVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetSubscriptionDefinitionVersionCommandInput,
35
+ GetSubscriptionDefinitionVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
4
- import { GetThingRuntimeConfigurationRequest, GetThingRuntimeConfigurationResponse } from "../models/models_0";
5
- export interface GetThingRuntimeConfigurationCommandInput extends GetThingRuntimeConfigurationRequest {
6
- }
7
- export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRuntimeConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetThingRuntimeConfigurationCommand extends $Command<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: GetThingRuntimeConfigurationCommandInput;
12
- constructor(input: GetThingRuntimeConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GreengrassClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GreengrassClient";
13
+ import {
14
+ GetThingRuntimeConfigurationRequest,
15
+ GetThingRuntimeConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetThingRuntimeConfigurationCommandInput
18
+ extends GetThingRuntimeConfigurationRequest {}
19
+ export interface GetThingRuntimeConfigurationCommandOutput
20
+ extends GetThingRuntimeConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetThingRuntimeConfigurationCommand extends $Command<
23
+ GetThingRuntimeConfigurationCommandInput,
24
+ GetThingRuntimeConfigurationCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: GetThingRuntimeConfigurationCommandInput;
28
+ constructor(input: GetThingRuntimeConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetThingRuntimeConfigurationCommandInput,
35
+ GetThingRuntimeConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }