AWS cli documentation change
Summary
Added documentation for new data source types (SharePoint, Google Drive, OneDrive, FMKB) including authentication parameters and constraints. Added credential verification status fields.
Security assessment
The changes document authentication methods (OAuth types and service accounts) for new data sources, which are security features. However, there's no evidence of a specific vulnerability being fixed - this appears to be routine feature documentation expansion. The credential status fields provide security visibility but don't indicate a resolved issue.
Diff
diff --git a/cli/latest/reference/quicksight/list-data-sources.md b/cli/latest/reference/quicksight/list-data-sources.md index b8869b2a4..e95243c2d 100644 --- a//cli/latest/reference/quicksight/list-data-sources.md +++ b//cli/latest/reference/quicksight/list-data-sources.md @@ -15 +15 @@ - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) » @@ -1639,0 +1640,155 @@ DataSources -> (list) +>>> +>>> 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]+$` +>>>>>> + @@ -2945,0 +3101,155 @@ DataSources -> (list) +>>>> +>>>> 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` +>>>>>>