@aws-sdk/client-quicksight 3.252.0 → 3.254.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.
|
@@ -12660,7 +12660,7 @@ const serializeAws_restJson1DateTimeDefaultValueList = (input, context) => {
|
|
|
12660
12660
|
return input
|
|
12661
12661
|
.filter((e) => e != null)
|
|
12662
12662
|
.map((entry) => {
|
|
12663
|
-
return Math.round(entry.getTime() / 1000)
|
|
12663
|
+
return Math.round(entry.getTime() / 1000);
|
|
12664
12664
|
});
|
|
12665
12665
|
};
|
|
12666
12666
|
const serializeAws_restJson1DateTimeDefaultValues = (input, context) => {
|
|
@@ -12730,7 +12730,7 @@ const serializeAws_restJson1DateTimePickerControlDisplayOptions = (input, contex
|
|
|
12730
12730
|
};
|
|
12731
12731
|
const serializeAws_restJson1DateTimeValueWhenUnsetConfiguration = (input, context) => {
|
|
12732
12732
|
return {
|
|
12733
|
-
...(input.CustomValue != null && { CustomValue: Math.round(input.CustomValue.getTime() / 1000)
|
|
12733
|
+
...(input.CustomValue != null && { CustomValue: Math.round(input.CustomValue.getTime() / 1000) }),
|
|
12734
12734
|
...(input.ValueWhenUnsetOption != null && { ValueWhenUnsetOption: input.ValueWhenUnsetOption }),
|
|
12735
12735
|
};
|
|
12736
12736
|
};
|
|
@@ -15930,7 +15930,7 @@ const serializeAws_restJson1SensitiveTimestampList = (input, context) => {
|
|
|
15930
15930
|
return input
|
|
15931
15931
|
.filter((e) => e != null)
|
|
15932
15932
|
.map((entry) => {
|
|
15933
|
-
return Math.round(entry.getTime() / 1000)
|
|
15933
|
+
return Math.round(entry.getTime() / 1000);
|
|
15934
15934
|
});
|
|
15935
15935
|
};
|
|
15936
15936
|
const serializeAws_restJson1SeriesItem = (input, context) => {
|
|
@@ -16645,14 +16645,14 @@ const serializeAws_restJson1TimeEqualityFilter = (input, context) => {
|
|
|
16645
16645
|
...(input.FilterId != null && { FilterId: input.FilterId }),
|
|
16646
16646
|
...(input.ParameterName != null && { ParameterName: input.ParameterName }),
|
|
16647
16647
|
...(input.TimeGranularity != null && { TimeGranularity: input.TimeGranularity }),
|
|
16648
|
-
...(input.Value != null && { Value: Math.round(input.Value.getTime() / 1000)
|
|
16648
|
+
...(input.Value != null && { Value: Math.round(input.Value.getTime() / 1000) }),
|
|
16649
16649
|
};
|
|
16650
16650
|
};
|
|
16651
16651
|
const serializeAws_restJson1TimeRangeDrillDownFilter = (input, context) => {
|
|
16652
16652
|
return {
|
|
16653
16653
|
...(input.Column != null && { Column: serializeAws_restJson1ColumnIdentifier(input.Column, context) }),
|
|
16654
|
-
...(input.RangeMaximum != null && { RangeMaximum: Math.round(input.RangeMaximum.getTime() / 1000)
|
|
16655
|
-
...(input.RangeMinimum != null && { RangeMinimum: Math.round(input.RangeMinimum.getTime() / 1000)
|
|
16654
|
+
...(input.RangeMaximum != null && { RangeMaximum: Math.round(input.RangeMaximum.getTime() / 1000) }),
|
|
16655
|
+
...(input.RangeMinimum != null && { RangeMinimum: Math.round(input.RangeMinimum.getTime() / 1000) }),
|
|
16656
16656
|
...(input.TimeGranularity != null && { TimeGranularity: input.TimeGranularity }),
|
|
16657
16657
|
};
|
|
16658
16658
|
};
|
|
@@ -16681,7 +16681,7 @@ const serializeAws_restJson1TimeRangeFilterValue = (input, context) => {
|
|
|
16681
16681
|
...(input.RollingDate != null && {
|
|
16682
16682
|
RollingDate: serializeAws_restJson1RollingDateConfiguration(input.RollingDate, context),
|
|
16683
16683
|
}),
|
|
16684
|
-
...(input.StaticValue != null && { StaticValue: Math.round(input.StaticValue.getTime() / 1000)
|
|
16684
|
+
...(input.StaticValue != null && { StaticValue: Math.round(input.StaticValue.getTime() / 1000) }),
|
|
16685
16685
|
};
|
|
16686
16686
|
};
|
|
16687
16687
|
const serializeAws_restJson1TooltipItem = (input, context) => {
|
|
@@ -17175,14 +17175,14 @@ const serializeAws_restJson1WaterfallVisual = (input, context) => {
|
|
|
17175
17175
|
};
|
|
17176
17176
|
const serializeAws_restJson1WhatIfPointScenario = (input, context) => {
|
|
17177
17177
|
return {
|
|
17178
|
-
...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000)
|
|
17178
|
+
...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000) }),
|
|
17179
17179
|
...(input.Value != null && { Value: (0, smithy_client_1.serializeFloat)(input.Value) }),
|
|
17180
17180
|
};
|
|
17181
17181
|
};
|
|
17182
17182
|
const serializeAws_restJson1WhatIfRangeScenario = (input, context) => {
|
|
17183
17183
|
return {
|
|
17184
|
-
...(input.EndDate != null && { EndDate: Math.round(input.EndDate.getTime() / 1000)
|
|
17185
|
-
...(input.StartDate != null && { StartDate: Math.round(input.StartDate.getTime() / 1000)
|
|
17184
|
+
...(input.EndDate != null && { EndDate: Math.round(input.EndDate.getTime() / 1000) }),
|
|
17185
|
+
...(input.StartDate != null && { StartDate: Math.round(input.StartDate.getTime() / 1000) }),
|
|
17186
17186
|
...(input.Value != null && { Value: (0, smithy_client_1.serializeFloat)(input.Value) }),
|
|
17187
17187
|
};
|
|
17188
17188
|
};
|
|
@@ -12400,7 +12400,7 @@ const serializeAws_restJson1DateTimeDefaultValueList = (input, context) => {
|
|
|
12400
12400
|
return input
|
|
12401
12401
|
.filter((e) => e != null)
|
|
12402
12402
|
.map((entry) => {
|
|
12403
|
-
return Math.round(entry.getTime() / 1000)
|
|
12403
|
+
return Math.round(entry.getTime() / 1000);
|
|
12404
12404
|
});
|
|
12405
12405
|
};
|
|
12406
12406
|
const serializeAws_restJson1DateTimeDefaultValues = (input, context) => {
|
|
@@ -12470,7 +12470,7 @@ const serializeAws_restJson1DateTimePickerControlDisplayOptions = (input, contex
|
|
|
12470
12470
|
};
|
|
12471
12471
|
const serializeAws_restJson1DateTimeValueWhenUnsetConfiguration = (input, context) => {
|
|
12472
12472
|
return {
|
|
12473
|
-
...(input.CustomValue != null && { CustomValue: Math.round(input.CustomValue.getTime() / 1000)
|
|
12473
|
+
...(input.CustomValue != null && { CustomValue: Math.round(input.CustomValue.getTime() / 1000) }),
|
|
12474
12474
|
...(input.ValueWhenUnsetOption != null && { ValueWhenUnsetOption: input.ValueWhenUnsetOption }),
|
|
12475
12475
|
};
|
|
12476
12476
|
};
|
|
@@ -15670,7 +15670,7 @@ const serializeAws_restJson1SensitiveTimestampList = (input, context) => {
|
|
|
15670
15670
|
return input
|
|
15671
15671
|
.filter((e) => e != null)
|
|
15672
15672
|
.map((entry) => {
|
|
15673
|
-
return Math.round(entry.getTime() / 1000)
|
|
15673
|
+
return Math.round(entry.getTime() / 1000);
|
|
15674
15674
|
});
|
|
15675
15675
|
};
|
|
15676
15676
|
const serializeAws_restJson1SeriesItem = (input, context) => {
|
|
@@ -16385,14 +16385,14 @@ const serializeAws_restJson1TimeEqualityFilter = (input, context) => {
|
|
|
16385
16385
|
...(input.FilterId != null && { FilterId: input.FilterId }),
|
|
16386
16386
|
...(input.ParameterName != null && { ParameterName: input.ParameterName }),
|
|
16387
16387
|
...(input.TimeGranularity != null && { TimeGranularity: input.TimeGranularity }),
|
|
16388
|
-
...(input.Value != null && { Value: Math.round(input.Value.getTime() / 1000)
|
|
16388
|
+
...(input.Value != null && { Value: Math.round(input.Value.getTime() / 1000) }),
|
|
16389
16389
|
};
|
|
16390
16390
|
};
|
|
16391
16391
|
const serializeAws_restJson1TimeRangeDrillDownFilter = (input, context) => {
|
|
16392
16392
|
return {
|
|
16393
16393
|
...(input.Column != null && { Column: serializeAws_restJson1ColumnIdentifier(input.Column, context) }),
|
|
16394
|
-
...(input.RangeMaximum != null && { RangeMaximum: Math.round(input.RangeMaximum.getTime() / 1000)
|
|
16395
|
-
...(input.RangeMinimum != null && { RangeMinimum: Math.round(input.RangeMinimum.getTime() / 1000)
|
|
16394
|
+
...(input.RangeMaximum != null && { RangeMaximum: Math.round(input.RangeMaximum.getTime() / 1000) }),
|
|
16395
|
+
...(input.RangeMinimum != null && { RangeMinimum: Math.round(input.RangeMinimum.getTime() / 1000) }),
|
|
16396
16396
|
...(input.TimeGranularity != null && { TimeGranularity: input.TimeGranularity }),
|
|
16397
16397
|
};
|
|
16398
16398
|
};
|
|
@@ -16421,7 +16421,7 @@ const serializeAws_restJson1TimeRangeFilterValue = (input, context) => {
|
|
|
16421
16421
|
...(input.RollingDate != null && {
|
|
16422
16422
|
RollingDate: serializeAws_restJson1RollingDateConfiguration(input.RollingDate, context),
|
|
16423
16423
|
}),
|
|
16424
|
-
...(input.StaticValue != null && { StaticValue: Math.round(input.StaticValue.getTime() / 1000)
|
|
16424
|
+
...(input.StaticValue != null && { StaticValue: Math.round(input.StaticValue.getTime() / 1000) }),
|
|
16425
16425
|
};
|
|
16426
16426
|
};
|
|
16427
16427
|
const serializeAws_restJson1TooltipItem = (input, context) => {
|
|
@@ -16915,14 +16915,14 @@ const serializeAws_restJson1WaterfallVisual = (input, context) => {
|
|
|
16915
16915
|
};
|
|
16916
16916
|
const serializeAws_restJson1WhatIfPointScenario = (input, context) => {
|
|
16917
16917
|
return {
|
|
16918
|
-
...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000)
|
|
16918
|
+
...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000) }),
|
|
16919
16919
|
...(input.Value != null && { Value: __serializeFloat(input.Value) }),
|
|
16920
16920
|
};
|
|
16921
16921
|
};
|
|
16922
16922
|
const serializeAws_restJson1WhatIfRangeScenario = (input, context) => {
|
|
16923
16923
|
return {
|
|
16924
|
-
...(input.EndDate != null && { EndDate: Math.round(input.EndDate.getTime() / 1000)
|
|
16925
|
-
...(input.StartDate != null && { StartDate: Math.round(input.StartDate.getTime() / 1000)
|
|
16924
|
+
...(input.EndDate != null && { EndDate: Math.round(input.EndDate.getTime() / 1000) }),
|
|
16925
|
+
...(input.StartDate != null && { StartDate: Math.round(input.StartDate.getTime() / 1000) }),
|
|
16926
16926
|
...(input.Value != null && { Value: __serializeFloat(input.Value) }),
|
|
16927
16927
|
};
|
|
16928
16928
|
};
|
|
@@ -6,7 +6,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
6
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
8
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
-
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, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
10
10
|
import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
|
|
11
11
|
import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
12
12
|
import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
|
|
@@ -142,11 +142,11 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
142
142
|
*/
|
|
143
143
|
requestHandler?: __HttpHandler;
|
|
144
144
|
/**
|
|
145
|
-
* A constructor for a class implementing the {@link
|
|
145
|
+
* A constructor for a class implementing the {@link __Checksum} interface
|
|
146
146
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
147
147
|
* @internal
|
|
148
148
|
*/
|
|
149
|
-
sha256?: __HashConstructor;
|
|
149
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
150
150
|
/**
|
|
151
151
|
* The function that will be used to convert strings into HTTP endpoints.
|
|
152
152
|
* @internal
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
} from "@aws-sdk/smithy-client";
|
|
32
32
|
import {
|
|
33
33
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
34
35
|
Credentials as __Credentials,
|
|
35
36
|
Decoder as __Decoder,
|
|
36
37
|
Encoder as __Encoder,
|
|
@@ -809,7 +810,7 @@ export declare type ServiceOutputTypes =
|
|
|
809
810
|
export interface ClientDefaults
|
|
810
811
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
811
812
|
requestHandler?: __HttpHandler;
|
|
812
|
-
sha256?: __HashConstructor;
|
|
813
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
813
814
|
urlParser?: __UrlParser;
|
|
814
815
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
815
816
|
streamCollector?: __StreamCollector;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.254.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",
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
"module": "./dist-es/index.js",
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aws-crypto/sha256-browser": "
|
|
22
|
-
"@aws-crypto/sha256-js": "
|
|
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.
|
|
21
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
+
"@aws-sdk/client-sts": "3.254.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.254.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.254.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.254.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.254.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.254.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.254.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.254.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.254.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.254.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.254.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.254.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.254.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.254.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.254.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.254.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.254.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.254.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.254.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.254.0",
|
|
43
|
+
"@aws-sdk/types": "3.254.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.254.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.254.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.254.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.254.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.254.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.254.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.254.0",
|
|
54
54
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
55
55
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
56
56
|
"tslib": "^2.3.1"
|