@aws-sdk/client-greengrass 3.325.0 → 3.327.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 (93) hide show
  1. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -0
  2. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +12 -0
  4. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
  5. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +12 -0
  6. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
  7. package/dist-types/commands/CreateDeploymentCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +12 -0
  9. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
  10. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +12 -0
  11. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
  12. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateGroupCommand.d.ts +12 -0
  14. package/dist-types/commands/CreateGroupVersionCommand.d.ts +9 -0
  15. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +12 -0
  16. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
  17. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +12 -0
  18. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
  19. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +8 -0
  20. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +12 -0
  21. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
  22. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -0
  30. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -0
  31. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -0
  32. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +7 -0
  33. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +22 -0
  34. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +14 -0
  35. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +15 -0
  36. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +21 -0
  37. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +15 -0
  38. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +20 -0
  39. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +15 -0
  40. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +15 -0
  41. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +20 -0
  42. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +15 -0
  43. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +55 -0
  44. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +8 -0
  45. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +8 -0
  46. package/dist-types/commands/GetGroupCommand.d.ts +15 -0
  47. package/dist-types/commands/GetGroupVersionCommand.d.ts +18 -0
  48. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +15 -0
  49. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +20 -0
  50. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +15 -0
  51. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +56 -0
  52. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +7 -0
  53. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +15 -0
  54. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +20 -0
  55. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +11 -0
  56. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +23 -0
  57. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +13 -0
  58. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +14 -0
  59. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +20 -0
  60. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +14 -0
  61. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +20 -0
  62. package/dist-types/commands/ListDeploymentsCommand.d.ts +15 -0
  63. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +14 -0
  64. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +20 -0
  65. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +14 -0
  66. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +20 -0
  67. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +11 -0
  68. package/dist-types/commands/ListGroupVersionsCommand.d.ts +14 -0
  69. package/dist-types/commands/ListGroupsCommand.d.ts +17 -0
  70. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +14 -0
  71. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +20 -0
  72. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +14 -0
  73. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +20 -0
  74. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +14 -0
  75. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +20 -0
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  77. package/dist-types/commands/ResetDeploymentsCommand.d.ts +7 -0
  78. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +7 -0
  79. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +4 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +7 -0
  83. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
  86. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
  87. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +8 -0
  88. package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
  92. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +4 -0
  93. package/package.json +7 -7
@@ -31,6 +31,8 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
31
31
  * };
32
32
  * const command = new DeleteSubscriptionDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSubscriptionDefinitionCommandInput - {@link DeleteSubscriptionDefinitionCommandInput}
@@ -42,6 +44,8 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
42
44
  * @throws {@link BadRequestException} (client fault)
43
45
  * General error information.
44
46
  *
47
+ * @throws {@link GreengrassServiceException}
48
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
49
  *
46
50
  */
47
51
  export declare class DeleteSubscriptionDefinitionCommand extends $Command<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
31
31
  * };
32
32
  * const command = new DisassociateRoleFromGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DisassociateRoleFromGroupResponse
35
+ * // DisassociatedAt: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param DisassociateRoleFromGroupCommandInput - {@link DisassociateRoleFromGroupCommandInput}
@@ -45,6 +49,8 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
45
49
  * @throws {@link InternalServerErrorException} (server fault)
46
50
  * General error information.
47
51
  *
52
+ * @throws {@link GreengrassServiceException}
53
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
54
  *
49
55
  */
50
56
  export declare class DisassociateRoleFromGroupCommand extends $Command<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig> {
@@ -29,6 +29,10 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
29
29
  * const input = {};
30
30
  * const command = new DisassociateServiceRoleFromAccountCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // DisassociateServiceRoleFromAccountResponse
33
+ * // DisassociatedAt: "STRING_VALUE",
34
+ * // };
35
+ *
32
36
  * ```
33
37
  *
34
38
  * @param DisassociateServiceRoleFromAccountCommandInput - {@link DisassociateServiceRoleFromAccountCommandInput}
@@ -40,6 +44,8 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
40
44
  * @throws {@link InternalServerErrorException} (server fault)
41
45
  * General error information.
42
46
  *
47
+ * @throws {@link GreengrassServiceException}
48
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
43
49
  *
44
50
  */
45
51
  export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,11 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
31
31
  * };
32
32
  * const command = new GetAssociatedRoleCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetAssociatedRoleResponse
35
+ * // AssociatedAt: "STRING_VALUE",
36
+ * // RoleArn: "STRING_VALUE",
37
+ * // };
38
+ *
34
39
  * ```
35
40
  *
36
41
  * @param GetAssociatedRoleCommandInput - {@link GetAssociatedRoleCommandInput}
@@ -45,6 +50,8 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
45
50
  * @throws {@link InternalServerErrorException} (server fault)
46
51
  * General error information.
47
52
  *
53
+ * @throws {@link GreengrassServiceException}
54
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
55
  *
49
56
  */
50
57
  export declare class GetAssociatedRoleCommand extends $Command<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,26 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
31
31
  * };
32
32
  * const command = new GetBulkDeploymentStatusCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetBulkDeploymentStatusResponse
35
+ * // BulkDeploymentMetrics: { // BulkDeploymentMetrics
36
+ * // InvalidInputRecords: Number("int"),
37
+ * // RecordsProcessed: Number("int"),
38
+ * // RetryAttempts: Number("int"),
39
+ * // },
40
+ * // BulkDeploymentStatus: "Initializing" || "Running" || "Completed" || "Stopping" || "Stopped" || "Failed",
41
+ * // CreatedAt: "STRING_VALUE",
42
+ * // ErrorDetails: [ // ErrorDetails
43
+ * // { // ErrorDetail
44
+ * // DetailedErrorCode: "STRING_VALUE",
45
+ * // DetailedErrorMessage: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // ErrorMessage: "STRING_VALUE",
49
+ * // tags: { // Tags
50
+ * // "<keys>": "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
34
54
  * ```
35
55
  *
36
56
  * @param GetBulkDeploymentStatusCommandInput - {@link GetBulkDeploymentStatusCommandInput}
@@ -42,6 +62,8 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
42
62
  * @throws {@link BadRequestException} (client fault)
43
63
  * General error information.
44
64
  *
65
+ * @throws {@link GreengrassServiceException}
66
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
67
  *
46
68
  */
47
69
  export declare class GetBulkDeploymentStatusCommand extends $Command<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,18 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
31
31
  * };
32
32
  * const command = new GetConnectivityInfoCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetConnectivityInfoResponse
35
+ * // ConnectivityInfo: [ // __listOfConnectivityInfo
36
+ * // { // ConnectivityInfo
37
+ * // HostAddress: "STRING_VALUE",
38
+ * // Id: "STRING_VALUE",
39
+ * // Metadata: "STRING_VALUE",
40
+ * // PortNumber: Number("int"),
41
+ * // },
42
+ * // ],
43
+ * // Message: "STRING_VALUE",
44
+ * // };
45
+ *
34
46
  * ```
35
47
  *
36
48
  * @param GetConnectivityInfoCommandInput - {@link GetConnectivityInfoCommandInput}
@@ -45,6 +57,8 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
45
57
  * @throws {@link InternalServerErrorException} (server fault)
46
58
  * General error information.
47
59
  *
60
+ * @throws {@link GreengrassServiceException}
61
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
62
  *
49
63
  */
50
64
  export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
31
31
  * };
32
32
  * const command = new GetConnectorDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetConnectorDefinitionResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CreationTimestamp: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LastUpdatedTimestamp: "STRING_VALUE",
39
+ * // LatestVersion: "STRING_VALUE",
40
+ * // LatestVersionArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // tags: { // Tags
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetConnectorDefinitionCommandInput - {@link GetConnectorDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
42
55
  * @throws {@link BadRequestException} (client fault)
43
56
  * General error information.
44
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
60
  *
46
61
  */
47
62
  export declare class GetConnectorDefinitionCommand extends $Command<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,25 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
33
33
  * };
34
34
  * const command = new GetConnectorDefinitionVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetConnectorDefinitionVersionResponse
37
+ * // Arn: "STRING_VALUE",
38
+ * // CreationTimestamp: "STRING_VALUE",
39
+ * // Definition: { // ConnectorDefinitionVersion
40
+ * // Connectors: [ // __listOfConnector
41
+ * // { // Connector
42
+ * // ConnectorArn: "STRING_VALUE", // required
43
+ * // Id: "STRING_VALUE", // required
44
+ * // Parameters: { // __mapOf__string
45
+ * // "<keys>": "STRING_VALUE",
46
+ * // },
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // Id: "STRING_VALUE",
51
+ * // NextToken: "STRING_VALUE",
52
+ * // Version: "STRING_VALUE",
53
+ * // };
54
+ *
36
55
  * ```
37
56
  *
38
57
  * @param GetConnectorDefinitionVersionCommandInput - {@link GetConnectorDefinitionVersionCommandInput}
@@ -44,6 +63,8 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
44
63
  * @throws {@link BadRequestException} (client fault)
45
64
  * General error information.
46
65
  *
66
+ * @throws {@link GreengrassServiceException}
67
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
68
  *
48
69
  */
49
70
  export declare class GetConnectorDefinitionVersionCommand extends $Command<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
31
31
  * };
32
32
  * const command = new GetCoreDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetCoreDefinitionResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CreationTimestamp: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LastUpdatedTimestamp: "STRING_VALUE",
39
+ * // LatestVersion: "STRING_VALUE",
40
+ * // LatestVersionArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // tags: { // Tags
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetCoreDefinitionCommandInput - {@link GetCoreDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
42
55
  * @throws {@link BadRequestException} (client fault)
43
56
  * General error information.
44
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
60
  *
46
61
  */
47
62
  export declare class GetCoreDefinitionCommand extends $Command<GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
32
32
  * };
33
33
  * const command = new GetCoreDefinitionVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetCoreDefinitionVersionResponse
36
+ * // Arn: "STRING_VALUE",
37
+ * // CreationTimestamp: "STRING_VALUE",
38
+ * // Definition: { // CoreDefinitionVersion
39
+ * // Cores: [ // __listOfCore
40
+ * // { // Core
41
+ * // CertificateArn: "STRING_VALUE", // required
42
+ * // Id: "STRING_VALUE", // required
43
+ * // SyncShadow: true || false,
44
+ * // ThingArn: "STRING_VALUE", // required
45
+ * // },
46
+ * // ],
47
+ * // },
48
+ * // Id: "STRING_VALUE",
49
+ * // NextToken: "STRING_VALUE",
50
+ * // Version: "STRING_VALUE",
51
+ * // };
52
+ *
35
53
  * ```
36
54
  *
37
55
  * @param GetCoreDefinitionVersionCommandInput - {@link GetCoreDefinitionVersionCommandInput}
@@ -43,6 +61,8 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
43
61
  * @throws {@link BadRequestException} (client fault)
44
62
  * General error information.
45
63
  *
64
+ * @throws {@link GreengrassServiceException}
65
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
66
  *
47
67
  */
48
68
  export declare class GetCoreDefinitionVersionCommand extends $Command<GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
32
32
  * };
33
33
  * const command = new GetDeploymentStatusCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDeploymentStatusResponse
36
+ * // DeploymentStatus: "STRING_VALUE",
37
+ * // DeploymentType: "NewDeployment" || "Redeployment" || "ResetDeployment" || "ForceResetDeployment",
38
+ * // ErrorDetails: [ // ErrorDetails
39
+ * // { // ErrorDetail
40
+ * // DetailedErrorCode: "STRING_VALUE",
41
+ * // DetailedErrorMessage: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // ErrorMessage: "STRING_VALUE",
45
+ * // UpdatedAt: "STRING_VALUE",
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param GetDeploymentStatusCommandInput - {@link GetDeploymentStatusCommandInput}
@@ -43,6 +56,8 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
43
56
  * @throws {@link BadRequestException} (client fault)
44
57
  * General error information.
45
58
  *
59
+ * @throws {@link GreengrassServiceException}
60
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
61
  *
47
62
  */
48
63
  export declare class GetDeploymentStatusCommand extends $Command<GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
31
31
  * };
32
32
  * const command = new GetDeviceDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDeviceDefinitionResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CreationTimestamp: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LastUpdatedTimestamp: "STRING_VALUE",
39
+ * // LatestVersion: "STRING_VALUE",
40
+ * // LatestVersionArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // tags: { // Tags
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetDeviceDefinitionCommandInput - {@link GetDeviceDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
42
55
  * @throws {@link BadRequestException} (client fault)
43
56
  * General error information.
44
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
60
  *
46
61
  */
47
62
  export declare class GetDeviceDefinitionCommand extends $Command<GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
33
33
  * };
34
34
  * const command = new GetDeviceDefinitionVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetDeviceDefinitionVersionResponse
37
+ * // Arn: "STRING_VALUE",
38
+ * // CreationTimestamp: "STRING_VALUE",
39
+ * // Definition: { // DeviceDefinitionVersion
40
+ * // Devices: [ // __listOfDevice
41
+ * // { // Device
42
+ * // CertificateArn: "STRING_VALUE", // required
43
+ * // Id: "STRING_VALUE", // required
44
+ * // SyncShadow: true || false,
45
+ * // ThingArn: "STRING_VALUE", // required
46
+ * // },
47
+ * // ],
48
+ * // },
49
+ * // Id: "STRING_VALUE",
50
+ * // NextToken: "STRING_VALUE",
51
+ * // Version: "STRING_VALUE",
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param GetDeviceDefinitionVersionCommandInput - {@link GetDeviceDefinitionVersionCommandInput}
@@ -44,6 +62,8 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
44
62
  * @throws {@link BadRequestException} (client fault)
45
63
  * General error information.
46
64
  *
65
+ * @throws {@link GreengrassServiceException}
66
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
67
  *
48
68
  */
49
69
  export declare class GetDeviceDefinitionVersionCommand extends $Command<GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
31
31
  * };
32
32
  * const command = new GetFunctionDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetFunctionDefinitionResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CreationTimestamp: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LastUpdatedTimestamp: "STRING_VALUE",
39
+ * // LatestVersion: "STRING_VALUE",
40
+ * // LatestVersionArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // tags: { // Tags
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetFunctionDefinitionCommandInput - {@link GetFunctionDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
42
55
  * @throws {@link BadRequestException} (client fault)
43
56
  * General error information.
44
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
60
  *
46
61
  */
47
62
  export declare class GetFunctionDefinitionCommand extends $Command<GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,59 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
33
33
  * };
34
34
  * const command = new GetFunctionDefinitionVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetFunctionDefinitionVersionResponse
37
+ * // Arn: "STRING_VALUE",
38
+ * // CreationTimestamp: "STRING_VALUE",
39
+ * // Definition: { // FunctionDefinitionVersion
40
+ * // DefaultConfig: { // FunctionDefaultConfig
41
+ * // Execution: { // FunctionDefaultExecutionConfig
42
+ * // IsolationMode: "GreengrassContainer" || "NoContainer",
43
+ * // RunAs: { // FunctionRunAsConfig
44
+ * // Gid: Number("int"),
45
+ * // Uid: Number("int"),
46
+ * // },
47
+ * // },
48
+ * // },
49
+ * // Functions: [ // __listOfFunction
50
+ * // { // Function
51
+ * // FunctionArn: "STRING_VALUE",
52
+ * // FunctionConfiguration: { // FunctionConfiguration
53
+ * // EncodingType: "binary" || "json",
54
+ * // Environment: { // FunctionConfigurationEnvironment
55
+ * // AccessSysfs: true || false,
56
+ * // Execution: { // FunctionExecutionConfig
57
+ * // IsolationMode: "GreengrassContainer" || "NoContainer",
58
+ * // RunAs: {
59
+ * // Gid: Number("int"),
60
+ * // Uid: Number("int"),
61
+ * // },
62
+ * // },
63
+ * // ResourceAccessPolicies: [ // __listOfResourceAccessPolicy
64
+ * // { // ResourceAccessPolicy
65
+ * // Permission: "ro" || "rw",
66
+ * // ResourceId: "STRING_VALUE", // required
67
+ * // },
68
+ * // ],
69
+ * // Variables: { // __mapOf__string
70
+ * // "<keys>": "STRING_VALUE",
71
+ * // },
72
+ * // },
73
+ * // ExecArgs: "STRING_VALUE",
74
+ * // Executable: "STRING_VALUE",
75
+ * // MemorySize: Number("int"),
76
+ * // Pinned: true || false,
77
+ * // Timeout: Number("int"),
78
+ * // FunctionRuntimeOverride: "STRING_VALUE",
79
+ * // },
80
+ * // Id: "STRING_VALUE", // required
81
+ * // },
82
+ * // ],
83
+ * // },
84
+ * // Id: "STRING_VALUE",
85
+ * // NextToken: "STRING_VALUE",
86
+ * // Version: "STRING_VALUE",
87
+ * // };
88
+ *
36
89
  * ```
37
90
  *
38
91
  * @param GetFunctionDefinitionVersionCommandInput - {@link GetFunctionDefinitionVersionCommandInput}
@@ -44,6 +97,8 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
44
97
  * @throws {@link BadRequestException} (client fault)
45
98
  * General error information.
46
99
  *
100
+ * @throws {@link GreengrassServiceException}
101
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
102
  *
48
103
  */
49
104
  export declare class GetFunctionDefinitionVersionCommand extends $Command<GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
32
32
  * };
33
33
  * const command = new GetGroupCertificateAuthorityCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetGroupCertificateAuthorityResponse
36
+ * // GroupCertificateAuthorityArn: "STRING_VALUE",
37
+ * // GroupCertificateAuthorityId: "STRING_VALUE",
38
+ * // PemEncodedCertificate: "STRING_VALUE",
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param GetGroupCertificateAuthorityCommandInput - {@link GetGroupCertificateAuthorityCommandInput}
@@ -46,6 +52,8 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
46
52
  * @throws {@link InternalServerErrorException} (server fault)
47
53
  * General error information.
48
54
  *
55
+ * @throws {@link GreengrassServiceException}
56
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
49
57
  *
50
58
  */
51
59
  export declare class GetGroupCertificateAuthorityCommand extends $Command<GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
31
31
  * };
32
32
  * const command = new GetGroupCertificateConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetGroupCertificateConfigurationResponse
35
+ * // CertificateAuthorityExpiryInMilliseconds: "STRING_VALUE",
36
+ * // CertificateExpiryInMilliseconds: "STRING_VALUE",
37
+ * // GroupId: "STRING_VALUE",
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param GetGroupCertificateConfigurationCommandInput - {@link GetGroupCertificateConfigurationCommandInput}
@@ -45,6 +51,8 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
45
51
  * @throws {@link InternalServerErrorException} (server fault)
46
52
  * General error information.
47
53
  *
54
+ * @throws {@link GreengrassServiceException}
55
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
56
  *
49
57
  */
50
58
  export declare class GetGroupCertificateConfigurationCommand extends $Command<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
31
31
  * };
32
32
  * const command = new GetGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetGroupResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CreationTimestamp: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LastUpdatedTimestamp: "STRING_VALUE",
39
+ * // LatestVersion: "STRING_VALUE",
40
+ * // LatestVersionArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // tags: { // Tags
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetGroupCommandInput - {@link GetGroupCommandInput}
@@ -42,6 +55,8 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
42
55
  * @throws {@link BadRequestException} (client fault)
43
56
  * General error information.
44
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
60
  *
46
61
  */
47
62
  export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
32
32
  * };
33
33
  * const command = new GetGroupVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetGroupVersionResponse
36
+ * // Arn: "STRING_VALUE",
37
+ * // CreationTimestamp: "STRING_VALUE",
38
+ * // Definition: { // GroupVersion
39
+ * // ConnectorDefinitionVersionArn: "STRING_VALUE",
40
+ * // CoreDefinitionVersionArn: "STRING_VALUE",
41
+ * // DeviceDefinitionVersionArn: "STRING_VALUE",
42
+ * // FunctionDefinitionVersionArn: "STRING_VALUE",
43
+ * // LoggerDefinitionVersionArn: "STRING_VALUE",
44
+ * // ResourceDefinitionVersionArn: "STRING_VALUE",
45
+ * // SubscriptionDefinitionVersionArn: "STRING_VALUE",
46
+ * // },
47
+ * // Id: "STRING_VALUE",
48
+ * // Version: "STRING_VALUE",
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param GetGroupVersionCommandInput - {@link GetGroupVersionCommandInput}
@@ -43,6 +59,8 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
43
59
  * @throws {@link BadRequestException} (client fault)
44
60
  * General error information.
45
61
  *
62
+ * @throws {@link GreengrassServiceException}
63
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
64
  *
47
65
  */
48
66
  export declare class GetGroupVersionCommand extends $Command<GetGroupVersionCommandInput, GetGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
31
31
  * };
32
32
  * const command = new GetLoggerDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetLoggerDefinitionResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // CreationTimestamp: "STRING_VALUE",
37
+ * // Id: "STRING_VALUE",
38
+ * // LastUpdatedTimestamp: "STRING_VALUE",
39
+ * // LatestVersion: "STRING_VALUE",
40
+ * // LatestVersionArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // tags: { // Tags
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetLoggerDefinitionCommandInput - {@link GetLoggerDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
42
55
  * @throws {@link BadRequestException} (client fault)
43
56
  * General error information.
44
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
60
  *
46
61
  */
47
62
  export declare class GetLoggerDefinitionCommand extends $Command<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
33
33
  * };
34
34
  * const command = new GetLoggerDefinitionVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetLoggerDefinitionVersionResponse
37
+ * // Arn: "STRING_VALUE",
38
+ * // CreationTimestamp: "STRING_VALUE",
39
+ * // Definition: { // LoggerDefinitionVersion
40
+ * // Loggers: [ // __listOfLogger
41
+ * // { // Logger
42
+ * // Component: "GreengrassSystem" || "Lambda", // required
43
+ * // Id: "STRING_VALUE", // required
44
+ * // Level: "DEBUG" || "INFO" || "WARN" || "ERROR" || "FATAL", // required
45
+ * // Space: Number("int"),
46
+ * // Type: "FileSystem" || "AWSCloudWatch", // required
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // Id: "STRING_VALUE",
51
+ * // Version: "STRING_VALUE",
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param GetLoggerDefinitionVersionCommandInput - {@link GetLoggerDefinitionVersionCommandInput}
@@ -44,6 +62,8 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
44
62
  * @throws {@link BadRequestException} (client fault)
45
63
  * General error information.
46
64
  *
65
+ * @throws {@link GreengrassServiceException}
66
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
67
  *
48
68
  */
49
69
  export declare class GetLoggerDefinitionVersionCommand extends $Command<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {