@aws-sdk/client-iotsitewise 3.934.0 → 3.935.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 (59) hide show
  1. package/dist-cjs/index.js +290 -290
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +278 -0
  4. package/dist-es/models/errors.js +183 -0
  5. package/dist-es/models/models_0.js +1 -387
  6. package/dist-es/models/models_1.js +1 -75
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -2
  9. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
  10. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
  13. package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +1 -1
  15. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +1 -1
  22. package/dist-types/commands/ListComputationModelsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  27. package/dist-types/index.d.ts +4 -1
  28. package/dist-types/models/enums.d.ts +718 -0
  29. package/dist-types/models/errors.d.ts +216 -0
  30. package/dist-types/models/models_0.d.ts +1544 -767
  31. package/dist-types/models/models_1.d.ts +2 -1712
  32. package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/index.d.ts +4 -1
  52. package/dist-types/ts3.4/models/enums.d.ts +367 -0
  53. package/dist-types/ts3.4/models/errors.d.ts +107 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +502 -392
  55. package/dist-types/ts3.4/models/models_1.d.ts +13 -562
  56. package/package.json +12 -12
  57. package/dist-es/models/index.js +0 -2
  58. package/dist-types/models/index.d.ts +0 -2
  59. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,107 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ConflictingOperationException extends __BaseException {
11
+ readonly name: "ConflictingOperationException";
12
+ readonly $fault: "client";
13
+ resourceId: string | undefined;
14
+ resourceArn: string | undefined;
15
+ constructor(
16
+ opts: __ExceptionOptionType<ConflictingOperationException, __BaseException>
17
+ );
18
+ }
19
+ export declare class InternalFailureException extends __BaseException {
20
+ readonly name: "InternalFailureException";
21
+ readonly $fault: "server";
22
+ constructor(
23
+ opts: __ExceptionOptionType<InternalFailureException, __BaseException>
24
+ );
25
+ }
26
+ export declare class InvalidRequestException extends __BaseException {
27
+ readonly name: "InvalidRequestException";
28
+ readonly $fault: "client";
29
+ constructor(
30
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
31
+ );
32
+ }
33
+ export declare class LimitExceededException extends __BaseException {
34
+ readonly name: "LimitExceededException";
35
+ readonly $fault: "client";
36
+ constructor(
37
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
38
+ );
39
+ }
40
+ export declare class ResourceAlreadyExistsException extends __BaseException {
41
+ readonly name: "ResourceAlreadyExistsException";
42
+ readonly $fault: "client";
43
+ resourceId: string | undefined;
44
+ resourceArn: string | undefined;
45
+ constructor(
46
+ opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
47
+ );
48
+ }
49
+ export declare class ResourceNotFoundException extends __BaseException {
50
+ readonly name: "ResourceNotFoundException";
51
+ readonly $fault: "client";
52
+ constructor(
53
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
54
+ );
55
+ }
56
+ export declare class ThrottlingException extends __BaseException {
57
+ readonly name: "ThrottlingException";
58
+ readonly $fault: "client";
59
+ constructor(
60
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
61
+ );
62
+ }
63
+ export declare class ServiceUnavailableException extends __BaseException {
64
+ readonly name: "ServiceUnavailableException";
65
+ readonly $fault: "server";
66
+ constructor(
67
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
68
+ );
69
+ }
70
+ export declare class PreconditionFailedException extends __BaseException {
71
+ readonly name: "PreconditionFailedException";
72
+ readonly $fault: "client";
73
+ resourceId: string | undefined;
74
+ resourceArn: string | undefined;
75
+ constructor(
76
+ opts: __ExceptionOptionType<PreconditionFailedException, __BaseException>
77
+ );
78
+ }
79
+ export declare class QueryTimeoutException extends __BaseException {
80
+ readonly name: "QueryTimeoutException";
81
+ readonly $fault: "client";
82
+ constructor(
83
+ opts: __ExceptionOptionType<QueryTimeoutException, __BaseException>
84
+ );
85
+ }
86
+ export declare class ValidationException extends __BaseException {
87
+ readonly name: "ValidationException";
88
+ readonly $fault: "client";
89
+ constructor(
90
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
91
+ );
92
+ }
93
+ export declare class UnauthorizedException extends __BaseException {
94
+ readonly name: "UnauthorizedException";
95
+ readonly $fault: "client";
96
+ constructor(
97
+ opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
98
+ );
99
+ }
100
+ export declare class TooManyTagsException extends __BaseException {
101
+ readonly name: "TooManyTagsException";
102
+ readonly $fault: "client";
103
+ resourceName?: string | undefined;
104
+ constructor(
105
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
106
+ );
107
+ }