AWS cli documentation change
Summary
Added documentation for SharePoint, Google Drive, OneDrive, and FMKB data source parameters including authentication types, constraints, and credential verification status fields.
Security assessment
The change adds documentation for authentication methods (OAuth types and service accounts) and credential verification status, which are security features. However, there is no evidence of a specific vulnerability being addressed.
Diff
diff --git a/cli/latest/reference/quicksight/describe-data-source.md b/cli/latest/reference/quicksight/describe-data-source.md index fd1c36a39..f63594ea4 100644 --- a//cli/latest/reference/quicksight/describe-data-source.md +++ b//cli/latest/reference/quicksight/describe-data-source.md @@ -15 +15 @@ - * [AWS CLI 2.35.19 Command Reference](../../index.html) » + * [AWS CLI 2.35.21 Command Reference](../../index.html) » @@ -1610,0 +1611,155 @@ DataSource -> (structure) +>> +>> 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]+$` +>>>>> + @@ -2916,0 +3072,155 @@ DataSource -> (structure) +>>> +>>> 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` +>>>>>