@aws-sdk/client-quicksight 3.544.0 → 3.550.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 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)(_),
@@ -53,6 +53,7 @@ export const se_CreateAccountSubscriptionCommand = async (input, context) => {
53
53
  Edition: [],
54
54
  EmailAddress: [],
55
55
  FirstName: [],
56
+ IAMIdentityCenterInstanceArn: [],
56
57
  LastName: [],
57
58
  NotificationEmail: [],
58
59
  ReaderGroup: (_) => _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>The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.</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 for applying a filter to all sheets.</p>
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.544.0",
4
+ "version": "3.550.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.540.0",
24
- "@aws-sdk/core": "3.535.0",
25
- "@aws-sdk/credential-provider-node": "3.540.0",
23
+ "@aws-sdk/client-sts": "3.549.0",
24
+ "@aws-sdk/core": "3.549.0",
25
+ "@aws-sdk/credential-provider-node": "3.549.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,13 +33,13 @@
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.0",
36
+ "@smithy/core": "^1.4.1",
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
41
  "@smithy/middleware-endpoint": "^2.5.0",
42
- "@smithy/middleware-retry": "^2.2.0",
42
+ "@smithy/middleware-retry": "^2.3.0",
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",