AWS cli documentation change
Summary
Added documentation for SharePointParameters, GoogleDriveParameters, OneDriveParameters, and FMKBParameters data source configurations including authentication types and constraints
Security assessment
The change documents authentication methods (OAuth types and service accounts) for data sources, which are security features. However, there's no evidence of addressing a specific vulnerability. It enhances security documentation by explaining authentication options.
Diff
diff --git a/cli/latest/reference/quicksight/start-asset-bundle-import-job.md b/cli/latest/reference/quicksight/start-asset-bundle-import-job.md index 9f62e0855..e2d28fbf4 100644 --- a//cli/latest/reference/quicksight/start-asset-bundle-import-job.md +++ b//cli/latest/reference/quicksight/start-asset-bundle-import-job.md @@ -15 +15 @@ - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) » @@ -1644,0 +1645,155 @@ JSON Syntax: +>>>> +>>>> SharePointParameters -> (structure) +>>>> +>>>>> The parameters for a SharePoint data source. +>>>>> +>>>>> SharePointDomain -> (string) [required] +>>>>> +>>>>>> The SharePoint domain for the data source. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `1024` +>>>>>> + +>>>>> +>>>>> TenantId -> (string) +>>>>> +>>>>>> The tenant ID for the SharePoint data source. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `100` +>>>>>> + +>>>>> +>>>>> ClientId -> (string) +>>>>> +>>>>>> The client ID for the SharePoint data source. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `100` +>>>>>> + +>>>>> +>>>>> AuthType -> (string) +>>>>> +>>>>>> The authentication type for the SharePoint data source. Valid values include: +>>>>>> +>>>>>> * `TWO_LEGGED_OAUTH` – Server-to-server authentication using client credentials that do not require user interaction. +>>>>>> * `THREE_LEGGED_OAUTH` – Interactive OAuth that requires user consent. +>>>>>> + +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `THREE_LEGGED_OAUTH` +>>>>>> * `TWO_LEGGED_OAUTH` +>>>>>> * `SERVICE_ACCOUNT` +>>>>>> + +>>>> +>>>> GoogleDriveParameters -> (structure) +>>>> +>>>>> The parameters for a Google Drive data source. +>>>>> +>>>>> AuthType -> (string) +>>>>> +>>>>>> The authentication type for the Google Drive data source. Valid values include: +>>>>>> +>>>>>> * `SERVICE_ACCOUNT` – Server-to-server authentication using a Google service account key. +>>>>>> * `THREE_LEGGED_OAUTH` – Interactive OAuth that requires user consent. +>>>>>> + +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `THREE_LEGGED_OAUTH` +>>>>>> * `TWO_LEGGED_OAUTH` +>>>>>> * `SERVICE_ACCOUNT` +>>>>>> + +>>>> +>>>> OneDriveParameters -> (structure) +>>>> +>>>>> The parameters for an OneDrive data source. +>>>>> +>>>>> TenantId -> (string) +>>>>> +>>>>>> The tenant ID for the OneDrive data source. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `100` +>>>>>> + +>>>>> +>>>>> ClientId -> (string) +>>>>> +>>>>>> The client ID for the OneDrive data source. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `100` +>>>>>> + +>>>>> +>>>>> AuthType -> (string) +>>>>> +>>>>>> The authentication type for the OneDrive data source. Valid values include: +>>>>>> +>>>>>> * `TWO_LEGGED_OAUTH` – Server-to-server authentication using client credentials that do not require user interaction. +>>>>>> * `THREE_LEGGED_OAUTH` – Interactive OAuth that requires user consent. +>>>>>> + +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `THREE_LEGGED_OAUTH` +>>>>>> * `TWO_LEGGED_OAUTH` +>>>>>> * `SERVICE_ACCOUNT` +>>>>>> + +>>>> +>>>> FMKBParameters -> (structure) +>>>> +>>>>> The parameters for a fully managed knowledge base data source. +>>>>> +>>>>> KnowledgeBaseArn -> (string) [required] +>>>>> +>>>>>> The Amazon Resource Name (ARN) of the Amazon Bedrock knowledge base. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `47` +>>>>>> * max: `128` +>>>>>> * pattern: `^arn:aws(-cn|-us-gov)?:bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+` +>>>>>> + +>>>>> +>>>>> LinkedDataSourceIds -> (list) +>>>>> +>>>>>> The IDs of the linked data sources. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `0` +>>>>>> * max: `5` +>>>>>> + +>>>>>> +>>>>>> (string) +>>>>>> +>>>>>>> Constraints: +>>>>>>> +>>>>>>> * min: `1` +>>>>>>> * max: `10` +>>>>>>> * pattern: `^[0-9a-zA-Z]+$` +>>>>>>> + @@ -2135,0 +2291,18 @@ JSON Syntax: + }, + "SharePointParameters": { + "SharePointDomain": "string", + "TenantId": "string", + "ClientId": "string", + "AuthType": "THREE_LEGGED_OAUTH"|"TWO_LEGGED_OAUTH"|"SERVICE_ACCOUNT" + }, + "GoogleDriveParameters": { + "AuthType": "THREE_LEGGED_OAUTH"|"TWO_LEGGED_OAUTH"|"SERVICE_ACCOUNT" + }, + "OneDriveParameters": { + "TenantId": "string", + "ClientId": "string", + "AuthType": "THREE_LEGGED_OAUTH"|"TWO_LEGGED_OAUTH"|"SERVICE_ACCOUNT" + }, + "FMKBParameters": { + "KnowledgeBaseArn": "string", + "LinkedDataSourceIds": ["string", ...] @@ -3546 +3719 @@ Status -> (integer) - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) »