@aws-sdk/client-iottwinmaker 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 (35) hide show
  1. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +13 -0
  2. package/dist-types/commands/CreateComponentTypeCommand.d.ts +19 -0
  3. package/dist-types/commands/CreateEntityCommand.d.ts +19 -0
  4. package/dist-types/commands/CreateSceneCommand.d.ts +19 -0
  5. package/dist-types/commands/CreateSyncJobCommand.d.ts +19 -0
  6. package/dist-types/commands/CreateWorkspaceCommand.d.ts +19 -0
  7. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteEntityCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteSceneCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteSyncJobCommand.d.ts +19 -0
  11. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +16 -0
  12. package/dist-types/commands/ExecuteQueryCommand.d.ts +19 -0
  13. package/dist-types/commands/GetComponentTypeCommand.d.ts +16 -0
  14. package/dist-types/commands/GetEntityCommand.d.ts +16 -0
  15. package/dist-types/commands/GetPricingPlanCommand.d.ts +13 -0
  16. package/dist-types/commands/GetPropertyValueCommand.d.ts +22 -0
  17. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +22 -0
  18. package/dist-types/commands/GetSceneCommand.d.ts +16 -0
  19. package/dist-types/commands/GetSyncJobCommand.d.ts +19 -0
  20. package/dist-types/commands/GetWorkspaceCommand.d.ts +16 -0
  21. package/dist-types/commands/ListComponentTypesCommand.d.ts +13 -0
  22. package/dist-types/commands/ListEntitiesCommand.d.ts +13 -0
  23. package/dist-types/commands/ListScenesCommand.d.ts +13 -0
  24. package/dist-types/commands/ListSyncJobsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListSyncResourcesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -0
  27. package/dist-types/commands/ListWorkspacesCommand.d.ts +13 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +10 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  30. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +19 -0
  31. package/dist-types/commands/UpdateEntityCommand.d.ts +22 -0
  32. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +13 -0
  33. package/dist-types/commands/UpdateSceneCommand.d.ts +16 -0
  34. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +19 -0
  35. package/package.json +29 -29
@@ -29,6 +29,19 @@ export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyVal
29
29
  * @see {@link BatchPutPropertyValuesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error has occurred.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class BatchPutPropertyValuesCommand extends $Command<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: BatchPutPropertyValuesCommandInput;
@@ -29,6 +29,25 @@ export interface CreateComponentTypeCommandOutput extends CreateComponentTypeRes
29
29
  * @see {@link CreateComponentTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateComponentTypeCommand extends $Command<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: CreateComponentTypeCommandInput;
@@ -29,6 +29,25 @@ export interface CreateEntityCommandOutput extends CreateEntityResponse, __Metad
29
29
  * @see {@link CreateEntityCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateEntityCommand extends $Command<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: CreateEntityCommandInput;
@@ -29,6 +29,25 @@ export interface CreateSceneCommandOutput extends CreateSceneResponse, __Metadat
29
29
  * @see {@link CreateSceneCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateSceneCommand extends $Command<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: CreateSceneCommandInput;
@@ -29,6 +29,25 @@ export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __Met
29
29
  * @see {@link CreateSyncJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateSyncJobCommand extends $Command<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: CreateSyncJobCommandInput;
@@ -29,6 +29,25 @@ export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, _
29
29
  * @see {@link CreateWorkspaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateWorkspaceCommand extends $Command<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: CreateWorkspaceCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeRes
29
29
  * @see {@link DeleteComponentTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteComponentTypeCommand extends $Command<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: DeleteComponentTypeCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __Metad
29
29
  * @see {@link DeleteEntityCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error has occurred.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ * @throws {@link ServiceQuotaExceededException} (client fault)
39
+ * <p>The service quota was exceeded.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteEntityCommand extends $Command<DeleteEntityCommandInput, DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: DeleteEntityCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __Metadat
29
29
  * @see {@link DeleteSceneCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteSceneCommand extends $Command<DeleteSceneCommandInput, DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: DeleteSceneCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __Met
29
29
  * @see {@link DeleteSyncJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteSyncJobCommand extends $Command<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: DeleteSyncJobCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, _
29
29
  * @see {@link DeleteWorkspaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteWorkspaceCommand extends $Command<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: DeleteWorkspaceCommandInput;
@@ -29,6 +29,25 @@ export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __Metad
29
29
  * @see {@link ExecuteQueryCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link QueryTimeoutException} (client fault)
39
+ * <p>The query timeout exception.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ExecuteQueryCommand extends $Command<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: ExecuteQueryCommandInput;
@@ -29,6 +29,22 @@ export interface GetComponentTypeCommandOutput extends GetComponentTypeResponse,
29
29
  * @see {@link GetComponentTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetComponentTypeCommand extends $Command<GetComponentTypeCommandInput, GetComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: GetComponentTypeCommandInput;
@@ -29,6 +29,22 @@ export interface GetEntityCommandOutput extends GetEntityResponse, __MetadataBea
29
29
  * @see {@link GetEntityCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error has occurred.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ * @throws {@link ServiceQuotaExceededException} (client fault)
39
+ * <p>The service quota was exceeded.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetEntityCommand extends $Command<GetEntityCommandInput, GetEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: GetEntityCommandInput;
@@ -29,6 +29,19 @@ export interface GetPricingPlanCommandOutput extends GetPricingPlanResponse, __M
29
29
  * @see {@link GetPricingPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetPricingPlanCommand extends $Command<GetPricingPlanCommandInput, GetPricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: GetPricingPlanCommandInput;
@@ -30,6 +30,28 @@ export interface GetPropertyValueCommandOutput extends GetPropertyValueResponse,
30
30
  * @see {@link GetPropertyValueCommandOutput} for command's `response` shape.
31
31
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>Access is denied.</p>
35
+ *
36
+ * @throws {@link ConnectorFailureException} (client fault)
37
+ * <p>The connector failed.</p>
38
+ *
39
+ * @throws {@link ConnectorTimeoutException} (client fault)
40
+ * <p>The connector timed out.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>An unexpected error has occurred.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The resource wasn't found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The rate exceeds the limit.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>Failed</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class GetPropertyValueCommand extends $Command<GetPropertyValueCommandInput, GetPropertyValueCommandOutput, IoTTwinMakerClientResolvedConfig> {
35
57
  readonly input: GetPropertyValueCommandInput;
@@ -31,6 +31,28 @@ export interface GetPropertyValueHistoryCommandOutput extends GetPropertyValueHi
31
31
  * @see {@link GetPropertyValueHistoryCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>Access is denied.</p>
36
+ *
37
+ * @throws {@link ConnectorFailureException} (client fault)
38
+ * <p>The connector failed.</p>
39
+ *
40
+ * @throws {@link ConnectorTimeoutException} (client fault)
41
+ * <p>The connector timed out.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>An unexpected error has occurred.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The resource wasn't found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The rate exceeds the limit.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>Failed</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class GetPropertyValueHistoryCommand extends $Command<GetPropertyValueHistoryCommandInput, GetPropertyValueHistoryCommandOutput, IoTTwinMakerClientResolvedConfig> {
36
58
  readonly input: GetPropertyValueHistoryCommandInput;
@@ -29,6 +29,22 @@ export interface GetSceneCommandOutput extends GetSceneResponse, __MetadataBeare
29
29
  * @see {@link GetSceneCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetSceneCommand extends $Command<GetSceneCommandInput, GetSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: GetSceneCommandInput;
@@ -29,6 +29,25 @@ export interface GetSyncJobCommandOutput extends GetSyncJobResponse, __MetadataB
29
29
  * @see {@link GetSyncJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetSyncJobCommand extends $Command<GetSyncJobCommandInput, GetSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: GetSyncJobCommandInput;
@@ -29,6 +29,22 @@ export interface GetWorkspaceCommandOutput extends GetWorkspaceResponse, __Metad
29
29
  * @see {@link GetWorkspaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error has occurred.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ * @throws {@link ServiceQuotaExceededException} (client fault)
39
+ * <p>The service quota was exceeded.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetWorkspaceCommand extends $Command<GetWorkspaceCommandInput, GetWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: GetWorkspaceCommandInput;
@@ -29,6 +29,19 @@ export interface ListComponentTypesCommandOutput extends ListComponentTypesRespo
29
29
  * @see {@link ListComponentTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListComponentTypesCommand extends $Command<ListComponentTypesCommandInput, ListComponentTypesCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: ListComponentTypesCommandInput;
@@ -29,6 +29,19 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad
29
29
  * @see {@link ListEntitiesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error has occurred.</p>
34
+ *
35
+ * @throws {@link ServiceQuotaExceededException} (client fault)
36
+ * <p>The service quota was exceeded.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListEntitiesCommand extends $Command<ListEntitiesCommandInput, ListEntitiesCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: ListEntitiesCommandInput;
@@ -29,6 +29,19 @@ export interface ListScenesCommandOutput extends ListScenesResponse, __MetadataB
29
29
  * @see {@link ListScenesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListScenesCommand extends $Command<ListScenesCommandInput, ListScenesCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: ListScenesCommandInput;
@@ -29,6 +29,22 @@ export interface ListSyncJobsCommandOutput extends ListSyncJobsResponse, __Metad
29
29
  * @see {@link ListSyncJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ServiceQuotaExceededException} (client fault)
39
+ * <p>The service quota was exceeded.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListSyncJobsCommand extends $Command<ListSyncJobsCommandInput, ListSyncJobsCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: ListSyncJobsCommandInput;
@@ -29,6 +29,22 @@ export interface ListSyncResourcesCommandOutput extends ListSyncResourcesRespons
29
29
  * @see {@link ListSyncResourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ServiceQuotaExceededException} (client fault)
39
+ * <p>The service quota was exceeded.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListSyncResourcesCommand extends $Command<ListSyncResourcesCommandInput, ListSyncResourcesCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: ListSyncResourcesCommandInput;
@@ -29,6 +29,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
41
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,19 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M
29
29
  * @see {@link ListWorkspacesCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An unexpected error has occurred.</p>
34
+ *
35
+ * @throws {@link ServiceQuotaExceededException} (client fault)
36
+ * <p>The service quota was exceeded.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListWorkspacesCommand extends $Command<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: ListWorkspacesCommandInput;
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ * @throws {@link TooManyTagsException} (client fault)
39
+ * <p>The number of tags exceeds the limit.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
44
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,13 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource wasn't found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
41
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateComponentTypeCommandOutput extends UpdateComponentTypeRes
29
29
  * @see {@link UpdateComponentTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateComponentTypeCommand extends $Command<UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: UpdateComponentTypeCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
29
29
  * @see {@link UpdateEntityCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error has occurred.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource wasn't found.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>The service quota was exceeded.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The rate exceeds the limit.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>Failed</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UpdateEntityCommand extends $Command<UpdateEntityCommandInput, UpdateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
56
  readonly input: UpdateEntityCommandInput;
@@ -29,6 +29,19 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
29
29
  * @see {@link UpdatePricingPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The rate exceeds the limit.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>Failed</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
47
  readonly input: UpdatePricingPlanCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
29
29
  * @see {@link UpdateSceneCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The rate exceeds the limit.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>Failed</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateSceneCommand extends $Command<UpdateSceneCommandInput, UpdateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
50
  readonly input: UpdateSceneCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
29
29
  * @see {@link UpdateWorkspaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error has occurred.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The service quota was exceeded.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The rate exceeds the limit.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>Failed</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateWorkspaceCommand extends $Command<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
34
53
  readonly input: UpdateWorkspaceCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iottwinmaker",
3
3
  "description": "AWS SDK for JavaScript Iottwinmaker 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
  },