@aws-sdk/client-quicksight 3.1055.0 → 3.1057.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 (63) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +78 -0
  3. package/dist-cjs/schemas/schemas_0.js +140 -35
  4. package/dist-es/QuickSight.js +12 -0
  5. package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
  6. package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
  7. package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
  8. package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
  9. package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/enums.js +3 -0
  12. package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +109 -4
  15. package/dist-types/QuickSight.d.ts +42 -0
  16. package/dist-types/QuickSightClient.d.ts +7 -2
  17. package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
  18. package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
  19. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
  22. package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
  23. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
  24. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
  31. package/dist-types/commands/index.d.ts +5 -0
  32. package/dist-types/models/enums.d.ts +11 -0
  33. package/dist-types/models/models_3.d.ts +136 -99
  34. package/dist-types/models/models_4.d.ts +356 -282
  35. package/dist-types/models/models_5.d.ts +300 -4
  36. package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +1 -0
  38. package/dist-types/schemas/schemas_0.d.ts +17 -0
  39. package/dist-types/ts3.4/QuickSight.d.ts +92 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +30 -0
  41. package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
  42. package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
  43. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
  46. package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
  47. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
  48. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  56. package/dist-types/ts3.4/models/enums.d.ts +5 -0
  57. package/dist-types/ts3.4/models/models_3.d.ts +32 -22
  58. package/dist-types/ts3.4/models/models_4.d.ts +86 -71
  59. package/dist-types/ts3.4/models/models_5.d.ts +79 -2
  60. package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
  61. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
  63. package/package.json +6 -6
@@ -4,6 +4,7 @@ import {
4
4
  AssignmentStatus,
5
5
  DashboardsQAStatus,
6
6
  DataSetImportMode,
7
+ DataSourceType,
7
8
  EmbeddingIdentityType,
8
9
  FieldName,
9
10
  FilterOperator,
@@ -21,14 +22,14 @@ import {
21
22
  NamespaceErrorType,
22
23
  NamespaceStatus,
23
24
  NetworkInterfaceStatus,
25
+ OAuthClientAuthenticationType,
24
26
  PersonalizationMode,
25
- PurchaseMode,
26
27
  QAResultType,
28
+ QDataKeyType,
27
29
  QSearchStatus,
28
30
  ResourceStatus,
29
31
  Role,
30
32
  SearchFilterOperator,
31
- SelfUpgradeAdminAction,
32
33
  SelfUpgradeRequestStatus,
33
34
  SelfUpgradeStatus,
34
35
  ServiceType,
@@ -118,21 +119,39 @@ import {
118
119
  LogicalTable,
119
120
  PerformanceConfiguration,
120
121
  PhysicalTable,
121
- QDataKey,
122
122
  RefreshSchedule,
123
- RegisteredCustomerManagedKey,
124
123
  RowLevelPermissionDataSet,
125
124
  RowLevelPermissionTagConfiguration,
126
125
  SemanticModelConfiguration,
127
126
  SnapshotConfiguration,
128
127
  TemplateAlias,
129
- TemplateSourceEntity,
130
128
  TemplateVersionDefinition,
131
129
  ThemeAlias,
132
130
  ThemeConfiguration,
133
131
  TopicDetails,
134
132
  TopicRefreshSchedule,
135
133
  } from "./models_3";
134
+ export interface DescribeIpRestrictionResponse {
135
+ AwsAccountId?: string | undefined;
136
+ IpRestrictionRuleMap?: Record<string, string> | undefined;
137
+ VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
138
+ VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
139
+ Enabled?: boolean | undefined;
140
+ RequestId?: string | undefined;
141
+ Status?: number | undefined;
142
+ }
143
+ export interface DescribeKeyRegistrationRequest {
144
+ AwsAccountId: string | undefined;
145
+ DefaultKeyOnly?: boolean | undefined;
146
+ }
147
+ export interface RegisteredCustomerManagedKey {
148
+ KeyArn?: string | undefined;
149
+ DefaultKey?: boolean | undefined;
150
+ }
151
+ export interface QDataKey {
152
+ QDataKeyArn?: string | undefined;
153
+ QDataKeyType?: QDataKeyType | undefined;
154
+ }
136
155
  export interface DescribeKeyRegistrationResponse {
137
156
  AwsAccountId?: string | undefined;
138
157
  KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
@@ -163,6 +182,28 @@ export interface DescribeNamespaceResponse {
163
182
  RequestId?: string | undefined;
164
183
  Status?: number | undefined;
165
184
  }
185
+ export interface DescribeOAuthClientApplicationRequest {
186
+ AwsAccountId: string | undefined;
187
+ OAuthClientApplicationId: string | undefined;
188
+ }
189
+ export interface OAuthClientApplication {
190
+ OAuthClientApplicationId?: string | undefined;
191
+ Name?: string | undefined;
192
+ OAuthClientAuthenticationType?: OAuthClientAuthenticationType | undefined;
193
+ OAuthTokenEndpointUrl?: string | undefined;
194
+ OAuthAuthorizationEndpointUrl?: string | undefined;
195
+ OAuthScopes?: string | undefined;
196
+ DataSourceType?: DataSourceType | undefined;
197
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
198
+ CreatedTime?: Date | undefined;
199
+ LastUpdatedTime?: Date | undefined;
200
+ Arn?: string | undefined;
201
+ }
202
+ export interface DescribeOAuthClientApplicationResponse {
203
+ OAuthClientApplication?: OAuthClientApplication | undefined;
204
+ RequestId?: string | undefined;
205
+ Status?: number | undefined;
206
+ }
166
207
  export interface DescribeQPersonalizationConfigurationRequest {
167
208
  AwsAccountId: string | undefined;
168
209
  }
@@ -967,6 +1008,27 @@ export interface ListNamespacesResponse {
967
1008
  RequestId?: string | undefined;
968
1009
  Status?: number | undefined;
969
1010
  }
1011
+ export interface ListOAuthClientApplicationsRequest {
1012
+ AwsAccountId: string | undefined;
1013
+ NextToken?: string | undefined;
1014
+ MaxResults?: number | undefined;
1015
+ }
1016
+ export interface OAuthClientApplicationSummary {
1017
+ OAuthClientApplicationId?: string | undefined;
1018
+ Name?: string | undefined;
1019
+ OAuthClientAuthenticationType?: OAuthClientAuthenticationType | undefined;
1020
+ DataSourceType?: DataSourceType | undefined;
1021
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
1022
+ CreatedTime?: Date | undefined;
1023
+ LastUpdatedTime?: Date | undefined;
1024
+ Arn?: string | undefined;
1025
+ }
1026
+ export interface ListOAuthClientApplicationsResponse {
1027
+ OAuthClientApplications?: OAuthClientApplicationSummary[] | undefined;
1028
+ NextToken?: string | undefined;
1029
+ RequestId?: string | undefined;
1030
+ Status?: number | undefined;
1031
+ }
970
1032
  export interface ListRefreshSchedulesRequest {
971
1033
  AwsAccountId: string | undefined;
972
1034
  DataSetId: string | undefined;
@@ -1860,6 +1922,25 @@ export interface UpdateKeyRegistrationResponse {
1860
1922
  SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
1861
1923
  RequestId?: string | undefined;
1862
1924
  }
1925
+ export interface UpdateOAuthClientApplicationRequest {
1926
+ AwsAccountId: string | undefined;
1927
+ OAuthClientApplicationId: string | undefined;
1928
+ Name: string | undefined;
1929
+ ClientId?: string | undefined;
1930
+ ClientSecret?: string | undefined;
1931
+ OAuthTokenEndpointUrl?: string | undefined;
1932
+ OAuthAuthorizationEndpointUrl?: string | undefined;
1933
+ OAuthScopes?: string | undefined;
1934
+ DataSourceType?: DataSourceType | undefined;
1935
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
1936
+ }
1937
+ export interface UpdateOAuthClientApplicationResponse {
1938
+ Arn?: string | undefined;
1939
+ OAuthClientApplicationId?: string | undefined;
1940
+ UpdateStatus?: ResourceStatus | undefined;
1941
+ RequestId?: string | undefined;
1942
+ Status?: number | undefined;
1943
+ }
1863
1944
  export interface UpdatePublicSharingSettingsRequest {
1864
1945
  AwsAccountId: string | undefined;
1865
1946
  PublicSharingEnabled?: boolean | undefined;
@@ -1903,69 +1984,3 @@ export interface UpdateRoleCustomPermissionRequest {
1903
1984
  AwsAccountId: string | undefined;
1904
1985
  Namespace: string | undefined;
1905
1986
  }
1906
- export interface UpdateRoleCustomPermissionResponse {
1907
- RequestId?: string | undefined;
1908
- Status?: number | undefined;
1909
- }
1910
- export interface UpdateSelfUpgradeRequest {
1911
- AwsAccountId: string | undefined;
1912
- Namespace: string | undefined;
1913
- UpgradeRequestId: string | undefined;
1914
- Action: SelfUpgradeAdminAction | undefined;
1915
- }
1916
- export interface UpdateSelfUpgradeResponse {
1917
- SelfUpgradeRequestDetail?: SelfUpgradeRequestDetail | undefined;
1918
- RequestId?: string | undefined;
1919
- Status?: number | undefined;
1920
- }
1921
- export interface UpdateSelfUpgradeConfigurationRequest {
1922
- AwsAccountId: string | undefined;
1923
- Namespace: string | undefined;
1924
- SelfUpgradeStatus: SelfUpgradeStatus | undefined;
1925
- }
1926
- export interface UpdateSelfUpgradeConfigurationResponse {
1927
- RequestId?: string | undefined;
1928
- Status?: number | undefined;
1929
- }
1930
- export interface UpdateSPICECapacityConfigurationRequest {
1931
- AwsAccountId: string | undefined;
1932
- PurchaseMode: PurchaseMode | undefined;
1933
- }
1934
- export interface UpdateSPICECapacityConfigurationResponse {
1935
- RequestId?: string | undefined;
1936
- Status?: number | undefined;
1937
- }
1938
- export interface UpdateTemplateRequest {
1939
- AwsAccountId: string | undefined;
1940
- TemplateId: string | undefined;
1941
- SourceEntity?: TemplateSourceEntity | undefined;
1942
- VersionDescription?: string | undefined;
1943
- Name?: string | undefined;
1944
- Definition?: TemplateVersionDefinition | undefined;
1945
- ValidationStrategy?: ValidationStrategy | undefined;
1946
- }
1947
- export interface UpdateTemplateResponse {
1948
- TemplateId?: string | undefined;
1949
- Arn?: string | undefined;
1950
- VersionArn?: string | undefined;
1951
- CreationStatus?: ResourceStatus | undefined;
1952
- Status?: number | undefined;
1953
- RequestId?: string | undefined;
1954
- }
1955
- export interface UpdateTemplateAliasRequest {
1956
- AwsAccountId: string | undefined;
1957
- TemplateId: string | undefined;
1958
- AliasName: string | undefined;
1959
- TemplateVersionNumber: number | undefined;
1960
- }
1961
- export interface UpdateTemplateAliasResponse {
1962
- TemplateAlias?: TemplateAlias | undefined;
1963
- Status?: number | undefined;
1964
- RequestId?: string | undefined;
1965
- }
1966
- export interface UpdateTemplatePermissionsRequest {
1967
- AwsAccountId: string | undefined;
1968
- TemplateId: string | undefined;
1969
- GrantPermissions?: ResourcePermission[] | undefined;
1970
- RevokePermissions?: ResourcePermission[] | undefined;
1971
- }
@@ -1,19 +1,96 @@
1
1
  import {
2
+ PurchaseMode,
2
3
  ResourceStatus,
4
+ SelfUpgradeAdminAction,
5
+ SelfUpgradeStatus,
3
6
  UserRole,
4
7
  VisualRole,
5
8
  VPCConnectionAvailabilityStatus,
6
9
  VPCConnectionResourceStatus,
7
10
  } from "./enums";
8
- import { ResourcePermission, TopicIR, TopicTemplate } from "./models_2";
11
+ import {
12
+ ResourcePermission,
13
+ TopicIR,
14
+ TopicTemplate,
15
+ ValidationStrategy,
16
+ } from "./models_2";
9
17
  import {
10
18
  CustomInstructions,
19
+ TemplateAlias,
20
+ TemplateSourceEntity,
21
+ TemplateVersionDefinition,
11
22
  ThemeAlias,
12
23
  ThemeConfiguration,
13
24
  TopicDetails,
14
25
  TopicRefreshSchedule,
15
26
  } from "./models_3";
16
- import { User } from "./models_4";
27
+ import { SelfUpgradeRequestDetail, User } from "./models_4";
28
+ export interface UpdateRoleCustomPermissionResponse {
29
+ RequestId?: string | undefined;
30
+ Status?: number | undefined;
31
+ }
32
+ export interface UpdateSelfUpgradeRequest {
33
+ AwsAccountId: string | undefined;
34
+ Namespace: string | undefined;
35
+ UpgradeRequestId: string | undefined;
36
+ Action: SelfUpgradeAdminAction | undefined;
37
+ }
38
+ export interface UpdateSelfUpgradeResponse {
39
+ SelfUpgradeRequestDetail?: SelfUpgradeRequestDetail | undefined;
40
+ RequestId?: string | undefined;
41
+ Status?: number | undefined;
42
+ }
43
+ export interface UpdateSelfUpgradeConfigurationRequest {
44
+ AwsAccountId: string | undefined;
45
+ Namespace: string | undefined;
46
+ SelfUpgradeStatus: SelfUpgradeStatus | undefined;
47
+ }
48
+ export interface UpdateSelfUpgradeConfigurationResponse {
49
+ RequestId?: string | undefined;
50
+ Status?: number | undefined;
51
+ }
52
+ export interface UpdateSPICECapacityConfigurationRequest {
53
+ AwsAccountId: string | undefined;
54
+ PurchaseMode: PurchaseMode | undefined;
55
+ }
56
+ export interface UpdateSPICECapacityConfigurationResponse {
57
+ RequestId?: string | undefined;
58
+ Status?: number | undefined;
59
+ }
60
+ export interface UpdateTemplateRequest {
61
+ AwsAccountId: string | undefined;
62
+ TemplateId: string | undefined;
63
+ SourceEntity?: TemplateSourceEntity | undefined;
64
+ VersionDescription?: string | undefined;
65
+ Name?: string | undefined;
66
+ Definition?: TemplateVersionDefinition | undefined;
67
+ ValidationStrategy?: ValidationStrategy | undefined;
68
+ }
69
+ export interface UpdateTemplateResponse {
70
+ TemplateId?: string | undefined;
71
+ Arn?: string | undefined;
72
+ VersionArn?: string | undefined;
73
+ CreationStatus?: ResourceStatus | undefined;
74
+ Status?: number | undefined;
75
+ RequestId?: string | undefined;
76
+ }
77
+ export interface UpdateTemplateAliasRequest {
78
+ AwsAccountId: string | undefined;
79
+ TemplateId: string | undefined;
80
+ AliasName: string | undefined;
81
+ TemplateVersionNumber: number | undefined;
82
+ }
83
+ export interface UpdateTemplateAliasResponse {
84
+ TemplateAlias?: TemplateAlias | undefined;
85
+ Status?: number | undefined;
86
+ RequestId?: string | undefined;
87
+ }
88
+ export interface UpdateTemplatePermissionsRequest {
89
+ AwsAccountId: string | undefined;
90
+ TemplateId: string | undefined;
91
+ GrantPermissions?: ResourcePermission[] | undefined;
92
+ RevokePermissions?: ResourcePermission[] | undefined;
93
+ }
17
94
  export interface UpdateTemplatePermissionsResponse {
18
95
  TemplateId?: string | undefined;
19
96
  TemplateArn?: string | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListOAuthClientApplicationsCommandInput,
4
+ ListOAuthClientApplicationsCommandOutput,
5
+ } from "../commands/ListOAuthClientApplicationsCommand";
6
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListOAuthClientApplications: (
8
+ config: QuickSightPaginationConfiguration,
9
+ input: ListOAuthClientApplicationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListOAuthClientApplicationsCommandOutput>;
@@ -21,6 +21,7 @@ export * from "./ListIAMPolicyAssignmentsPaginator";
21
21
  export * from "./ListIAMPolicyAssignmentsForUserPaginator";
22
22
  export * from "./ListIngestionsPaginator";
23
23
  export * from "./ListNamespacesPaginator";
24
+ export * from "./ListOAuthClientApplicationsPaginator";
24
25
  export * from "./ListRoleMembershipsPaginator";
25
26
  export * from "./ListTemplateAliasesPaginator";
26
27
  export * from "./ListTemplatesPaginator";
@@ -288,6 +288,8 @@ export declare var CreateIngestionRequest$: StaticStructureSchema;
288
288
  export declare var CreateIngestionResponse$: StaticStructureSchema;
289
289
  export declare var CreateNamespaceRequest$: StaticStructureSchema;
290
290
  export declare var CreateNamespaceResponse$: StaticStructureSchema;
291
+ export declare var CreateOAuthClientApplicationRequest$: StaticStructureSchema;
292
+ export declare var CreateOAuthClientApplicationResponse$: StaticStructureSchema;
291
293
  export declare var CreateRefreshScheduleRequest$: StaticStructureSchema;
292
294
  export declare var CreateRefreshScheduleResponse$: StaticStructureSchema;
293
295
  export declare var CreateRoleMembershipRequest$: StaticStructureSchema;
@@ -476,6 +478,8 @@ export declare var DeleteIdentityPropagationConfigRequest$: StaticStructureSchem
476
478
  export declare var DeleteIdentityPropagationConfigResponse$: StaticStructureSchema;
477
479
  export declare var DeleteNamespaceRequest$: StaticStructureSchema;
478
480
  export declare var DeleteNamespaceResponse$: StaticStructureSchema;
481
+ export declare var DeleteOAuthClientApplicationRequest$: StaticStructureSchema;
482
+ export declare var DeleteOAuthClientApplicationResponse$: StaticStructureSchema;
479
483
  export declare var DeleteRefreshScheduleRequest$: StaticStructureSchema;
480
484
  export declare var DeleteRefreshScheduleResponse$: StaticStructureSchema;
481
485
  export declare var DeleteRoleCustomPermissionRequest$: StaticStructureSchema;
@@ -578,6 +582,8 @@ export declare var DescribeKeyRegistrationRequest$: StaticStructureSchema;
578
582
  export declare var DescribeKeyRegistrationResponse$: StaticStructureSchema;
579
583
  export declare var DescribeNamespaceRequest$: StaticStructureSchema;
580
584
  export declare var DescribeNamespaceResponse$: StaticStructureSchema;
585
+ export declare var DescribeOAuthClientApplicationRequest$: StaticStructureSchema;
586
+ export declare var DescribeOAuthClientApplicationResponse$: StaticStructureSchema;
581
587
  export declare var DescribeQPersonalizationConfigurationRequest$: StaticStructureSchema;
582
588
  export declare var DescribeQPersonalizationConfigurationResponse$: StaticStructureSchema;
583
589
  export declare var DescribeQuickSightQSearchConfigurationRequest$: StaticStructureSchema;
@@ -907,6 +913,8 @@ export declare var ListIngestionsRequest$: StaticStructureSchema;
907
913
  export declare var ListIngestionsResponse$: StaticStructureSchema;
908
914
  export declare var ListNamespacesRequest$: StaticStructureSchema;
909
915
  export declare var ListNamespacesResponse$: StaticStructureSchema;
916
+ export declare var ListOAuthClientApplicationsRequest$: StaticStructureSchema;
917
+ export declare var ListOAuthClientApplicationsResponse$: StaticStructureSchema;
910
918
  export declare var ListRefreshSchedulesRequest$: StaticStructureSchema;
911
919
  export declare var ListRefreshSchedulesResponse$: StaticStructureSchema;
912
920
  export declare var ListRoleMembershipsRequest$: StaticStructureSchema;
@@ -986,6 +994,8 @@ export declare var NumericFormatConfiguration$: StaticStructureSchema;
986
994
  export declare var NumericRangeFilter$: StaticStructureSchema;
987
995
  export declare var NumericRangeFilterValue$: StaticStructureSchema;
988
996
  export declare var NumericSeparatorConfiguration$: StaticStructureSchema;
997
+ export declare var OAuthClientApplication$: StaticStructureSchema;
998
+ export declare var OAuthClientApplicationSummary$: StaticStructureSchema;
989
999
  export declare var OAuthClientCredentials$: StaticStructureSchema;
990
1000
  export declare var OAuthParameters$: StaticStructureSchema;
991
1001
  export declare var OracleParameters$: StaticStructureSchema;
@@ -1459,6 +1469,8 @@ export declare var UpdateIpRestrictionRequest$: StaticStructureSchema;
1459
1469
  export declare var UpdateIpRestrictionResponse$: StaticStructureSchema;
1460
1470
  export declare var UpdateKeyRegistrationRequest$: StaticStructureSchema;
1461
1471
  export declare var UpdateKeyRegistrationResponse$: StaticStructureSchema;
1472
+ export declare var UpdateOAuthClientApplicationRequest$: StaticStructureSchema;
1473
+ export declare var UpdateOAuthClientApplicationResponse$: StaticStructureSchema;
1462
1474
  export declare var UpdatePublicSharingSettingsRequest$: StaticStructureSchema;
1463
1475
  export declare var UpdatePublicSharingSettingsResponse$: StaticStructureSchema;
1464
1476
  export declare var UpdateQPersonalizationConfigurationRequest$: StaticStructureSchema;
@@ -1573,6 +1585,7 @@ export declare var CreateGroupMembership$: StaticOperationSchema;
1573
1585
  export declare var CreateIAMPolicyAssignment$: StaticOperationSchema;
1574
1586
  export declare var CreateIngestion$: StaticOperationSchema;
1575
1587
  export declare var CreateNamespace$: StaticOperationSchema;
1588
+ export declare var CreateOAuthClientApplication$: StaticOperationSchema;
1576
1589
  export declare var CreateRefreshSchedule$: StaticOperationSchema;
1577
1590
  export declare var CreateRoleMembership$: StaticOperationSchema;
1578
1591
  export declare var CreateTemplate$: StaticOperationSchema;
@@ -1602,6 +1615,7 @@ export declare var DeleteGroupMembership$: StaticOperationSchema;
1602
1615
  export declare var DeleteIAMPolicyAssignment$: StaticOperationSchema;
1603
1616
  export declare var DeleteIdentityPropagationConfig$: StaticOperationSchema;
1604
1617
  export declare var DeleteNamespace$: StaticOperationSchema;
1618
+ export declare var DeleteOAuthClientApplication$: StaticOperationSchema;
1605
1619
  export declare var DeleteRefreshSchedule$: StaticOperationSchema;
1606
1620
  export declare var DeleteRoleCustomPermission$: StaticOperationSchema;
1607
1621
  export declare var DeleteRoleMembership$: StaticOperationSchema;
@@ -1653,6 +1667,7 @@ export declare var DescribeIngestion$: StaticOperationSchema;
1653
1667
  export declare var DescribeIpRestriction$: StaticOperationSchema;
1654
1668
  export declare var DescribeKeyRegistration$: StaticOperationSchema;
1655
1669
  export declare var DescribeNamespace$: StaticOperationSchema;
1670
+ export declare var DescribeOAuthClientApplication$: StaticOperationSchema;
1656
1671
  export declare var DescribeQPersonalizationConfiguration$: StaticOperationSchema;
1657
1672
  export declare var DescribeQuickSightQSearchConfiguration$: StaticOperationSchema;
1658
1673
  export declare var DescribeRefreshSchedule$: StaticOperationSchema;
@@ -1700,6 +1715,7 @@ export declare var ListIAMPolicyAssignmentsForUser$: StaticOperationSchema;
1700
1715
  export declare var ListIdentityPropagationConfigs$: StaticOperationSchema;
1701
1716
  export declare var ListIngestions$: StaticOperationSchema;
1702
1717
  export declare var ListNamespaces$: StaticOperationSchema;
1718
+ export declare var ListOAuthClientApplications$: StaticOperationSchema;
1703
1719
  export declare var ListRefreshSchedules$: StaticOperationSchema;
1704
1720
  export declare var ListRoleMemberships$: StaticOperationSchema;
1705
1721
  export declare var ListSelfUpgrades$: StaticOperationSchema;
@@ -1766,6 +1782,7 @@ export declare var UpdateIAMPolicyAssignment$: StaticOperationSchema;
1766
1782
  export declare var UpdateIdentityPropagationConfig$: StaticOperationSchema;
1767
1783
  export declare var UpdateIpRestriction$: StaticOperationSchema;
1768
1784
  export declare var UpdateKeyRegistration$: StaticOperationSchema;
1785
+ export declare var UpdateOAuthClientApplication$: StaticOperationSchema;
1769
1786
  export declare var UpdatePublicSharingSettings$: StaticOperationSchema;
1770
1787
  export declare var UpdateQPersonalizationConfiguration$: StaticOperationSchema;
1771
1788
  export declare var UpdateQuickSightQSearchConfiguration$: StaticOperationSchema;
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.1055.0",
4
+ "version": "3.1057.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.14",
25
- "@aws-sdk/credential-provider-node": "^3.972.45",
24
+ "@aws-sdk/core": "^3.974.15",
25
+ "@aws-sdk/credential-provider-node": "^3.972.47",
26
26
  "@aws-sdk/types": "^3.973.9",
27
- "@smithy/core": "^3.24.3",
28
- "@smithy/fetch-http-handler": "^5.4.3",
29
- "@smithy/node-http-handler": "^4.7.3",
27
+ "@smithy/core": "^3.24.5",
28
+ "@smithy/fetch-http-handler": "^5.4.5",
29
+ "@smithy/node-http-handler": "^4.7.5",
30
30
  "@smithy/types": "^4.14.2",
31
31
  "tslib": "^2.6.2"
32
32
  },