@aws-sdk/client-quicksight 3.549.0 → 3.552.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-cjs/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +5 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -3135,6 +3135,7 @@ var se_CreateAccountSubscriptionCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
3135
3135
|
Edition: [],
|
|
3136
3136
|
EmailAddress: [],
|
|
3137
3137
|
FirstName: [],
|
|
3138
|
+
IAMIdentityCenterInstanceArn: [],
|
|
3138
3139
|
LastName: [],
|
|
3139
3140
|
NotificationEmail: [],
|
|
3140
3141
|
ReaderGroup: (_) => (0, import_smithy_client._json)(_),
|
|
@@ -76,6 +76,7 @@ declare const CreateAccountSubscriptionCommand_base: {
|
|
|
76
76
|
* LastName: "STRING_VALUE",
|
|
77
77
|
* EmailAddress: "STRING_VALUE",
|
|
78
78
|
* ContactNumber: "STRING_VALUE",
|
|
79
|
+
* IAMIdentityCenterInstanceArn: "STRING_VALUE",
|
|
79
80
|
* };
|
|
80
81
|
* const command = new CreateAccountSubscriptionCommand(input);
|
|
81
82
|
* const response = await client.send(command);
|
|
@@ -453,7 +453,7 @@ export interface AggregationSortConfiguration {
|
|
|
453
453
|
AggregationFunction?: AggregationFunction;
|
|
454
454
|
}
|
|
455
455
|
/**
|
|
456
|
-
* <p>
|
|
456
|
+
* <p>An empty object that represents that the <code>AllSheets</code> option is the chosen value for the <code>FilterScopeConfiguration</code> parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.</p>
|
|
457
457
|
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
458
458
|
* @public
|
|
459
459
|
*/
|
|
@@ -2280,7 +2280,7 @@ export interface FilterScopeConfiguration {
|
|
|
2280
2280
|
*/
|
|
2281
2281
|
SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
|
|
2282
2282
|
/**
|
|
2283
|
-
* <p>The configuration
|
|
2283
|
+
* <p>The configuration that applies a filter to all sheets. When you choose <code>AllSheets</code> as the value for a <code>FilterScopeConfiguration</code>, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The <code>AllSheetsFilterScopeConfiguration</code> is chosen.</p>
|
|
2284
2284
|
* @public
|
|
2285
2285
|
*/
|
|
2286
2286
|
AllSheets?: AllSheetsFilterScopeConfiguration;
|
|
@@ -3821,6 +3821,11 @@ export interface CreateAccountSubscriptionRequest {
|
|
|
3821
3821
|
* @public
|
|
3822
3822
|
*/
|
|
3823
3823
|
ContactNumber?: string;
|
|
3824
|
+
/**
|
|
3825
|
+
* <p>The Amazon Resource Name (ARN) for the IAM Identity Center instance.</p>
|
|
3826
|
+
* @public
|
|
3827
|
+
*/
|
|
3828
|
+
IAMIdentityCenterInstanceArn?: string;
|
|
3824
3829
|
}
|
|
3825
3830
|
/**
|
|
3826
3831
|
* <p>A <code>SignupResponse</code> object that contains a summary of a newly created account.</p>
|
|
@@ -1693,6 +1693,7 @@ export interface CreateAccountSubscriptionRequest {
|
|
|
1693
1693
|
LastName?: string;
|
|
1694
1694
|
EmailAddress?: string;
|
|
1695
1695
|
ContactNumber?: string;
|
|
1696
|
+
IAMIdentityCenterInstanceArn?: string;
|
|
1696
1697
|
}
|
|
1697
1698
|
export interface SignupResponse {
|
|
1698
1699
|
IAMUser?: boolean;
|
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.552.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,9 +20,9 @@
|
|
|
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/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.552.0",
|
|
24
|
+
"@aws-sdk/core": "3.552.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.552.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
-
"@smithy/core": "^1.4.
|
|
36
|
+
"@smithy/core": "^1.4.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
38
|
"@smithy/hash-node": "^2.2.0",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.5.
|
|
42
|
-
"@smithy/middleware-retry": "^2.3.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.3.1",
|
|
43
43
|
"@smithy/middleware-serde": "^2.3.0",
|
|
44
44
|
"@smithy/middleware-stack": "^2.2.0",
|
|
45
45
|
"@smithy/node-config-provider": "^2.3.0",
|
|
46
46
|
"@smithy/node-http-handler": "^2.5.0",
|
|
47
47
|
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
-
"@smithy/smithy-client": "^2.5.
|
|
48
|
+
"@smithy/smithy-client": "^2.5.1",
|
|
49
49
|
"@smithy/types": "^2.12.0",
|
|
50
50
|
"@smithy/url-parser": "^2.2.0",
|
|
51
51
|
"@smithy/util-base64": "^2.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.3.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.1",
|
|
56
56
|
"@smithy/util-endpoints": "^1.2.0",
|
|
57
57
|
"@smithy/util-middleware": "^2.2.0",
|
|
58
58
|
"@smithy/util-retry": "^2.2.0",
|