@aws-sdk/client-iotsitewise 3.168.0 → 3.170.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 (113) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTSiteWise.d.ts +1330 -360
  3. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +555 -144
  4. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +33 -17
  43. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +38 -17
  58. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +33 -17
  70. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +7 -7
  78. package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2921 -2724
  81. package/dist-types/ts3.4/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValuePaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  88. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/index.d.ts +19 -19
  101. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +857 -215
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  106. package/dist-types/ts3.4/waiters/index.d.ts +6 -6
  107. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +13 -7
  108. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +13 -7
  109. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +13 -7
  110. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +13 -7
  111. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +13 -7
  112. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +13 -7
  113. package/package.json +35 -35
@@ -1,144 +1,555 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./commands/AssociateAssetsCommand";
10
- import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
11
- import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
12
- import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "./commands/BatchDisassociateProjectAssetsCommand";
13
- import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "./commands/BatchGetAssetPropertyAggregatesCommand";
14
- import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "./commands/BatchGetAssetPropertyValueCommand";
15
- import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
16
- import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
17
- import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
18
- import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
19
- import { CreateAssetModelCommandInput, CreateAssetModelCommandOutput } from "./commands/CreateAssetModelCommand";
20
- import { CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput } from "./commands/CreateBulkImportJobCommand";
21
- import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
22
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
23
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
24
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
25
- import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
26
- import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
27
- import { DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput } from "./commands/DeleteAssetModelCommand";
28
- import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
29
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
30
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
31
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
32
- import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "./commands/DeleteTimeSeriesCommand";
33
- import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "./commands/DescribeAccessPolicyCommand";
34
- import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
35
- import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "./commands/DescribeAssetModelCommand";
36
- import { DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput } from "./commands/DescribeAssetPropertyCommand";
37
- import { DescribeBulkImportJobCommandInput, DescribeBulkImportJobCommandOutput } from "./commands/DescribeBulkImportJobCommand";
38
- import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
39
- import { DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
40
- import { DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
41
- import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
42
- import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
43
- import { DescribePortalCommandInput, DescribePortalCommandOutput } from "./commands/DescribePortalCommand";
44
- import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
45
- import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "./commands/DescribeStorageConfigurationCommand";
46
- import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "./commands/DescribeTimeSeriesCommand";
47
- import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "./commands/DisassociateAssetsCommand";
48
- import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
49
- import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "./commands/GetAssetPropertyAggregatesCommand";
50
- import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "./commands/GetAssetPropertyValueCommand";
51
- import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "./commands/GetAssetPropertyValueHistoryCommand";
52
- import { GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
53
- import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
54
- import { ListAssetModelsCommandInput, ListAssetModelsCommandOutput } from "./commands/ListAssetModelsCommand";
55
- import { ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput } from "./commands/ListAssetRelationshipsCommand";
56
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
57
- import { ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput } from "./commands/ListAssociatedAssetsCommand";
58
- import { ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput } from "./commands/ListBulkImportJobsCommand";
59
- import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
60
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
61
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
62
- import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "./commands/ListProjectAssetsCommand";
63
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
64
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
65
- import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "./commands/ListTimeSeriesCommand";
66
- import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
67
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
68
- import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "./commands/PutStorageConfigurationCommand";
69
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
70
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
71
- import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
72
- import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
73
- import { UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput } from "./commands/UpdateAssetModelCommand";
74
- import { UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput } from "./commands/UpdateAssetPropertyCommand";
75
- import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
76
- import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
77
- import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
78
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
79
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
80
- export declare type ServiceInputTypes = AssociateAssetsCommandInput | AssociateTimeSeriesToAssetPropertyCommandInput | BatchAssociateProjectAssetsCommandInput | BatchDisassociateProjectAssetsCommandInput | BatchGetAssetPropertyAggregatesCommandInput | BatchGetAssetPropertyValueCommandInput | BatchGetAssetPropertyValueHistoryCommandInput | BatchPutAssetPropertyValueCommandInput | CreateAccessPolicyCommandInput | CreateAssetCommandInput | CreateAssetModelCommandInput | CreateBulkImportJobCommandInput | CreateDashboardCommandInput | CreateGatewayCommandInput | CreatePortalCommandInput | CreateProjectCommandInput | DeleteAccessPolicyCommandInput | DeleteAssetCommandInput | DeleteAssetModelCommandInput | DeleteDashboardCommandInput | DeleteGatewayCommandInput | DeletePortalCommandInput | DeleteProjectCommandInput | DeleteTimeSeriesCommandInput | DescribeAccessPolicyCommandInput | DescribeAssetCommandInput | DescribeAssetModelCommandInput | DescribeAssetPropertyCommandInput | DescribeBulkImportJobCommandInput | DescribeDashboardCommandInput | DescribeDefaultEncryptionConfigurationCommandInput | DescribeGatewayCapabilityConfigurationCommandInput | DescribeGatewayCommandInput | DescribeLoggingOptionsCommandInput | DescribePortalCommandInput | DescribeProjectCommandInput | DescribeStorageConfigurationCommandInput | DescribeTimeSeriesCommandInput | DisassociateAssetsCommandInput | DisassociateTimeSeriesFromAssetPropertyCommandInput | GetAssetPropertyAggregatesCommandInput | GetAssetPropertyValueCommandInput | GetAssetPropertyValueHistoryCommandInput | GetInterpolatedAssetPropertyValuesCommandInput | ListAccessPoliciesCommandInput | ListAssetModelsCommandInput | ListAssetRelationshipsCommandInput | ListAssetsCommandInput | ListAssociatedAssetsCommandInput | ListBulkImportJobsCommandInput | ListDashboardsCommandInput | ListGatewaysCommandInput | ListPortalsCommandInput | ListProjectAssetsCommandInput | ListProjectsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutLoggingOptionsCommandInput | PutStorageConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessPolicyCommandInput | UpdateAssetCommandInput | UpdateAssetModelCommandInput | UpdateAssetPropertyCommandInput | UpdateDashboardCommandInput | UpdateGatewayCapabilityConfigurationCommandInput | UpdateGatewayCommandInput | UpdatePortalCommandInput | UpdateProjectCommandInput;
81
- export declare type ServiceOutputTypes = AssociateAssetsCommandOutput | AssociateTimeSeriesToAssetPropertyCommandOutput | BatchAssociateProjectAssetsCommandOutput | BatchDisassociateProjectAssetsCommandOutput | BatchGetAssetPropertyAggregatesCommandOutput | BatchGetAssetPropertyValueCommandOutput | BatchGetAssetPropertyValueHistoryCommandOutput | BatchPutAssetPropertyValueCommandOutput | CreateAccessPolicyCommandOutput | CreateAssetCommandOutput | CreateAssetModelCommandOutput | CreateBulkImportJobCommandOutput | CreateDashboardCommandOutput | CreateGatewayCommandOutput | CreatePortalCommandOutput | CreateProjectCommandOutput | DeleteAccessPolicyCommandOutput | DeleteAssetCommandOutput | DeleteAssetModelCommandOutput | DeleteDashboardCommandOutput | DeleteGatewayCommandOutput | DeletePortalCommandOutput | DeleteProjectCommandOutput | DeleteTimeSeriesCommandOutput | DescribeAccessPolicyCommandOutput | DescribeAssetCommandOutput | DescribeAssetModelCommandOutput | DescribeAssetPropertyCommandOutput | DescribeBulkImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDefaultEncryptionConfigurationCommandOutput | DescribeGatewayCapabilityConfigurationCommandOutput | DescribeGatewayCommandOutput | DescribeLoggingOptionsCommandOutput | DescribePortalCommandOutput | DescribeProjectCommandOutput | DescribeStorageConfigurationCommandOutput | DescribeTimeSeriesCommandOutput | DisassociateAssetsCommandOutput | DisassociateTimeSeriesFromAssetPropertyCommandOutput | GetAssetPropertyAggregatesCommandOutput | GetAssetPropertyValueCommandOutput | GetAssetPropertyValueHistoryCommandOutput | GetInterpolatedAssetPropertyValuesCommandOutput | ListAccessPoliciesCommandOutput | ListAssetModelsCommandOutput | ListAssetRelationshipsCommandOutput | ListAssetsCommandOutput | ListAssociatedAssetsCommandOutput | ListBulkImportJobsCommandOutput | ListDashboardsCommandOutput | ListGatewaysCommandOutput | ListPortalsCommandOutput | ListProjectAssetsCommandOutput | ListProjectsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutLoggingOptionsCommandOutput | PutStorageConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessPolicyCommandOutput | UpdateAssetCommandOutput | UpdateAssetModelCommandOutput | UpdateAssetPropertyCommandOutput | UpdateDashboardCommandOutput | UpdateGatewayCapabilityConfigurationCommandOutput | UpdateGatewayCommandOutput | UpdatePortalCommandOutput | UpdateProjectCommandOutput;
82
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
83
-
84
- requestHandler?: __HttpHandler;
85
-
86
- sha256?: __HashConstructor;
87
-
88
- urlParser?: __UrlParser;
89
-
90
- bodyLengthChecker?: __BodyLengthCalculator;
91
-
92
- streamCollector?: __StreamCollector;
93
-
94
- base64Decoder?: __Decoder;
95
-
96
- base64Encoder?: __Encoder;
97
-
98
- utf8Decoder?: __Decoder;
99
-
100
- utf8Encoder?: __Encoder;
101
-
102
- runtime?: string;
103
-
104
- disableHostPrefix?: boolean;
105
-
106
- maxAttempts?: number | __Provider<number>;
107
-
108
- retryMode?: string | __Provider<string>;
109
-
110
- logger?: __Logger;
111
-
112
- useDualstackEndpoint?: boolean | __Provider<boolean>;
113
-
114
- useFipsEndpoint?: boolean | __Provider<boolean>;
115
-
116
- serviceId?: string;
117
-
118
- region?: string | __Provider<string>;
119
-
120
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
121
-
122
- regionInfoProvider?: RegionInfoProvider;
123
-
124
- defaultUserAgentProvider?: Provider<__UserAgent>;
125
-
126
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
127
- }
128
- declare type IoTSiteWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
129
-
130
- export interface IoTSiteWiseClientConfig extends IoTSiteWiseClientConfigType {
131
- }
132
- declare type IoTSiteWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
133
-
134
- export interface IoTSiteWiseClientResolvedConfig extends IoTSiteWiseClientResolvedConfigType {
135
- }
136
-
137
- export declare class IoTSiteWiseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTSiteWiseClientResolvedConfig> {
138
-
139
- readonly config: IoTSiteWiseClientResolvedConfig;
140
- constructor(configuration: IoTSiteWiseClientConfig);
141
-
142
- destroy(): void;
143
- }
144
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateAssetsCommandInput,
47
+ AssociateAssetsCommandOutput,
48
+ } from "./commands/AssociateAssetsCommand";
49
+ import {
50
+ AssociateTimeSeriesToAssetPropertyCommandInput,
51
+ AssociateTimeSeriesToAssetPropertyCommandOutput,
52
+ } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
53
+ import {
54
+ BatchAssociateProjectAssetsCommandInput,
55
+ BatchAssociateProjectAssetsCommandOutput,
56
+ } from "./commands/BatchAssociateProjectAssetsCommand";
57
+ import {
58
+ BatchDisassociateProjectAssetsCommandInput,
59
+ BatchDisassociateProjectAssetsCommandOutput,
60
+ } from "./commands/BatchDisassociateProjectAssetsCommand";
61
+ import {
62
+ BatchGetAssetPropertyAggregatesCommandInput,
63
+ BatchGetAssetPropertyAggregatesCommandOutput,
64
+ } from "./commands/BatchGetAssetPropertyAggregatesCommand";
65
+ import {
66
+ BatchGetAssetPropertyValueCommandInput,
67
+ BatchGetAssetPropertyValueCommandOutput,
68
+ } from "./commands/BatchGetAssetPropertyValueCommand";
69
+ import {
70
+ BatchGetAssetPropertyValueHistoryCommandInput,
71
+ BatchGetAssetPropertyValueHistoryCommandOutput,
72
+ } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
73
+ import {
74
+ BatchPutAssetPropertyValueCommandInput,
75
+ BatchPutAssetPropertyValueCommandOutput,
76
+ } from "./commands/BatchPutAssetPropertyValueCommand";
77
+ import {
78
+ CreateAccessPolicyCommandInput,
79
+ CreateAccessPolicyCommandOutput,
80
+ } from "./commands/CreateAccessPolicyCommand";
81
+ import {
82
+ CreateAssetCommandInput,
83
+ CreateAssetCommandOutput,
84
+ } from "./commands/CreateAssetCommand";
85
+ import {
86
+ CreateAssetModelCommandInput,
87
+ CreateAssetModelCommandOutput,
88
+ } from "./commands/CreateAssetModelCommand";
89
+ import {
90
+ CreateBulkImportJobCommandInput,
91
+ CreateBulkImportJobCommandOutput,
92
+ } from "./commands/CreateBulkImportJobCommand";
93
+ import {
94
+ CreateDashboardCommandInput,
95
+ CreateDashboardCommandOutput,
96
+ } from "./commands/CreateDashboardCommand";
97
+ import {
98
+ CreateGatewayCommandInput,
99
+ CreateGatewayCommandOutput,
100
+ } from "./commands/CreateGatewayCommand";
101
+ import {
102
+ CreatePortalCommandInput,
103
+ CreatePortalCommandOutput,
104
+ } from "./commands/CreatePortalCommand";
105
+ import {
106
+ CreateProjectCommandInput,
107
+ CreateProjectCommandOutput,
108
+ } from "./commands/CreateProjectCommand";
109
+ import {
110
+ DeleteAccessPolicyCommandInput,
111
+ DeleteAccessPolicyCommandOutput,
112
+ } from "./commands/DeleteAccessPolicyCommand";
113
+ import {
114
+ DeleteAssetCommandInput,
115
+ DeleteAssetCommandOutput,
116
+ } from "./commands/DeleteAssetCommand";
117
+ import {
118
+ DeleteAssetModelCommandInput,
119
+ DeleteAssetModelCommandOutput,
120
+ } from "./commands/DeleteAssetModelCommand";
121
+ import {
122
+ DeleteDashboardCommandInput,
123
+ DeleteDashboardCommandOutput,
124
+ } from "./commands/DeleteDashboardCommand";
125
+ import {
126
+ DeleteGatewayCommandInput,
127
+ DeleteGatewayCommandOutput,
128
+ } from "./commands/DeleteGatewayCommand";
129
+ import {
130
+ DeletePortalCommandInput,
131
+ DeletePortalCommandOutput,
132
+ } from "./commands/DeletePortalCommand";
133
+ import {
134
+ DeleteProjectCommandInput,
135
+ DeleteProjectCommandOutput,
136
+ } from "./commands/DeleteProjectCommand";
137
+ import {
138
+ DeleteTimeSeriesCommandInput,
139
+ DeleteTimeSeriesCommandOutput,
140
+ } from "./commands/DeleteTimeSeriesCommand";
141
+ import {
142
+ DescribeAccessPolicyCommandInput,
143
+ DescribeAccessPolicyCommandOutput,
144
+ } from "./commands/DescribeAccessPolicyCommand";
145
+ import {
146
+ DescribeAssetCommandInput,
147
+ DescribeAssetCommandOutput,
148
+ } from "./commands/DescribeAssetCommand";
149
+ import {
150
+ DescribeAssetModelCommandInput,
151
+ DescribeAssetModelCommandOutput,
152
+ } from "./commands/DescribeAssetModelCommand";
153
+ import {
154
+ DescribeAssetPropertyCommandInput,
155
+ DescribeAssetPropertyCommandOutput,
156
+ } from "./commands/DescribeAssetPropertyCommand";
157
+ import {
158
+ DescribeBulkImportJobCommandInput,
159
+ DescribeBulkImportJobCommandOutput,
160
+ } from "./commands/DescribeBulkImportJobCommand";
161
+ import {
162
+ DescribeDashboardCommandInput,
163
+ DescribeDashboardCommandOutput,
164
+ } from "./commands/DescribeDashboardCommand";
165
+ import {
166
+ DescribeDefaultEncryptionConfigurationCommandInput,
167
+ DescribeDefaultEncryptionConfigurationCommandOutput,
168
+ } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
169
+ import {
170
+ DescribeGatewayCapabilityConfigurationCommandInput,
171
+ DescribeGatewayCapabilityConfigurationCommandOutput,
172
+ } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
173
+ import {
174
+ DescribeGatewayCommandInput,
175
+ DescribeGatewayCommandOutput,
176
+ } from "./commands/DescribeGatewayCommand";
177
+ import {
178
+ DescribeLoggingOptionsCommandInput,
179
+ DescribeLoggingOptionsCommandOutput,
180
+ } from "./commands/DescribeLoggingOptionsCommand";
181
+ import {
182
+ DescribePortalCommandInput,
183
+ DescribePortalCommandOutput,
184
+ } from "./commands/DescribePortalCommand";
185
+ import {
186
+ DescribeProjectCommandInput,
187
+ DescribeProjectCommandOutput,
188
+ } from "./commands/DescribeProjectCommand";
189
+ import {
190
+ DescribeStorageConfigurationCommandInput,
191
+ DescribeStorageConfigurationCommandOutput,
192
+ } from "./commands/DescribeStorageConfigurationCommand";
193
+ import {
194
+ DescribeTimeSeriesCommandInput,
195
+ DescribeTimeSeriesCommandOutput,
196
+ } from "./commands/DescribeTimeSeriesCommand";
197
+ import {
198
+ DisassociateAssetsCommandInput,
199
+ DisassociateAssetsCommandOutput,
200
+ } from "./commands/DisassociateAssetsCommand";
201
+ import {
202
+ DisassociateTimeSeriesFromAssetPropertyCommandInput,
203
+ DisassociateTimeSeriesFromAssetPropertyCommandOutput,
204
+ } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
205
+ import {
206
+ GetAssetPropertyAggregatesCommandInput,
207
+ GetAssetPropertyAggregatesCommandOutput,
208
+ } from "./commands/GetAssetPropertyAggregatesCommand";
209
+ import {
210
+ GetAssetPropertyValueCommandInput,
211
+ GetAssetPropertyValueCommandOutput,
212
+ } from "./commands/GetAssetPropertyValueCommand";
213
+ import {
214
+ GetAssetPropertyValueHistoryCommandInput,
215
+ GetAssetPropertyValueHistoryCommandOutput,
216
+ } from "./commands/GetAssetPropertyValueHistoryCommand";
217
+ import {
218
+ GetInterpolatedAssetPropertyValuesCommandInput,
219
+ GetInterpolatedAssetPropertyValuesCommandOutput,
220
+ } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
221
+ import {
222
+ ListAccessPoliciesCommandInput,
223
+ ListAccessPoliciesCommandOutput,
224
+ } from "./commands/ListAccessPoliciesCommand";
225
+ import {
226
+ ListAssetModelsCommandInput,
227
+ ListAssetModelsCommandOutput,
228
+ } from "./commands/ListAssetModelsCommand";
229
+ import {
230
+ ListAssetRelationshipsCommandInput,
231
+ ListAssetRelationshipsCommandOutput,
232
+ } from "./commands/ListAssetRelationshipsCommand";
233
+ import {
234
+ ListAssetsCommandInput,
235
+ ListAssetsCommandOutput,
236
+ } from "./commands/ListAssetsCommand";
237
+ import {
238
+ ListAssociatedAssetsCommandInput,
239
+ ListAssociatedAssetsCommandOutput,
240
+ } from "./commands/ListAssociatedAssetsCommand";
241
+ import {
242
+ ListBulkImportJobsCommandInput,
243
+ ListBulkImportJobsCommandOutput,
244
+ } from "./commands/ListBulkImportJobsCommand";
245
+ import {
246
+ ListDashboardsCommandInput,
247
+ ListDashboardsCommandOutput,
248
+ } from "./commands/ListDashboardsCommand";
249
+ import {
250
+ ListGatewaysCommandInput,
251
+ ListGatewaysCommandOutput,
252
+ } from "./commands/ListGatewaysCommand";
253
+ import {
254
+ ListPortalsCommandInput,
255
+ ListPortalsCommandOutput,
256
+ } from "./commands/ListPortalsCommand";
257
+ import {
258
+ ListProjectAssetsCommandInput,
259
+ ListProjectAssetsCommandOutput,
260
+ } from "./commands/ListProjectAssetsCommand";
261
+ import {
262
+ ListProjectsCommandInput,
263
+ ListProjectsCommandOutput,
264
+ } from "./commands/ListProjectsCommand";
265
+ import {
266
+ ListTagsForResourceCommandInput,
267
+ ListTagsForResourceCommandOutput,
268
+ } from "./commands/ListTagsForResourceCommand";
269
+ import {
270
+ ListTimeSeriesCommandInput,
271
+ ListTimeSeriesCommandOutput,
272
+ } from "./commands/ListTimeSeriesCommand";
273
+ import {
274
+ PutDefaultEncryptionConfigurationCommandInput,
275
+ PutDefaultEncryptionConfigurationCommandOutput,
276
+ } from "./commands/PutDefaultEncryptionConfigurationCommand";
277
+ import {
278
+ PutLoggingOptionsCommandInput,
279
+ PutLoggingOptionsCommandOutput,
280
+ } from "./commands/PutLoggingOptionsCommand";
281
+ import {
282
+ PutStorageConfigurationCommandInput,
283
+ PutStorageConfigurationCommandOutput,
284
+ } from "./commands/PutStorageConfigurationCommand";
285
+ import {
286
+ TagResourceCommandInput,
287
+ TagResourceCommandOutput,
288
+ } from "./commands/TagResourceCommand";
289
+ import {
290
+ UntagResourceCommandInput,
291
+ UntagResourceCommandOutput,
292
+ } from "./commands/UntagResourceCommand";
293
+ import {
294
+ UpdateAccessPolicyCommandInput,
295
+ UpdateAccessPolicyCommandOutput,
296
+ } from "./commands/UpdateAccessPolicyCommand";
297
+ import {
298
+ UpdateAssetCommandInput,
299
+ UpdateAssetCommandOutput,
300
+ } from "./commands/UpdateAssetCommand";
301
+ import {
302
+ UpdateAssetModelCommandInput,
303
+ UpdateAssetModelCommandOutput,
304
+ } from "./commands/UpdateAssetModelCommand";
305
+ import {
306
+ UpdateAssetPropertyCommandInput,
307
+ UpdateAssetPropertyCommandOutput,
308
+ } from "./commands/UpdateAssetPropertyCommand";
309
+ import {
310
+ UpdateDashboardCommandInput,
311
+ UpdateDashboardCommandOutput,
312
+ } from "./commands/UpdateDashboardCommand";
313
+ import {
314
+ UpdateGatewayCapabilityConfigurationCommandInput,
315
+ UpdateGatewayCapabilityConfigurationCommandOutput,
316
+ } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
317
+ import {
318
+ UpdateGatewayCommandInput,
319
+ UpdateGatewayCommandOutput,
320
+ } from "./commands/UpdateGatewayCommand";
321
+ import {
322
+ UpdatePortalCommandInput,
323
+ UpdatePortalCommandOutput,
324
+ } from "./commands/UpdatePortalCommand";
325
+ import {
326
+ UpdateProjectCommandInput,
327
+ UpdateProjectCommandOutput,
328
+ } from "./commands/UpdateProjectCommand";
329
+ export declare type ServiceInputTypes =
330
+ | AssociateAssetsCommandInput
331
+ | AssociateTimeSeriesToAssetPropertyCommandInput
332
+ | BatchAssociateProjectAssetsCommandInput
333
+ | BatchDisassociateProjectAssetsCommandInput
334
+ | BatchGetAssetPropertyAggregatesCommandInput
335
+ | BatchGetAssetPropertyValueCommandInput
336
+ | BatchGetAssetPropertyValueHistoryCommandInput
337
+ | BatchPutAssetPropertyValueCommandInput
338
+ | CreateAccessPolicyCommandInput
339
+ | CreateAssetCommandInput
340
+ | CreateAssetModelCommandInput
341
+ | CreateBulkImportJobCommandInput
342
+ | CreateDashboardCommandInput
343
+ | CreateGatewayCommandInput
344
+ | CreatePortalCommandInput
345
+ | CreateProjectCommandInput
346
+ | DeleteAccessPolicyCommandInput
347
+ | DeleteAssetCommandInput
348
+ | DeleteAssetModelCommandInput
349
+ | DeleteDashboardCommandInput
350
+ | DeleteGatewayCommandInput
351
+ | DeletePortalCommandInput
352
+ | DeleteProjectCommandInput
353
+ | DeleteTimeSeriesCommandInput
354
+ | DescribeAccessPolicyCommandInput
355
+ | DescribeAssetCommandInput
356
+ | DescribeAssetModelCommandInput
357
+ | DescribeAssetPropertyCommandInput
358
+ | DescribeBulkImportJobCommandInput
359
+ | DescribeDashboardCommandInput
360
+ | DescribeDefaultEncryptionConfigurationCommandInput
361
+ | DescribeGatewayCapabilityConfigurationCommandInput
362
+ | DescribeGatewayCommandInput
363
+ | DescribeLoggingOptionsCommandInput
364
+ | DescribePortalCommandInput
365
+ | DescribeProjectCommandInput
366
+ | DescribeStorageConfigurationCommandInput
367
+ | DescribeTimeSeriesCommandInput
368
+ | DisassociateAssetsCommandInput
369
+ | DisassociateTimeSeriesFromAssetPropertyCommandInput
370
+ | GetAssetPropertyAggregatesCommandInput
371
+ | GetAssetPropertyValueCommandInput
372
+ | GetAssetPropertyValueHistoryCommandInput
373
+ | GetInterpolatedAssetPropertyValuesCommandInput
374
+ | ListAccessPoliciesCommandInput
375
+ | ListAssetModelsCommandInput
376
+ | ListAssetRelationshipsCommandInput
377
+ | ListAssetsCommandInput
378
+ | ListAssociatedAssetsCommandInput
379
+ | ListBulkImportJobsCommandInput
380
+ | ListDashboardsCommandInput
381
+ | ListGatewaysCommandInput
382
+ | ListPortalsCommandInput
383
+ | ListProjectAssetsCommandInput
384
+ | ListProjectsCommandInput
385
+ | ListTagsForResourceCommandInput
386
+ | ListTimeSeriesCommandInput
387
+ | PutDefaultEncryptionConfigurationCommandInput
388
+ | PutLoggingOptionsCommandInput
389
+ | PutStorageConfigurationCommandInput
390
+ | TagResourceCommandInput
391
+ | UntagResourceCommandInput
392
+ | UpdateAccessPolicyCommandInput
393
+ | UpdateAssetCommandInput
394
+ | UpdateAssetModelCommandInput
395
+ | UpdateAssetPropertyCommandInput
396
+ | UpdateDashboardCommandInput
397
+ | UpdateGatewayCapabilityConfigurationCommandInput
398
+ | UpdateGatewayCommandInput
399
+ | UpdatePortalCommandInput
400
+ | UpdateProjectCommandInput;
401
+ export declare type ServiceOutputTypes =
402
+ | AssociateAssetsCommandOutput
403
+ | AssociateTimeSeriesToAssetPropertyCommandOutput
404
+ | BatchAssociateProjectAssetsCommandOutput
405
+ | BatchDisassociateProjectAssetsCommandOutput
406
+ | BatchGetAssetPropertyAggregatesCommandOutput
407
+ | BatchGetAssetPropertyValueCommandOutput
408
+ | BatchGetAssetPropertyValueHistoryCommandOutput
409
+ | BatchPutAssetPropertyValueCommandOutput
410
+ | CreateAccessPolicyCommandOutput
411
+ | CreateAssetCommandOutput
412
+ | CreateAssetModelCommandOutput
413
+ | CreateBulkImportJobCommandOutput
414
+ | CreateDashboardCommandOutput
415
+ | CreateGatewayCommandOutput
416
+ | CreatePortalCommandOutput
417
+ | CreateProjectCommandOutput
418
+ | DeleteAccessPolicyCommandOutput
419
+ | DeleteAssetCommandOutput
420
+ | DeleteAssetModelCommandOutput
421
+ | DeleteDashboardCommandOutput
422
+ | DeleteGatewayCommandOutput
423
+ | DeletePortalCommandOutput
424
+ | DeleteProjectCommandOutput
425
+ | DeleteTimeSeriesCommandOutput
426
+ | DescribeAccessPolicyCommandOutput
427
+ | DescribeAssetCommandOutput
428
+ | DescribeAssetModelCommandOutput
429
+ | DescribeAssetPropertyCommandOutput
430
+ | DescribeBulkImportJobCommandOutput
431
+ | DescribeDashboardCommandOutput
432
+ | DescribeDefaultEncryptionConfigurationCommandOutput
433
+ | DescribeGatewayCapabilityConfigurationCommandOutput
434
+ | DescribeGatewayCommandOutput
435
+ | DescribeLoggingOptionsCommandOutput
436
+ | DescribePortalCommandOutput
437
+ | DescribeProjectCommandOutput
438
+ | DescribeStorageConfigurationCommandOutput
439
+ | DescribeTimeSeriesCommandOutput
440
+ | DisassociateAssetsCommandOutput
441
+ | DisassociateTimeSeriesFromAssetPropertyCommandOutput
442
+ | GetAssetPropertyAggregatesCommandOutput
443
+ | GetAssetPropertyValueCommandOutput
444
+ | GetAssetPropertyValueHistoryCommandOutput
445
+ | GetInterpolatedAssetPropertyValuesCommandOutput
446
+ | ListAccessPoliciesCommandOutput
447
+ | ListAssetModelsCommandOutput
448
+ | ListAssetRelationshipsCommandOutput
449
+ | ListAssetsCommandOutput
450
+ | ListAssociatedAssetsCommandOutput
451
+ | ListBulkImportJobsCommandOutput
452
+ | ListDashboardsCommandOutput
453
+ | ListGatewaysCommandOutput
454
+ | ListPortalsCommandOutput
455
+ | ListProjectAssetsCommandOutput
456
+ | ListProjectsCommandOutput
457
+ | ListTagsForResourceCommandOutput
458
+ | ListTimeSeriesCommandOutput
459
+ | PutDefaultEncryptionConfigurationCommandOutput
460
+ | PutLoggingOptionsCommandOutput
461
+ | PutStorageConfigurationCommandOutput
462
+ | TagResourceCommandOutput
463
+ | UntagResourceCommandOutput
464
+ | UpdateAccessPolicyCommandOutput
465
+ | UpdateAssetCommandOutput
466
+ | UpdateAssetModelCommandOutput
467
+ | UpdateAssetPropertyCommandOutput
468
+ | UpdateDashboardCommandOutput
469
+ | UpdateGatewayCapabilityConfigurationCommandOutput
470
+ | UpdateGatewayCommandOutput
471
+ | UpdatePortalCommandOutput
472
+ | UpdateProjectCommandOutput;
473
+ export interface ClientDefaults
474
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
475
+ requestHandler?: __HttpHandler;
476
+
477
+ sha256?: __HashConstructor;
478
+
479
+ urlParser?: __UrlParser;
480
+
481
+ bodyLengthChecker?: __BodyLengthCalculator;
482
+
483
+ streamCollector?: __StreamCollector;
484
+
485
+ base64Decoder?: __Decoder;
486
+
487
+ base64Encoder?: __Encoder;
488
+
489
+ utf8Decoder?: __Decoder;
490
+
491
+ utf8Encoder?: __Encoder;
492
+
493
+ runtime?: string;
494
+
495
+ disableHostPrefix?: boolean;
496
+
497
+ maxAttempts?: number | __Provider<number>;
498
+
499
+ retryMode?: string | __Provider<string>;
500
+
501
+ logger?: __Logger;
502
+
503
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
504
+
505
+ useFipsEndpoint?: boolean | __Provider<boolean>;
506
+
507
+ serviceId?: string;
508
+
509
+ region?: string | __Provider<string>;
510
+
511
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
512
+
513
+ regionInfoProvider?: RegionInfoProvider;
514
+
515
+ defaultUserAgentProvider?: Provider<__UserAgent>;
516
+
517
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
518
+ }
519
+ declare type IoTSiteWiseClientConfigType = Partial<
520
+ __SmithyConfiguration<__HttpHandlerOptions>
521
+ > &
522
+ ClientDefaults &
523
+ RegionInputConfig &
524
+ EndpointsInputConfig &
525
+ RetryInputConfig &
526
+ HostHeaderInputConfig &
527
+ AwsAuthInputConfig &
528
+ UserAgentInputConfig;
529
+
530
+ export interface IoTSiteWiseClientConfig extends IoTSiteWiseClientConfigType {}
531
+ declare type IoTSiteWiseClientResolvedConfigType =
532
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
533
+ Required<ClientDefaults> &
534
+ RegionResolvedConfig &
535
+ EndpointsResolvedConfig &
536
+ RetryResolvedConfig &
537
+ HostHeaderResolvedConfig &
538
+ AwsAuthResolvedConfig &
539
+ UserAgentResolvedConfig;
540
+
541
+ export interface IoTSiteWiseClientResolvedConfig
542
+ extends IoTSiteWiseClientResolvedConfigType {}
543
+
544
+ export declare class IoTSiteWiseClient extends __Client<
545
+ __HttpHandlerOptions,
546
+ ServiceInputTypes,
547
+ ServiceOutputTypes,
548
+ IoTSiteWiseClientResolvedConfig
549
+ > {
550
+ readonly config: IoTSiteWiseClientResolvedConfig;
551
+ constructor(configuration: IoTSiteWiseClientConfig);
552
+
553
+ destroy(): void;
554
+ }
555
+ export {};