@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,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 { StartBulkDeploymentRequest, StartBulkDeploymentResponse } from "../models/models_0";
5
- export interface StartBulkDeploymentCommandInput extends StartBulkDeploymentRequest {
6
- }
7
- export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartBulkDeploymentCommand extends $Command<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: StartBulkDeploymentCommandInput;
12
- constructor(input: StartBulkDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput>;
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
+ StartBulkDeploymentRequest,
15
+ StartBulkDeploymentResponse,
16
+ } from "../models/models_0";
17
+ export interface StartBulkDeploymentCommandInput
18
+ extends StartBulkDeploymentRequest {}
19
+ export interface StartBulkDeploymentCommandOutput
20
+ extends StartBulkDeploymentResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartBulkDeploymentCommand extends $Command<
23
+ StartBulkDeploymentCommandInput,
24
+ StartBulkDeploymentCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: StartBulkDeploymentCommandInput;
28
+ constructor(input: StartBulkDeploymentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0";
5
- export interface StopBulkDeploymentCommandInput extends StopBulkDeploymentRequest {
6
- }
7
- export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopBulkDeploymentCommand extends $Command<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: StopBulkDeploymentCommandInput;
12
- constructor(input: StopBulkDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput>;
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
+ StopBulkDeploymentRequest,
15
+ StopBulkDeploymentResponse,
16
+ } from "../models/models_0";
17
+ export interface StopBulkDeploymentCommandInput
18
+ extends StopBulkDeploymentRequest {}
19
+ export interface StopBulkDeploymentCommandOutput
20
+ extends StopBulkDeploymentResponse,
21
+ __MetadataBearer {}
22
+ export declare class StopBulkDeploymentCommand extends $Command<
23
+ StopBulkDeploymentCommandInput,
24
+ StopBulkDeploymentCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: StopBulkDeploymentCommandInput;
28
+ constructor(input: StopBulkDeploymentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,30 @@
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 { TagResourceRequest } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class TagResourceCommand extends $Command<
17
+ TagResourceCommandInput,
18
+ TagResourceCommandOutput,
19
+ GreengrassClientResolvedConfig
20
+ > {
21
+ readonly input: TagResourceCommandInput;
22
+ constructor(input: TagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: GreengrassClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { UntagResourceRequest } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UntagResourceRequest } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class UntagResourceCommand extends $Command<
17
+ UntagResourceCommandInput,
18
+ UntagResourceCommandOutput,
19
+ GreengrassClientResolvedConfig
20
+ > {
21
+ readonly input: UntagResourceCommandInput;
22
+ constructor(input: UntagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: GreengrassClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0";
5
- export interface UpdateConnectivityInfoCommandInput extends UpdateConnectivityInfoRequest {
6
- }
7
- export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityInfoResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateConnectivityInfoCommandInput;
12
- constructor(input: UpdateConnectivityInfoCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput>;
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
+ UpdateConnectivityInfoRequest,
15
+ UpdateConnectivityInfoResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateConnectivityInfoCommandInput
18
+ extends UpdateConnectivityInfoRequest {}
19
+ export interface UpdateConnectivityInfoCommandOutput
20
+ extends UpdateConnectivityInfoResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateConnectivityInfoCommand extends $Command<
23
+ UpdateConnectivityInfoCommandInput,
24
+ UpdateConnectivityInfoCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateConnectivityInfoCommandInput;
28
+ constructor(input: UpdateConnectivityInfoCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateConnectivityInfoCommandInput,
35
+ UpdateConnectivityInfoCommandOutput
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 { UpdateConnectorDefinitionRequest, UpdateConnectorDefinitionResponse } from "../models/models_0";
5
- export interface UpdateConnectorDefinitionCommandInput extends UpdateConnectorDefinitionRequest {
6
- }
7
- export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConnectorDefinitionCommand extends $Command<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateConnectorDefinitionCommandInput;
12
- constructor(input: UpdateConnectorDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput>;
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
+ UpdateConnectorDefinitionRequest,
15
+ UpdateConnectorDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateConnectorDefinitionCommandInput
18
+ extends UpdateConnectorDefinitionRequest {}
19
+ export interface UpdateConnectorDefinitionCommandOutput
20
+ extends UpdateConnectorDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateConnectorDefinitionCommand extends $Command<
23
+ UpdateConnectorDefinitionCommandInput,
24
+ UpdateConnectorDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateConnectorDefinitionCommandInput;
28
+ constructor(input: UpdateConnectorDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateConnectorDefinitionCommandInput,
35
+ UpdateConnectorDefinitionCommandOutput
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 { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0";
5
- export interface UpdateCoreDefinitionCommandInput extends UpdateCoreDefinitionRequest {
6
- }
7
- export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCoreDefinitionCommand extends $Command<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateCoreDefinitionCommandInput;
12
- constructor(input: UpdateCoreDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput>;
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
+ UpdateCoreDefinitionRequest,
15
+ UpdateCoreDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateCoreDefinitionCommandInput
18
+ extends UpdateCoreDefinitionRequest {}
19
+ export interface UpdateCoreDefinitionCommandOutput
20
+ extends UpdateCoreDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateCoreDefinitionCommand extends $Command<
23
+ UpdateCoreDefinitionCommandInput,
24
+ UpdateCoreDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateCoreDefinitionCommandInput;
28
+ constructor(input: UpdateCoreDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateCoreDefinitionCommandInput,
35
+ UpdateCoreDefinitionCommandOutput
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 { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0";
5
- export interface UpdateDeviceDefinitionCommandInput extends UpdateDeviceDefinitionRequest {
6
- }
7
- export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDeviceDefinitionCommand extends $Command<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateDeviceDefinitionCommandInput;
12
- constructor(input: UpdateDeviceDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput>;
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
+ UpdateDeviceDefinitionRequest,
15
+ UpdateDeviceDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDeviceDefinitionCommandInput
18
+ extends UpdateDeviceDefinitionRequest {}
19
+ export interface UpdateDeviceDefinitionCommandOutput
20
+ extends UpdateDeviceDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateDeviceDefinitionCommand extends $Command<
23
+ UpdateDeviceDefinitionCommandInput,
24
+ UpdateDeviceDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDeviceDefinitionCommandInput;
28
+ constructor(input: UpdateDeviceDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateDeviceDefinitionCommandInput,
35
+ UpdateDeviceDefinitionCommandOutput
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 { UpdateFunctionDefinitionRequest, UpdateFunctionDefinitionResponse } from "../models/models_0";
5
- export interface UpdateFunctionDefinitionCommandInput extends UpdateFunctionDefinitionRequest {
6
- }
7
- export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFunctionDefinitionCommand extends $Command<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateFunctionDefinitionCommandInput;
12
- constructor(input: UpdateFunctionDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput>;
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
+ UpdateFunctionDefinitionRequest,
15
+ UpdateFunctionDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateFunctionDefinitionCommandInput
18
+ extends UpdateFunctionDefinitionRequest {}
19
+ export interface UpdateFunctionDefinitionCommandOutput
20
+ extends UpdateFunctionDefinitionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateFunctionDefinitionCommand extends $Command<
23
+ UpdateFunctionDefinitionCommandInput,
24
+ UpdateFunctionDefinitionCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFunctionDefinitionCommandInput;
28
+ constructor(input: UpdateFunctionDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateFunctionDefinitionCommandInput,
35
+ UpdateFunctionDefinitionCommandOutput
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 { UpdateGroupCertificateConfigurationRequest, UpdateGroupCertificateConfigurationResponse } from "../models/models_0";
5
- export interface UpdateGroupCertificateConfigurationCommandInput extends UpdateGroupCertificateConfigurationRequest {
6
- }
7
- export interface UpdateGroupCertificateConfigurationCommandOutput extends UpdateGroupCertificateConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGroupCertificateConfigurationCommand extends $Command<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateGroupCertificateConfigurationCommandInput;
12
- constructor(input: UpdateGroupCertificateConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput>;
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
+ UpdateGroupCertificateConfigurationRequest,
15
+ UpdateGroupCertificateConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateGroupCertificateConfigurationCommandInput
18
+ extends UpdateGroupCertificateConfigurationRequest {}
19
+ export interface UpdateGroupCertificateConfigurationCommandOutput
20
+ extends UpdateGroupCertificateConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateGroupCertificateConfigurationCommand extends $Command<
23
+ UpdateGroupCertificateConfigurationCommandInput,
24
+ UpdateGroupCertificateConfigurationCommandOutput,
25
+ GreengrassClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateGroupCertificateConfigurationCommandInput;
28
+ constructor(input: UpdateGroupCertificateConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GreengrassClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateGroupCertificateConfigurationCommandInput,
35
+ UpdateGroupCertificateConfigurationCommandOutput
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 { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
5
- export interface UpdateGroupCommandInput extends UpdateGroupRequest {
6
- }
7
- export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig> {
11
- readonly input: UpdateGroupCommandInput;
12
- constructor(input: UpdateGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
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 { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
14
+ export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
15
+ export interface UpdateGroupCommandOutput
16
+ extends UpdateGroupResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateGroupCommand extends $Command<
19
+ UpdateGroupCommandInput,
20
+ UpdateGroupCommandOutput,
21
+ GreengrassClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateGroupCommandInput;
24
+ constructor(input: UpdateGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GreengrassClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }