@aws-sdk/client-greengrass 3.321.1 → 3.326.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 +16 -16
@@ -33,6 +33,18 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
33
33
  * };
34
34
  * const command = new ListLoggerDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListLoggerDefinitionVersionsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // Versions: [ // __listOfVersionInformation
39
+ * // { // VersionInformation
40
+ * // Arn: "STRING_VALUE",
41
+ * // CreationTimestamp: "STRING_VALUE",
42
+ * // Id: "STRING_VALUE",
43
+ * // Version: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListLoggerDefinitionVersionsCommandInput - {@link ListLoggerDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
44
56
  * @throws {@link BadRequestException} (client fault)
45
57
  * General error information.
46
58
  *
59
+ * @throws {@link GreengrassServiceException}
60
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
61
  *
48
62
  */
49
63
  export declare class ListLoggerDefinitionVersionsCommand extends $Command<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
32
32
  * };
33
33
  * const command = new ListLoggerDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListLoggerDefinitionsResponse
36
+ * // Definitions: [ // __listOfDefinitionInformation
37
+ * // { // DefinitionInformation
38
+ * // Arn: "STRING_VALUE",
39
+ * // CreationTimestamp: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // LastUpdatedTimestamp: "STRING_VALUE",
42
+ * // LatestVersion: "STRING_VALUE",
43
+ * // LatestVersionArn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // Tags: { // Tags
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
35
53
  * ```
36
54
  *
37
55
  * @param ListLoggerDefinitionsCommandInput - {@link ListLoggerDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
40
58
  * @see {@link ListLoggerDefinitionsCommandOutput} for command's `response` shape.
41
59
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
42
60
  *
61
+ * @throws {@link GreengrassServiceException}
62
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
43
63
  *
44
64
  */
45
65
  export declare class ListLoggerDefinitionsCommand extends $Command<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
33
33
  * };
34
34
  * const command = new ListResourceDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListResourceDefinitionVersionsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // Versions: [ // __listOfVersionInformation
39
+ * // { // VersionInformation
40
+ * // Arn: "STRING_VALUE",
41
+ * // CreationTimestamp: "STRING_VALUE",
42
+ * // Id: "STRING_VALUE",
43
+ * // Version: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListResourceDefinitionVersionsCommandInput - {@link ListResourceDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
44
56
  * @throws {@link BadRequestException} (client fault)
45
57
  * General error information.
46
58
  *
59
+ * @throws {@link GreengrassServiceException}
60
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
61
  *
48
62
  */
49
63
  export declare class ListResourceDefinitionVersionsCommand extends $Command<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
32
32
  * };
33
33
  * const command = new ListResourceDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListResourceDefinitionsResponse
36
+ * // Definitions: [ // __listOfDefinitionInformation
37
+ * // { // DefinitionInformation
38
+ * // Arn: "STRING_VALUE",
39
+ * // CreationTimestamp: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // LastUpdatedTimestamp: "STRING_VALUE",
42
+ * // LatestVersion: "STRING_VALUE",
43
+ * // LatestVersionArn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // Tags: { // Tags
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
35
53
  * ```
36
54
  *
37
55
  * @param ListResourceDefinitionsCommandInput - {@link ListResourceDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
40
58
  * @see {@link ListResourceDefinitionsCommandOutput} for command's `response` shape.
41
59
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
42
60
  *
61
+ * @throws {@link GreengrassServiceException}
62
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
43
63
  *
44
64
  */
45
65
  export declare class ListResourceDefinitionsCommand extends $Command<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
33
33
  * };
34
34
  * const command = new ListSubscriptionDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListSubscriptionDefinitionVersionsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // Versions: [ // __listOfVersionInformation
39
+ * // { // VersionInformation
40
+ * // Arn: "STRING_VALUE",
41
+ * // CreationTimestamp: "STRING_VALUE",
42
+ * // Id: "STRING_VALUE",
43
+ * // Version: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListSubscriptionDefinitionVersionsCommandInput - {@link ListSubscriptionDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
44
56
  * @throws {@link BadRequestException} (client fault)
45
57
  * General error information.
46
58
  *
59
+ * @throws {@link GreengrassServiceException}
60
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
61
  *
48
62
  */
49
63
  export declare class ListSubscriptionDefinitionVersionsCommand extends $Command<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
32
32
  * };
33
33
  * const command = new ListSubscriptionDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListSubscriptionDefinitionsResponse
36
+ * // Definitions: [ // __listOfDefinitionInformation
37
+ * // { // DefinitionInformation
38
+ * // Arn: "STRING_VALUE",
39
+ * // CreationTimestamp: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // LastUpdatedTimestamp: "STRING_VALUE",
42
+ * // LatestVersion: "STRING_VALUE",
43
+ * // LatestVersionArn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // Tags: { // Tags
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
35
53
  * ```
36
54
  *
37
55
  * @param ListSubscriptionDefinitionsCommandInput - {@link ListSubscriptionDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
40
58
  * @see {@link ListSubscriptionDefinitionsCommandOutput} for command's `response` shape.
41
59
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
42
60
  *
61
+ * @throws {@link GreengrassServiceException}
62
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
43
63
  *
44
64
  */
45
65
  export declare class ListSubscriptionDefinitionsCommand extends $Command<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // tags: { // Tags
36
+ * // "<keys>": "STRING_VALUE",
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -42,6 +48,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
42
48
  * @throws {@link BadRequestException} (client fault)
43
49
  * General error information.
44
50
  *
51
+ * @throws {@link GreengrassServiceException}
52
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
45
53
  *
46
54
  */
47
55
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,11 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
33
33
  * };
34
34
  * const command = new ResetDeploymentsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ResetDeploymentsResponse
37
+ * // DeploymentArn: "STRING_VALUE",
38
+ * // DeploymentId: "STRING_VALUE",
39
+ * // };
40
+ *
36
41
  * ```
37
42
  *
38
43
  * @param ResetDeploymentsCommandInput - {@link ResetDeploymentsCommandInput}
@@ -44,6 +49,8 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
44
49
  * @throws {@link BadRequestException} (client fault)
45
50
  * General error information.
46
51
  *
52
+ * @throws {@link GreengrassServiceException}
53
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
54
  *
48
55
  */
49
56
  export declare class ResetDeploymentsCommand extends $Command<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
@@ -36,6 +36,11 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
36
36
  * };
37
37
  * const command = new StartBulkDeploymentCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // StartBulkDeploymentResponse
40
+ * // BulkDeploymentArn: "STRING_VALUE",
41
+ * // BulkDeploymentId: "STRING_VALUE",
42
+ * // };
43
+ *
39
44
  * ```
40
45
  *
41
46
  * @param StartBulkDeploymentCommandInput - {@link StartBulkDeploymentCommandInput}
@@ -47,6 +52,8 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
47
52
  * @throws {@link BadRequestException} (client fault)
48
53
  * General error information.
49
54
  *
55
+ * @throws {@link GreengrassServiceException}
56
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
50
57
  *
51
58
  */
52
59
  export declare class StartBulkDeploymentCommand extends $Command<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
31
31
  * };
32
32
  * const command = new StopBulkDeploymentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param StopBulkDeploymentCommandInput - {@link StopBulkDeploymentCommandInput}
@@ -42,6 +44,8 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
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 StopBulkDeploymentCommand extends $Command<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new TagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -45,6 +47,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
45
47
  * @throws {@link BadRequestException} (client fault)
46
48
  * General error information.
47
49
  *
50
+ * @throws {@link GreengrassServiceException}
51
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
52
  *
49
53
  */
50
54
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -45,6 +47,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
45
47
  * @throws {@link BadRequestException} (client fault)
46
48
  * General error information.
47
49
  *
50
+ * @throws {@link GreengrassServiceException}
51
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
52
  *
49
53
  */
50
54
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig> {
@@ -39,6 +39,11 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
39
39
  * };
40
40
  * const command = new UpdateConnectivityInfoCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // UpdateConnectivityInfoResponse
43
+ * // Message: "STRING_VALUE",
44
+ * // Version: "STRING_VALUE",
45
+ * // };
46
+ *
42
47
  * ```
43
48
  *
44
49
  * @param UpdateConnectivityInfoCommandInput - {@link UpdateConnectivityInfoCommandInput}
@@ -53,6 +58,8 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
53
58
  * @throws {@link InternalServerErrorException} (server fault)
54
59
  * General error information.
55
60
  *
61
+ * @throws {@link GreengrassServiceException}
62
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
56
63
  *
57
64
  */
58
65
  export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
32
32
  * };
33
33
  * const command = new UpdateConnectorDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateConnectorDefinitionCommandInput - {@link UpdateConnectorDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateConnectorDefinitionCommand extends $Command<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
32
32
  * };
33
33
  * const command = new UpdateCoreDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateCoreDefinitionCommandInput - {@link UpdateCoreDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateCoreDefinitionCommand extends $Command<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
32
32
  * };
33
33
  * const command = new UpdateDeviceDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateDeviceDefinitionCommandInput - {@link UpdateDeviceDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateDeviceDefinitionCommand extends $Command<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
32
32
  * };
33
33
  * const command = new UpdateFunctionDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateFunctionDefinitionCommandInput - {@link UpdateFunctionDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateFunctionDefinitionCommand extends $Command<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
32
32
  * };
33
33
  * const command = new UpdateGroupCertificateConfigurationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // UpdateGroupCertificateConfigurationResponse
36
+ * // CertificateAuthorityExpiryInMilliseconds: "STRING_VALUE",
37
+ * // CertificateExpiryInMilliseconds: "STRING_VALUE",
38
+ * // GroupId: "STRING_VALUE",
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param UpdateGroupCertificateConfigurationCommandInput - {@link UpdateGroupCertificateConfigurationCommandInput}
@@ -46,6 +52,8 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
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 UpdateGroupCertificateConfigurationCommand extends $Command<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
32
32
  * };
33
33
  * const command = new UpdateGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateGroupCommandInput - {@link UpdateGroupCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
32
32
  * };
33
33
  * const command = new UpdateLoggerDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateLoggerDefinitionCommandInput - {@link UpdateLoggerDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateLoggerDefinitionCommand extends $Command<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
32
32
  * };
33
33
  * const command = new UpdateResourceDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateResourceDefinitionCommandInput - {@link UpdateResourceDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateResourceDefinitionCommand extends $Command<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
32
32
  * };
33
33
  * const command = new UpdateSubscriptionDefinitionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param UpdateSubscriptionDefinitionCommandInput - {@link UpdateSubscriptionDefinitionCommandInput}
@@ -43,6 +45,8 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
43
45
  * @throws {@link BadRequestException} (client fault)
44
46
  * General error information.
45
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
50
  *
47
51
  */
48
52
  export declare class UpdateSubscriptionDefinitionCommand extends $Command<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
34
34
  * };
35
35
  * const command = new UpdateThingRuntimeConfigurationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UpdateThingRuntimeConfigurationCommandInput - {@link UpdateThingRuntimeConfigurationCommandInput}
@@ -48,6 +50,8 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
48
50
  * @throws {@link InternalServerErrorException} (server fault)
49
51
  * General error information.
50
52
  *
53
+ * @throws {@link GreengrassServiceException}
54
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
51
55
  *
52
56
  */
53
57
  export declare class UpdateThingRuntimeConfigurationCommand extends $Command<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrass",
3
3
  "description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",