@aws-sdk/client-greengrassv2 3.288.0 → 3.290.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 (30) hide show
  1. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +8 -0
  2. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +18 -0
  3. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +18 -0
  4. package/dist-types/commands/CancelDeploymentCommand.d.ts +22 -0
  5. package/dist-types/commands/CreateComponentVersionCommand.d.ts +28 -0
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +27 -0
  7. package/dist-types/commands/DeleteComponentCommand.d.ts +22 -0
  8. package/dist-types/commands/DeleteCoreDeviceCommand.d.ts +22 -0
  9. package/dist-types/commands/DeleteDeploymentCommand.d.ts +22 -0
  10. package/dist-types/commands/DescribeComponentCommand.d.ts +18 -0
  11. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +4 -0
  12. package/dist-types/commands/GetComponentCommand.d.ts +18 -0
  13. package/dist-types/commands/GetComponentVersionArtifactCommand.d.ts +18 -0
  14. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +8 -0
  15. package/dist-types/commands/GetCoreDeviceCommand.d.ts +18 -0
  16. package/dist-types/commands/GetDeploymentCommand.d.ts +18 -0
  17. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +4 -0
  18. package/dist-types/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +18 -0
  19. package/dist-types/commands/ListComponentVersionsCommand.d.ts +18 -0
  20. package/dist-types/commands/ListComponentsCommand.d.ts +18 -0
  21. package/dist-types/commands/ListCoreDevicesCommand.d.ts +15 -0
  22. package/dist-types/commands/ListDeploymentsCommand.d.ts +15 -0
  23. package/dist-types/commands/ListEffectiveDeploymentsCommand.d.ts +18 -0
  24. package/dist-types/commands/ListInstalledComponentsCommand.d.ts +18 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  26. package/dist-types/commands/ResolveComponentCandidatesCommand.d.ts +22 -0
  27. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +8 -0
  30. package/package.json +29 -29
@@ -33,6 +33,14 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
33
33
  * @see {@link AssociateServiceRoleToAccountCommandOutput} for command's `response` shape.
34
34
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
41
+ * unsupported characters.</p>
42
+ *
43
+ *
36
44
  */
37
45
  export declare class AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
38
46
  readonly input: AssociateServiceRoleToAccountCommandInput;
@@ -40,6 +40,24 @@ export interface BatchAssociateClientDeviceWithCoreDeviceCommandOutput extends B
40
40
  * @see {@link BatchAssociateClientDeviceWithCoreDeviceCommandOutput} for command's `response` shape.
41
41
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>You don't have permission to perform the action.</p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The requested resource can't be found.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
54
+ * amount of times that you can retrieve device or deployment status per second.</p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
58
+ * unsupported characters.</p>
59
+ *
60
+ *
43
61
  */
44
62
  export declare class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command<BatchAssociateClientDeviceWithCoreDeviceCommandInput, BatchAssociateClientDeviceWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
45
63
  readonly input: BatchAssociateClientDeviceWithCoreDeviceCommandInput;
@@ -31,6 +31,24 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceCommandOutput extend
31
31
  * @see {@link BatchDisassociateClientDeviceFromCoreDeviceCommandOutput} for command's `response` shape.
32
32
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have permission to perform the action.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The requested resource can't be found.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
45
+ * amount of times that you can retrieve device or deployment status per second.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
49
+ * unsupported characters.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command<BatchDisassociateClientDeviceFromCoreDeviceCommandInput, BatchDisassociateClientDeviceFromCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
36
54
  readonly input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput;
@@ -31,6 +31,28 @@ export interface CancelDeploymentCommandOutput extends CancelDeploymentResponse,
31
31
  * @see {@link CancelDeploymentCommandOutput} for command's `response` shape.
32
32
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have permission to perform the action.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
39
+ * than one operation on the same resource at the same time.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The requested resource can't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
49
+ * amount of times that you can retrieve device or deployment status per second.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
53
+ * unsupported characters.</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class CancelDeploymentCommand extends $Command<CancelDeploymentCommandInput, CancelDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
36
58
  readonly input: CancelDeploymentCommandInput;
@@ -97,6 +97,34 @@ export interface CreateComponentVersionCommandOutput extends CreateComponentVers
97
97
  * @see {@link CreateComponentVersionCommandOutput} for command's `response` shape.
98
98
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
99
99
  *
100
+ * @throws {@link AccessDeniedException} (client fault)
101
+ * <p>You don't have permission to perform the action.</p>
102
+ *
103
+ * @throws {@link ConflictException} (client fault)
104
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
105
+ * than one operation on the same resource at the same time.</p>
106
+ *
107
+ * @throws {@link InternalServerException} (server fault)
108
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
109
+ *
110
+ * @throws {@link RequestAlreadyInProgressException} (client fault)
111
+ * <p>The request is already in progress. This exception occurs when you use a client token for
112
+ * multiple requests while IoT Greengrass is still processing an earlier request that uses the same client
113
+ * token.</p>
114
+ *
115
+ * @throws {@link ServiceQuotaExceededException} (client fault)
116
+ * <p>Your request exceeds a service quota. For example, you might have the maximum number of
117
+ * components that you can create.</p>
118
+ *
119
+ * @throws {@link ThrottlingException} (client fault)
120
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
121
+ * amount of times that you can retrieve device or deployment status per second.</p>
122
+ *
123
+ * @throws {@link ValidationException} (client fault)
124
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
125
+ * unsupported characters.</p>
126
+ *
127
+ *
100
128
  */
101
129
  export declare class CreateComponentVersionCommand extends $Command<CreateComponentVersionCommandInput, CreateComponentVersionCommandOutput, GreengrassV2ClientResolvedConfig> {
102
130
  readonly input: CreateComponentVersionCommandInput;
@@ -39,6 +39,33 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
39
39
  * @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
40
40
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You don't have permission to perform the action.</p>
44
+ *
45
+ * @throws {@link ConflictException} (client fault)
46
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
47
+ * than one operation on the same resource at the same time.</p>
48
+ *
49
+ * @throws {@link InternalServerException} (server fault)
50
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
51
+ *
52
+ * @throws {@link RequestAlreadyInProgressException} (client fault)
53
+ * <p>The request is already in progress. This exception occurs when you use a client token for
54
+ * multiple requests while IoT Greengrass is still processing an earlier request that uses the same client
55
+ * token.</p>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>The requested resource can't be found.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
62
+ * amount of times that you can retrieve device or deployment status per second.</p>
63
+ *
64
+ * @throws {@link ValidationException} (client fault)
65
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
66
+ * unsupported characters.</p>
67
+ *
68
+ *
42
69
  */
43
70
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
44
71
  readonly input: CreateDeploymentCommandInput;
@@ -35,6 +35,28 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
35
35
  * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
36
36
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You don't have permission to perform the action.</p>
40
+ *
41
+ * @throws {@link ConflictException} (client fault)
42
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
43
+ * than one operation on the same resource at the same time.</p>
44
+ *
45
+ * @throws {@link InternalServerException} (server fault)
46
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The requested resource can't be found.</p>
50
+ *
51
+ * @throws {@link ThrottlingException} (client fault)
52
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
53
+ * amount of times that you can retrieve device or deployment status per second.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
57
+ * unsupported characters.</p>
58
+ *
59
+ *
38
60
  */
39
61
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
40
62
  readonly input: DeleteComponentCommandInput;
@@ -32,6 +32,28 @@ export interface DeleteCoreDeviceCommandOutput extends __MetadataBearer {
32
32
  * @see {@link DeleteCoreDeviceCommandOutput} for command's `response` shape.
33
33
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have permission to perform the action.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
40
+ * than one operation on the same resource at the same time.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The requested resource can't be found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
50
+ * amount of times that you can retrieve device or deployment status per second.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
54
+ * unsupported characters.</p>
55
+ *
56
+ *
35
57
  */
36
58
  export declare class DeleteCoreDeviceCommand extends $Command<DeleteCoreDeviceCommandInput, DeleteCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
37
59
  readonly input: DeleteCoreDeviceCommandInput;
@@ -33,6 +33,28 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
33
33
  * @see {@link DeleteDeploymentCommandOutput} for command's `response` shape.
34
34
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You don't have permission to perform the action.</p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
41
+ * than one operation on the same resource at the same time.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The requested resource can't be found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
51
+ * amount of times that you can retrieve device or deployment status per second.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
55
+ * unsupported characters.</p>
56
+ *
57
+ *
36
58
  */
37
59
  export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
38
60
  readonly input: DeleteDeploymentCommandInput;
@@ -29,6 +29,24 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
29
29
  * @see {@link DescribeComponentCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permission to perform the action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The requested resource can't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
43
+ * amount of times that you can retrieve device or deployment status per second.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
47
+ * unsupported characters.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DescribeComponentCommand extends $Command<DescribeComponentCommandInput, DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
34
52
  readonly input: DescribeComponentCommandInput;
@@ -32,6 +32,10 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
32
32
  * @see {@link DisassociateServiceRoleFromAccountCommandOutput} for command's `response` shape.
33
33
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ *
35
39
  */
36
40
  export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
37
41
  readonly input: DisassociateServiceRoleFromAccountCommandInput;
@@ -29,6 +29,24 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
29
29
  * @see {@link GetComponentCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permission to perform the action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The requested resource can't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
43
+ * amount of times that you can retrieve device or deployment status per second.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
47
+ * unsupported characters.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, GreengrassV2ClientResolvedConfig> {
34
52
  readonly input: GetComponentCommandInput;
@@ -30,6 +30,24 @@ export interface GetComponentVersionArtifactCommandOutput extends GetComponentVe
30
30
  * @see {@link GetComponentVersionArtifactCommandOutput} for command's `response` shape.
31
31
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have permission to perform the action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
44
+ * amount of times that you can retrieve device or deployment status per second.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class GetComponentVersionArtifactCommand extends $Command<GetComponentVersionArtifactCommandInput, GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig> {
35
53
  readonly input: GetComponentVersionArtifactCommandInput;
@@ -35,6 +35,14 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
35
35
  * @see {@link GetConnectivityInfoCommandOutput} for command's `response` shape.
36
36
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
43
+ * unsupported characters.</p>
44
+ *
45
+ *
38
46
  */
39
47
  export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig> {
40
48
  readonly input: GetConnectivityInfoCommandInput;
@@ -56,6 +56,24 @@ export interface GetCoreDeviceCommandOutput extends GetCoreDeviceResponse, __Met
56
56
  * @see {@link GetCoreDeviceCommandOutput} for command's `response` shape.
57
57
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
58
58
  *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You don't have permission to perform the action.</p>
61
+ *
62
+ * @throws {@link InternalServerException} (server fault)
63
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * <p>The requested resource can't be found.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
70
+ * amount of times that you can retrieve device or deployment status per second.</p>
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
74
+ * unsupported characters.</p>
75
+ *
76
+ *
59
77
  */
60
78
  export declare class GetCoreDeviceCommand extends $Command<GetCoreDeviceCommandInput, GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
61
79
  readonly input: GetCoreDeviceCommandInput;
@@ -29,6 +29,24 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
29
29
  * @see {@link GetDeploymentCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permission to perform the action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The requested resource can't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
43
+ * amount of times that you can retrieve device or deployment status per second.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
47
+ * unsupported characters.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig> {
34
52
  readonly input: GetDeploymentCommandInput;
@@ -32,6 +32,10 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
32
32
  * @see {@link GetServiceRoleForAccountCommandOutput} for command's `response` shape.
33
33
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ *
35
39
  */
36
40
  export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig> {
37
41
  readonly input: GetServiceRoleForAccountCommandInput;
@@ -30,6 +30,24 @@ export interface ListClientDevicesAssociatedWithCoreDeviceCommandOutput extends
30
30
  * @see {@link ListClientDevicesAssociatedWithCoreDeviceCommandOutput} for command's `response` shape.
31
31
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have permission to perform the action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
44
+ * amount of times that you can retrieve device or deployment status per second.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command<ListClientDevicesAssociatedWithCoreDeviceCommandInput, ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig> {
35
53
  readonly input: ListClientDevicesAssociatedWithCoreDeviceCommandInput;
@@ -29,6 +29,24 @@ export interface ListComponentVersionsCommandOutput extends ListComponentVersion
29
29
  * @see {@link ListComponentVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permission to perform the action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The requested resource can't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
43
+ * amount of times that you can retrieve device or deployment status per second.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
47
+ * unsupported characters.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListComponentVersionsCommand extends $Command<ListComponentVersionsCommandInput, ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig> {
34
52
  readonly input: ListComponentVersionsCommandInput;
@@ -30,6 +30,24 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
30
30
  * @see {@link ListComponentsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have permission to perform the action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
44
+ * amount of times that you can retrieve device or deployment status per second.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
35
53
  readonly input: ListComponentsCommandInput;
@@ -56,6 +56,21 @@ export interface ListCoreDevicesCommandOutput extends ListCoreDevicesResponse, _
56
56
  * @see {@link ListCoreDevicesCommandOutput} for command's `response` shape.
57
57
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
58
58
  *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You don't have permission to perform the action.</p>
61
+ *
62
+ * @throws {@link InternalServerException} (server fault)
63
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
64
+ *
65
+ * @throws {@link ThrottlingException} (client fault)
66
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
67
+ * amount of times that you can retrieve device or deployment status per second.</p>
68
+ *
69
+ * @throws {@link ValidationException} (client fault)
70
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
71
+ * unsupported characters.</p>
72
+ *
73
+ *
59
74
  */
60
75
  export declare class ListCoreDevicesCommand extends $Command<ListCoreDevicesCommandInput, ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig> {
61
76
  readonly input: ListCoreDevicesCommandInput;
@@ -29,6 +29,21 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
29
29
  * @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permission to perform the action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
40
+ * amount of times that you can retrieve device or deployment status per second.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
44
+ * unsupported characters.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
34
49
  readonly input: ListDeploymentsCommandInput;
@@ -30,6 +30,24 @@ export interface ListEffectiveDeploymentsCommandOutput extends ListEffectiveDepl
30
30
  * @see {@link ListEffectiveDeploymentsCommandOutput} for command's `response` shape.
31
31
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have permission to perform the action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The requested resource can't be found.</p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
44
+ * amount of times that you can retrieve device or deployment status per second.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
48
+ * unsupported characters.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class ListEffectiveDeploymentsCommand extends $Command<ListEffectiveDeploymentsCommandInput, ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig> {
35
53
  readonly input: ListEffectiveDeploymentsCommandInput;
@@ -58,6 +58,24 @@ export interface ListInstalledComponentsCommandOutput extends ListInstalledCompo
58
58
  * @see {@link ListInstalledComponentsCommandOutput} for command's `response` shape.
59
59
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
60
60
  *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You don't have permission to perform the action.</p>
63
+ *
64
+ * @throws {@link InternalServerException} (server fault)
65
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>The requested resource can't be found.</p>
69
+ *
70
+ * @throws {@link ThrottlingException} (client fault)
71
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
72
+ * amount of times that you can retrieve device or deployment status per second.</p>
73
+ *
74
+ * @throws {@link ValidationException} (client fault)
75
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
76
+ * unsupported characters.</p>
77
+ *
78
+ *
61
79
  */
62
80
  export declare class ListInstalledComponentsCommand extends $Command<ListInstalledComponentsCommandInput, ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig> {
63
81
  readonly input: ListInstalledComponentsCommandInput;
@@ -29,6 +29,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The requested resource can't be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
40
+ * unsupported characters.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
34
45
  readonly input: ListTagsForResourceCommandInput;
@@ -43,6 +43,28 @@ export interface ResolveComponentCandidatesCommandOutput extends ResolveComponen
43
43
  * @see {@link ResolveComponentCandidatesCommandOutput} for command's `response` shape.
44
44
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
45
45
  *
46
+ * @throws {@link AccessDeniedException} (client fault)
47
+ * <p>You don't have permission to perform the action.</p>
48
+ *
49
+ * @throws {@link ConflictException} (client fault)
50
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more
51
+ * than one operation on the same resource at the same time.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The requested resource can't be found.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>Your request exceeded a request rate quota. For example, you might have exceeded the
61
+ * amount of times that you can retrieve device or deployment status per second.</p>
62
+ *
63
+ * @throws {@link ValidationException} (client fault)
64
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
65
+ * unsupported characters.</p>
66
+ *
67
+ *
46
68
  */
47
69
  export declare class ResolveComponentCandidatesCommand extends $Command<ResolveComponentCandidatesCommandInput, ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig> {
48
70
  readonly input: ResolveComponentCandidatesCommandInput;
@@ -30,6 +30,17 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
30
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The requested resource can't be found.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
41
+ * unsupported characters.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
35
46
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,17 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The requested resource can't be found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
40
+ * unsupported characters.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig> {
34
45
  readonly input: UntagResourceCommandInput;
@@ -35,6 +35,14 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
35
35
  * @see {@link UpdateConnectivityInfoCommandOutput} for command's `response` shape.
36
36
  * @see {@link GreengrassV2ClientResolvedConfig | config} for GreengrassV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>IoT Greengrass can't process your request right now. Try again later.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or
43
+ * unsupported characters.</p>
44
+ *
45
+ *
38
46
  */
39
47
  export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig> {
40
48
  readonly input: UpdateConnectivityInfoCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-greengrassv2",
3
3
  "description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"