@aws-sdk/client-greengrass 3.295.0 → 3.297.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 (97) hide show
  1. package/dist-types/Greengrass.d.ts +93 -0
  2. package/dist-types/GreengrassClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateGroupVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +16 -0
  34. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +16 -0
  37. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +16 -0
  38. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +16 -0
  39. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +16 -0
  40. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +16 -0
  43. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +16 -0
  44. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +16 -0
  45. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +16 -0
  46. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +16 -0
  47. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +16 -0
  48. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  49. package/dist-types/commands/GetGroupVersionCommand.d.ts +16 -0
  50. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +16 -0
  51. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +16 -0
  52. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +16 -0
  55. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +16 -0
  56. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +16 -0
  57. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +16 -0
  58. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +16 -0
  68. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListGroupVersionsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/ResetDeploymentsCommand.d.ts +16 -0
  80. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +16 -0
  81. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +16 -0
  82. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +16 -0
  95. package/dist-types/models/GreengrassServiceException.d.ts +2 -0
  96. package/dist-types/models/models_0.d.ts +623 -0
  97. package/package.json +29 -29
@@ -100,15 +100,24 @@ import { UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOu
100
100
  import { UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput } from "./commands/UpdateSubscriptionDefinitionCommand";
101
101
  import { UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput } from "./commands/UpdateThingRuntimeConfigurationCommand";
102
102
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
103
+ /**
104
+ * @public
105
+ */
103
106
  export type ServiceInputTypes = AssociateRoleToGroupCommandInput | AssociateServiceRoleToAccountCommandInput | CreateConnectorDefinitionCommandInput | CreateConnectorDefinitionVersionCommandInput | CreateCoreDefinitionCommandInput | CreateCoreDefinitionVersionCommandInput | CreateDeploymentCommandInput | CreateDeviceDefinitionCommandInput | CreateDeviceDefinitionVersionCommandInput | CreateFunctionDefinitionCommandInput | CreateFunctionDefinitionVersionCommandInput | CreateGroupCertificateAuthorityCommandInput | CreateGroupCommandInput | CreateGroupVersionCommandInput | CreateLoggerDefinitionCommandInput | CreateLoggerDefinitionVersionCommandInput | CreateResourceDefinitionCommandInput | CreateResourceDefinitionVersionCommandInput | CreateSoftwareUpdateJobCommandInput | CreateSubscriptionDefinitionCommandInput | CreateSubscriptionDefinitionVersionCommandInput | DeleteConnectorDefinitionCommandInput | DeleteCoreDefinitionCommandInput | DeleteDeviceDefinitionCommandInput | DeleteFunctionDefinitionCommandInput | DeleteGroupCommandInput | DeleteLoggerDefinitionCommandInput | DeleteResourceDefinitionCommandInput | DeleteSubscriptionDefinitionCommandInput | DisassociateRoleFromGroupCommandInput | DisassociateServiceRoleFromAccountCommandInput | GetAssociatedRoleCommandInput | GetBulkDeploymentStatusCommandInput | GetConnectivityInfoCommandInput | GetConnectorDefinitionCommandInput | GetConnectorDefinitionVersionCommandInput | GetCoreDefinitionCommandInput | GetCoreDefinitionVersionCommandInput | GetDeploymentStatusCommandInput | GetDeviceDefinitionCommandInput | GetDeviceDefinitionVersionCommandInput | GetFunctionDefinitionCommandInput | GetFunctionDefinitionVersionCommandInput | GetGroupCertificateAuthorityCommandInput | GetGroupCertificateConfigurationCommandInput | GetGroupCommandInput | GetGroupVersionCommandInput | GetLoggerDefinitionCommandInput | GetLoggerDefinitionVersionCommandInput | GetResourceDefinitionCommandInput | GetResourceDefinitionVersionCommandInput | GetServiceRoleForAccountCommandInput | GetSubscriptionDefinitionCommandInput | GetSubscriptionDefinitionVersionCommandInput | GetThingRuntimeConfigurationCommandInput | ListBulkDeploymentDetailedReportsCommandInput | ListBulkDeploymentsCommandInput | ListConnectorDefinitionVersionsCommandInput | ListConnectorDefinitionsCommandInput | ListCoreDefinitionVersionsCommandInput | ListCoreDefinitionsCommandInput | ListDeploymentsCommandInput | ListDeviceDefinitionVersionsCommandInput | ListDeviceDefinitionsCommandInput | ListFunctionDefinitionVersionsCommandInput | ListFunctionDefinitionsCommandInput | ListGroupCertificateAuthoritiesCommandInput | ListGroupVersionsCommandInput | ListGroupsCommandInput | ListLoggerDefinitionVersionsCommandInput | ListLoggerDefinitionsCommandInput | ListResourceDefinitionVersionsCommandInput | ListResourceDefinitionsCommandInput | ListSubscriptionDefinitionVersionsCommandInput | ListSubscriptionDefinitionsCommandInput | ListTagsForResourceCommandInput | ResetDeploymentsCommandInput | StartBulkDeploymentCommandInput | StopBulkDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectivityInfoCommandInput | UpdateConnectorDefinitionCommandInput | UpdateCoreDefinitionCommandInput | UpdateDeviceDefinitionCommandInput | UpdateFunctionDefinitionCommandInput | UpdateGroupCertificateConfigurationCommandInput | UpdateGroupCommandInput | UpdateLoggerDefinitionCommandInput | UpdateResourceDefinitionCommandInput | UpdateSubscriptionDefinitionCommandInput | UpdateThingRuntimeConfigurationCommandInput;
107
+ /**
108
+ * @public
109
+ */
104
110
  export type ServiceOutputTypes = AssociateRoleToGroupCommandOutput | AssociateServiceRoleToAccountCommandOutput | CreateConnectorDefinitionCommandOutput | CreateConnectorDefinitionVersionCommandOutput | CreateCoreDefinitionCommandOutput | CreateCoreDefinitionVersionCommandOutput | CreateDeploymentCommandOutput | CreateDeviceDefinitionCommandOutput | CreateDeviceDefinitionVersionCommandOutput | CreateFunctionDefinitionCommandOutput | CreateFunctionDefinitionVersionCommandOutput | CreateGroupCertificateAuthorityCommandOutput | CreateGroupCommandOutput | CreateGroupVersionCommandOutput | CreateLoggerDefinitionCommandOutput | CreateLoggerDefinitionVersionCommandOutput | CreateResourceDefinitionCommandOutput | CreateResourceDefinitionVersionCommandOutput | CreateSoftwareUpdateJobCommandOutput | CreateSubscriptionDefinitionCommandOutput | CreateSubscriptionDefinitionVersionCommandOutput | DeleteConnectorDefinitionCommandOutput | DeleteCoreDefinitionCommandOutput | DeleteDeviceDefinitionCommandOutput | DeleteFunctionDefinitionCommandOutput | DeleteGroupCommandOutput | DeleteLoggerDefinitionCommandOutput | DeleteResourceDefinitionCommandOutput | DeleteSubscriptionDefinitionCommandOutput | DisassociateRoleFromGroupCommandOutput | DisassociateServiceRoleFromAccountCommandOutput | GetAssociatedRoleCommandOutput | GetBulkDeploymentStatusCommandOutput | GetConnectivityInfoCommandOutput | GetConnectorDefinitionCommandOutput | GetConnectorDefinitionVersionCommandOutput | GetCoreDefinitionCommandOutput | GetCoreDefinitionVersionCommandOutput | GetDeploymentStatusCommandOutput | GetDeviceDefinitionCommandOutput | GetDeviceDefinitionVersionCommandOutput | GetFunctionDefinitionCommandOutput | GetFunctionDefinitionVersionCommandOutput | GetGroupCertificateAuthorityCommandOutput | GetGroupCertificateConfigurationCommandOutput | GetGroupCommandOutput | GetGroupVersionCommandOutput | GetLoggerDefinitionCommandOutput | GetLoggerDefinitionVersionCommandOutput | GetResourceDefinitionCommandOutput | GetResourceDefinitionVersionCommandOutput | GetServiceRoleForAccountCommandOutput | GetSubscriptionDefinitionCommandOutput | GetSubscriptionDefinitionVersionCommandOutput | GetThingRuntimeConfigurationCommandOutput | ListBulkDeploymentDetailedReportsCommandOutput | ListBulkDeploymentsCommandOutput | ListConnectorDefinitionVersionsCommandOutput | ListConnectorDefinitionsCommandOutput | ListCoreDefinitionVersionsCommandOutput | ListCoreDefinitionsCommandOutput | ListDeploymentsCommandOutput | ListDeviceDefinitionVersionsCommandOutput | ListDeviceDefinitionsCommandOutput | ListFunctionDefinitionVersionsCommandOutput | ListFunctionDefinitionsCommandOutput | ListGroupCertificateAuthoritiesCommandOutput | ListGroupVersionsCommandOutput | ListGroupsCommandOutput | ListLoggerDefinitionVersionsCommandOutput | ListLoggerDefinitionsCommandOutput | ListResourceDefinitionVersionsCommandOutput | ListResourceDefinitionsCommandOutput | ListSubscriptionDefinitionVersionsCommandOutput | ListSubscriptionDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ResetDeploymentsCommandOutput | StartBulkDeploymentCommandOutput | StopBulkDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectivityInfoCommandOutput | UpdateConnectorDefinitionCommandOutput | UpdateCoreDefinitionCommandOutput | UpdateDeviceDefinitionCommandOutput | UpdateFunctionDefinitionCommandOutput | UpdateGroupCertificateConfigurationCommandOutput | UpdateGroupCommandOutput | UpdateLoggerDefinitionCommandOutput | UpdateResourceDefinitionCommandOutput | UpdateSubscriptionDefinitionCommandOutput | UpdateThingRuntimeConfigurationCommandOutput;
111
+ /**
112
+ * @public
113
+ */
105
114
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
106
115
  /**
107
116
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
108
117
  */
109
118
  requestHandler?: __HttpHandler;
110
119
  /**
111
- * A constructor for a class implementing the {@link __Checksum} interface
120
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
112
121
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
113
122
  * @internal
114
123
  */
@@ -198,23 +207,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
198
207
  */
199
208
  logger?: __Logger;
200
209
  /**
201
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
210
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
202
211
  */
203
212
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
204
213
  }
214
+ /**
215
+ * @public
216
+ */
205
217
  type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
206
218
  /**
207
- * The configuration interface of GreengrassClient class constructor that set the region, credentials and other options.
219
+ * @public
220
+ *
221
+ * The configuration interface of GreengrassClient class constructor that set the region, credentials and other options.
208
222
  */
209
223
  export interface GreengrassClientConfig extends GreengrassClientConfigType {
210
224
  }
225
+ /**
226
+ * @public
227
+ */
211
228
  type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
212
229
  /**
213
- * The resolved configuration interface of GreengrassClient class. This is resolved and normalized from the {@link GreengrassClientConfig | constructor configuration interface}.
230
+ * @public
231
+ *
232
+ * The resolved configuration interface of GreengrassClient class. This is resolved and normalized from the {@link GreengrassClientConfig | constructor configuration interface}.
214
233
  */
215
234
  export interface GreengrassClientResolvedConfig extends GreengrassClientResolvedConfigType {
216
235
  }
217
236
  /**
237
+ * @public
218
238
  * AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.
219
239
  */
220
240
  export declare class GreengrassClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GreengrassClientResolvedConfig> {
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { AssociateRoleToGroupRequest, AssociateRoleToGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateRoleToGroupCommand}.
8
10
  */
9
11
  export interface AssociateRoleToGroupCommandInput extends AssociateRoleToGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateRoleToGroupCommand}.
13
17
  */
14
18
  export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateRoleToGroupCommandInput - {@link AssociateRoleToGroupCommandInput}
34
+ * @returns {@link AssociateRoleToGroupCommandOutput}
28
35
  * @see {@link AssociateRoleToGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateRoleToGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
40
47
  export declare class AssociateRoleToGroupCommand extends $Command<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: AssociateRoleToGroupCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: AssociateRoleToGroupCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateServiceRoleToAccountCommand}.
8
10
  */
9
11
  export interface AssociateServiceRoleToAccountCommandInput extends AssociateServiceRoleToAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateServiceRoleToAccountCommand}.
13
17
  */
14
18
  export interface AssociateServiceRoleToAccountCommandOutput extends AssociateServiceRoleToAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateServiceRoleToAccountCommandInput - {@link AssociateServiceRoleToAccountCommandInput}
34
+ * @returns {@link AssociateServiceRoleToAccountCommandOutput}
28
35
  * @see {@link AssociateServiceRoleToAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateServiceRoleToAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
40
47
  export declare class AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: AssociateServiceRoleToAccountCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: AssociateServiceRoleToAccountCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateConnectorDefinitionRequest, CreateConnectorDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConnectorDefinitionCommand}.
8
10
  */
9
11
  export interface CreateConnectorDefinitionCommandInput extends CreateConnectorDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConnectorDefinitionCommand}.
13
17
  */
14
18
  export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateConnectorDefinitionCommandInput - {@link CreateConnectorDefinitionCommandInput}
34
+ * @returns {@link CreateConnectorDefinitionCommandOutput}
28
35
  * @see {@link CreateConnectorDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateConnectorDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
37
44
  export declare class CreateConnectorDefinitionCommand extends $Command<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateConnectorDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateConnectorDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateConnectorDefinitionVersionRequest, CreateConnectorDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConnectorDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateConnectorDefinitionVersionCommandInput extends CreateConnectorDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConnectorDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateConnectorDefinitionVersionCommandOutput extends CreateConnectorDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a connector definition which has already been defined.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateConnectorDefinitionVersionCommandInput - {@link CreateConnectorDefinitionVersionCommandInput}
34
+ * @returns {@link CreateConnectorDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateConnectorDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateConnectorDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
37
44
  export declare class CreateConnectorDefinitionVersionCommand extends $Command<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateConnectorDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateConnectorDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateCoreDefinitionRequest, CreateCoreDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCoreDefinitionCommand}.
8
10
  */
9
11
  export interface CreateCoreDefinitionCommandInput extends CreateCoreDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCoreDefinitionCommand}.
13
17
  */
14
18
  export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. Greengrass groups must each contain exactly one Greengrass core.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateCoreDefinitionCommandInput - {@link CreateCoreDefinitionCommandInput}
34
+ * @returns {@link CreateCoreDefinitionCommandOutput}
28
35
  * @see {@link CreateCoreDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateCoreDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
37
44
  export declare class CreateCoreDefinitionCommand extends $Command<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateCoreDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateCoreDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateCoreDefinitionVersionRequest, CreateCoreDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCoreDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateCoreDefinitionVersionCommandInput extends CreateCoreDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCoreDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateCoreDefinitionVersionCommandInput - {@link CreateCoreDefinitionVersionCommandInput}
34
+ * @returns {@link CreateCoreDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateCoreDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateCoreDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
37
44
  export declare class CreateCoreDefinitionVersionCommand extends $Command<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateCoreDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateCoreDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeploymentCommand}.
8
10
  */
9
11
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeploymentCommand}.
13
17
  */
14
18
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput}
34
+ * @returns {@link CreateDeploymentCommandOutput}
28
35
  * @see {@link CreateDeploymentCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
37
44
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateDeploymentCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateDeploymentCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateDeviceDefinitionRequest, CreateDeviceDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeviceDefinitionCommand}.
8
10
  */
9
11
  export interface CreateDeviceDefinitionCommandInput extends CreateDeviceDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeviceDefinitionCommand}.
13
17
  */
14
18
  export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDeviceDefinitionCommandInput - {@link CreateDeviceDefinitionCommandInput}
34
+ * @returns {@link CreateDeviceDefinitionCommandOutput}
28
35
  * @see {@link CreateDeviceDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDeviceDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
37
44
  export declare class CreateDeviceDefinitionCommand extends $Command<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateDeviceDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateDeviceDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateDeviceDefinitionVersionRequest, CreateDeviceDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeviceDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateDeviceDefinitionVersionCommandInput extends CreateDeviceDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeviceDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDeviceDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a device definition that has already been defined.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDeviceDefinitionVersionCommandInput - {@link CreateDeviceDefinitionVersionCommandInput}
34
+ * @returns {@link CreateDeviceDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateDeviceDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDeviceDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
37
44
  export declare class CreateDeviceDefinitionVersionCommand extends $Command<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateDeviceDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateDeviceDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateFunctionDefinitionRequest, CreateFunctionDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFunctionDefinitionCommand}.
8
10
  */
9
11
  export interface CreateFunctionDefinitionCommandInput extends CreateFunctionDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFunctionDefinitionCommand}.
13
17
  */
14
18
  export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFunctionDefinitionCommandInput - {@link CreateFunctionDefinitionCommandInput}
34
+ * @returns {@link CreateFunctionDefinitionCommandOutput}
28
35
  * @see {@link CreateFunctionDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFunctionDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
37
44
  export declare class CreateFunctionDefinitionCommand extends $Command<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateFunctionDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateFunctionDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { CreateFunctionDefinitionVersionRequest, CreateFunctionDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFunctionDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateFunctionDefinitionVersionCommandInput extends CreateFunctionDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFunctionDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunctionDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a Lambda function definition that has already been defined.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFunctionDefinitionVersionCommandInput - {@link CreateFunctionDefinitionVersionCommandInput}
34
+ * @returns {@link CreateFunctionDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateFunctionDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFunctionDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
37
44
  export declare class CreateFunctionDefinitionVersionCommand extends $Command<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateFunctionDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateFunctionDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }