@aws-sdk/client-iotsitewise 3.50.0 → 3.53.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 (114) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/IoTSiteWiseServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +140 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +685 -2595
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/IoTSiteWiseServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +127 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1493 -2866
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/IoTSiteWiseServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +72 -41
  13. package/dist-types/ts3.4/IoTSiteWise.d.ts +330 -0
  14. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +138 -0
  15. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  81. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  82. package/dist-types/ts3.4/index.d.ts +7 -0
  83. package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +6 -0
  84. package/dist-types/ts3.4/models/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +2711 -0
  86. package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
  88. package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  90. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +15 -0
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  107. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  108. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +7 -0
  109. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +7 -0
  110. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +7 -0
  111. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +7 -0
  112. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +7 -0
  113. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +7 -0
  114. package/package.json +34 -34
@@ -0,0 +1,138 @@
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 { 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 { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
14
+ import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
15
+ import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
16
+ import { CreateAssetModelCommandInput, CreateAssetModelCommandOutput } from "./commands/CreateAssetModelCommand";
17
+ import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
18
+ import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
19
+ import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
20
+ import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
21
+ import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
22
+ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
23
+ import { DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput } from "./commands/DeleteAssetModelCommand";
24
+ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
25
+ import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
26
+ import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
27
+ import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
28
+ import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "./commands/DeleteTimeSeriesCommand";
29
+ import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "./commands/DescribeAccessPolicyCommand";
30
+ import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
31
+ import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "./commands/DescribeAssetModelCommand";
32
+ import { DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput } from "./commands/DescribeAssetPropertyCommand";
33
+ import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
34
+ import { DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
35
+ import { DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
36
+ import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
37
+ import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
38
+ import { DescribePortalCommandInput, DescribePortalCommandOutput } from "./commands/DescribePortalCommand";
39
+ import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
40
+ import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "./commands/DescribeStorageConfigurationCommand";
41
+ import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "./commands/DescribeTimeSeriesCommand";
42
+ import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "./commands/DisassociateAssetsCommand";
43
+ import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
44
+ import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "./commands/GetAssetPropertyAggregatesCommand";
45
+ import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "./commands/GetAssetPropertyValueCommand";
46
+ import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "./commands/GetAssetPropertyValueHistoryCommand";
47
+ import { GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
48
+ import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
49
+ import { ListAssetModelsCommandInput, ListAssetModelsCommandOutput } from "./commands/ListAssetModelsCommand";
50
+ import { ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput } from "./commands/ListAssetRelationshipsCommand";
51
+ import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
52
+ import { ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput } from "./commands/ListAssociatedAssetsCommand";
53
+ import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
54
+ import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
55
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
56
+ import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "./commands/ListProjectAssetsCommand";
57
+ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
58
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
59
+ import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "./commands/ListTimeSeriesCommand";
60
+ import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
61
+ import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
62
+ import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "./commands/PutStorageConfigurationCommand";
63
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
64
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
+ import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
66
+ import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
67
+ import { UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput } from "./commands/UpdateAssetModelCommand";
68
+ import { UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput } from "./commands/UpdateAssetPropertyCommand";
69
+ import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
70
+ import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
71
+ import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
72
+ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
73
+ import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
74
+ export declare type ServiceInputTypes = AssociateAssetsCommandInput | AssociateTimeSeriesToAssetPropertyCommandInput | BatchAssociateProjectAssetsCommandInput | BatchDisassociateProjectAssetsCommandInput | BatchPutAssetPropertyValueCommandInput | CreateAccessPolicyCommandInput | CreateAssetCommandInput | CreateAssetModelCommandInput | CreateDashboardCommandInput | CreateGatewayCommandInput | CreatePortalCommandInput | CreateProjectCommandInput | DeleteAccessPolicyCommandInput | DeleteAssetCommandInput | DeleteAssetModelCommandInput | DeleteDashboardCommandInput | DeleteGatewayCommandInput | DeletePortalCommandInput | DeleteProjectCommandInput | DeleteTimeSeriesCommandInput | DescribeAccessPolicyCommandInput | DescribeAssetCommandInput | DescribeAssetModelCommandInput | DescribeAssetPropertyCommandInput | DescribeDashboardCommandInput | DescribeDefaultEncryptionConfigurationCommandInput | DescribeGatewayCapabilityConfigurationCommandInput | DescribeGatewayCommandInput | DescribeLoggingOptionsCommandInput | DescribePortalCommandInput | DescribeProjectCommandInput | DescribeStorageConfigurationCommandInput | DescribeTimeSeriesCommandInput | DisassociateAssetsCommandInput | DisassociateTimeSeriesFromAssetPropertyCommandInput | GetAssetPropertyAggregatesCommandInput | GetAssetPropertyValueCommandInput | GetAssetPropertyValueHistoryCommandInput | GetInterpolatedAssetPropertyValuesCommandInput | ListAccessPoliciesCommandInput | ListAssetModelsCommandInput | ListAssetRelationshipsCommandInput | ListAssetsCommandInput | ListAssociatedAssetsCommandInput | ListDashboardsCommandInput | ListGatewaysCommandInput | ListPortalsCommandInput | ListProjectAssetsCommandInput | ListProjectsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutLoggingOptionsCommandInput | PutStorageConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessPolicyCommandInput | UpdateAssetCommandInput | UpdateAssetModelCommandInput | UpdateAssetPropertyCommandInput | UpdateDashboardCommandInput | UpdateGatewayCapabilityConfigurationCommandInput | UpdateGatewayCommandInput | UpdatePortalCommandInput | UpdateProjectCommandInput;
75
+ export declare type ServiceOutputTypes = AssociateAssetsCommandOutput | AssociateTimeSeriesToAssetPropertyCommandOutput | BatchAssociateProjectAssetsCommandOutput | BatchDisassociateProjectAssetsCommandOutput | BatchPutAssetPropertyValueCommandOutput | CreateAccessPolicyCommandOutput | CreateAssetCommandOutput | CreateAssetModelCommandOutput | CreateDashboardCommandOutput | CreateGatewayCommandOutput | CreatePortalCommandOutput | CreateProjectCommandOutput | DeleteAccessPolicyCommandOutput | DeleteAssetCommandOutput | DeleteAssetModelCommandOutput | DeleteDashboardCommandOutput | DeleteGatewayCommandOutput | DeletePortalCommandOutput | DeleteProjectCommandOutput | DeleteTimeSeriesCommandOutput | DescribeAccessPolicyCommandOutput | DescribeAssetCommandOutput | DescribeAssetModelCommandOutput | DescribeAssetPropertyCommandOutput | DescribeDashboardCommandOutput | DescribeDefaultEncryptionConfigurationCommandOutput | DescribeGatewayCapabilityConfigurationCommandOutput | DescribeGatewayCommandOutput | DescribeLoggingOptionsCommandOutput | DescribePortalCommandOutput | DescribeProjectCommandOutput | DescribeStorageConfigurationCommandOutput | DescribeTimeSeriesCommandOutput | DisassociateAssetsCommandOutput | DisassociateTimeSeriesFromAssetPropertyCommandOutput | GetAssetPropertyAggregatesCommandOutput | GetAssetPropertyValueCommandOutput | GetAssetPropertyValueHistoryCommandOutput | GetInterpolatedAssetPropertyValuesCommandOutput | ListAccessPoliciesCommandOutput | ListAssetModelsCommandOutput | ListAssetRelationshipsCommandOutput | ListAssetsCommandOutput | ListAssociatedAssetsCommandOutput | ListDashboardsCommandOutput | ListGatewaysCommandOutput | ListPortalsCommandOutput | ListProjectAssetsCommandOutput | ListProjectsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutLoggingOptionsCommandOutput | PutStorageConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessPolicyCommandOutput | UpdateAssetCommandOutput | UpdateAssetModelCommandOutput | UpdateAssetPropertyCommandOutput | UpdateDashboardCommandOutput | UpdateGatewayCapabilityConfigurationCommandOutput | UpdateGatewayCommandOutput | UpdatePortalCommandOutput | UpdateProjectCommandOutput;
76
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
77
+
78
+ requestHandler?: __HttpHandler;
79
+
80
+ sha256?: __HashConstructor;
81
+
82
+ urlParser?: __UrlParser;
83
+
84
+ bodyLengthChecker?: (body: any) => number | undefined;
85
+
86
+ streamCollector?: __StreamCollector;
87
+
88
+ base64Decoder?: __Decoder;
89
+
90
+ base64Encoder?: __Encoder;
91
+
92
+ utf8Decoder?: __Decoder;
93
+
94
+ utf8Encoder?: __Encoder;
95
+
96
+ runtime?: string;
97
+
98
+ disableHostPrefix?: boolean;
99
+
100
+ maxAttempts?: number | __Provider<number>;
101
+
102
+ retryMode?: string | __Provider<string>;
103
+
104
+ logger?: __Logger;
105
+
106
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
107
+
108
+ useFipsEndpoint?: boolean | __Provider<boolean>;
109
+
110
+ serviceId?: string;
111
+
112
+ region?: string | __Provider<string>;
113
+
114
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
115
+
116
+ regionInfoProvider?: RegionInfoProvider;
117
+
118
+ defaultUserAgentProvider?: Provider<__UserAgent>;
119
+
120
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
121
+ }
122
+ declare type IoTSiteWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
123
+
124
+ export interface IoTSiteWiseClientConfig extends IoTSiteWiseClientConfigType {
125
+ }
126
+ declare type IoTSiteWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
127
+
128
+ export interface IoTSiteWiseClientResolvedConfig extends IoTSiteWiseClientResolvedConfigType {
129
+ }
130
+
131
+ export declare class IoTSiteWiseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTSiteWiseClientResolvedConfig> {
132
+
133
+ readonly config: IoTSiteWiseClientResolvedConfig;
134
+ constructor(configuration: IoTSiteWiseClientConfig);
135
+
136
+ destroy(): void;
137
+ }
138
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { AssociateAssetsRequest } from "../models/models_0";
5
+ export interface AssociateAssetsCommandInput extends AssociateAssetsRequest {
6
+ }
7
+ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateAssetsCommand extends $Command<AssociateAssetsCommandInput, AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: AssociateAssetsCommandInput;
12
+ constructor(input: AssociateAssetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAssetsCommandInput, AssociateAssetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { AssociateTimeSeriesToAssetPropertyRequest } from "../models/models_0";
5
+ export interface AssociateTimeSeriesToAssetPropertyCommandInput extends AssociateTimeSeriesToAssetPropertyRequest {
6
+ }
7
+ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateTimeSeriesToAssetPropertyCommand extends $Command<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: AssociateTimeSeriesToAssetPropertyCommandInput;
12
+ constructor(input: AssociateTimeSeriesToAssetPropertyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { BatchAssociateProjectAssetsRequest, BatchAssociateProjectAssetsResponse } from "../models/models_0";
5
+ export interface BatchAssociateProjectAssetsCommandInput extends BatchAssociateProjectAssetsRequest {
6
+ }
7
+ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociateProjectAssetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchAssociateProjectAssetsCommand extends $Command<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: BatchAssociateProjectAssetsCommandInput;
12
+ constructor(input: BatchAssociateProjectAssetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { BatchDisassociateProjectAssetsRequest, BatchDisassociateProjectAssetsResponse } from "../models/models_0";
5
+ export interface BatchDisassociateProjectAssetsCommandInput extends BatchDisassociateProjectAssetsRequest {
6
+ }
7
+ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisassociateProjectAssetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchDisassociateProjectAssetsCommand extends $Command<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: BatchDisassociateProjectAssetsCommandInput;
12
+ constructor(input: BatchDisassociateProjectAssetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0";
5
+ export interface BatchPutAssetPropertyValueCommandInput extends BatchPutAssetPropertyValueRequest {
6
+ }
7
+ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPropertyValueResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchPutAssetPropertyValueCommand extends $Command<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: BatchPutAssetPropertyValueCommandInput;
12
+ constructor(input: BatchPutAssetPropertyValueCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
5
+ export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {
6
+ }
7
+ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAccessPolicyCommand extends $Command<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreateAccessPolicyCommandInput;
12
+ constructor(input: CreateAccessPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
5
+ export interface CreateAssetCommandInput extends CreateAssetRequest {
6
+ }
7
+ export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreateAssetCommandInput;
12
+ constructor(input: CreateAssetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0";
5
+ export interface CreateAssetModelCommandInput extends CreateAssetModelRequest {
6
+ }
7
+ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAssetModelCommand extends $Command<CreateAssetModelCommandInput, CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreateAssetModelCommandInput;
12
+ constructor(input: CreateAssetModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetModelCommandInput, CreateAssetModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0";
5
+ export interface CreateDashboardCommandInput extends CreateDashboardRequest {
6
+ }
7
+ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDashboardCommand extends $Command<CreateDashboardCommandInput, CreateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreateDashboardCommandInput;
12
+ constructor(input: CreateDashboardCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDashboardCommandInput, CreateDashboardCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0";
5
+ export interface CreateGatewayCommandInput extends CreateGatewayRequest {
6
+ }
7
+ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreateGatewayCommandInput;
12
+ constructor(input: CreateGatewayCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
5
+ export interface CreatePortalCommandInput extends CreatePortalRequest {
6
+ }
7
+ export interface CreatePortalCommandOutput extends CreatePortalResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreatePortalCommand extends $Command<CreatePortalCommandInput, CreatePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreatePortalCommandInput;
12
+ constructor(input: CreatePortalCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePortalCommandInput, CreatePortalCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
5
+ export interface CreateProjectCommandInput extends CreateProjectRequest {
6
+ }
7
+ export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: CreateProjectCommandInput;
12
+ constructor(input: CreateProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0";
5
+ export interface DeleteAccessPolicyCommandInput extends DeleteAccessPolicyRequest {
6
+ }
7
+ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAccessPolicyCommand extends $Command<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteAccessPolicyCommandInput;
12
+ constructor(input: DeleteAccessPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
5
+ export interface DeleteAssetCommandInput extends DeleteAssetRequest {
6
+ }
7
+ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteAssetCommandInput;
12
+ constructor(input: DeleteAssetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteAssetModelRequest, DeleteAssetModelResponse } from "../models/models_0";
5
+ export interface DeleteAssetModelCommandInput extends DeleteAssetModelRequest {
6
+ }
7
+ export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAssetModelCommand extends $Command<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteAssetModelCommandInput;
12
+ constructor(input: DeleteAssetModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0";
5
+ export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
6
+ }
7
+ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteDashboardCommandInput;
12
+ constructor(input: DeleteDashboardCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDashboardCommandInput, DeleteDashboardCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteGatewayRequest } from "../models/models_0";
5
+ export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {
6
+ }
7
+ export interface DeleteGatewayCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteGatewayCommandInput;
12
+ constructor(input: DeleteGatewayCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
5
+ export interface DeletePortalCommandInput extends DeletePortalRequest {
6
+ }
7
+ export interface DeletePortalCommandOutput extends DeletePortalResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeletePortalCommandInput;
12
+ constructor(input: DeletePortalCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
5
+ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
6
+ }
7
+ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteProjectCommandInput;
12
+ constructor(input: DeleteProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DeleteTimeSeriesRequest } from "../models/models_0";
5
+ export interface DeleteTimeSeriesCommandInput extends DeleteTimeSeriesRequest {
6
+ }
7
+ export interface DeleteTimeSeriesCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteTimeSeriesCommand extends $Command<DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DeleteTimeSeriesCommandInput;
12
+ constructor(input: DeleteTimeSeriesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DescribeAccessPolicyRequest, DescribeAccessPolicyResponse } from "../models/models_0";
5
+ export interface DescribeAccessPolicyCommandInput extends DescribeAccessPolicyRequest {
6
+ }
7
+ export interface DescribeAccessPolicyCommandOutput extends DescribeAccessPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAccessPolicyCommand extends $Command<DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DescribeAccessPolicyCommandInput;
12
+ constructor(input: DescribeAccessPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0";
5
+ export interface DescribeAssetCommandInput extends DescribeAssetRequest {
6
+ }
7
+ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAssetCommand extends $Command<DescribeAssetCommandInput, DescribeAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DescribeAssetCommandInput;
12
+ constructor(input: DescribeAssetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetCommandInput, DescribeAssetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DescribeAssetModelRequest, DescribeAssetModelResponse } from "../models/models_0";
5
+ export interface DescribeAssetModelCommandInput extends DescribeAssetModelRequest {
6
+ }
7
+ export interface DescribeAssetModelCommandOutput extends DescribeAssetModelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAssetModelCommand extends $Command<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DescribeAssetModelCommandInput;
12
+ constructor(input: DescribeAssetModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DescribeAssetPropertyRequest, DescribeAssetPropertyResponse } from "../models/models_0";
5
+ export interface DescribeAssetPropertyCommandInput extends DescribeAssetPropertyRequest {
6
+ }
7
+ export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropertyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAssetPropertyCommand extends $Command<DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
+ readonly input: DescribeAssetPropertyCommandInput;
12
+ constructor(input: DescribeAssetPropertyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }