@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
@@ -31,6 +31,19 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio
31
31
  * };
32
32
  * const command = new GetResourceDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetResourceDefinitionResponse
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 GetResourceDefinitionCommandInput - {@link GetResourceDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio
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 GetResourceDefinitionCommand extends $Command<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,60 @@ export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDe
32
32
  * };
33
33
  * const command = new GetResourceDefinitionVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetResourceDefinitionVersionResponse
36
+ * // Arn: "STRING_VALUE",
37
+ * // CreationTimestamp: "STRING_VALUE",
38
+ * // Definition: { // ResourceDefinitionVersion
39
+ * // Resources: [ // __listOfResource
40
+ * // { // Resource
41
+ * // Id: "STRING_VALUE", // required
42
+ * // Name: "STRING_VALUE", // required
43
+ * // ResourceDataContainer: { // ResourceDataContainer
44
+ * // LocalDeviceResourceData: { // LocalDeviceResourceData
45
+ * // GroupOwnerSetting: { // GroupOwnerSetting
46
+ * // AutoAddGroupOwner: true || false,
47
+ * // GroupOwner: "STRING_VALUE",
48
+ * // },
49
+ * // SourcePath: "STRING_VALUE",
50
+ * // },
51
+ * // LocalVolumeResourceData: { // LocalVolumeResourceData
52
+ * // DestinationPath: "STRING_VALUE",
53
+ * // GroupOwnerSetting: {
54
+ * // AutoAddGroupOwner: true || false,
55
+ * // GroupOwner: "STRING_VALUE",
56
+ * // },
57
+ * // SourcePath: "STRING_VALUE",
58
+ * // },
59
+ * // S3MachineLearningModelResourceData: { // S3MachineLearningModelResourceData
60
+ * // DestinationPath: "STRING_VALUE",
61
+ * // OwnerSetting: { // ResourceDownloadOwnerSetting
62
+ * // GroupOwner: "STRING_VALUE", // required
63
+ * // GroupPermission: "ro" || "rw", // required
64
+ * // },
65
+ * // S3Uri: "STRING_VALUE",
66
+ * // },
67
+ * // SageMakerMachineLearningModelResourceData: { // SageMakerMachineLearningModelResourceData
68
+ * // DestinationPath: "STRING_VALUE",
69
+ * // OwnerSetting: {
70
+ * // GroupOwner: "STRING_VALUE", // required
71
+ * // GroupPermission: "ro" || "rw", // required
72
+ * // },
73
+ * // SageMakerJobArn: "STRING_VALUE",
74
+ * // },
75
+ * // SecretsManagerSecretResourceData: { // SecretsManagerSecretResourceData
76
+ * // ARN: "STRING_VALUE",
77
+ * // AdditionalStagingLabelsToDownload: [ // __listOf__string
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // },
81
+ * // },
82
+ * // },
83
+ * // ],
84
+ * // },
85
+ * // Id: "STRING_VALUE",
86
+ * // Version: "STRING_VALUE",
87
+ * // };
88
+ *
35
89
  * ```
36
90
  *
37
91
  * @param GetResourceDefinitionVersionCommandInput - {@link GetResourceDefinitionVersionCommandInput}
@@ -43,6 +97,8 @@ export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDe
43
97
  * @throws {@link BadRequestException} (client fault)
44
98
  * General error information.
45
99
  *
100
+ * @throws {@link GreengrassServiceException}
101
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
102
  *
47
103
  */
48
104
  export declare class GetResourceDefinitionVersionCommand extends $Command<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -29,6 +29,11 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
29
29
  * const input = {};
30
30
  * const command = new GetServiceRoleForAccountCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetServiceRoleForAccountResponse
33
+ * // AssociatedAt: "STRING_VALUE",
34
+ * // RoleArn: "STRING_VALUE",
35
+ * // };
36
+ *
32
37
  * ```
33
38
  *
34
39
  * @param GetServiceRoleForAccountCommandInput - {@link GetServiceRoleForAccountCommandInput}
@@ -40,6 +45,8 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
40
45
  * @throws {@link InternalServerErrorException} (server fault)
41
46
  * General error information.
42
47
  *
48
+ * @throws {@link GreengrassServiceException}
49
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
43
50
  *
44
51
  */
45
52
  export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD
31
31
  * };
32
32
  * const command = new GetSubscriptionDefinitionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSubscriptionDefinitionResponse
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 GetSubscriptionDefinitionCommandInput - {@link GetSubscriptionDefinitionCommandInput}
@@ -42,6 +55,8 @@ export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD
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 GetSubscriptionDefinitionCommand extends $Command<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscr
33
33
  * };
34
34
  * const command = new GetSubscriptionDefinitionVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetSubscriptionDefinitionVersionResponse
37
+ * // Arn: "STRING_VALUE",
38
+ * // CreationTimestamp: "STRING_VALUE",
39
+ * // Definition: { // SubscriptionDefinitionVersion
40
+ * // Subscriptions: [ // __listOfSubscription
41
+ * // { // Subscription
42
+ * // Id: "STRING_VALUE", // required
43
+ * // Source: "STRING_VALUE", // required
44
+ * // Subject: "STRING_VALUE", // required
45
+ * // Target: "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 GetSubscriptionDefinitionVersionCommandInput - {@link GetSubscriptionDefinitionVersionCommandInput}
@@ -44,6 +62,8 @@ export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscr
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 GetSubscriptionDefinitionVersionCommand extends $Command<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRunti
31
31
  * };
32
32
  * const command = new GetThingRuntimeConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetThingRuntimeConfigurationResponse
35
+ * // RuntimeConfiguration: { // RuntimeConfiguration
36
+ * // TelemetryConfiguration: { // TelemetryConfiguration
37
+ * // ConfigurationSyncStatus: "InSync" || "OutOfSync",
38
+ * // Telemetry: "On" || "Off", // required
39
+ * // },
40
+ * // },
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param GetThingRuntimeConfigurationCommandInput - {@link GetThingRuntimeConfigurationCommandInput}
@@ -45,6 +54,8 @@ export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRunti
45
54
  * @throws {@link InternalServerErrorException} (server fault)
46
55
  * General error information.
47
56
  *
57
+ * @throws {@link GreengrassServiceException}
58
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
59
  *
49
60
  */
50
61
  export declare class GetThingRuntimeConfigurationCommand extends $Command<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,27 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
33
33
  * };
34
34
  * const command = new ListBulkDeploymentDetailedReportsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListBulkDeploymentDetailedReportsResponse
37
+ * // Deployments: [ // BulkDeploymentResults
38
+ * // { // BulkDeploymentResult
39
+ * // CreatedAt: "STRING_VALUE",
40
+ * // DeploymentArn: "STRING_VALUE",
41
+ * // DeploymentId: "STRING_VALUE",
42
+ * // DeploymentStatus: "STRING_VALUE",
43
+ * // DeploymentType: "NewDeployment" || "Redeployment" || "ResetDeployment" || "ForceResetDeployment",
44
+ * // ErrorDetails: [ // ErrorDetails
45
+ * // { // ErrorDetail
46
+ * // DetailedErrorCode: "STRING_VALUE",
47
+ * // DetailedErrorMessage: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // ErrorMessage: "STRING_VALUE",
51
+ * // GroupArn: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
36
57
  * ```
37
58
  *
38
59
  * @param ListBulkDeploymentDetailedReportsCommandInput - {@link ListBulkDeploymentDetailedReportsCommandInput}
@@ -44,6 +65,8 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
44
65
  * @throws {@link BadRequestException} (client fault)
45
66
  * General error information.
46
67
  *
68
+ * @throws {@link GreengrassServiceException}
69
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
70
  *
48
71
  */
49
72
  export declare class ListBulkDeploymentDetailedReportsCommand extends $Command<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes
32
32
  * };
33
33
  * const command = new ListBulkDeploymentsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListBulkDeploymentsResponse
36
+ * // BulkDeployments: [ // BulkDeployments
37
+ * // { // BulkDeployment
38
+ * // BulkDeploymentArn: "STRING_VALUE",
39
+ * // BulkDeploymentId: "STRING_VALUE",
40
+ * // CreatedAt: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListBulkDeploymentsCommandInput - {@link ListBulkDeploymentsCommandInput}
@@ -43,6 +54,8 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes
43
54
  * @throws {@link BadRequestException} (client fault)
44
55
  * General error information.
45
56
  *
57
+ * @throws {@link GreengrassServiceException}
58
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
46
59
  *
47
60
  */
48
61
  export declare class ListBulkDeploymentsCommand extends $Command<ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnec
33
33
  * };
34
34
  * const command = new ListConnectorDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListConnectorDefinitionVersionsResponse
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 ListConnectorDefinitionVersionsCommandInput - {@link ListConnectorDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnec
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 ListConnectorDefinitionVersionsCommand extends $Command<ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi
32
32
  * };
33
33
  * const command = new ListConnectorDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListConnectorDefinitionsResponse
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 ListConnectorDefinitionsCommandInput - {@link ListConnectorDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi
40
58
  * @see {@link ListConnectorDefinitionsCommandOutput} 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 ListConnectorDefinitionsCommand extends $Command<ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit
33
33
  * };
34
34
  * const command = new ListCoreDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListCoreDefinitionVersionsResponse
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 ListCoreDefinitionVersionsCommandInput - {@link ListCoreDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit
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 ListCoreDefinitionVersionsCommand extends $Command<ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes
32
32
  * };
33
33
  * const command = new ListCoreDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListCoreDefinitionsResponse
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 ListCoreDefinitionsCommandInput - {@link ListCoreDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes
40
58
  * @see {@link ListCoreDefinitionsCommandOutput} 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 ListCoreDefinitionsCommand extends $Command<ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
33
33
  * };
34
34
  * const command = new ListDeploymentsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDeploymentsResponse
37
+ * // Deployments: [ // Deployments
38
+ * // { // Deployment
39
+ * // CreatedAt: "STRING_VALUE",
40
+ * // DeploymentArn: "STRING_VALUE",
41
+ * // DeploymentId: "STRING_VALUE",
42
+ * // DeploymentType: "NewDeployment" || "Redeployment" || "ResetDeployment" || "ForceResetDeployment",
43
+ * // GroupArn: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param ListDeploymentsCommandInput - {@link ListDeploymentsCommandInput}
@@ -44,6 +57,8 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
44
57
  * @throws {@link BadRequestException} (client fault)
45
58
  * General error information.
46
59
  *
60
+ * @throws {@link GreengrassServiceException}
61
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
47
62
  *
48
63
  */
49
64
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
33
33
  * };
34
34
  * const command = new ListDeviceDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDeviceDefinitionVersionsResponse
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 ListDeviceDefinitionVersionsCommandInput - {@link ListDeviceDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
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 ListDeviceDefinitionVersionsCommand extends $Command<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
32
32
  * };
33
33
  * const command = new ListDeviceDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListDeviceDefinitionsResponse
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 ListDeviceDefinitionsCommandInput - {@link ListDeviceDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
40
58
  * @see {@link ListDeviceDefinitionsCommandOutput} 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 ListDeviceDefinitionsCommand extends $Command<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
33
33
  * };
34
34
  * const command = new ListFunctionDefinitionVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListFunctionDefinitionVersionsResponse
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 ListFunctionDefinitionVersionsCommandInput - {@link ListFunctionDefinitionVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
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 ListFunctionDefinitionVersionsCommand extends $Command<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
32
32
  * };
33
33
  * const command = new ListFunctionDefinitionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListFunctionDefinitionsResponse
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 ListFunctionDefinitionsCommandInput - {@link ListFunctionDefinitionsCommandInput}
@@ -40,6 +58,8 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
40
58
  * @see {@link ListFunctionDefinitionsCommandOutput} 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 ListFunctionDefinitionsCommand extends $Command<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
31
31
  * };
32
32
  * const command = new ListGroupCertificateAuthoritiesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListGroupCertificateAuthoritiesResponse
35
+ * // GroupCertificateAuthorities: [ // __listOfGroupCertificateAuthorityProperties
36
+ * // { // GroupCertificateAuthorityProperties
37
+ * // GroupCertificateAuthorityArn: "STRING_VALUE",
38
+ * // GroupCertificateAuthorityId: "STRING_VALUE",
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListGroupCertificateAuthoritiesCommandInput - {@link ListGroupCertificateAuthoritiesCommandInput}
@@ -45,6 +54,8 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
45
54
  * @throws {@link InternalServerErrorException} (server fault)
46
55
  * General error information.
47
56
  *
57
+ * @throws {@link GreengrassServiceException}
58
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
48
59
  *
49
60
  */
50
61
  export declare class ListGroupCertificateAuthoritiesCommand extends $Command<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
33
33
  * };
34
34
  * const command = new ListGroupVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListGroupVersionsResponse
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 ListGroupVersionsCommandInput - {@link ListGroupVersionsCommandInput}
@@ -44,6 +56,8 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
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 ListGroupVersionsCommand extends $Command<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig> {
@@ -32,6 +32,21 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
32
32
  * };
33
33
  * const command = new ListGroupsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListGroupsResponse
36
+ * // Groups: [ // __listOfGroupInformation
37
+ * // { // GroupInformation
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
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param ListGroupsCommandInput - {@link ListGroupsCommandInput}
@@ -40,6 +55,8 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
40
55
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
41
56
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
42
57
  *
58
+ * @throws {@link GreengrassServiceException}
59
+ * <p>Base exception class for all service exceptions from Greengrass service.</p>
43
60
  *
44
61
  */
45
62
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, GreengrassClientResolvedConfig> {