@aws-sdk/client-greengrass 3.296.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 +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDeploymentsCommand}.
8
10
  */
9
11
  export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDeploymentsCommand}.
13
17
  */
14
18
  export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Returns a history of deployments for the group.
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 ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDeploymentsCommandInput - {@link ListDeploymentsCommandInput}
34
+ * @returns {@link ListDeploymentsCommandOutput}
28
35
  * @see {@link ListDeploymentsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
37
44
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListDeploymentsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListDeploymentsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
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 { ListDeviceDefinitionVersionsRequest, ListDeviceDefinitionVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDeviceDefinitionVersionsCommand}.
8
10
  */
9
11
  export interface ListDeviceDefinitionVersionsCommandInput extends ListDeviceDefinitionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDeviceDefinitionVersionsCommand}.
13
17
  */
14
18
  export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDefinitionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Lists the versions of a device definition.
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 ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDeviceDefinitionVersionsCommandInput - {@link ListDeviceDefinitionVersionsCommandInput}
34
+ * @returns {@link ListDeviceDefinitionVersionsCommandOutput}
28
35
  * @see {@link ListDeviceDefinitionVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDeviceDefinitionVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
37
44
  export declare class ListDeviceDefinitionVersionsCommand extends $Command<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListDeviceDefinitionVersionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListDeviceDefinitionVersionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput>;
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 { ListDeviceDefinitionsRequest, ListDeviceDefinitionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDeviceDefinitionsCommand}.
8
10
  */
9
11
  export interface ListDeviceDefinitionsCommandInput extends ListDeviceDefinitionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDeviceDefinitionsCommand}.
13
17
  */
14
18
  export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinitionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of device definitions.
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 ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDeviceDefinitionsCommandInput - {@link ListDeviceDefinitionsCommandInput}
34
+ * @returns {@link ListDeviceDefinitionsCommandOutput}
28
35
  * @see {@link ListDeviceDefinitionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDeviceDefinitionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
34
41
  export declare class ListDeviceDefinitionsCommand extends $Command<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
35
42
  readonly input: ListDeviceDefinitionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListDeviceDefinitionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListFunctionDefinitionVersionsRequest, ListFunctionDefinitionVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFunctionDefinitionVersionsCommand}.
8
10
  */
9
11
  export interface ListFunctionDefinitionVersionsCommandInput extends ListFunctionDefinitionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFunctionDefinitionVersionsCommand}.
13
17
  */
14
18
  export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctionDefinitionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Lists the versions of a Lambda function definition.
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 ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListFunctionDefinitionVersionsCommandInput - {@link ListFunctionDefinitionVersionsCommandInput}
34
+ * @returns {@link ListFunctionDefinitionVersionsCommandOutput}
28
35
  * @see {@link ListFunctionDefinitionVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListFunctionDefinitionVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
37
44
  export declare class ListFunctionDefinitionVersionsCommand extends $Command<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListFunctionDefinitionVersionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListFunctionDefinitionVersionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput>;
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 { ListFunctionDefinitionsRequest, ListFunctionDefinitionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFunctionDefinitionsCommand}.
8
10
  */
9
11
  export interface ListFunctionDefinitionsCommandInput extends ListFunctionDefinitionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFunctionDefinitionsCommand}.
13
17
  */
14
18
  export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefinitionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of Lambda function definitions.
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 ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListFunctionDefinitionsCommandInput - {@link ListFunctionDefinitionsCommandInput}
34
+ * @returns {@link ListFunctionDefinitionsCommandOutput}
28
35
  * @see {@link ListFunctionDefinitionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListFunctionDefinitionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
34
41
  export declare class ListFunctionDefinitionsCommand extends $Command<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
35
42
  readonly input: ListFunctionDefinitionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListFunctionDefinitionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupCertificateAuthoritiesRequest, ListGroupCertificateAuthoritiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGroupCertificateAuthoritiesCommand}.
8
10
  */
9
11
  export interface ListGroupCertificateAuthoritiesCommandInput extends ListGroupCertificateAuthoritiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGroupCertificateAuthoritiesCommand}.
13
17
  */
14
18
  export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupCertificateAuthoritiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves the current CAs for a group.
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 ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGroupCertificateAuthoritiesCommandInput - {@link ListGroupCertificateAuthoritiesCommandInput}
34
+ * @returns {@link ListGroupCertificateAuthoritiesCommandOutput}
28
35
  * @see {@link ListGroupCertificateAuthoritiesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGroupCertificateAuthoritiesCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
40
47
  export declare class ListGroupCertificateAuthoritiesCommand extends $Command<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: ListGroupCertificateAuthoritiesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListGroupCertificateAuthoritiesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput>;
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 { ListGroupVersionsRequest, ListGroupVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGroupVersionsCommand}.
8
10
  */
9
11
  export interface ListGroupVersionsCommandInput extends ListGroupVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGroupVersionsCommand}.
13
17
  */
14
18
  export interface ListGroupVersionsCommandOutput extends ListGroupVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Lists the versions of a group.
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 ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGroupVersionsCommandInput - {@link ListGroupVersionsCommandInput}
34
+ * @returns {@link ListGroupVersionsCommandOutput}
28
35
  * @see {@link ListGroupVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGroupVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
37
44
  export declare class ListGroupVersionsCommand extends $Command<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListGroupVersionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListGroupVersionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput>;
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 { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGroupsCommand}.
8
10
  */
9
11
  export interface ListGroupsCommandInput extends ListGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGroupsCommand}.
13
17
  */
14
18
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of groups.
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 ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGroupsCommandInput - {@link ListGroupsCommandInput}
34
+ * @returns {@link ListGroupsCommandOutput}
28
35
  * @see {@link ListGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
34
41
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, GreengrassClientResolvedConfig> {
35
42
  readonly input: ListGroupsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListGroupsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListLoggerDefinitionVersionsRequest, ListLoggerDefinitionVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLoggerDefinitionVersionsCommand}.
8
10
  */
9
11
  export interface ListLoggerDefinitionVersionsCommandInput extends ListLoggerDefinitionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLoggerDefinitionVersionsCommand}.
13
17
  */
14
18
  export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDefinitionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Lists the versions of a logger definition.
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 ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLoggerDefinitionVersionsCommandInput - {@link ListLoggerDefinitionVersionsCommandInput}
34
+ * @returns {@link ListLoggerDefinitionVersionsCommandOutput}
28
35
  * @see {@link ListLoggerDefinitionVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLoggerDefinitionVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
37
44
  export declare class ListLoggerDefinitionVersionsCommand extends $Command<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListLoggerDefinitionVersionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListLoggerDefinitionVersionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput>;
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 { ListLoggerDefinitionsRequest, ListLoggerDefinitionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLoggerDefinitionsCommand}.
8
10
  */
9
11
  export interface ListLoggerDefinitionsCommandInput extends ListLoggerDefinitionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLoggerDefinitionsCommand}.
13
17
  */
14
18
  export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinitionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of logger definitions.
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 ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLoggerDefinitionsCommandInput - {@link ListLoggerDefinitionsCommandInput}
34
+ * @returns {@link ListLoggerDefinitionsCommandOutput}
28
35
  * @see {@link ListLoggerDefinitionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLoggerDefinitionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
34
41
  export declare class ListLoggerDefinitionsCommand extends $Command<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
35
42
  readonly input: ListLoggerDefinitionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListLoggerDefinitionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListResourceDefinitionVersionsRequest, ListResourceDefinitionVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourceDefinitionVersionsCommand}.
8
10
  */
9
11
  export interface ListResourceDefinitionVersionsCommandInput extends ListResourceDefinitionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourceDefinitionVersionsCommand}.
13
17
  */
14
18
  export interface ListResourceDefinitionVersionsCommandOutput extends ListResourceDefinitionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Lists the versions of a resource definition.
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 ListResourceDefinitionVersionsCommandOutput extends ListResourc
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResourceDefinitionVersionsCommandInput - {@link ListResourceDefinitionVersionsCommandInput}
34
+ * @returns {@link ListResourceDefinitionVersionsCommandOutput}
28
35
  * @see {@link ListResourceDefinitionVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResourceDefinitionVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
37
44
  export declare class ListResourceDefinitionVersionsCommand extends $Command<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListResourceDefinitionVersionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListResourceDefinitionVersionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput>;
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 { ListResourceDefinitionsRequest, ListResourceDefinitionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResourceDefinitionsCommand}.
8
10
  */
9
11
  export interface ListResourceDefinitionsCommandInput extends ListResourceDefinitionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResourceDefinitionsCommand}.
13
17
  */
14
18
  export interface ListResourceDefinitionsCommandOutput extends ListResourceDefinitionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves a list of resource definitions.
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 ListResourceDefinitionsCommandOutput extends ListResourceDefini
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResourceDefinitionsCommandInput - {@link ListResourceDefinitionsCommandInput}
34
+ * @returns {@link ListResourceDefinitionsCommandOutput}
28
35
  * @see {@link ListResourceDefinitionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResourceDefinitionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
34
41
  export declare class ListResourceDefinitionsCommand extends $Command<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
35
42
  readonly input: ListResourceDefinitionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListResourceDefinitionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListSubscriptionDefinitionVersionsRequest, ListSubscriptionDefinitionVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSubscriptionDefinitionVersionsCommand}.
8
10
  */
9
11
  export interface ListSubscriptionDefinitionVersionsCommandInput extends ListSubscriptionDefinitionVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSubscriptionDefinitionVersionsCommand}.
13
17
  */
14
18
  export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSubscriptionDefinitionVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Lists the versions of a subscription definition.
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 ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSubscriptionDefinitionVersionsCommandInput - {@link ListSubscriptionDefinitionVersionsCommandInput}
34
+ * @returns {@link ListSubscriptionDefinitionVersionsCommandOutput}
28
35
  * @see {@link ListSubscriptionDefinitionVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSubscriptionDefinitionVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
37
44
  export declare class ListSubscriptionDefinitionVersionsCommand extends $Command<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: ListSubscriptionDefinitionVersionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListSubscriptionDefinitionVersionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }