@aws-sdk/client-iotsitewise 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateAssetsCommand.d.ts +30 -0
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +21 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +23 -0
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +17 -0
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +30 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +23 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +30 -0
- package/dist-types/commands/CreateAssetModelCommand.d.ts +30 -0
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +30 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +23 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +23 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +23 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +23 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +17 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +21 -0
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +21 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +17 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +17 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +21 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +21 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +17 -0
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +17 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +27 -0
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +17 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +21 -0
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +21 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +20 -0
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +20 -0
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +20 -0
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +20 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +14 -0
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +17 -0
- package/dist-types/commands/ListAssetModelsCommand.d.ts +14 -0
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +17 -0
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +17 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +17 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +17 -0
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +17 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +14 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +14 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +14 -0
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +14 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +30 -0
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +17 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +21 -0
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +30 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +30 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +17 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +24 -0
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +30 -0
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +21 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +27 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +21 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +21 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +17 -0
- package/package.json +30 -30
|
@@ -41,6 +41,36 @@ export interface UpdateAssetModelCommandOutput extends UpdateAssetModelResponse,
|
|
|
41
41
|
* @see {@link UpdateAssetModelCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link ConflictingOperationException} (client fault)
|
|
45
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
46
|
+
* than one operation on the same resource at the same time.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
49
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
52
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
53
|
+
* unsupported characters. Check your request and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
56
|
+
* <p>You've reached the limit for a resource. For example, this can occur if you're trying to
|
|
57
|
+
* associate more than the allowed number of child assets or attempting to create more than the
|
|
58
|
+
* allowed number of properties for an asset model.</p>
|
|
59
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
62
|
+
* <p>The resource already exists.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>The requested resource can't be found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
69
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
70
|
+
* on.</p>
|
|
71
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
44
74
|
*/
|
|
45
75
|
export declare class UpdateAssetModelCommand extends $Command<UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
46
76
|
readonly input: UpdateAssetModelCommandInput;
|
|
@@ -34,6 +34,27 @@ export interface UpdateAssetPropertyCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* @see {@link UpdateAssetPropertyCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ConflictingOperationException} (client fault)
|
|
38
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
39
|
+
* than one operation on the same resource at the same time.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
42
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
46
|
+
* unsupported characters. Check your request and try again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The requested resource can't be found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
53
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
54
|
+
* on.</p>
|
|
55
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
37
58
|
*/
|
|
38
59
|
export declare class UpdateAssetPropertyCommand extends $Command<UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
39
60
|
readonly input: UpdateAssetPropertyCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
29
29
|
* @see {@link UpdateDashboardCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
33
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
37
|
+
* unsupported characters. Check your request and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The requested resource can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
44
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
45
|
+
* on.</p>
|
|
46
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateDashboardCommandInput;
|
|
@@ -33,6 +33,33 @@ export interface UpdateGatewayCapabilityConfigurationCommandOutput extends Updat
|
|
|
33
33
|
* @see {@link UpdateGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConflictingOperationException} (client fault)
|
|
37
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
38
|
+
* than one operation on the same resource at the same time.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
41
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
45
|
+
* unsupported characters. Check your request and try again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>You've reached the limit for a resource. For example, this can occur if you're trying to
|
|
49
|
+
* associate more than the allowed number of child assets or attempting to create more than the
|
|
50
|
+
* allowed number of properties for an asset model.</p>
|
|
51
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The requested resource can't be found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
58
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
59
|
+
* on.</p>
|
|
60
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
36
63
|
*/
|
|
37
64
|
export declare class UpdateGatewayCapabilityConfigurationCommand extends $Command<UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
38
65
|
readonly input: UpdateGatewayCapabilityConfigurationCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface UpdateGatewayCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UpdateGatewayCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictingOperationException} (client fault)
|
|
33
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
34
|
+
* than one operation on the same resource at the same time.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
37
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
41
|
+
* unsupported characters. Check your request and try again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource can't be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
48
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
49
|
+
* on.</p>
|
|
50
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class UpdateGatewayCommand extends $Command<UpdateGatewayCommandInput, UpdateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
55
|
readonly input: UpdateGatewayCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
|
|
|
29
29
|
* @see {@link UpdatePortalCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictingOperationException} (client fault)
|
|
33
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
34
|
+
* than one operation on the same resource at the same time.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
37
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
41
|
+
* unsupported characters. Check your request and try again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource can't be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
48
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
49
|
+
* on.</p>
|
|
50
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class UpdatePortalCommand extends $Command<UpdatePortalCommandInput, UpdatePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
55
|
readonly input: UpdatePortalCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
33
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
37
|
+
* unsupported characters. Check your request and try again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The requested resource can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
44
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
45
|
+
* on.</p>
|
|
46
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateProjectCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|