Skip to content

Conversation

@aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the documentation source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-documentation" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the documentation source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/11809994335

------

*Automatically created by projen via the "update-source-documentation" workflow*

Signed-off-by: github-actions <[email protected]>
@github-actions
Copy link
Contributor

To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation.

Run the following commands inside the repo:

gh co 1432
git switch -c fix-pr-1432 && git push -u origin HEAD
gh pr create -t "fix: PR #1432" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1432"

@github-actions
Copy link
Contributor

@aws-cdk/aws-service-spec: Model database diff detected

├[~] service aws-cloudtrail
│ └ resources
│    ├[~] resource AWS::CloudTrail::EventDataStore
│    │ └ types
│    │    ├[~] type AdvancedEventSelector
│    │    │ └  - documentation: Advanced event selectors let you create fine-grained selectors for AWS CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the [Logging data events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html) , [Logging network activity events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html) , and [Logging management events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html) topics in the *AWS CloudTrail User Guide* .
│    │    │    You cannot apply both event selectors and advanced event selectors to a trail.
│    │    │    *Supported CloudTrail event record fields for management events*
│    │    │    - `eventCategory` (required)
│    │    │    - `eventSource`
│    │    │    - `readOnly`
│    │    │    *Supported CloudTrail event record fields for data events*
│    │    │    - `eventCategory` (required)
│    │    │    - `resources.type` (required)
│    │    │    - `readOnly`
│    │    │    - `eventName`
│    │    │    - `resources.ARN`
│    │    │    *Supported CloudTrail event record fields for network activity events*
│    │    │    > Network activity events is in preview release for CloudTrail and is subject to change. 
│    │    │    - `eventCategory` (required)
│    │    │    - `eventSource` (required)
│    │    │    - `eventName`
│    │    │    - `errorCode` - The only valid value for `errorCode` is `VpceAccessDenied` .
│    │    │    - `vpcEndpointId`
│    │    │    > For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the only supported field is `eventCategory` .
│    │    │    + documentation: Advanced event selectors let you create fine-grained selectors for AWS CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the [Logging data events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html) , [Logging network activity events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html) , and [Logging management events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html) topics in the *AWS CloudTrail User Guide* .
│    │    │    You cannot apply both event selectors and advanced event selectors to a trail.
│    │    │    *Supported CloudTrail event record fields for management events*
│    │    │    - `eventCategory` (required)
│    │    │    - `eventSource`
│    │    │    - `readOnly`
│    │    │    The following additional fields are available for event data stores:
│    │    │    - `eventName`
│    │    │    - `eventType`
│    │    │    - `sessionCredentialFromConsole`
│    │    │    - `userIdentity.arn`
│    │    │    *Supported CloudTrail event record fields for data events*
│    │    │    - `eventCategory` (required)
│    │    │    - `resources.type` (required)
│    │    │    - `readOnly`
│    │    │    - `eventName`
│    │    │    - `resources.ARN`
│    │    │    The following additional fields are available for event data stores:
│    │    │    - `eventSource`
│    │    │    - `eventType`
│    │    │    - `sessionCredentialFromConsole`
│    │    │    - `userIdentity.arn`
│    │    │    *Supported CloudTrail event record fields for network activity events*
│    │    │    > Network activity events is in preview release for CloudTrail and is subject to change. 
│    │    │    - `eventCategory` (required)
│    │    │    - `eventSource` (required)
│    │    │    - `eventName`
│    │    │    - `errorCode` - The only valid value for `errorCode` is `VpceAccessDenied` .
│    │    │    - `vpcEndpointId`
│    │    │    > For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the only supported field is `eventCategory` .
│    │    └[~] type AdvancedFieldSelector
│    │      └ properties
│    │         └ Field: (documentation changed)
│    └[~] resource AWS::CloudTrail::Trail
│      └ types
│         ├[~] type AdvancedEventSelector
│         │ └  - documentation: Advanced event selectors let you create fine-grained selectors for AWS CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the [Logging data events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html) , [Logging network activity events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html) , and [Logging management events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html) topics in the *AWS CloudTrail User Guide* .
│         │    You cannot apply both event selectors and advanced event selectors to a trail.
│         │    *Supported CloudTrail event record fields for management events*
│         │    - `eventCategory` (required)
│         │    - `eventSource`
│         │    - `readOnly`
│         │    *Supported CloudTrail event record fields for data events*
│         │    - `eventCategory` (required)
│         │    - `resources.type` (required)
│         │    - `readOnly`
│         │    - `eventName`
│         │    - `resources.ARN`
│         │    *Supported CloudTrail event record fields for network activity events*
│         │    > Network activity events is in preview release for CloudTrail and is subject to change. 
│         │    - `eventCategory` (required)
│         │    - `eventSource` (required)
│         │    - `eventName`
│         │    - `errorCode` - The only valid value for `errorCode` is `VpceAccessDenied` .
│         │    - `vpcEndpointId`
│         │    > For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the only supported field is `eventCategory` .
│         │    + documentation: Advanced event selectors let you create fine-grained selectors for AWS CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the [Logging data events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html) , [Logging network activity events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html) , and [Logging management events](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html) topics in the *AWS CloudTrail User Guide* .
│         │    You cannot apply both event selectors and advanced event selectors to a trail.
│         │    *Supported CloudTrail event record fields for management events*
│         │    - `eventCategory` (required)
│         │    - `eventSource`
│         │    - `readOnly`
│         │    The following additional fields are available for event data stores:
│         │    - `eventName`
│         │    - `eventType`
│         │    - `sessionCredentialFromConsole`
│         │    - `userIdentity.arn`
│         │    *Supported CloudTrail event record fields for data events*
│         │    - `eventCategory` (required)
│         │    - `resources.type` (required)
│         │    - `readOnly`
│         │    - `eventName`
│         │    - `resources.ARN`
│         │    The following additional fields are available for event data stores:
│         │    - `eventSource`
│         │    - `eventType`
│         │    - `sessionCredentialFromConsole`
│         │    - `userIdentity.arn`
│         │    *Supported CloudTrail event record fields for network activity events*
│         │    > Network activity events is in preview release for CloudTrail and is subject to change. 
│         │    - `eventCategory` (required)
│         │    - `eventSource` (required)
│         │    - `eventName`
│         │    - `errorCode` - The only valid value for `errorCode` is `VpceAccessDenied` .
│         │    - `vpcEndpointId`
│         │    > For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the only supported field is `eventCategory` .
│         └[~] type AdvancedFieldSelector
│           └ properties
│              └ Field: (documentation changed)
├[~] service aws-codebuild
│ └ resources
│    └[~] resource AWS::CodeBuild::Fleet
│      ├ properties
│      │  ├ ComputeConfiguration: (documentation changed)
│      │  ├ FleetProxyConfiguration: (documentation changed)
│      │  └ ScalingConfiguration: (documentation changed)
│      └ types
│         ├[~] type ComputeConfiguration
│         │ ├  - documentation: undefined
│         │ │  + documentation: Contains compute attributes. These attributes only need be specified when your project's or fleet's `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` .
│         │ └ properties
│         │    ├ disk: (documentation changed)
│         │    ├ machineType: (documentation changed)
│         │    ├ memory: (documentation changed)
│         │    └ vCpu: (documentation changed)
│         ├[~] type FleetProxyRule
│         │ ├  - documentation: undefined
│         │ │  + documentation: Information about the proxy rule for your reserved capacity instances.
│         │ └ properties
│         │    ├ Effect: (documentation changed)
│         │    ├ Entities: (documentation changed)
│         │    └ Type: (documentation changed)
│         ├[~] type ProxyConfiguration
│         │ ├  - documentation: undefined
│         │ │  + documentation: Information about the proxy configurations that apply network access control to your reserved capacity instances.
│         │ └ properties
│         │    ├ DefaultBehavior: (documentation changed)
│         │    └ OrderedProxyRules: (documentation changed)
│         ├[~] type ScalingConfigurationInput
│         │ ├  - documentation: undefined
│         │ │  + documentation: The scaling configuration input of a compute fleet.
│         │ └ properties
│         │    ├ MaxCapacity: (documentation changed)
│         │    ├ ScalingType: (documentation changed)
│         │    └ TargetTrackingScalingConfigs: (documentation changed)
│         └[~] type TargetTrackingScalingConfiguration
│           ├  - documentation: undefined
│           │  + documentation: Defines when a new instance is auto-scaled into the compute fleet.
│           └ properties
│              ├ MetricType: (documentation changed)
│              └ TargetValue: (documentation changed)
├[~] service aws-kinesisfirehose
│ └ resources
│    └[~] resource AWS::KinesisFirehose::DeliveryStream
│      └ types
│         ├[~] type Serializer
│         │ ├  - documentation: The serializer that you want Firehose to use to convert data to the target format before writing it to Amazon S3. Firehose supports two types of serializers: the [ORC SerDe](https://docs.aws.amazon.com/https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/orc/OrcSerde.html) and the [Parquet SerDe](https://docs.aws.amazon.com/https://hive.apache.org/javadocs/r1.2.2/api/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.html) .
│         │ │  + documentation: The serializer that you want Firehose to use to convert data to the target format before writing it to Amazon S3. Firehose supports two types of serializers: the ORC SerDe and the Parquet SerDe.
│         │ └ properties
│         │    └ ParquetSerDe: (documentation changed)
│         └[~] type SnowflakeDestinationConfiguration
│           └ properties
│              ├ ContentColumnName: (documentation changed)
│              └ MetaDataColumnName: (documentation changed)
├[~] service aws-lambda
│ └ resources
│    └[~] resource AWS::Lambda::Function
│      ├ properties
│      │  └ KmsKeyArn: (documentation changed)
│      └ types
│         └[~] type Code
│           └ properties
│              └ SourceKMSKeyArn: (documentation changed)
└[~] service aws-wisdom
  └ resources
     ├[~] resource AWS::Wisdom::AIAgent
     │ └ types
     │    ├[~] type AIAgentConfiguration
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: A typed union that specifies the configuration based on the type of AI Agent.
     │    │ └ properties
     │    │    ├ AnswerRecommendationAIAgentConfiguration: (documentation changed)
     │    │    └ ManualSearchAIAgentConfiguration: (documentation changed)
     │    ├[~] type AnswerRecommendationAIAgentConfiguration
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: The configuration for AI Agents of type `ANSWER_RECOMMENDATION` .
     │    │ └ properties
     │    │    ├ AnswerGenerationAIPromptId: (documentation changed)
     │    │    ├ AssociationConfigurations: (documentation changed)
     │    │    ├ IntentLabelingGenerationAIPromptId: (documentation changed)
     │    │    └ QueryReformulationAIPromptId: (documentation changed)
     │    ├[~] type AssociationConfiguration
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: The configuration for an Amazon Q in Connect Assistant Association.
     │    │ └ properties
     │    │    ├ AssociationConfigurationData: (documentation changed)
     │    │    ├ AssociationId: (documentation changed)
     │    │    └ AssociationType: (documentation changed)
     │    ├[~] type AssociationConfigurationData
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.
     │    │ └ properties
     │    │    └ KnowledgeBaseAssociationConfigurationData: (documentation changed)
     │    ├[~] type KnowledgeBaseAssociationConfigurationData
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: The data of the configuration for a `KNOWLEDGE_BASE` type Amazon Q in Connect Assistant Association.
     │    │ └ properties
     │    │    ├ ContentTagFilter: (documentation changed)
     │    │    └ MaxResults: (documentation changed)
     │    ├[~] type ManualSearchAIAgentConfiguration
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: The configuration for AI Agents of type `MANUAL_SEARCH` .
     │    │ └ properties
     │    │    ├ AnswerGenerationAIPromptId: (documentation changed)
     │    │    └ AssociationConfigurations: (documentation changed)
     │    ├[~] type OrCondition
     │    │ └ properties
     │    │    └ TagCondition: (documentation changed)
     │    ├[~] type TagCondition
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: An object that can be used to specify tag conditions.
     │    │ └ properties
     │    │    ├ Key: (documentation changed)
     │    │    └ Value: (documentation changed)
     │    └[~] type TagFilter
     │      ├  - documentation: undefined
     │      │  + documentation: An object that can be used to specify tag conditions.
     │      └ properties
     │         ├ AndConditions: (documentation changed)
     │         ├ OrConditions: (documentation changed)
     │         └ TagCondition: (documentation changed)
     ├[~] resource AWS::Wisdom::AIAgentVersion
     │ ├ properties
     │ │  ├ AIAgentId: (documentation changed)
     │ │  └ ModifiedTimeSeconds: (documentation changed)
     │ └ attributes
     │    ├ AIAgentArn: (documentation changed)
     │    └ AssistantArn: (documentation changed)
     ├[~] resource AWS::Wisdom::AIPrompt
     │ └ types
     │    ├[~] type AIPromptTemplateConfiguration
     │    │ ├  - documentation: undefined
     │    │ │  + documentation: A typed union that specifies the configuration for a prompt template based on its type.
     │    │ └ properties
     │    │    └ TextFullAIPromptEditTemplateConfiguration: (documentation changed)
     │    └[~] type TextFullAIPromptEditTemplateConfiguration
     │      ├  - documentation: undefined
     │      │  + documentation: The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt.
     │      └ properties
     │         └ Text: (documentation changed)
     ├[~] resource AWS::Wisdom::AIPromptVersion
     │ ├ properties
     │ │  ├ AIPromptId: (documentation changed)
     │ │  ├ AssistantId: (documentation changed)
     │ │  └ ModifiedTimeSeconds: (documentation changed)
     │ └ attributes
     │    └ AssistantArn: (documentation changed)
     └[~] resource AWS::Wisdom::Assistant
       ├  - documentation: Specifies an Amazon Connect Wisdom assistant.
       │  + documentation: Creates an Amazon Q in Connect assistant.
       ├ properties
       │  ├ Description: (documentation changed)
       │  ├ Name: (documentation changed)
       │  └ ServerSideEncryptionConfiguration: (documentation changed)
       └ attributes
          └ AssistantId: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 13, 2024
Merged via the queue into main with commit 7a991e3 Nov 13, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch November 13, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant