@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.
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +12 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +8 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +7 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +22 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +14 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +21 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +20 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +15 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +20 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +55 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +8 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/GetGroupCommand.d.ts +15 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +18 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +20 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +56 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +7 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +20 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +23 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +13 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +15 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +11 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +14 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +20 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +7 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +7 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -32,6 +32,10 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new AssociateRoleToGroupCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // AssociateRoleToGroupResponse
|
|
36
|
+
* // AssociatedAt: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param AssociateRoleToGroupCommandInput - {@link AssociateRoleToGroupCommandInput}
|
|
@@ -46,6 +50,8 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
|
|
|
46
50
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
47
51
|
* General error information.
|
|
48
52
|
*
|
|
53
|
+
* @throws {@link GreengrassServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
49
55
|
*
|
|
50
56
|
*/
|
|
51
57
|
export declare class AssociateRoleToGroupCommand extends $Command<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new AssociateServiceRoleToAccountCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // AssociateServiceRoleToAccountResponse
|
|
35
|
+
* // AssociatedAt: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param AssociateServiceRoleToAccountCommandInput - {@link AssociateServiceRoleToAccountCommandInput}
|
|
@@ -45,6 +49,8 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
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 AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -46,6 +46,16 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateConnectorDefinitionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateConnectorDefinitionResponse
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
54
|
+
* // LatestVersion: "STRING_VALUE",
|
|
55
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
56
|
+
* // Name: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
49
59
|
* ```
|
|
50
60
|
*
|
|
51
61
|
* @param CreateConnectorDefinitionCommandInput - {@link CreateConnectorDefinitionCommandInput}
|
|
@@ -57,6 +67,8 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
|
|
|
57
67
|
* @throws {@link BadRequestException} (client fault)
|
|
58
68
|
* General error information.
|
|
59
69
|
*
|
|
70
|
+
* @throws {@link GreengrassServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
60
72
|
*
|
|
61
73
|
*/
|
|
62
74
|
export declare class CreateConnectorDefinitionCommand extends $Command<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -41,6 +41,13 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateConnectorDefinitionVersionCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateConnectorDefinitionVersionResponse
|
|
45
|
+
* // Arn: "STRING_VALUE",
|
|
46
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
47
|
+
* // Id: "STRING_VALUE",
|
|
48
|
+
* // Version: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
44
51
|
* ```
|
|
45
52
|
*
|
|
46
53
|
* @param CreateConnectorDefinitionVersionCommandInput - {@link CreateConnectorDefinitionVersionCommandInput}
|
|
@@ -52,6 +59,8 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
|
|
|
52
59
|
* @throws {@link BadRequestException} (client fault)
|
|
53
60
|
* General error information.
|
|
54
61
|
*
|
|
62
|
+
* @throws {@link GreengrassServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
55
64
|
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class CreateConnectorDefinitionVersionCommand extends $Command<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -45,6 +45,16 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateCoreDefinitionCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateCoreDefinitionResponse
|
|
49
|
+
* // Arn: "STRING_VALUE",
|
|
50
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
53
|
+
* // LatestVersion: "STRING_VALUE",
|
|
54
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
48
58
|
* ```
|
|
49
59
|
*
|
|
50
60
|
* @param CreateCoreDefinitionCommandInput - {@link CreateCoreDefinitionCommandInput}
|
|
@@ -56,6 +66,8 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
|
|
|
56
66
|
* @throws {@link BadRequestException} (client fault)
|
|
57
67
|
* General error information.
|
|
58
68
|
*
|
|
69
|
+
* @throws {@link GreengrassServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
59
71
|
*
|
|
60
72
|
*/
|
|
61
73
|
export declare class CreateCoreDefinitionCommand extends $Command<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -40,6 +40,13 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateCoreDefinitionVersionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateCoreDefinitionVersionResponse
|
|
44
|
+
* // Arn: "STRING_VALUE",
|
|
45
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // Version: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
43
50
|
* ```
|
|
44
51
|
*
|
|
45
52
|
* @param CreateCoreDefinitionVersionCommandInput - {@link CreateCoreDefinitionVersionCommandInput}
|
|
@@ -51,6 +58,8 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
|
|
|
51
58
|
* @throws {@link BadRequestException} (client fault)
|
|
52
59
|
* General error information.
|
|
53
60
|
*
|
|
61
|
+
* @throws {@link GreengrassServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
54
63
|
*
|
|
55
64
|
*/
|
|
56
65
|
export declare class CreateCoreDefinitionVersionCommand extends $Command<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -35,6 +35,11 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new CreateDeploymentCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // CreateDeploymentResponse
|
|
39
|
+
* // DeploymentArn: "STRING_VALUE",
|
|
40
|
+
* // DeploymentId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
40
45
|
* @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput}
|
|
@@ -46,6 +51,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
46
51
|
* @throws {@link BadRequestException} (client fault)
|
|
47
52
|
* General error information.
|
|
48
53
|
*
|
|
54
|
+
* @throws {@link GreengrassServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
49
56
|
*
|
|
50
57
|
*/
|
|
51
58
|
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -45,6 +45,16 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateDeviceDefinitionCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateDeviceDefinitionResponse
|
|
49
|
+
* // Arn: "STRING_VALUE",
|
|
50
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
53
|
+
* // LatestVersion: "STRING_VALUE",
|
|
54
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
48
58
|
* ```
|
|
49
59
|
*
|
|
50
60
|
* @param CreateDeviceDefinitionCommandInput - {@link CreateDeviceDefinitionCommandInput}
|
|
@@ -56,6 +66,8 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
|
|
|
56
66
|
* @throws {@link BadRequestException} (client fault)
|
|
57
67
|
* General error information.
|
|
58
68
|
*
|
|
69
|
+
* @throws {@link GreengrassServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
59
71
|
*
|
|
60
72
|
*/
|
|
61
73
|
export declare class CreateDeviceDefinitionCommand extends $Command<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -40,6 +40,13 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateDeviceDefinitionVersionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateDeviceDefinitionVersionResponse
|
|
44
|
+
* // Arn: "STRING_VALUE",
|
|
45
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // Version: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
43
50
|
* ```
|
|
44
51
|
*
|
|
45
52
|
* @param CreateDeviceDefinitionVersionCommandInput - {@link CreateDeviceDefinitionVersionCommandInput}
|
|
@@ -51,6 +58,8 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
|
|
|
51
58
|
* @throws {@link BadRequestException} (client fault)
|
|
52
59
|
* General error information.
|
|
53
60
|
*
|
|
61
|
+
* @throws {@link GreengrassServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
54
63
|
*
|
|
55
64
|
*/
|
|
56
65
|
export declare class CreateDeviceDefinitionVersionCommand extends $Command<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -80,6 +80,16 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
|
|
|
80
80
|
* };
|
|
81
81
|
* const command = new CreateFunctionDefinitionCommand(input);
|
|
82
82
|
* const response = await client.send(command);
|
|
83
|
+
* // { // CreateFunctionDefinitionResponse
|
|
84
|
+
* // Arn: "STRING_VALUE",
|
|
85
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
86
|
+
* // Id: "STRING_VALUE",
|
|
87
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
88
|
+
* // LatestVersion: "STRING_VALUE",
|
|
89
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
90
|
+
* // Name: "STRING_VALUE",
|
|
91
|
+
* // };
|
|
92
|
+
*
|
|
83
93
|
* ```
|
|
84
94
|
*
|
|
85
95
|
* @param CreateFunctionDefinitionCommandInput - {@link CreateFunctionDefinitionCommandInput}
|
|
@@ -91,6 +101,8 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
|
|
|
91
101
|
* @throws {@link BadRequestException} (client fault)
|
|
92
102
|
* General error information.
|
|
93
103
|
*
|
|
104
|
+
* @throws {@link GreengrassServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
94
106
|
*
|
|
95
107
|
*/
|
|
96
108
|
export declare class CreateFunctionDefinitionCommand extends $Command<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -75,6 +75,13 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
|
|
|
75
75
|
* };
|
|
76
76
|
* const command = new CreateFunctionDefinitionVersionCommand(input);
|
|
77
77
|
* const response = await client.send(command);
|
|
78
|
+
* // { // CreateFunctionDefinitionVersionResponse
|
|
79
|
+
* // Arn: "STRING_VALUE",
|
|
80
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
81
|
+
* // Id: "STRING_VALUE",
|
|
82
|
+
* // Version: "STRING_VALUE",
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
78
85
|
* ```
|
|
79
86
|
*
|
|
80
87
|
* @param CreateFunctionDefinitionVersionCommandInput - {@link CreateFunctionDefinitionVersionCommandInput}
|
|
@@ -86,6 +93,8 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
|
|
|
86
93
|
* @throws {@link BadRequestException} (client fault)
|
|
87
94
|
* General error information.
|
|
88
95
|
*
|
|
96
|
+
* @throws {@link GreengrassServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
89
98
|
*
|
|
90
99
|
*/
|
|
91
100
|
export declare class CreateFunctionDefinitionVersionCommand extends $Command<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CreateGroupCertificateAuthorityCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CreateGroupCertificateAuthorityResponse
|
|
36
|
+
* // GroupCertificateAuthorityArn: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param CreateGroupCertificateAuthorityCommandInput - {@link CreateGroupCertificateAuthorityCommandInput}
|
|
@@ -46,6 +50,8 @@ export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
|
|
|
46
50
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
47
51
|
* General error information.
|
|
48
52
|
*
|
|
53
|
+
* @throws {@link GreengrassServiceException}
|
|
54
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
49
55
|
*
|
|
50
56
|
*/
|
|
51
57
|
export declare class CreateGroupCertificateAuthorityCommand extends $Command<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -44,6 +44,16 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new CreateGroupCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // CreateGroupResponse
|
|
48
|
+
* // Arn: "STRING_VALUE",
|
|
49
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
50
|
+
* // Id: "STRING_VALUE",
|
|
51
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
52
|
+
* // LatestVersion: "STRING_VALUE",
|
|
53
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
54
|
+
* // Name: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
47
57
|
* ```
|
|
48
58
|
*
|
|
49
59
|
* @param CreateGroupCommandInput - {@link CreateGroupCommandInput}
|
|
@@ -55,6 +65,8 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
55
65
|
* @throws {@link BadRequestException} (client fault)
|
|
56
66
|
* General error information.
|
|
57
67
|
*
|
|
68
|
+
* @throws {@link GreengrassServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
58
70
|
*
|
|
59
71
|
*/
|
|
60
72
|
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -39,6 +39,13 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateGroupVersionCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateGroupVersionResponse
|
|
43
|
+
* // Arn: "STRING_VALUE",
|
|
44
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
45
|
+
* // Id: "STRING_VALUE",
|
|
46
|
+
* // Version: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
42
49
|
* ```
|
|
43
50
|
*
|
|
44
51
|
* @param CreateGroupVersionCommandInput - {@link CreateGroupVersionCommandInput}
|
|
@@ -50,6 +57,8 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
|
|
|
50
57
|
* @throws {@link BadRequestException} (client fault)
|
|
51
58
|
* General error information.
|
|
52
59
|
*
|
|
60
|
+
* @throws {@link GreengrassServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
53
62
|
*
|
|
54
63
|
*/
|
|
55
64
|
export declare class CreateGroupVersionCommand extends $Command<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -46,6 +46,16 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateLoggerDefinitionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateLoggerDefinitionResponse
|
|
50
|
+
* // Arn: "STRING_VALUE",
|
|
51
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
54
|
+
* // LatestVersion: "STRING_VALUE",
|
|
55
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
56
|
+
* // Name: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
49
59
|
* ```
|
|
50
60
|
*
|
|
51
61
|
* @param CreateLoggerDefinitionCommandInput - {@link CreateLoggerDefinitionCommandInput}
|
|
@@ -57,6 +67,8 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
|
|
|
57
67
|
* @throws {@link BadRequestException} (client fault)
|
|
58
68
|
* General error information.
|
|
59
69
|
*
|
|
70
|
+
* @throws {@link GreengrassServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
60
72
|
*
|
|
61
73
|
*/
|
|
62
74
|
export declare class CreateLoggerDefinitionCommand extends $Command<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -41,6 +41,13 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateLoggerDefinitionVersionCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateLoggerDefinitionVersionResponse
|
|
45
|
+
* // Arn: "STRING_VALUE",
|
|
46
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
47
|
+
* // Id: "STRING_VALUE",
|
|
48
|
+
* // Version: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
44
51
|
* ```
|
|
45
52
|
*
|
|
46
53
|
* @param CreateLoggerDefinitionVersionCommandInput - {@link CreateLoggerDefinitionVersionCommandInput}
|
|
@@ -52,6 +59,8 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
|
|
|
52
59
|
* @throws {@link BadRequestException} (client fault)
|
|
53
60
|
* General error information.
|
|
54
61
|
*
|
|
62
|
+
* @throws {@link GreengrassServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
55
64
|
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class CreateLoggerDefinitionVersionCommand extends $Command<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -82,6 +82,16 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
82
82
|
* };
|
|
83
83
|
* const command = new CreateResourceDefinitionCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
+
* // { // CreateResourceDefinitionResponse
|
|
86
|
+
* // Arn: "STRING_VALUE",
|
|
87
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
88
|
+
* // Id: "STRING_VALUE",
|
|
89
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
90
|
+
* // LatestVersion: "STRING_VALUE",
|
|
91
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
92
|
+
* // Name: "STRING_VALUE",
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
85
95
|
* ```
|
|
86
96
|
*
|
|
87
97
|
* @param CreateResourceDefinitionCommandInput - {@link CreateResourceDefinitionCommandInput}
|
|
@@ -93,6 +103,8 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
93
103
|
* @throws {@link BadRequestException} (client fault)
|
|
94
104
|
* General error information.
|
|
95
105
|
*
|
|
106
|
+
* @throws {@link GreengrassServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
96
108
|
*
|
|
97
109
|
*/
|
|
98
110
|
export declare class CreateResourceDefinitionCommand extends $Command<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -77,6 +77,13 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
77
77
|
* };
|
|
78
78
|
* const command = new CreateResourceDefinitionVersionCommand(input);
|
|
79
79
|
* const response = await client.send(command);
|
|
80
|
+
* // { // CreateResourceDefinitionVersionResponse
|
|
81
|
+
* // Arn: "STRING_VALUE",
|
|
82
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
83
|
+
* // Id: "STRING_VALUE",
|
|
84
|
+
* // Version: "STRING_VALUE",
|
|
85
|
+
* // };
|
|
86
|
+
*
|
|
80
87
|
* ```
|
|
81
88
|
*
|
|
82
89
|
* @param CreateResourceDefinitionVersionCommandInput - {@link CreateResourceDefinitionVersionCommandInput}
|
|
@@ -88,6 +95,8 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
88
95
|
* @throws {@link BadRequestException} (client fault)
|
|
89
96
|
* General error information.
|
|
90
97
|
*
|
|
98
|
+
* @throws {@link GreengrassServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
91
100
|
*
|
|
92
101
|
*/
|
|
93
102
|
export declare class CreateResourceDefinitionVersionCommand extends $Command<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -39,6 +39,12 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateSoftwareUpdateJobCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateSoftwareUpdateJobResponse
|
|
43
|
+
* // IotJobArn: "STRING_VALUE",
|
|
44
|
+
* // IotJobId: "STRING_VALUE",
|
|
45
|
+
* // PlatformSoftwareVersion: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
42
48
|
* ```
|
|
43
49
|
*
|
|
44
50
|
* @param CreateSoftwareUpdateJobCommandInput - {@link CreateSoftwareUpdateJobCommandInput}
|
|
@@ -53,6 +59,8 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
|
|
|
53
59
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
54
60
|
* General error information.
|
|
55
61
|
*
|
|
62
|
+
* @throws {@link GreengrassServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
56
64
|
*
|
|
57
65
|
*/
|
|
58
66
|
export declare class CreateSoftwareUpdateJobCommand extends $Command<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -45,6 +45,16 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateSubscriptionDefinitionCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateSubscriptionDefinitionResponse
|
|
49
|
+
* // Arn: "STRING_VALUE",
|
|
50
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // LastUpdatedTimestamp: "STRING_VALUE",
|
|
53
|
+
* // LatestVersion: "STRING_VALUE",
|
|
54
|
+
* // LatestVersionArn: "STRING_VALUE",
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
48
58
|
* ```
|
|
49
59
|
*
|
|
50
60
|
* @param CreateSubscriptionDefinitionCommandInput - {@link CreateSubscriptionDefinitionCommandInput}
|
|
@@ -56,6 +66,8 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
|
|
|
56
66
|
* @throws {@link BadRequestException} (client fault)
|
|
57
67
|
* General error information.
|
|
58
68
|
*
|
|
69
|
+
* @throws {@link GreengrassServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
59
71
|
*
|
|
60
72
|
*/
|
|
61
73
|
export declare class CreateSubscriptionDefinitionCommand extends $Command<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -40,6 +40,13 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateSubscriptionDefinitionVersionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateSubscriptionDefinitionVersionResponse
|
|
44
|
+
* // Arn: "STRING_VALUE",
|
|
45
|
+
* // CreationTimestamp: "STRING_VALUE",
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // Version: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
43
50
|
* ```
|
|
44
51
|
*
|
|
45
52
|
* @param CreateSubscriptionDefinitionVersionCommandInput - {@link CreateSubscriptionDefinitionVersionCommandInput}
|
|
@@ -51,6 +58,8 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
|
|
|
51
58
|
* @throws {@link BadRequestException} (client fault)
|
|
52
59
|
* General error information.
|
|
53
60
|
*
|
|
61
|
+
* @throws {@link GreengrassServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Greengrass service.</p>
|
|
54
63
|
*
|
|
55
64
|
*/
|
|
56
65
|
export declare class CreateSubscriptionDefinitionVersionCommand extends $Command<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteConnectorDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteConnectorDefinitionCommandInput - {@link DeleteConnectorDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
|
|
|
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 DeleteConnectorDefinitionCommand extends $Command<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCoreDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteCoreDefinitionCommandInput - {@link DeleteCoreDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
|
|
|
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 DeleteCoreDefinitionCommand extends $Command<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDeviceDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteDeviceDefinitionCommandInput - {@link DeleteDeviceDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
|
|
|
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 DeleteDeviceDefinitionCommand extends $Command<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFunctionDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteFunctionDefinitionCommandInput - {@link DeleteFunctionDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
|
|
|
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 DeleteFunctionDefinitionCommand extends $Command<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteGroupCommandInput - {@link DeleteGroupCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
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 DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteLoggerDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteLoggerDefinitionCommandInput - {@link DeleteLoggerDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
|
|
|
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 DeleteLoggerDefinitionCommand extends $Command<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourceDefinitionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteResourceDefinitionCommandInput - {@link DeleteResourceDefinitionCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
|
|
|
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 DeleteResourceDefinitionCommand extends $Command<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|