@aws-sdk/client-application-discovery-service 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 (26) hide show
  1. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +18 -0
  2. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +18 -0
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +18 -0
  4. package/dist-types/commands/CreateTagsCommand.d.ts +22 -0
  5. package/dist-types/commands/DeleteApplicationsCommand.d.ts +18 -0
  6. package/dist-types/commands/DeleteTagsCommand.d.ts +22 -0
  7. package/dist-types/commands/DescribeAgentsCommand.d.ts +18 -0
  8. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +18 -0
  9. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +25 -0
  10. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +22 -0
  11. package/dist-types/commands/DescribeExportTasksCommand.d.ts +18 -0
  12. package/dist-types/commands/DescribeImportTasksCommand.d.ts +18 -0
  13. package/dist-types/commands/DescribeTagsCommand.d.ts +22 -0
  14. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +18 -0
  15. package/dist-types/commands/ExportConfigurationsCommand.d.ts +21 -0
  16. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +18 -0
  17. package/dist-types/commands/ListConfigurationsCommand.d.ts +22 -0
  18. package/dist-types/commands/ListServerNeighborsCommand.d.ts +18 -0
  19. package/dist-types/commands/StartContinuousExportCommand.d.ts +31 -0
  20. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +18 -0
  21. package/dist-types/commands/StartExportTaskCommand.d.ts +21 -0
  22. package/dist-types/commands/StartImportTaskCommand.d.ts +25 -0
  23. package/dist-types/commands/StopContinuousExportCommand.d.ts +32 -0
  24. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +18 -0
  25. package/dist-types/commands/UpdateApplicationCommand.d.ts +18 -0
  26. package/package.json +29 -29
@@ -29,6 +29,24 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
29
29
  * @see {@link AssociateConfigurationItemsToApplicationCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link ServerInternalErrorException} (server fault)
47
+ * <p>The server experienced an internal error. Try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class AssociateConfigurationItemsToApplicationCommand extends $Command<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
52
  readonly input: AssociateConfigurationItemsToApplicationCommandInput;
@@ -35,6 +35,24 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
35
35
  * @see {@link BatchDeleteImportDataCommandOutput} for command's `response` shape.
36
36
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
37
37
  *
38
+ * @throws {@link AuthorizationErrorException} (client fault)
39
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
40
+ * policy associated with this account.</p>
41
+ *
42
+ * @throws {@link HomeRegionNotSetException} (client fault)
43
+ * <p>The home region is not set. Set the home region to continue.</p>
44
+ *
45
+ * @throws {@link InvalidParameterException} (client fault)
46
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
47
+ *
48
+ * @throws {@link InvalidParameterValueException} (client fault)
49
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
50
+ * parameter values and try again.</p>
51
+ *
52
+ * @throws {@link ServerInternalErrorException} (server fault)
53
+ * <p>The server experienced an internal error. Try again.</p>
54
+ *
55
+ *
38
56
  */
39
57
  export declare class BatchDeleteImportDataCommand extends $Command<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
40
58
  readonly input: BatchDeleteImportDataCommandInput;
@@ -29,6 +29,24 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
29
29
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link ServerInternalErrorException} (server fault)
47
+ * <p>The server experienced an internal error. Try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
52
  readonly input: CreateApplicationCommandInput;
@@ -33,6 +33,28 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
33
33
  * @see {@link CreateTagsCommandOutput} for command's `response` shape.
34
34
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
35
35
  *
36
+ * @throws {@link AuthorizationErrorException} (client fault)
37
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
38
+ * policy associated with this account.</p>
39
+ *
40
+ * @throws {@link HomeRegionNotSetException} (client fault)
41
+ * <p>The home region is not set. Set the home region to continue.</p>
42
+ *
43
+ * @throws {@link InvalidParameterException} (client fault)
44
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
45
+ *
46
+ * @throws {@link InvalidParameterValueException} (client fault)
47
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
48
+ * parameter values and try again.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
52
+ * again.</p>
53
+ *
54
+ * @throws {@link ServerInternalErrorException} (server fault)
55
+ * <p>The server experienced an internal error. Try again.</p>
56
+ *
57
+ *
36
58
  */
37
59
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
38
60
  readonly input: CreateTagsCommandInput;
@@ -30,6 +30,24 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
30
30
  * @see {@link DeleteApplicationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AuthorizationErrorException} (client fault)
34
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
35
+ * policy associated with this account.</p>
36
+ *
37
+ * @throws {@link HomeRegionNotSetException} (client fault)
38
+ * <p>The home region is not set. Set the home region to continue.</p>
39
+ *
40
+ * @throws {@link InvalidParameterException} (client fault)
41
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValueException} (client fault)
44
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
45
+ * parameter values and try again.</p>
46
+ *
47
+ * @throws {@link ServerInternalErrorException} (server fault)
48
+ * <p>The server experienced an internal error. Try again.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class DeleteApplicationsCommand extends $Command<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
35
53
  readonly input: DeleteApplicationsCommandInput;
@@ -30,6 +30,28 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
30
30
  * @see {@link DeleteTagsCommandOutput} for command's `response` shape.
31
31
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AuthorizationErrorException} (client fault)
34
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
35
+ * policy associated with this account.</p>
36
+ *
37
+ * @throws {@link HomeRegionNotSetException} (client fault)
38
+ * <p>The home region is not set. Set the home region to continue.</p>
39
+ *
40
+ * @throws {@link InvalidParameterException} (client fault)
41
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValueException} (client fault)
44
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
45
+ * parameter values and try again.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
49
+ * again.</p>
50
+ *
51
+ * @throws {@link ServerInternalErrorException} (server fault)
52
+ * <p>The server experienced an internal error. Try again.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
35
57
  readonly input: DeleteTagsCommandInput;
@@ -31,6 +31,24 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
31
31
  * @see {@link DescribeAgentsCommandOutput} for command's `response` shape.
32
32
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AuthorizationErrorException} (client fault)
35
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
36
+ * policy associated with this account.</p>
37
+ *
38
+ * @throws {@link HomeRegionNotSetException} (client fault)
39
+ * <p>The home region is not set. Set the home region to continue.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
46
+ * parameter values and try again.</p>
47
+ *
48
+ * @throws {@link ServerInternalErrorException} (server fault)
49
+ * <p>The server experienced an internal error. Try again.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class DescribeAgentsCommand extends $Command<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
36
54
  readonly input: DescribeAgentsCommandInput;
@@ -52,6 +52,24 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
52
52
  * @see {@link DescribeConfigurationsCommandOutput} for command's `response` shape.
53
53
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
54
54
  *
55
+ * @throws {@link AuthorizationErrorException} (client fault)
56
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
57
+ * policy associated with this account.</p>
58
+ *
59
+ * @throws {@link HomeRegionNotSetException} (client fault)
60
+ * <p>The home region is not set. Set the home region to continue.</p>
61
+ *
62
+ * @throws {@link InvalidParameterException} (client fault)
63
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
64
+ *
65
+ * @throws {@link InvalidParameterValueException} (client fault)
66
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
67
+ * parameter values and try again.</p>
68
+ *
69
+ * @throws {@link ServerInternalErrorException} (server fault)
70
+ * <p>The server experienced an internal error. Try again.</p>
71
+ *
72
+ *
55
73
  */
56
74
  export declare class DescribeConfigurationsCommand extends $Command<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
57
75
  readonly input: DescribeConfigurationsCommandInput;
@@ -31,6 +31,31 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
31
31
  * @see {@link DescribeContinuousExportsCommandOutput} for command's `response` shape.
32
32
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AuthorizationErrorException} (client fault)
35
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
36
+ * policy associated with this account.</p>
37
+ *
38
+ * @throws {@link HomeRegionNotSetException} (client fault)
39
+ * <p>The home region is not set. Set the home region to continue.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
46
+ * parameter values and try again.</p>
47
+ *
48
+ * @throws {@link OperationNotPermittedException} (client fault)
49
+ * <p>This operation is not permitted.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
53
+ * again.</p>
54
+ *
55
+ * @throws {@link ServerInternalErrorException} (server fault)
56
+ * <p>The server experienced an internal error. Try again.</p>
57
+ *
58
+ *
34
59
  */
35
60
  export declare class DescribeContinuousExportsCommand extends $Command<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
36
61
  readonly input: DescribeContinuousExportsCommandInput;
@@ -32,6 +32,28 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
32
32
  * @see {@link DescribeExportConfigurationsCommandOutput} for command's `response` shape.
33
33
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
34
34
  *
35
+ * @throws {@link AuthorizationErrorException} (client fault)
36
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
37
+ * policy associated with this account.</p>
38
+ *
39
+ * @throws {@link HomeRegionNotSetException} (client fault)
40
+ * <p>The home region is not set. Set the home region to continue.</p>
41
+ *
42
+ * @throws {@link InvalidParameterException} (client fault)
43
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
44
+ *
45
+ * @throws {@link InvalidParameterValueException} (client fault)
46
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
47
+ * parameter values and try again.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
51
+ * again.</p>
52
+ *
53
+ * @throws {@link ServerInternalErrorException} (server fault)
54
+ * <p>The server experienced an internal error. Try again.</p>
55
+ *
56
+ *
35
57
  */
36
58
  export declare class DescribeExportConfigurationsCommand extends $Command<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
37
59
  readonly input: DescribeExportConfigurationsCommandInput;
@@ -30,6 +30,24 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
30
30
  * @see {@link DescribeExportTasksCommandOutput} for command's `response` shape.
31
31
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AuthorizationErrorException} (client fault)
34
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
35
+ * policy associated with this account.</p>
36
+ *
37
+ * @throws {@link HomeRegionNotSetException} (client fault)
38
+ * <p>The home region is not set. Set the home region to continue.</p>
39
+ *
40
+ * @throws {@link InvalidParameterException} (client fault)
41
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValueException} (client fault)
44
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
45
+ * parameter values and try again.</p>
46
+ *
47
+ * @throws {@link ServerInternalErrorException} (server fault)
48
+ * <p>The server experienced an internal error. Try again.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class DescribeExportTasksCommand extends $Command<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
35
53
  readonly input: DescribeExportTasksCommandInput;
@@ -30,6 +30,24 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
30
30
  * @see {@link DescribeImportTasksCommandOutput} for command's `response` shape.
31
31
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AuthorizationErrorException} (client fault)
34
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
35
+ * policy associated with this account.</p>
36
+ *
37
+ * @throws {@link HomeRegionNotSetException} (client fault)
38
+ * <p>The home region is not set. Set the home region to continue.</p>
39
+ *
40
+ * @throws {@link InvalidParameterException} (client fault)
41
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValueException} (client fault)
44
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
45
+ * parameter values and try again.</p>
46
+ *
47
+ * @throws {@link ServerInternalErrorException} (server fault)
48
+ * <p>The server experienced an internal error. Try again.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class DescribeImportTasksCommand extends $Command<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
35
53
  readonly input: DescribeImportTasksCommandInput;
@@ -44,6 +44,28 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
44
44
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
45
45
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
46
46
  *
47
+ * @throws {@link AuthorizationErrorException} (client fault)
48
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
49
+ * policy associated with this account.</p>
50
+ *
51
+ * @throws {@link HomeRegionNotSetException} (client fault)
52
+ * <p>The home region is not set. Set the home region to continue.</p>
53
+ *
54
+ * @throws {@link InvalidParameterException} (client fault)
55
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
56
+ *
57
+ * @throws {@link InvalidParameterValueException} (client fault)
58
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
59
+ * parameter values and try again.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
63
+ * again.</p>
64
+ *
65
+ * @throws {@link ServerInternalErrorException} (server fault)
66
+ * <p>The server experienced an internal error. Try again.</p>
67
+ *
68
+ *
47
69
  */
48
70
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
49
71
  readonly input: DescribeTagsCommandInput;
@@ -29,6 +29,24 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
29
29
  * @see {@link DisassociateConfigurationItemsFromApplicationCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link ServerInternalErrorException} (server fault)
47
+ * <p>The server experienced an internal error. Try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DisassociateConfigurationItemsFromApplicationCommand extends $Command<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
52
  readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
@@ -36,6 +36,27 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
36
36
  * @see {@link ExportConfigurationsCommandOutput} for command's `response` shape.
37
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
38
38
  *
39
+ * @throws {@link AuthorizationErrorException} (client fault)
40
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
41
+ * policy associated with this account.</p>
42
+ *
43
+ * @throws {@link HomeRegionNotSetException} (client fault)
44
+ * <p>The home region is not set. Set the home region to continue.</p>
45
+ *
46
+ * @throws {@link InvalidParameterException} (client fault)
47
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
48
+ *
49
+ * @throws {@link InvalidParameterValueException} (client fault)
50
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
51
+ * parameter values and try again.</p>
52
+ *
53
+ * @throws {@link OperationNotPermittedException} (client fault)
54
+ * <p>This operation is not permitted.</p>
55
+ *
56
+ * @throws {@link ServerInternalErrorException} (server fault)
57
+ * <p>The server experienced an internal error. Try again.</p>
58
+ *
59
+ *
39
60
  */
40
61
  export declare class ExportConfigurationsCommand extends $Command<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
41
62
  readonly input: ExportConfigurationsCommandInput;
@@ -31,6 +31,24 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
31
31
  * @see {@link GetDiscoverySummaryCommandOutput} for command's `response` shape.
32
32
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AuthorizationErrorException} (client fault)
35
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
36
+ * policy associated with this account.</p>
37
+ *
38
+ * @throws {@link HomeRegionNotSetException} (client fault)
39
+ * <p>The home region is not set. Set the home region to continue.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
46
+ * parameter values and try again.</p>
47
+ *
48
+ * @throws {@link ServerInternalErrorException} (server fault)
49
+ * <p>The server experienced an internal error. Try again.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class GetDiscoverySummaryCommand extends $Command<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
36
54
  readonly input: GetDiscoverySummaryCommandInput;
@@ -31,6 +31,28 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
31
31
  * @see {@link ListConfigurationsCommandOutput} for command's `response` shape.
32
32
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AuthorizationErrorException} (client fault)
35
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
36
+ * policy associated with this account.</p>
37
+ *
38
+ * @throws {@link HomeRegionNotSetException} (client fault)
39
+ * <p>The home region is not set. Set the home region to continue.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
46
+ * parameter values and try again.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
50
+ * again.</p>
51
+ *
52
+ * @throws {@link ServerInternalErrorException} (server fault)
53
+ * <p>The server experienced an internal error. Try again.</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class ListConfigurationsCommand extends $Command<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
36
58
  readonly input: ListConfigurationsCommandInput;
@@ -30,6 +30,24 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
30
30
  * @see {@link ListServerNeighborsCommandOutput} for command's `response` shape.
31
31
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AuthorizationErrorException} (client fault)
34
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
35
+ * policy associated with this account.</p>
36
+ *
37
+ * @throws {@link HomeRegionNotSetException} (client fault)
38
+ * <p>The home region is not set. Set the home region to continue.</p>
39
+ *
40
+ * @throws {@link InvalidParameterException} (client fault)
41
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValueException} (client fault)
44
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
45
+ * parameter values and try again.</p>
46
+ *
47
+ * @throws {@link ServerInternalErrorException} (server fault)
48
+ * <p>The server experienced an internal error. Try again.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class ListServerNeighborsCommand extends $Command<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
35
53
  readonly input: ListServerNeighborsCommandInput;
@@ -29,6 +29,37 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
29
29
  * @see {@link StartContinuousExportCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link ConflictErrorException} (client fault)
37
+ * <p></p>
38
+ *
39
+ * @throws {@link HomeRegionNotSetException} (client fault)
40
+ * <p>The home region is not set. Set the home region to continue.</p>
41
+ *
42
+ * @throws {@link InvalidParameterException} (client fault)
43
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
44
+ *
45
+ * @throws {@link InvalidParameterValueException} (client fault)
46
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
47
+ * parameter values and try again.</p>
48
+ *
49
+ * @throws {@link OperationNotPermittedException} (client fault)
50
+ * <p>This operation is not permitted.</p>
51
+ *
52
+ * @throws {@link ResourceInUseException} (client fault)
53
+ * <p>This issue occurs when the same <code>clientRequestToken</code> is used with the
54
+ * <code>StartImportTask</code> action, but with different parameters. For example, you use the
55
+ * same request token but have two different import URLs, you can encounter this issue. If the
56
+ * import tasks are meant to be different, use a different <code>clientRequestToken</code>, and
57
+ * try again.</p>
58
+ *
59
+ * @throws {@link ServerInternalErrorException} (server fault)
60
+ * <p>The server experienced an internal error. Try again.</p>
61
+ *
62
+ *
32
63
  */
33
64
  export declare class StartContinuousExportCommand extends $Command<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
65
  readonly input: StartContinuousExportCommandInput;
@@ -29,6 +29,24 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
29
29
  * @see {@link StartDataCollectionByAgentIdsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link ServerInternalErrorException} (server fault)
47
+ * <p>The server experienced an internal error. Try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class StartDataCollectionByAgentIdsCommand extends $Command<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
52
  readonly input: StartDataCollectionByAgentIdsCommandInput;
@@ -37,6 +37,27 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
37
37
  * @see {@link StartExportTaskCommandOutput} for command's `response` shape.
38
38
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
39
39
  *
40
+ * @throws {@link AuthorizationErrorException} (client fault)
41
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
42
+ * policy associated with this account.</p>
43
+ *
44
+ * @throws {@link HomeRegionNotSetException} (client fault)
45
+ * <p>The home region is not set. Set the home region to continue.</p>
46
+ *
47
+ * @throws {@link InvalidParameterException} (client fault)
48
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
49
+ *
50
+ * @throws {@link InvalidParameterValueException} (client fault)
51
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
52
+ * parameter values and try again.</p>
53
+ *
54
+ * @throws {@link OperationNotPermittedException} (client fault)
55
+ * <p>This operation is not permitted.</p>
56
+ *
57
+ * @throws {@link ServerInternalErrorException} (server fault)
58
+ * <p>The server experienced an internal error. Try again.</p>
59
+ *
60
+ *
40
61
  */
41
62
  export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
42
63
  readonly input: StartExportTaskCommandInput;
@@ -60,6 +60,31 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
60
60
  * @see {@link StartImportTaskCommandOutput} for command's `response` shape.
61
61
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
62
62
  *
63
+ * @throws {@link AuthorizationErrorException} (client fault)
64
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
65
+ * policy associated with this account.</p>
66
+ *
67
+ * @throws {@link HomeRegionNotSetException} (client fault)
68
+ * <p>The home region is not set. Set the home region to continue.</p>
69
+ *
70
+ * @throws {@link InvalidParameterException} (client fault)
71
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
72
+ *
73
+ * @throws {@link InvalidParameterValueException} (client fault)
74
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
75
+ * parameter values and try again.</p>
76
+ *
77
+ * @throws {@link ResourceInUseException} (client fault)
78
+ * <p>This issue occurs when the same <code>clientRequestToken</code> is used with the
79
+ * <code>StartImportTask</code> action, but with different parameters. For example, you use the
80
+ * same request token but have two different import URLs, you can encounter this issue. If the
81
+ * import tasks are meant to be different, use a different <code>clientRequestToken</code>, and
82
+ * try again.</p>
83
+ *
84
+ * @throws {@link ServerInternalErrorException} (server fault)
85
+ * <p>The server experienced an internal error. Try again.</p>
86
+ *
87
+ *
63
88
  */
64
89
  export declare class StartImportTaskCommand extends $Command<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
65
90
  readonly input: StartImportTaskCommandInput;
@@ -29,6 +29,38 @@ export interface StopContinuousExportCommandOutput extends StopContinuousExportR
29
29
  * @see {@link StopContinuousExportCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link OperationNotPermittedException} (client fault)
47
+ * <p>This operation is not permitted.</p>
48
+ *
49
+ * @throws {@link ResourceInUseException} (client fault)
50
+ * <p>This issue occurs when the same <code>clientRequestToken</code> is used with the
51
+ * <code>StartImportTask</code> action, but with different parameters. For example, you use the
52
+ * same request token but have two different import URLs, you can encounter this issue. If the
53
+ * import tasks are meant to be different, use a different <code>clientRequestToken</code>, and
54
+ * try again.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The specified configuration ID was not located. Verify the configuration ID and try
58
+ * again.</p>
59
+ *
60
+ * @throws {@link ServerInternalErrorException} (server fault)
61
+ * <p>The server experienced an internal error. Try again.</p>
62
+ *
63
+ *
32
64
  */
33
65
  export declare class StopContinuousExportCommand extends $Command<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
66
  readonly input: StopContinuousExportCommandInput;
@@ -29,6 +29,24 @@ export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataColle
29
29
  * @see {@link StopDataCollectionByAgentIdsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link ServerInternalErrorException} (server fault)
47
+ * <p>The server experienced an internal error. Try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class StopDataCollectionByAgentIdsCommand extends $Command<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
52
  readonly input: StopDataCollectionByAgentIdsCommandInput;
@@ -29,6 +29,24 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
29
29
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
30
30
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthorizationErrorException} (client fault)
33
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
34
+ * policy associated with this account.</p>
35
+ *
36
+ * @throws {@link HomeRegionNotSetException} (client fault)
37
+ * <p>The home region is not set. Set the home region to continue.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>The value of one or more parameters are either invalid or out of range. Verify the
44
+ * parameter values and try again.</p>
45
+ *
46
+ * @throws {@link ServerInternalErrorException} (server fault)
47
+ * <p>The server experienced an internal error. Try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
34
52
  readonly input: UpdateApplicationCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service 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"