types-boto3-quicksight 1.35.71__py3-none-any.whl → 1.35.84__py3-none-any.whl
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.
- types_boto3_quicksight/__main__.py +4 -4
- types_boto3_quicksight/client.py +100 -0
- types_boto3_quicksight/client.pyi +100 -0
- types_boto3_quicksight/literals.py +19 -1
- types_boto3_quicksight/literals.pyi +19 -1
- types_boto3_quicksight/type_defs.py +187 -6
- types_boto3_quicksight/type_defs.pyi +164 -6
- types_boto3_quicksight/version.py +1 -1
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/METADATA +49 -9
- types_boto3_quicksight-1.35.84.dist-info/RECORD +18 -0
- types_boto3_quicksight-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/LICENSE +0 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/WHEEL +0 -0
- {types_boto3_quicksight-1.35.71.dist-info → types_boto3_quicksight-1.35.84.dist-info}/top_level.txt +0 -0
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
12
12
|
Print package info to stdout.
|
13
13
|
"""
|
14
14
|
print(
|
15
|
-
"Type annotations for boto3 QuickSight 1.35.
|
16
|
-
"Version: 1.35.
|
17
|
-
"Builder version: 8.4
|
15
|
+
"Type annotations for boto3 QuickSight 1.35.84\n"
|
16
|
+
"Version: 1.35.84\n"
|
17
|
+
"Builder version: 8.6.4\n"
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_quicksight//\n"
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html#quicksight\n"
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
26
26
|
"""
|
27
27
|
Print package version to stdout.
|
28
28
|
"""
|
29
|
-
print("1.35.
|
29
|
+
print("1.35.84")
|
30
30
|
|
31
31
|
|
32
32
|
def main() -> None:
|
types_boto3_quicksight/client.py
CHANGED
@@ -133,6 +133,8 @@ from .type_defs import (
|
|
133
133
|
DeleteDataSetResponseTypeDef,
|
134
134
|
DeleteDataSourceRequestRequestTypeDef,
|
135
135
|
DeleteDataSourceResponseTypeDef,
|
136
|
+
DeleteDefaultQBusinessApplicationRequestRequestTypeDef,
|
137
|
+
DeleteDefaultQBusinessApplicationResponseTypeDef,
|
136
138
|
DeleteFolderMembershipRequestRequestTypeDef,
|
137
139
|
DeleteFolderMembershipResponseTypeDef,
|
138
140
|
DeleteFolderRequestRequestTypeDef,
|
@@ -219,6 +221,8 @@ from .type_defs import (
|
|
219
221
|
DescribeDataSourcePermissionsResponseTypeDef,
|
220
222
|
DescribeDataSourceRequestRequestTypeDef,
|
221
223
|
DescribeDataSourceResponseTypeDef,
|
224
|
+
DescribeDefaultQBusinessApplicationRequestRequestTypeDef,
|
225
|
+
DescribeDefaultQBusinessApplicationResponseTypeDef,
|
222
226
|
DescribeFolderPermissionsRequestRequestTypeDef,
|
223
227
|
DescribeFolderPermissionsResponseTypeDef,
|
224
228
|
DescribeFolderRequestRequestTypeDef,
|
@@ -241,6 +245,8 @@ from .type_defs import (
|
|
241
245
|
DescribeNamespaceResponseTypeDef,
|
242
246
|
DescribeQPersonalizationConfigurationRequestRequestTypeDef,
|
243
247
|
DescribeQPersonalizationConfigurationResponseTypeDef,
|
248
|
+
DescribeQuickSightQSearchConfigurationRequestRequestTypeDef,
|
249
|
+
DescribeQuickSightQSearchConfigurationResponseTypeDef,
|
244
250
|
DescribeRefreshScheduleRequestRequestTypeDef,
|
245
251
|
DescribeRefreshScheduleResponseTypeDef,
|
246
252
|
DescribeRoleCustomPermissionRequestRequestTypeDef,
|
@@ -275,6 +281,8 @@ from .type_defs import (
|
|
275
281
|
GenerateEmbedUrlForAnonymousUserResponseTypeDef,
|
276
282
|
GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef,
|
277
283
|
GenerateEmbedUrlForRegisteredUserResponseTypeDef,
|
284
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef,
|
285
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef,
|
278
286
|
GetDashboardEmbedUrlRequestRequestTypeDef,
|
279
287
|
GetDashboardEmbedUrlResponseTypeDef,
|
280
288
|
GetSessionEmbedUrlRequestRequestTypeDef,
|
@@ -347,6 +355,8 @@ from .type_defs import (
|
|
347
355
|
ListUsersResponseTypeDef,
|
348
356
|
ListVPCConnectionsRequestRequestTypeDef,
|
349
357
|
ListVPCConnectionsResponseTypeDef,
|
358
|
+
PredictQAResultsRequestRequestTypeDef,
|
359
|
+
PredictQAResultsResponseTypeDef,
|
350
360
|
PutDataSetRefreshPropertiesRequestRequestTypeDef,
|
351
361
|
PutDataSetRefreshPropertiesResponseTypeDef,
|
352
362
|
RegisterUserRequestRequestTypeDef,
|
@@ -387,6 +397,8 @@ from .type_defs import (
|
|
387
397
|
UpdateAnalysisPermissionsResponseTypeDef,
|
388
398
|
UpdateAnalysisRequestRequestTypeDef,
|
389
399
|
UpdateAnalysisResponseTypeDef,
|
400
|
+
UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef,
|
401
|
+
UpdateApplicationWithTokenExchangeGrantResponseTypeDef,
|
390
402
|
UpdateBrandAssignmentRequestRequestTypeDef,
|
391
403
|
UpdateBrandAssignmentResponseTypeDef,
|
392
404
|
UpdateBrandPublishedVersionRequestRequestTypeDef,
|
@@ -413,6 +425,8 @@ from .type_defs import (
|
|
413
425
|
UpdateDataSourcePermissionsResponseTypeDef,
|
414
426
|
UpdateDataSourceRequestRequestTypeDef,
|
415
427
|
UpdateDataSourceResponseTypeDef,
|
428
|
+
UpdateDefaultQBusinessApplicationRequestRequestTypeDef,
|
429
|
+
UpdateDefaultQBusinessApplicationResponseTypeDef,
|
416
430
|
UpdateFolderPermissionsRequestRequestTypeDef,
|
417
431
|
UpdateFolderPermissionsResponseTypeDef,
|
418
432
|
UpdateFolderRequestRequestTypeDef,
|
@@ -431,6 +445,8 @@ from .type_defs import (
|
|
431
445
|
UpdatePublicSharingSettingsResponseTypeDef,
|
432
446
|
UpdateQPersonalizationConfigurationRequestRequestTypeDef,
|
433
447
|
UpdateQPersonalizationConfigurationResponseTypeDef,
|
448
|
+
UpdateQuickSightQSearchConfigurationRequestRequestTypeDef,
|
449
|
+
UpdateQuickSightQSearchConfigurationResponseTypeDef,
|
434
450
|
UpdateRefreshScheduleRequestRequestTypeDef,
|
435
451
|
UpdateRefreshScheduleResponseTypeDef,
|
436
452
|
UpdateRoleCustomPermissionRequestRequestTypeDef,
|
@@ -925,6 +941,17 @@ class QuickSightClient(BaseClient):
|
|
925
941
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_data_source)
|
926
942
|
"""
|
927
943
|
|
944
|
+
def delete_default_q_business_application(
|
945
|
+
self, **kwargs: Unpack[DeleteDefaultQBusinessApplicationRequestRequestTypeDef]
|
946
|
+
) -> DeleteDefaultQBusinessApplicationResponseTypeDef:
|
947
|
+
"""
|
948
|
+
Deletes a linked Amazon Q Business application from an Amazon QuickSight
|
949
|
+
account.
|
950
|
+
|
951
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/delete_default_q_business_application.html)
|
952
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_default_q_business_application)
|
953
|
+
"""
|
954
|
+
|
928
955
|
def delete_folder(
|
929
956
|
self, **kwargs: Unpack[DeleteFolderRequestRequestTypeDef]
|
930
957
|
) -> DeleteFolderResponseTypeDef:
|
@@ -1362,6 +1389,17 @@ class QuickSightClient(BaseClient):
|
|
1362
1389
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_data_source_permissions)
|
1363
1390
|
"""
|
1364
1391
|
|
1392
|
+
def describe_default_q_business_application(
|
1393
|
+
self, **kwargs: Unpack[DescribeDefaultQBusinessApplicationRequestRequestTypeDef]
|
1394
|
+
) -> DescribeDefaultQBusinessApplicationResponseTypeDef:
|
1395
|
+
"""
|
1396
|
+
Describes a Amazon Q Business application that is linked to an Amazon
|
1397
|
+
QuickSight account.
|
1398
|
+
|
1399
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_default_q_business_application.html)
|
1400
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_default_q_business_application)
|
1401
|
+
"""
|
1402
|
+
|
1365
1403
|
def describe_folder(
|
1366
1404
|
self, **kwargs: Unpack[DescribeFolderRequestRequestTypeDef]
|
1367
1405
|
) -> DescribeFolderResponseTypeDef:
|
@@ -1474,6 +1512,16 @@ class QuickSightClient(BaseClient):
|
|
1474
1512
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_q_personalization_configuration)
|
1475
1513
|
"""
|
1476
1514
|
|
1515
|
+
def describe_quick_sight_q_search_configuration(
|
1516
|
+
self, **kwargs: Unpack[DescribeQuickSightQSearchConfigurationRequestRequestTypeDef]
|
1517
|
+
) -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
|
1518
|
+
"""
|
1519
|
+
Describes the state of a Amazon QuickSight Q Search configuration.
|
1520
|
+
|
1521
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_quick_sight_q_search_configuration.html)
|
1522
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_quick_sight_q_search_configuration)
|
1523
|
+
"""
|
1524
|
+
|
1477
1525
|
def describe_refresh_schedule(
|
1478
1526
|
self, **kwargs: Unpack[DescribeRefreshScheduleRequestRequestTypeDef]
|
1479
1527
|
) -> DescribeRefreshScheduleResponseTypeDef:
|
@@ -1646,6 +1694,17 @@ class QuickSightClient(BaseClient):
|
|
1646
1694
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user)
|
1647
1695
|
"""
|
1648
1696
|
|
1697
|
+
def generate_embed_url_for_registered_user_with_identity(
|
1698
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef]
|
1699
|
+
) -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
|
1700
|
+
"""
|
1701
|
+
Generates an embed URL that you can use to embed an Amazon QuickSight
|
1702
|
+
experience in your website.
|
1703
|
+
|
1704
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/generate_embed_url_for_registered_user_with_identity.html)
|
1705
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user_with_identity)
|
1706
|
+
"""
|
1707
|
+
|
1649
1708
|
def get_dashboard_embed_url(
|
1650
1709
|
self, **kwargs: Unpack[GetDashboardEmbedUrlRequestRequestTypeDef]
|
1651
1710
|
) -> GetDashboardEmbedUrlResponseTypeDef:
|
@@ -2020,6 +2079,16 @@ class QuickSightClient(BaseClient):
|
|
2020
2079
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_vpc_connections)
|
2021
2080
|
"""
|
2022
2081
|
|
2082
|
+
def predict_qa_results(
|
2083
|
+
self, **kwargs: Unpack[PredictQAResultsRequestRequestTypeDef]
|
2084
|
+
) -> PredictQAResultsResponseTypeDef:
|
2085
|
+
"""
|
2086
|
+
Predicts existing visuals or generates new visuals to answer a given query.
|
2087
|
+
|
2088
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/predict_qa_results.html)
|
2089
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#predict_qa_results)
|
2090
|
+
"""
|
2091
|
+
|
2023
2092
|
def put_data_set_refresh_properties(
|
2024
2093
|
self, **kwargs: Unpack[PutDataSetRefreshPropertiesRequestRequestTypeDef]
|
2025
2094
|
) -> PutDataSetRefreshPropertiesResponseTypeDef:
|
@@ -2227,6 +2296,16 @@ class QuickSightClient(BaseClient):
|
|
2227
2296
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_analysis_permissions)
|
2228
2297
|
"""
|
2229
2298
|
|
2299
|
+
def update_application_with_token_exchange_grant(
|
2300
|
+
self, **kwargs: Unpack[UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef]
|
2301
|
+
) -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
|
2302
|
+
"""
|
2303
|
+
Updates an Amazon QuickSight application with a token exchange grant.
|
2304
|
+
|
2305
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_application_with_token_exchange_grant.html)
|
2306
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_application_with_token_exchange_grant)
|
2307
|
+
"""
|
2308
|
+
|
2230
2309
|
def update_brand(
|
2231
2310
|
self, **kwargs: Unpack[UpdateBrandRequestRequestTypeDef]
|
2232
2311
|
) -> UpdateBrandResponseTypeDef:
|
@@ -2357,6 +2436,17 @@ class QuickSightClient(BaseClient):
|
|
2357
2436
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_data_source_permissions)
|
2358
2437
|
"""
|
2359
2438
|
|
2439
|
+
def update_default_q_business_application(
|
2440
|
+
self, **kwargs: Unpack[UpdateDefaultQBusinessApplicationRequestRequestTypeDef]
|
2441
|
+
) -> UpdateDefaultQBusinessApplicationResponseTypeDef:
|
2442
|
+
"""
|
2443
|
+
Updates a Amazon Q Business application that is linked to a Amazon QuickSight
|
2444
|
+
account.
|
2445
|
+
|
2446
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_default_q_business_application.html)
|
2447
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_default_q_business_application)
|
2448
|
+
"""
|
2449
|
+
|
2360
2450
|
def update_folder(
|
2361
2451
|
self, **kwargs: Unpack[UpdateFolderRequestRequestTypeDef]
|
2362
2452
|
) -> UpdateFolderResponseTypeDef:
|
@@ -2449,6 +2539,16 @@ class QuickSightClient(BaseClient):
|
|
2449
2539
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_q_personalization_configuration)
|
2450
2540
|
"""
|
2451
2541
|
|
2542
|
+
def update_quick_sight_q_search_configuration(
|
2543
|
+
self, **kwargs: Unpack[UpdateQuickSightQSearchConfigurationRequestRequestTypeDef]
|
2544
|
+
) -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
|
2545
|
+
"""
|
2546
|
+
Updates the state of a Amazon QuickSight Q Search configuration.
|
2547
|
+
|
2548
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_quick_sight_q_search_configuration.html)
|
2549
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_quick_sight_q_search_configuration)
|
2550
|
+
"""
|
2551
|
+
|
2452
2552
|
def update_refresh_schedule(
|
2453
2553
|
self, **kwargs: Unpack[UpdateRefreshScheduleRequestRequestTypeDef]
|
2454
2554
|
) -> UpdateRefreshScheduleResponseTypeDef:
|
@@ -133,6 +133,8 @@ from .type_defs import (
|
|
133
133
|
DeleteDataSetResponseTypeDef,
|
134
134
|
DeleteDataSourceRequestRequestTypeDef,
|
135
135
|
DeleteDataSourceResponseTypeDef,
|
136
|
+
DeleteDefaultQBusinessApplicationRequestRequestTypeDef,
|
137
|
+
DeleteDefaultQBusinessApplicationResponseTypeDef,
|
136
138
|
DeleteFolderMembershipRequestRequestTypeDef,
|
137
139
|
DeleteFolderMembershipResponseTypeDef,
|
138
140
|
DeleteFolderRequestRequestTypeDef,
|
@@ -219,6 +221,8 @@ from .type_defs import (
|
|
219
221
|
DescribeDataSourcePermissionsResponseTypeDef,
|
220
222
|
DescribeDataSourceRequestRequestTypeDef,
|
221
223
|
DescribeDataSourceResponseTypeDef,
|
224
|
+
DescribeDefaultQBusinessApplicationRequestRequestTypeDef,
|
225
|
+
DescribeDefaultQBusinessApplicationResponseTypeDef,
|
222
226
|
DescribeFolderPermissionsRequestRequestTypeDef,
|
223
227
|
DescribeFolderPermissionsResponseTypeDef,
|
224
228
|
DescribeFolderRequestRequestTypeDef,
|
@@ -241,6 +245,8 @@ from .type_defs import (
|
|
241
245
|
DescribeNamespaceResponseTypeDef,
|
242
246
|
DescribeQPersonalizationConfigurationRequestRequestTypeDef,
|
243
247
|
DescribeQPersonalizationConfigurationResponseTypeDef,
|
248
|
+
DescribeQuickSightQSearchConfigurationRequestRequestTypeDef,
|
249
|
+
DescribeQuickSightQSearchConfigurationResponseTypeDef,
|
244
250
|
DescribeRefreshScheduleRequestRequestTypeDef,
|
245
251
|
DescribeRefreshScheduleResponseTypeDef,
|
246
252
|
DescribeRoleCustomPermissionRequestRequestTypeDef,
|
@@ -275,6 +281,8 @@ from .type_defs import (
|
|
275
281
|
GenerateEmbedUrlForAnonymousUserResponseTypeDef,
|
276
282
|
GenerateEmbedUrlForRegisteredUserRequestRequestTypeDef,
|
277
283
|
GenerateEmbedUrlForRegisteredUserResponseTypeDef,
|
284
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef,
|
285
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef,
|
278
286
|
GetDashboardEmbedUrlRequestRequestTypeDef,
|
279
287
|
GetDashboardEmbedUrlResponseTypeDef,
|
280
288
|
GetSessionEmbedUrlRequestRequestTypeDef,
|
@@ -347,6 +355,8 @@ from .type_defs import (
|
|
347
355
|
ListUsersResponseTypeDef,
|
348
356
|
ListVPCConnectionsRequestRequestTypeDef,
|
349
357
|
ListVPCConnectionsResponseTypeDef,
|
358
|
+
PredictQAResultsRequestRequestTypeDef,
|
359
|
+
PredictQAResultsResponseTypeDef,
|
350
360
|
PutDataSetRefreshPropertiesRequestRequestTypeDef,
|
351
361
|
PutDataSetRefreshPropertiesResponseTypeDef,
|
352
362
|
RegisterUserRequestRequestTypeDef,
|
@@ -387,6 +397,8 @@ from .type_defs import (
|
|
387
397
|
UpdateAnalysisPermissionsResponseTypeDef,
|
388
398
|
UpdateAnalysisRequestRequestTypeDef,
|
389
399
|
UpdateAnalysisResponseTypeDef,
|
400
|
+
UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef,
|
401
|
+
UpdateApplicationWithTokenExchangeGrantResponseTypeDef,
|
390
402
|
UpdateBrandAssignmentRequestRequestTypeDef,
|
391
403
|
UpdateBrandAssignmentResponseTypeDef,
|
392
404
|
UpdateBrandPublishedVersionRequestRequestTypeDef,
|
@@ -413,6 +425,8 @@ from .type_defs import (
|
|
413
425
|
UpdateDataSourcePermissionsResponseTypeDef,
|
414
426
|
UpdateDataSourceRequestRequestTypeDef,
|
415
427
|
UpdateDataSourceResponseTypeDef,
|
428
|
+
UpdateDefaultQBusinessApplicationRequestRequestTypeDef,
|
429
|
+
UpdateDefaultQBusinessApplicationResponseTypeDef,
|
416
430
|
UpdateFolderPermissionsRequestRequestTypeDef,
|
417
431
|
UpdateFolderPermissionsResponseTypeDef,
|
418
432
|
UpdateFolderRequestRequestTypeDef,
|
@@ -431,6 +445,8 @@ from .type_defs import (
|
|
431
445
|
UpdatePublicSharingSettingsResponseTypeDef,
|
432
446
|
UpdateQPersonalizationConfigurationRequestRequestTypeDef,
|
433
447
|
UpdateQPersonalizationConfigurationResponseTypeDef,
|
448
|
+
UpdateQuickSightQSearchConfigurationRequestRequestTypeDef,
|
449
|
+
UpdateQuickSightQSearchConfigurationResponseTypeDef,
|
434
450
|
UpdateRefreshScheduleRequestRequestTypeDef,
|
435
451
|
UpdateRefreshScheduleResponseTypeDef,
|
436
452
|
UpdateRoleCustomPermissionRequestRequestTypeDef,
|
@@ -921,6 +937,17 @@ class QuickSightClient(BaseClient):
|
|
921
937
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_data_source)
|
922
938
|
"""
|
923
939
|
|
940
|
+
def delete_default_q_business_application(
|
941
|
+
self, **kwargs: Unpack[DeleteDefaultQBusinessApplicationRequestRequestTypeDef]
|
942
|
+
) -> DeleteDefaultQBusinessApplicationResponseTypeDef:
|
943
|
+
"""
|
944
|
+
Deletes a linked Amazon Q Business application from an Amazon QuickSight
|
945
|
+
account.
|
946
|
+
|
947
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/delete_default_q_business_application.html)
|
948
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#delete_default_q_business_application)
|
949
|
+
"""
|
950
|
+
|
924
951
|
def delete_folder(
|
925
952
|
self, **kwargs: Unpack[DeleteFolderRequestRequestTypeDef]
|
926
953
|
) -> DeleteFolderResponseTypeDef:
|
@@ -1358,6 +1385,17 @@ class QuickSightClient(BaseClient):
|
|
1358
1385
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_data_source_permissions)
|
1359
1386
|
"""
|
1360
1387
|
|
1388
|
+
def describe_default_q_business_application(
|
1389
|
+
self, **kwargs: Unpack[DescribeDefaultQBusinessApplicationRequestRequestTypeDef]
|
1390
|
+
) -> DescribeDefaultQBusinessApplicationResponseTypeDef:
|
1391
|
+
"""
|
1392
|
+
Describes a Amazon Q Business application that is linked to an Amazon
|
1393
|
+
QuickSight account.
|
1394
|
+
|
1395
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_default_q_business_application.html)
|
1396
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_default_q_business_application)
|
1397
|
+
"""
|
1398
|
+
|
1361
1399
|
def describe_folder(
|
1362
1400
|
self, **kwargs: Unpack[DescribeFolderRequestRequestTypeDef]
|
1363
1401
|
) -> DescribeFolderResponseTypeDef:
|
@@ -1470,6 +1508,16 @@ class QuickSightClient(BaseClient):
|
|
1470
1508
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_q_personalization_configuration)
|
1471
1509
|
"""
|
1472
1510
|
|
1511
|
+
def describe_quick_sight_q_search_configuration(
|
1512
|
+
self, **kwargs: Unpack[DescribeQuickSightQSearchConfigurationRequestRequestTypeDef]
|
1513
|
+
) -> DescribeQuickSightQSearchConfigurationResponseTypeDef:
|
1514
|
+
"""
|
1515
|
+
Describes the state of a Amazon QuickSight Q Search configuration.
|
1516
|
+
|
1517
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_quick_sight_q_search_configuration.html)
|
1518
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#describe_quick_sight_q_search_configuration)
|
1519
|
+
"""
|
1520
|
+
|
1473
1521
|
def describe_refresh_schedule(
|
1474
1522
|
self, **kwargs: Unpack[DescribeRefreshScheduleRequestRequestTypeDef]
|
1475
1523
|
) -> DescribeRefreshScheduleResponseTypeDef:
|
@@ -1642,6 +1690,17 @@ class QuickSightClient(BaseClient):
|
|
1642
1690
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user)
|
1643
1691
|
"""
|
1644
1692
|
|
1693
|
+
def generate_embed_url_for_registered_user_with_identity(
|
1694
|
+
self, **kwargs: Unpack[GenerateEmbedUrlForRegisteredUserWithIdentityRequestRequestTypeDef]
|
1695
|
+
) -> GenerateEmbedUrlForRegisteredUserWithIdentityResponseTypeDef:
|
1696
|
+
"""
|
1697
|
+
Generates an embed URL that you can use to embed an Amazon QuickSight
|
1698
|
+
experience in your website.
|
1699
|
+
|
1700
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/generate_embed_url_for_registered_user_with_identity.html)
|
1701
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#generate_embed_url_for_registered_user_with_identity)
|
1702
|
+
"""
|
1703
|
+
|
1645
1704
|
def get_dashboard_embed_url(
|
1646
1705
|
self, **kwargs: Unpack[GetDashboardEmbedUrlRequestRequestTypeDef]
|
1647
1706
|
) -> GetDashboardEmbedUrlResponseTypeDef:
|
@@ -2016,6 +2075,16 @@ class QuickSightClient(BaseClient):
|
|
2016
2075
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#list_vpc_connections)
|
2017
2076
|
"""
|
2018
2077
|
|
2078
|
+
def predict_qa_results(
|
2079
|
+
self, **kwargs: Unpack[PredictQAResultsRequestRequestTypeDef]
|
2080
|
+
) -> PredictQAResultsResponseTypeDef:
|
2081
|
+
"""
|
2082
|
+
Predicts existing visuals or generates new visuals to answer a given query.
|
2083
|
+
|
2084
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/predict_qa_results.html)
|
2085
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#predict_qa_results)
|
2086
|
+
"""
|
2087
|
+
|
2019
2088
|
def put_data_set_refresh_properties(
|
2020
2089
|
self, **kwargs: Unpack[PutDataSetRefreshPropertiesRequestRequestTypeDef]
|
2021
2090
|
) -> PutDataSetRefreshPropertiesResponseTypeDef:
|
@@ -2223,6 +2292,16 @@ class QuickSightClient(BaseClient):
|
|
2223
2292
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_analysis_permissions)
|
2224
2293
|
"""
|
2225
2294
|
|
2295
|
+
def update_application_with_token_exchange_grant(
|
2296
|
+
self, **kwargs: Unpack[UpdateApplicationWithTokenExchangeGrantRequestRequestTypeDef]
|
2297
|
+
) -> UpdateApplicationWithTokenExchangeGrantResponseTypeDef:
|
2298
|
+
"""
|
2299
|
+
Updates an Amazon QuickSight application with a token exchange grant.
|
2300
|
+
|
2301
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_application_with_token_exchange_grant.html)
|
2302
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_application_with_token_exchange_grant)
|
2303
|
+
"""
|
2304
|
+
|
2226
2305
|
def update_brand(
|
2227
2306
|
self, **kwargs: Unpack[UpdateBrandRequestRequestTypeDef]
|
2228
2307
|
) -> UpdateBrandResponseTypeDef:
|
@@ -2353,6 +2432,17 @@ class QuickSightClient(BaseClient):
|
|
2353
2432
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_data_source_permissions)
|
2354
2433
|
"""
|
2355
2434
|
|
2435
|
+
def update_default_q_business_application(
|
2436
|
+
self, **kwargs: Unpack[UpdateDefaultQBusinessApplicationRequestRequestTypeDef]
|
2437
|
+
) -> UpdateDefaultQBusinessApplicationResponseTypeDef:
|
2438
|
+
"""
|
2439
|
+
Updates a Amazon Q Business application that is linked to a Amazon QuickSight
|
2440
|
+
account.
|
2441
|
+
|
2442
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_default_q_business_application.html)
|
2443
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_default_q_business_application)
|
2444
|
+
"""
|
2445
|
+
|
2356
2446
|
def update_folder(
|
2357
2447
|
self, **kwargs: Unpack[UpdateFolderRequestRequestTypeDef]
|
2358
2448
|
) -> UpdateFolderResponseTypeDef:
|
@@ -2445,6 +2535,16 @@ class QuickSightClient(BaseClient):
|
|
2445
2535
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_q_personalization_configuration)
|
2446
2536
|
"""
|
2447
2537
|
|
2538
|
+
def update_quick_sight_q_search_configuration(
|
2539
|
+
self, **kwargs: Unpack[UpdateQuickSightQSearchConfigurationRequestRequestTypeDef]
|
2540
|
+
) -> UpdateQuickSightQSearchConfigurationResponseTypeDef:
|
2541
|
+
"""
|
2542
|
+
Updates the state of a Amazon QuickSight Q Search configuration.
|
2543
|
+
|
2544
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/update_quick_sight_q_search_configuration.html)
|
2545
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/client/#update_quick_sight_q_search_configuration)
|
2546
|
+
"""
|
2547
|
+
|
2448
2548
|
def update_refresh_schedule(
|
2449
2549
|
self, **kwargs: Unpack[UpdateRefreshScheduleRequestRequestTypeDef]
|
2450
2550
|
) -> UpdateRefreshScheduleResponseTypeDef:
|
@@ -114,6 +114,7 @@ __all__ = (
|
|
114
114
|
"FontWeightNameType",
|
115
115
|
"ForecastComputationSeasonalityType",
|
116
116
|
"FunnelChartMeasureDataLabelStyleType",
|
117
|
+
"GeneratedAnswerStatusType",
|
117
118
|
"GeoSpatialCountryCodeType",
|
118
119
|
"GeoSpatialDataRoleType",
|
119
120
|
"GeospatialColorStateType",
|
@@ -129,6 +130,8 @@ __all__ = (
|
|
129
130
|
"IdentityTypeType",
|
130
131
|
"ImageCustomActionTriggerType",
|
131
132
|
"IncludeFolderMembersType",
|
133
|
+
"IncludeGeneratedAnswerType",
|
134
|
+
"IncludeQuickSightQIndexType",
|
132
135
|
"IngestionErrorTypeType",
|
133
136
|
"IngestionRequestSourceType",
|
134
137
|
"IngestionRequestTypeType",
|
@@ -206,6 +209,8 @@ __all__ = (
|
|
206
209
|
"PropertyRoleType",
|
207
210
|
"PropertyUsageType",
|
208
211
|
"PurchaseModeType",
|
212
|
+
"QAResultTypeType",
|
213
|
+
"QSearchStatusType",
|
209
214
|
"QueryExecutionModeType",
|
210
215
|
"QuickSightServiceName",
|
211
216
|
"RadarChartAxesRangeScaleType",
|
@@ -616,6 +621,7 @@ FunnelChartMeasureDataLabelStyleType = Literal[
|
|
616
621
|
"VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
617
622
|
"VALUE_ONLY",
|
618
623
|
]
|
624
|
+
GeneratedAnswerStatusType = Literal["ANSWER_DOWNGRADE", "ANSWER_GENERATED", "ANSWER_RETRIEVED"]
|
619
625
|
GeoSpatialCountryCodeType = Literal["US"]
|
620
626
|
GeoSpatialDataRoleType = Literal[
|
621
627
|
"CITY", "COUNTRY", "COUNTY", "LATITUDE", "LONGITUDE", "POSTCODE", "STATE"
|
@@ -660,6 +666,8 @@ IdentityStoreType = Literal["QUICKSIGHT"]
|
|
660
666
|
IdentityTypeType = Literal["IAM", "IAM_IDENTITY_CENTER", "QUICKSIGHT"]
|
661
667
|
ImageCustomActionTriggerType = Literal["CLICK", "MENU"]
|
662
668
|
IncludeFolderMembersType = Literal["NONE", "ONE_LEVEL", "RECURSE"]
|
669
|
+
IncludeGeneratedAnswerType = Literal["EXCLUDE", "INCLUDE"]
|
670
|
+
IncludeQuickSightQIndexType = Literal["EXCLUDE", "INCLUDE"]
|
663
671
|
IngestionErrorTypeType = Literal[
|
664
672
|
"ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
665
673
|
"CONNECTION_FAILURE",
|
@@ -853,6 +861,8 @@ PrimaryValueDisplayTypeType = Literal["ACTUAL", "COMPARISON", "HIDDEN"]
|
|
853
861
|
PropertyRoleType = Literal["ID", "PRIMARY"]
|
854
862
|
PropertyUsageType = Literal["DIMENSION", "INHERIT", "MEASURE"]
|
855
863
|
PurchaseModeType = Literal["AUTO_PURCHASE", "MANUAL"]
|
864
|
+
QAResultTypeType = Literal["DASHBOARD_VISUAL", "GENERATED_ANSWER", "NO_ANSWER"]
|
865
|
+
QSearchStatusType = Literal["DISABLED", "ENABLED"]
|
856
866
|
QueryExecutionModeType = Literal["AUTO", "MANUAL"]
|
857
867
|
RadarChartAxesRangeScaleType = Literal["AUTO", "INDEPENDENT", "SHARED"]
|
858
868
|
RadarChartShapeType = Literal["CIRCLE", "POLYGON"]
|
@@ -897,7 +907,7 @@ SectionPageBreakStatusType = Literal["DISABLED", "ENABLED"]
|
|
897
907
|
SelectAllValueOptionsType = Literal["ALL_VALUES"]
|
898
908
|
SelectedFieldOptionsType = Literal["ALL_FIELDS"]
|
899
909
|
SelectedTooltipTypeType = Literal["BASIC", "DETAILED"]
|
900
|
-
ServiceTypeType = Literal["REDSHIFT"]
|
910
|
+
ServiceTypeType = Literal["QBUSINESS", "REDSHIFT"]
|
901
911
|
SharingModelType = Literal["ACCOUNT", "NAMESPACE"]
|
902
912
|
SheetContentTypeType = Literal["INTERACTIVE", "PAGINATED"]
|
903
913
|
SheetControlDateTimePickerTypeType = Literal["DATE_RANGE", "SINGLE_VALUED"]
|
@@ -1069,12 +1079,15 @@ ServiceName = Literal[
|
|
1069
1079
|
"b2bi",
|
1070
1080
|
"backup",
|
1071
1081
|
"backup-gateway",
|
1082
|
+
"backupsearch",
|
1072
1083
|
"batch",
|
1073
1084
|
"bcm-data-exports",
|
1074
1085
|
"bcm-pricing-calculator",
|
1075
1086
|
"bedrock",
|
1076
1087
|
"bedrock-agent",
|
1077
1088
|
"bedrock-agent-runtime",
|
1089
|
+
"bedrock-data-automation",
|
1090
|
+
"bedrock-data-automation-runtime",
|
1078
1091
|
"bedrock-runtime",
|
1079
1092
|
"billing",
|
1080
1093
|
"billingconductor",
|
@@ -1152,6 +1165,7 @@ ServiceName = Literal[
|
|
1152
1165
|
"drs",
|
1153
1166
|
"ds",
|
1154
1167
|
"ds-data",
|
1168
|
+
"dsql",
|
1155
1169
|
"dynamodb",
|
1156
1170
|
"dynamodbstreams",
|
1157
1171
|
"ebs",
|
@@ -1208,6 +1222,7 @@ ServiceName = Literal[
|
|
1208
1222
|
"inspector-scan",
|
1209
1223
|
"inspector2",
|
1210
1224
|
"internetmonitor",
|
1225
|
+
"invoicing",
|
1211
1226
|
"iot",
|
1212
1227
|
"iot-data",
|
1213
1228
|
"iot-jobs-data",
|
@@ -1294,6 +1309,7 @@ ServiceName = Literal[
|
|
1294
1309
|
"neptune-graph",
|
1295
1310
|
"neptunedata",
|
1296
1311
|
"network-firewall",
|
1312
|
+
"networkflowmonitor",
|
1297
1313
|
"networkmanager",
|
1298
1314
|
"networkmonitor",
|
1299
1315
|
"notifications",
|
@@ -1360,6 +1376,7 @@ ServiceName = Literal[
|
|
1360
1376
|
"s3",
|
1361
1377
|
"s3control",
|
1362
1378
|
"s3outposts",
|
1379
|
+
"s3tables",
|
1363
1380
|
"sagemaker",
|
1364
1381
|
"sagemaker-a2i-runtime",
|
1365
1382
|
"sagemaker-edge",
|
@@ -1372,6 +1389,7 @@ ServiceName = Literal[
|
|
1372
1389
|
"schemas",
|
1373
1390
|
"sdb",
|
1374
1391
|
"secretsmanager",
|
1392
|
+
"security-ir",
|
1375
1393
|
"securityhub",
|
1376
1394
|
"securitylake",
|
1377
1395
|
"serverlessrepo",
|
@@ -113,6 +113,7 @@ __all__ = (
|
|
113
113
|
"FontWeightNameType",
|
114
114
|
"ForecastComputationSeasonalityType",
|
115
115
|
"FunnelChartMeasureDataLabelStyleType",
|
116
|
+
"GeneratedAnswerStatusType",
|
116
117
|
"GeoSpatialCountryCodeType",
|
117
118
|
"GeoSpatialDataRoleType",
|
118
119
|
"GeospatialColorStateType",
|
@@ -128,6 +129,8 @@ __all__ = (
|
|
128
129
|
"IdentityTypeType",
|
129
130
|
"ImageCustomActionTriggerType",
|
130
131
|
"IncludeFolderMembersType",
|
132
|
+
"IncludeGeneratedAnswerType",
|
133
|
+
"IncludeQuickSightQIndexType",
|
131
134
|
"IngestionErrorTypeType",
|
132
135
|
"IngestionRequestSourceType",
|
133
136
|
"IngestionRequestTypeType",
|
@@ -205,6 +208,8 @@ __all__ = (
|
|
205
208
|
"PropertyRoleType",
|
206
209
|
"PropertyUsageType",
|
207
210
|
"PurchaseModeType",
|
211
|
+
"QAResultTypeType",
|
212
|
+
"QSearchStatusType",
|
208
213
|
"QueryExecutionModeType",
|
209
214
|
"QuickSightServiceName",
|
210
215
|
"RadarChartAxesRangeScaleType",
|
@@ -614,6 +619,7 @@ FunnelChartMeasureDataLabelStyleType = Literal[
|
|
614
619
|
"VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
615
620
|
"VALUE_ONLY",
|
616
621
|
]
|
622
|
+
GeneratedAnswerStatusType = Literal["ANSWER_DOWNGRADE", "ANSWER_GENERATED", "ANSWER_RETRIEVED"]
|
617
623
|
GeoSpatialCountryCodeType = Literal["US"]
|
618
624
|
GeoSpatialDataRoleType = Literal[
|
619
625
|
"CITY", "COUNTRY", "COUNTY", "LATITUDE", "LONGITUDE", "POSTCODE", "STATE"
|
@@ -658,6 +664,8 @@ IdentityStoreType = Literal["QUICKSIGHT"]
|
|
658
664
|
IdentityTypeType = Literal["IAM", "IAM_IDENTITY_CENTER", "QUICKSIGHT"]
|
659
665
|
ImageCustomActionTriggerType = Literal["CLICK", "MENU"]
|
660
666
|
IncludeFolderMembersType = Literal["NONE", "ONE_LEVEL", "RECURSE"]
|
667
|
+
IncludeGeneratedAnswerType = Literal["EXCLUDE", "INCLUDE"]
|
668
|
+
IncludeQuickSightQIndexType = Literal["EXCLUDE", "INCLUDE"]
|
661
669
|
IngestionErrorTypeType = Literal[
|
662
670
|
"ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
663
671
|
"CONNECTION_FAILURE",
|
@@ -851,6 +859,8 @@ PrimaryValueDisplayTypeType = Literal["ACTUAL", "COMPARISON", "HIDDEN"]
|
|
851
859
|
PropertyRoleType = Literal["ID", "PRIMARY"]
|
852
860
|
PropertyUsageType = Literal["DIMENSION", "INHERIT", "MEASURE"]
|
853
861
|
PurchaseModeType = Literal["AUTO_PURCHASE", "MANUAL"]
|
862
|
+
QAResultTypeType = Literal["DASHBOARD_VISUAL", "GENERATED_ANSWER", "NO_ANSWER"]
|
863
|
+
QSearchStatusType = Literal["DISABLED", "ENABLED"]
|
854
864
|
QueryExecutionModeType = Literal["AUTO", "MANUAL"]
|
855
865
|
RadarChartAxesRangeScaleType = Literal["AUTO", "INDEPENDENT", "SHARED"]
|
856
866
|
RadarChartShapeType = Literal["CIRCLE", "POLYGON"]
|
@@ -895,7 +905,7 @@ SectionPageBreakStatusType = Literal["DISABLED", "ENABLED"]
|
|
895
905
|
SelectAllValueOptionsType = Literal["ALL_VALUES"]
|
896
906
|
SelectedFieldOptionsType = Literal["ALL_FIELDS"]
|
897
907
|
SelectedTooltipTypeType = Literal["BASIC", "DETAILED"]
|
898
|
-
ServiceTypeType = Literal["REDSHIFT"]
|
908
|
+
ServiceTypeType = Literal["QBUSINESS", "REDSHIFT"]
|
899
909
|
SharingModelType = Literal["ACCOUNT", "NAMESPACE"]
|
900
910
|
SheetContentTypeType = Literal["INTERACTIVE", "PAGINATED"]
|
901
911
|
SheetControlDateTimePickerTypeType = Literal["DATE_RANGE", "SINGLE_VALUED"]
|
@@ -1067,12 +1077,15 @@ ServiceName = Literal[
|
|
1067
1077
|
"b2bi",
|
1068
1078
|
"backup",
|
1069
1079
|
"backup-gateway",
|
1080
|
+
"backupsearch",
|
1070
1081
|
"batch",
|
1071
1082
|
"bcm-data-exports",
|
1072
1083
|
"bcm-pricing-calculator",
|
1073
1084
|
"bedrock",
|
1074
1085
|
"bedrock-agent",
|
1075
1086
|
"bedrock-agent-runtime",
|
1087
|
+
"bedrock-data-automation",
|
1088
|
+
"bedrock-data-automation-runtime",
|
1076
1089
|
"bedrock-runtime",
|
1077
1090
|
"billing",
|
1078
1091
|
"billingconductor",
|
@@ -1150,6 +1163,7 @@ ServiceName = Literal[
|
|
1150
1163
|
"drs",
|
1151
1164
|
"ds",
|
1152
1165
|
"ds-data",
|
1166
|
+
"dsql",
|
1153
1167
|
"dynamodb",
|
1154
1168
|
"dynamodbstreams",
|
1155
1169
|
"ebs",
|
@@ -1206,6 +1220,7 @@ ServiceName = Literal[
|
|
1206
1220
|
"inspector-scan",
|
1207
1221
|
"inspector2",
|
1208
1222
|
"internetmonitor",
|
1223
|
+
"invoicing",
|
1209
1224
|
"iot",
|
1210
1225
|
"iot-data",
|
1211
1226
|
"iot-jobs-data",
|
@@ -1292,6 +1307,7 @@ ServiceName = Literal[
|
|
1292
1307
|
"neptune-graph",
|
1293
1308
|
"neptunedata",
|
1294
1309
|
"network-firewall",
|
1310
|
+
"networkflowmonitor",
|
1295
1311
|
"networkmanager",
|
1296
1312
|
"networkmonitor",
|
1297
1313
|
"notifications",
|
@@ -1358,6 +1374,7 @@ ServiceName = Literal[
|
|
1358
1374
|
"s3",
|
1359
1375
|
"s3control",
|
1360
1376
|
"s3outposts",
|
1377
|
+
"s3tables",
|
1361
1378
|
"sagemaker",
|
1362
1379
|
"sagemaker-a2i-runtime",
|
1363
1380
|
"sagemaker-edge",
|
@@ -1370,6 +1387,7 @@ ServiceName = Literal[
|
|
1370
1387
|
"schemas",
|
1371
1388
|
"sdb",
|
1372
1389
|
"secretsmanager",
|
1390
|
+
"security-ir",
|
1373
1391
|
"securityhub",
|
1374
1392
|
"securitylake",
|
1375
1393
|
"serverlessrepo",
|