@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 { UpdateLoggerDefinitionRequest, UpdateLoggerDefinitionResponse } from "../models/models_0";
5
- export interface UpdateLoggerDefinitionCommandInput extends UpdateLoggerDefinitionRequest {
6
- }
7
- export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLoggerDefinitionCommand extends $Command<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateLoggerDefinitionCommandInput;
12
- constructor(input: UpdateLoggerDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput>;
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
+ UpdateLoggerDefinitionRequest,
15
+ UpdateLoggerDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLoggerDefinitionCommandInput
18
+ extends UpdateLoggerDefinitionRequest {}
19
+ export interface UpdateLoggerDefinitionCommandOutput
20
+ extends UpdateLoggerDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLoggerDefinitionCommand extends $Command<
23
+ UpdateLoggerDefinitionCommandInput,
24
+ UpdateLoggerDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLoggerDefinitionCommandInput;
28
+ constructor(input: UpdateLoggerDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateLoggerDefinitionCommandInput,
35
+ UpdateLoggerDefinitionCommandOutput
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 { UpdateResourceDefinitionRequest, UpdateResourceDefinitionResponse } from "../models/models_0";
5
- export interface UpdateResourceDefinitionCommandInput extends UpdateResourceDefinitionRequest {
6
- }
7
- export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResourceDefinitionCommand extends $Command<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateResourceDefinitionCommandInput;
12
- constructor(input: UpdateResourceDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput>;
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
+ UpdateResourceDefinitionRequest,
15
+ UpdateResourceDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateResourceDefinitionCommandInput
18
+ extends UpdateResourceDefinitionRequest {}
19
+ export interface UpdateResourceDefinitionCommandOutput
20
+ extends UpdateResourceDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateResourceDefinitionCommand extends $Command<
23
+ UpdateResourceDefinitionCommandInput,
24
+ UpdateResourceDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResourceDefinitionCommandInput;
28
+ constructor(input: UpdateResourceDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateResourceDefinitionCommandInput,
35
+ UpdateResourceDefinitionCommandOutput
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 { UpdateSubscriptionDefinitionRequest, UpdateSubscriptionDefinitionResponse } from "../models/models_0";
5
- export interface UpdateSubscriptionDefinitionCommandInput extends UpdateSubscriptionDefinitionRequest {
6
- }
7
- export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscriptionDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSubscriptionDefinitionCommand extends $Command<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateSubscriptionDefinitionCommandInput;
12
- constructor(input: UpdateSubscriptionDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput>;
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
+ UpdateSubscriptionDefinitionRequest,
15
+ UpdateSubscriptionDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateSubscriptionDefinitionCommandInput
18
+ extends UpdateSubscriptionDefinitionRequest {}
19
+ export interface UpdateSubscriptionDefinitionCommandOutput
20
+ extends UpdateSubscriptionDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateSubscriptionDefinitionCommand extends $Command<
23
+ UpdateSubscriptionDefinitionCommandInput,
24
+ UpdateSubscriptionDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSubscriptionDefinitionCommandInput;
28
+ constructor(input: UpdateSubscriptionDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateSubscriptionDefinitionCommandInput,
35
+ UpdateSubscriptionDefinitionCommandOutput
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 { UpdateThingRuntimeConfigurationRequest, UpdateThingRuntimeConfigurationResponse } from "../models/models_0";
5
- export interface UpdateThingRuntimeConfigurationCommandInput extends UpdateThingRuntimeConfigurationRequest {
6
- }
7
- export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThingRuntimeConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateThingRuntimeConfigurationCommand extends $Command<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateThingRuntimeConfigurationCommandInput;
12
- constructor(input: UpdateThingRuntimeConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput>;
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
+ UpdateThingRuntimeConfigurationRequest,
15
+ UpdateThingRuntimeConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateThingRuntimeConfigurationCommandInput
18
+ extends UpdateThingRuntimeConfigurationRequest {}
19
+ export interface UpdateThingRuntimeConfigurationCommandOutput
20
+ extends UpdateThingRuntimeConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateThingRuntimeConfigurationCommand extends $Command<
23
+ UpdateThingRuntimeConfigurationCommandInput,
24
+ UpdateThingRuntimeConfigurationCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateThingRuntimeConfigurationCommandInput;
28
+ constructor(input: UpdateThingRuntimeConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateThingRuntimeConfigurationCommandInput,
35
+ UpdateThingRuntimeConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,92 +1,92 @@
1
- export * from "./AssociateRoleToGroupCommand";
2
- export * from "./AssociateServiceRoleToAccountCommand";
3
- export * from "./CreateConnectorDefinitionCommand";
4
- export * from "./CreateConnectorDefinitionVersionCommand";
5
- export * from "./CreateCoreDefinitionCommand";
6
- export * from "./CreateCoreDefinitionVersionCommand";
7
- export * from "./CreateDeploymentCommand";
8
- export * from "./CreateDeviceDefinitionCommand";
9
- export * from "./CreateDeviceDefinitionVersionCommand";
10
- export * from "./CreateFunctionDefinitionCommand";
11
- export * from "./CreateFunctionDefinitionVersionCommand";
12
- export * from "./CreateGroupCertificateAuthorityCommand";
13
- export * from "./CreateGroupCommand";
14
- export * from "./CreateGroupVersionCommand";
15
- export * from "./CreateLoggerDefinitionCommand";
16
- export * from "./CreateLoggerDefinitionVersionCommand";
17
- export * from "./CreateResourceDefinitionCommand";
18
- export * from "./CreateResourceDefinitionVersionCommand";
19
- export * from "./CreateSoftwareUpdateJobCommand";
20
- export * from "./CreateSubscriptionDefinitionCommand";
21
- export * from "./CreateSubscriptionDefinitionVersionCommand";
22
- export * from "./DeleteConnectorDefinitionCommand";
23
- export * from "./DeleteCoreDefinitionCommand";
24
- export * from "./DeleteDeviceDefinitionCommand";
25
- export * from "./DeleteFunctionDefinitionCommand";
26
- export * from "./DeleteGroupCommand";
27
- export * from "./DeleteLoggerDefinitionCommand";
28
- export * from "./DeleteResourceDefinitionCommand";
29
- export * from "./DeleteSubscriptionDefinitionCommand";
30
- export * from "./DisassociateRoleFromGroupCommand";
31
- export * from "./DisassociateServiceRoleFromAccountCommand";
32
- export * from "./GetAssociatedRoleCommand";
33
- export * from "./GetBulkDeploymentStatusCommand";
34
- export * from "./GetConnectivityInfoCommand";
35
- export * from "./GetConnectorDefinitionCommand";
36
- export * from "./GetConnectorDefinitionVersionCommand";
37
- export * from "./GetCoreDefinitionCommand";
38
- export * from "./GetCoreDefinitionVersionCommand";
39
- export * from "./GetDeploymentStatusCommand";
40
- export * from "./GetDeviceDefinitionCommand";
41
- export * from "./GetDeviceDefinitionVersionCommand";
42
- export * from "./GetFunctionDefinitionCommand";
43
- export * from "./GetFunctionDefinitionVersionCommand";
44
- export * from "./GetGroupCertificateAuthorityCommand";
45
- export * from "./GetGroupCertificateConfigurationCommand";
46
- export * from "./GetGroupCommand";
47
- export * from "./GetGroupVersionCommand";
48
- export * from "./GetLoggerDefinitionCommand";
49
- export * from "./GetLoggerDefinitionVersionCommand";
50
- export * from "./GetResourceDefinitionCommand";
51
- export * from "./GetResourceDefinitionVersionCommand";
52
- export * from "./GetServiceRoleForAccountCommand";
53
- export * from "./GetSubscriptionDefinitionCommand";
54
- export * from "./GetSubscriptionDefinitionVersionCommand";
55
- export * from "./GetThingRuntimeConfigurationCommand";
56
- export * from "./ListBulkDeploymentDetailedReportsCommand";
57
- export * from "./ListBulkDeploymentsCommand";
58
- export * from "./ListConnectorDefinitionVersionsCommand";
59
- export * from "./ListConnectorDefinitionsCommand";
60
- export * from "./ListCoreDefinitionVersionsCommand";
61
- export * from "./ListCoreDefinitionsCommand";
62
- export * from "./ListDeploymentsCommand";
63
- export * from "./ListDeviceDefinitionVersionsCommand";
64
- export * from "./ListDeviceDefinitionsCommand";
65
- export * from "./ListFunctionDefinitionVersionsCommand";
66
- export * from "./ListFunctionDefinitionsCommand";
67
- export * from "./ListGroupCertificateAuthoritiesCommand";
68
- export * from "./ListGroupVersionsCommand";
69
- export * from "./ListGroupsCommand";
70
- export * from "./ListLoggerDefinitionVersionsCommand";
71
- export * from "./ListLoggerDefinitionsCommand";
72
- export * from "./ListResourceDefinitionVersionsCommand";
73
- export * from "./ListResourceDefinitionsCommand";
74
- export * from "./ListSubscriptionDefinitionVersionsCommand";
75
- export * from "./ListSubscriptionDefinitionsCommand";
76
- export * from "./ListTagsForResourceCommand";
77
- export * from "./ResetDeploymentsCommand";
78
- export * from "./StartBulkDeploymentCommand";
79
- export * from "./StopBulkDeploymentCommand";
80
- export * from "./TagResourceCommand";
81
- export * from "./UntagResourceCommand";
82
- export * from "./UpdateConnectivityInfoCommand";
83
- export * from "./UpdateConnectorDefinitionCommand";
84
- export * from "./UpdateCoreDefinitionCommand";
85
- export * from "./UpdateDeviceDefinitionCommand";
86
- export * from "./UpdateFunctionDefinitionCommand";
87
- export * from "./UpdateGroupCertificateConfigurationCommand";
88
- export * from "./UpdateGroupCommand";
89
- export * from "./UpdateLoggerDefinitionCommand";
90
- export * from "./UpdateResourceDefinitionCommand";
91
- export * from "./UpdateSubscriptionDefinitionCommand";
92
- export * from "./UpdateThingRuntimeConfigurationCommand";
1
+ export * from "./AssociateRoleToGroupCommand";
2
+ export * from "./AssociateServiceRoleToAccountCommand";
3
+ export * from "./CreateConnectorDefinitionCommand";
4
+ export * from "./CreateConnectorDefinitionVersionCommand";
5
+ export * from "./CreateCoreDefinitionCommand";
6
+ export * from "./CreateCoreDefinitionVersionCommand";
7
+ export * from "./CreateDeploymentCommand";
8
+ export * from "./CreateDeviceDefinitionCommand";
9
+ export * from "./CreateDeviceDefinitionVersionCommand";
10
+ export * from "./CreateFunctionDefinitionCommand";
11
+ export * from "./CreateFunctionDefinitionVersionCommand";
12
+ export * from "./CreateGroupCertificateAuthorityCommand";
13
+ export * from "./CreateGroupCommand";
14
+ export * from "./CreateGroupVersionCommand";
15
+ export * from "./CreateLoggerDefinitionCommand";
16
+ export * from "./CreateLoggerDefinitionVersionCommand";
17
+ export * from "./CreateResourceDefinitionCommand";
18
+ export * from "./CreateResourceDefinitionVersionCommand";
19
+ export * from "./CreateSoftwareUpdateJobCommand";
20
+ export * from "./CreateSubscriptionDefinitionCommand";
21
+ export * from "./CreateSubscriptionDefinitionVersionCommand";
22
+ export * from "./DeleteConnectorDefinitionCommand";
23
+ export * from "./DeleteCoreDefinitionCommand";
24
+ export * from "./DeleteDeviceDefinitionCommand";
25
+ export * from "./DeleteFunctionDefinitionCommand";
26
+ export * from "./DeleteGroupCommand";
27
+ export * from "./DeleteLoggerDefinitionCommand";
28
+ export * from "./DeleteResourceDefinitionCommand";
29
+ export * from "./DeleteSubscriptionDefinitionCommand";
30
+ export * from "./DisassociateRoleFromGroupCommand";
31
+ export * from "./DisassociateServiceRoleFromAccountCommand";
32
+ export * from "./GetAssociatedRoleCommand";
33
+ export * from "./GetBulkDeploymentStatusCommand";
34
+ export * from "./GetConnectivityInfoCommand";
35
+ export * from "./GetConnectorDefinitionCommand";
36
+ export * from "./GetConnectorDefinitionVersionCommand";
37
+ export * from "./GetCoreDefinitionCommand";
38
+ export * from "./GetCoreDefinitionVersionCommand";
39
+ export * from "./GetDeploymentStatusCommand";
40
+ export * from "./GetDeviceDefinitionCommand";
41
+ export * from "./GetDeviceDefinitionVersionCommand";
42
+ export * from "./GetFunctionDefinitionCommand";
43
+ export * from "./GetFunctionDefinitionVersionCommand";
44
+ export * from "./GetGroupCertificateAuthorityCommand";
45
+ export * from "./GetGroupCertificateConfigurationCommand";
46
+ export * from "./GetGroupCommand";
47
+ export * from "./GetGroupVersionCommand";
48
+ export * from "./GetLoggerDefinitionCommand";
49
+ export * from "./GetLoggerDefinitionVersionCommand";
50
+ export * from "./GetResourceDefinitionCommand";
51
+ export * from "./GetResourceDefinitionVersionCommand";
52
+ export * from "./GetServiceRoleForAccountCommand";
53
+ export * from "./GetSubscriptionDefinitionCommand";
54
+ export * from "./GetSubscriptionDefinitionVersionCommand";
55
+ export * from "./GetThingRuntimeConfigurationCommand";
56
+ export * from "./ListBulkDeploymentDetailedReportsCommand";
57
+ export * from "./ListBulkDeploymentsCommand";
58
+ export * from "./ListConnectorDefinitionVersionsCommand";
59
+ export * from "./ListConnectorDefinitionsCommand";
60
+ export * from "./ListCoreDefinitionVersionsCommand";
61
+ export * from "./ListCoreDefinitionsCommand";
62
+ export * from "./ListDeploymentsCommand";
63
+ export * from "./ListDeviceDefinitionVersionsCommand";
64
+ export * from "./ListDeviceDefinitionsCommand";
65
+ export * from "./ListFunctionDefinitionVersionsCommand";
66
+ export * from "./ListFunctionDefinitionsCommand";
67
+ export * from "./ListGroupCertificateAuthoritiesCommand";
68
+ export * from "./ListGroupVersionsCommand";
69
+ export * from "./ListGroupsCommand";
70
+ export * from "./ListLoggerDefinitionVersionsCommand";
71
+ export * from "./ListLoggerDefinitionsCommand";
72
+ export * from "./ListResourceDefinitionVersionsCommand";
73
+ export * from "./ListResourceDefinitionsCommand";
74
+ export * from "./ListSubscriptionDefinitionVersionsCommand";
75
+ export * from "./ListSubscriptionDefinitionsCommand";
76
+ export * from "./ListTagsForResourceCommand";
77
+ export * from "./ResetDeploymentsCommand";
78
+ export * from "./StartBulkDeploymentCommand";
79
+ export * from "./StopBulkDeploymentCommand";
80
+ export * from "./TagResourceCommand";
81
+ export * from "./UntagResourceCommand";
82
+ export * from "./UpdateConnectivityInfoCommand";
83
+ export * from "./UpdateConnectorDefinitionCommand";
84
+ export * from "./UpdateCoreDefinitionCommand";
85
+ export * from "./UpdateDeviceDefinitionCommand";
86
+ export * from "./UpdateFunctionDefinitionCommand";
87
+ export * from "./UpdateGroupCertificateConfigurationCommand";
88
+ export * from "./UpdateGroupCommand";
89
+ export * from "./UpdateLoggerDefinitionCommand";
90
+ export * from "./UpdateResourceDefinitionCommand";
91
+ export * from "./UpdateSubscriptionDefinitionCommand";
92
+ export * from "./UpdateThingRuntimeConfigurationCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +1,5 @@
1
- export * from "./Greengrass";
2
- export * from "./GreengrassClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export { GreengrassServiceException } from "./models/GreengrassServiceException";
1
+ export * from "./Greengrass";
2
+ export * from "./GreengrassClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export { GreengrassServiceException } from "./models/GreengrassServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class GreengrassServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class GreengrassServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";