@@ -440,6 +440,69 @@ commands:
440440 flag :
441441 identity-store :
442442 - QUICKSIGHT
443+ - name : create-o-auth-client-application
444+ description : Creates an OAuthClientApplication.
445+ flags :
446+ --aws-account-id=! : The Amazon Web Services account ID.
447+ --cli-input-json= : Read arguments from the JSON string provided.
448+ --cli-input-yaml= : Read arguments from the YAML string provided.
449+ --client-id=! : The client ID of the OAuth application that is registered with the identity provider.
450+ --client-secret=! : The client secret of the OAuth application that is registered with the identity provider.
451+ --data-source-type= : The type of data source that the OAuthClientApplication is used with.
452+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
453+ --identity-provider-vpc-connection-properties= : " "
454+ --name=! : The display name for the OAuthClientApplication.
455+ --o-auth-authorization-endpoint-url= : The authorization endpoint URL of the identity provider that is used to obtain authorization codes.
456+ --o-auth-client-application-id=! : An ID for the OAuthClientApplication that you want to create.
457+ --o-auth-client-authentication-type=! : The authentication type to use for the OAuthClientApplication.
458+ --o-auth-scopes= : The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.
459+ --o-auth-token-endpoint-url=! : The token endpoint URL of the identity provider that is used to obtain access tokens.
460+ --tags= :
461+ description : Contains a map of the key-value pairs for the resource tag or tags assigned to the OAuthClientApplication.
462+ nargs : -1
463+ completion :
464+ flag :
465+ data-source-type :
466+ - ADOBE_ANALYTICS
467+ - AMAZON_ELASTICSEARCH
468+ - ATHENA
469+ - AURORA
470+ - AURORA_POSTGRESQL
471+ - AWS_IOT_ANALYTICS
472+ - GITHUB
473+ - JIRA
474+ - MARIADB
475+ - MYSQL
476+ - ORACLE
477+ - POSTGRESQL
478+ - PRESTO
479+ - REDSHIFT
480+ - S3
481+ - S3_TABLES
482+ - SALESFORCE
483+ - SERVICENOW
484+ - SNOWFLAKE
485+ - SPARK
486+ - SQLSERVER
487+ - TERADATA
488+ - TWITTER
489+ - TIMESTREAM
490+ - AMAZON_OPENSEARCH
491+ - EXASOL
492+ - DATABRICKS
493+ - STARBURST
494+ - TRINO
495+ - BIGQUERY
496+ - GOOGLESHEETS
497+ - GOOGLE_DRIVE
498+ - CONFLUENCE
499+ - SHAREPOINT
500+ - ONE_DRIVE
501+ - WEB_CRAWLER
502+ - S3_KNOWLEDGE_BASE
503+ - QBUSINESS
504+ o-auth-client-authentication-type :
505+ - TOKEN
443506 - name : create-refresh-schedule
444507 description : Creates a refresh schedule for a dataset.
445508 flags :
@@ -755,6 +818,14 @@ commands:
755818 --cli-input-yaml= : Read arguments from the YAML string provided.
756819 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
757820 --namespace=! : The namespace that you want to delete.
821+ - name : delete-o-auth-client-application
822+ description : Deletes an OAuthClientApplication.
823+ flags :
824+ --aws-account-id=! : The Amazon Web Services account ID.
825+ --cli-input-json= : Read arguments from the JSON string provided.
826+ --cli-input-yaml= : Read arguments from the YAML string provided.
827+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
828+ --o-auth-client-application-id=! : The ID of the OAuthClientApplication that you want to delete.
758829 - name : delete-refresh-schedule
759830 description : Deletes a refresh schedule from a dataset.
760831 flags :
@@ -1220,6 +1291,14 @@ commands:
12201291 --cli-input-yaml= : Read arguments from the YAML string provided.
12211292 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
12221293 --namespace=! : The namespace that you want to describe.
1294+ - name : describe-o-auth-client-application
1295+ description : Describes an OAuthClientApplication.
1296+ flags :
1297+ --aws-account-id=! : The Amazon Web Services account ID.
1298+ --cli-input-json= : Read arguments from the JSON string provided.
1299+ --cli-input-yaml= : Read arguments from the YAML string provided.
1300+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
1301+ --o-auth-client-application-id=! : The ID of the OAuthClientApplication that you want to describe.
12231302 - name : describe-q-personalization-configuration
12241303 description : Describes a personalization configuration.
12251304 flags :
@@ -1758,6 +1837,18 @@ commands:
17581837 --next-token= : A unique pagination token that can be used in a subsequent request.
17591838 --page-size= : The size of each page to get in the AWS service call.
17601839 --starting-token= : A token to specify where to start paginating.
1840+ - name : list-o-auth-client-applications
1841+ description : Lists all OAuthClientApplications in the current Amazon Web Services Region that belong to this Amazon Web Services account.
1842+ flags :
1843+ --aws-account-id=! : The Amazon Web Services account ID.
1844+ --cli-input-json= : Read arguments from the JSON string provided.
1845+ --cli-input-yaml= : Read arguments from the YAML string provided.
1846+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
1847+ --max-items= : The total number of items to return in the command's output.
1848+ --max-results= : The maximum number of results to return.
1849+ --next-token= : A pagination token that can be used in a subsequent request.
1850+ --page-size= : The size of each page to get in the AWS service call.
1851+ --starting-token= : A token to specify where to start paginating.
17611852 - name : list-refresh-schedules
17621853 description : Lists the refresh schedules of a dataset.
17631854 flags :
@@ -2640,6 +2731,63 @@ commands:
26402731 --key-registration=! :
26412732 description : A list of `RegisteredCustomerManagedKey` objects to be updated to the Quick Sight account.
26422733 nargs : -1
2734+ - name : update-o-auth-client-application
2735+ description : Updates an OAuthClientApplication.
2736+ flags :
2737+ --aws-account-id=! : The Amazon Web Services account ID.
2738+ --cli-input-json= : Read arguments from the JSON string provided.
2739+ --cli-input-yaml= : Read arguments from the YAML string provided.
2740+ --client-id= : The client ID of the OAuth application that is registered with the identity provider.
2741+ --client-secret= : The client secret of the OAuth application that is registered with the identity provider.
2742+ --data-source-type= : The type of data source that the OAuthClientApplication is used with.
2743+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
2744+ --identity-provider-vpc-connection-properties= : " "
2745+ --name=! : The display name for the OAuthClientApplication.
2746+ --o-auth-authorization-endpoint-url= : The authorization endpoint URL of the identity provider that is used to obtain authorization codes.
2747+ --o-auth-client-application-id=! : The ID of the OAuthClientApplication that you want to update.
2748+ --o-auth-scopes= : The OAuth scopes that are requested when the OAuthClientApplication obtains an access token from the identity provider.
2749+ --o-auth-token-endpoint-url= : The token endpoint URL of the identity provider that is used to obtain access tokens.
2750+ completion :
2751+ flag :
2752+ data-source-type :
2753+ - ADOBE_ANALYTICS
2754+ - AMAZON_ELASTICSEARCH
2755+ - ATHENA
2756+ - AURORA
2757+ - AURORA_POSTGRESQL
2758+ - AWS_IOT_ANALYTICS
2759+ - GITHUB
2760+ - JIRA
2761+ - MARIADB
2762+ - MYSQL
2763+ - ORACLE
2764+ - POSTGRESQL
2765+ - PRESTO
2766+ - REDSHIFT
2767+ - S3
2768+ - S3_TABLES
2769+ - SALESFORCE
2770+ - SERVICENOW
2771+ - SNOWFLAKE
2772+ - SPARK
2773+ - SQLSERVER
2774+ - TERADATA
2775+ - TWITTER
2776+ - TIMESTREAM
2777+ - AMAZON_OPENSEARCH
2778+ - EXASOL
2779+ - DATABRICKS
2780+ - STARBURST
2781+ - TRINO
2782+ - BIGQUERY
2783+ - GOOGLESHEETS
2784+ - GOOGLE_DRIVE
2785+ - CONFLUENCE
2786+ - SHAREPOINT
2787+ - ONE_DRIVE
2788+ - WEB_CRAWLER
2789+ - S3_KNOWLEDGE_BASE
2790+ - QBUSINESS
26432791 - name : update-public-sharing-settings
26442792 description : This API controls public sharing settings for your entire Quick Sight account, affecting data security and access.
26452793 flags :
0 commit comments