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/20421114703

------

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

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@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 2323
git switch -c fix-pr-2323 && git push -u origin HEAD
gh pr create -t "fix: PR #2323" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/2323"

@github-actions
Copy link
Contributor

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

├[~] service aws-connect
│ └ resources
│    └[~]  resource AWS::Connect::ContactFlowModule
│       ├ properties
│       │  ├ ExternalInvocationConfiguration: (documentation changed)
│       │  └ Settings: (documentation changed)
│       └ types
│          └[~] type ExternalInvocationConfiguration
│            ├      - documentation: Defines the external invocation configuration of the flow module resource
│            │      + documentation: The external invocation configuration for the flow module
│            └ properties
│               └ Enabled: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    ├[~]  resource AWS::EC2::EC2Fleet
│    │  └ types
│    │     └[~] type FleetLaunchTemplateOverridesRequest
│    │       └ properties
│    │          └ AvailabilityZone: (documentation changed)
│    └[~]  resource AWS::EC2::SpotFleet
│       └ types
│          └[~] type LaunchTemplateOverrides
│            └ properties
│               └ AvailabilityZone: (documentation changed)
├[~] service aws-ecs
│ └ resources
│    ├[~]  resource AWS::ECS::CapacityProvider
│    │  └ types
│    │     └[~] type InstanceLaunchTemplate
│    │       └ properties
│    │          └ CapacityOptionType: (documentation changed)
│    └[~]  resource AWS::ECS::ExpressGatewayService
│       ├ attributes
│       │  ├ ECSManagedResourceArns.AutoScaling.ApplicationAutoScalingPolicies: (documentation changed)
│       │  ├ ECSManagedResourceArns.AutoScaling.ScalableTarget: (documentation changed)
│       │  ├ ECSManagedResourceArns.IngressPath.CertificateArn: (documentation changed)
│       │  ├ ECSManagedResourceArns.IngressPath.ListenerArn: (documentation changed)
│       │  ├ ECSManagedResourceArns.IngressPath.ListenerRuleArn: (documentation changed)
│       │  ├ ECSManagedResourceArns.IngressPath.LoadBalancerArn: (documentation changed)
│       │  ├ ECSManagedResourceArns.IngressPath.LoadBalancerSecurityGroups: (documentation changed)
│       │  ├ ECSManagedResourceArns.IngressPath.TargetGroupArns: (documentation changed)
│       │  ├ ECSManagedResourceArns.LogGroups: (documentation changed)
│       │  ├ ECSManagedResourceArns.MetricAlarms: (documentation changed)
│       │  ├ ECSManagedResourceArns.ServiceSecurityGroups: (documentation changed)
│       │  └ Endpoint: (documentation changed)
│       └ types
│          ├[~] type AutoScalingArns
│          │ └ properties
│          │    ├ ApplicationAutoScalingPolicies: (documentation changed)
│          │    └ ScalableTarget: (documentation changed)
│          ├[~] type ECSManagedResourceArns
│          │ └ properties
│          │    ├ LogGroups: (documentation changed)
│          │    ├ MetricAlarms: (documentation changed)
│          │    └ ServiceSecurityGroups: (documentation changed)
│          └[~] type IngressPathArns
│            └ properties
│               ├ CertificateArn: (documentation changed)
│               ├ ListenerArn: (documentation changed)
│               ├ ListenerRuleArn: (documentation changed)
│               ├ LoadBalancerArn: (documentation changed)
│               ├ LoadBalancerSecurityGroups: (documentation changed)
│               └ TargetGroupArns: (documentation changed)
├[~] service aws-groundstation
│ └ resources
│    └[~]  resource AWS::GroundStation::DataflowEndpointGroupV2
│       ├      - documentation: Resource Type definition for AWS Ground Station DataflowEndpointGroupV2
│       │      + documentation: Creates a `DataflowEndpoint` group containing the specified list of Ground Station Agent based endpoints.
│       │      The `name` field in each endpoint is used in your mission profile `DataflowEndpointConfig` to specify which endpoints to use during a contact.
│       │      When a contact uses multiple `DataflowEndpointConfig` objects, each `Config` must match a `DataflowEndpoint` in the same group.
│       ├ properties
│       │  ├ ContactPostPassDurationSeconds: (documentation changed)
│       │  ├ ContactPrePassDurationSeconds: (documentation changed)
│       │  ├ Endpoints: (documentation changed)
│       │  └ Tags: (documentation changed)
│       ├ attributes
│       │  └ EndpointDetails: (documentation changed)
│       └ types
│          ├[~] type ConnectionDetails
│          │ ├      - documentation: Socket address of an uplink or downlink agent endpoint with an optional mtu.
│          │ │      + documentation: Egress address of AgentEndpoint with an optional mtu.
│          │ └ properties
│          │    └ SocketAddress: (documentation changed)
│          ├[~] type CreateEndpointDetails
│          │ ├      - documentation: undefined
│          │ │      + documentation: Endpoint definition used for creating a dataflow endpoint
│          │ └ properties
│          │    ├ DownlinkAwsGroundStationAgentEndpoint: (documentation changed)
│          │    └ UplinkAwsGroundStationAgentEndpoint: (documentation changed)
│          ├[~] type DownlinkAwsGroundStationAgentEndpoint
│          │ ├      - documentation: Information about DownlinkAwsGroundStationAgentEndpoint used for create
│          │ │      + documentation: Definition for a downlink agent endpoint
│          │ └ properties
│          │    ├ DataflowDetails: (documentation changed)
│          │    └ Name: (documentation changed)
│          ├[~] type DownlinkAwsGroundStationAgentEndpointDetails
│          │ ├      - documentation: Information about DownlinkAwsGroundStationAgentEndpoint
│          │ │      + documentation: Details for a downlink agent endpoint
│          │ └ properties
│          │    ├ AgentStatus: (documentation changed)
│          │    ├ AuditResults: (documentation changed)
│          │    ├ DataflowDetails: (documentation changed)
│          │    └ Name: (documentation changed)
│          ├[~] type DownlinkConnectionDetails
│          │ ├      - documentation: Connection details for downlink, from ground station to agent, and customer to agent
│          │ │      + documentation: Connection details for Ground Station to Agent and Agent to customer
│          │ └ properties
│          │    ├ AgentIpAndPortAddress: (documentation changed)
│          │    └ EgressAddressAndPort: (documentation changed)
│          ├[~] type DownlinkDataflowDetails
│          │ ├      - documentation: Dataflow details for downlink
│          │ │      + documentation: Dataflow details for a downlink endpoint
│          │ └ properties
│          │    └ AgentConnectionDetails: (documentation changed)
│          ├[~] type EndpointDetails
│          │ ├      - documentation: undefined
│          │ │      + documentation: Information about the endpoint details.
│          │ └ properties
│          │    ├ DownlinkAwsGroundStationAgentEndpoint: (documentation changed)
│          │    └ UplinkAwsGroundStationAgentEndpoint: (documentation changed)
│          ├[~] type RangedConnectionDetails
│          │ ├      - documentation: Socket address of an uplink or downlink agent endpoint with a port range and an optional mtu.
│          │ │      + documentation: Ingress address of AgentEndpoint with a port range and an optional mtu.
│          │ └ properties
│          │    └ SocketAddress: (documentation changed)
│          ├[~] type RangedSocketAddress
│          │ └ properties
│          │    └ PortRange: (documentation changed)
│          ├[~] type SocketAddress
│          │ ├      - documentation: undefined
│          │ │      + documentation: Information about the socket address.
│          │ └ properties
│          │    └ Name: (documentation changed)
│          ├[~] type UplinkAwsGroundStationAgentEndpoint
│          │ ├      - documentation: Information about UplinkAwsGroundStationAgentEndpoint used for create
│          │ │      + documentation: Definition for an uplink agent endpoint
│          │ └ properties
│          │    ├ DataflowDetails: (documentation changed)
│          │    └ Name: (documentation changed)
│          ├[~] type UplinkAwsGroundStationAgentEndpointDetails
│          │ ├      - documentation: Information about UplinkAwsGroundStationAgentEndpoint
│          │ │      + documentation: Details for an uplink agent endpoint
│          │ └ properties
│          │    ├ AgentStatus: (documentation changed)
│          │    ├ AuditResults: (documentation changed)
│          │    ├ DataflowDetails: (documentation changed)
│          │    └ Name: (documentation changed)
│          ├[~] type UplinkConnectionDetails
│          │ ├      - documentation: Connection details for uplink, from ground station to agent, and customer to agent
│          │ │      + documentation: Connection details for customer to Agent and Agent to Ground Station
│          │ └ properties
│          │    ├ AgentIpAndPortAddress: (documentation changed)
│          │    └ IngressAddressAndPort: (documentation changed)
│          └[~] type UplinkDataflowDetails
│            ├      - documentation: Dataflow details for uplink
│            │      + documentation: Dataflow details for an uplink endpoint
│            └ properties
│               └ AgentConnectionDetails: (documentation changed)
├[~] service aws-kafkaconnect
│ └ resources
│    └[~]  resource AWS::KafkaConnect::Connector
│       └ properties
│          └ NetworkType: (documentation changed)
├[~] service aws-lex
│ └ resources
│    └[~]  resource AWS::Lex::Bot
│       └ types
│          ├[~] type IntentDisambiguationSettings
│          │ ├      - documentation: undefined
│          │ │      + documentation: Configures the Intent Disambiguation feature that helps resolve ambiguous user inputs when multiple intents could match. When enabled, the system presents clarifying questions to users, helping them specify their exact intent for improved conversation accuracy.
│          │ └ properties
│          │    ├ CustomDisambiguationMessage: (documentation changed)
│          │    ├ Enabled: (documentation changed)
│          │    └ MaxDisambiguationIntents: (documentation changed)
│          ├[~] type NluImprovementSpecification
│          │ └ properties
│          │    ├ AssistedNluMode: (documentation changed)
│          │    └ IntentDisambiguationSettings: (documentation changed)
│          ├[~] type SpeechFoundationModel
│          │ ├      - documentation: undefined
│          │ │      + documentation: Configuration for a foundation model used for speech synthesis and recognition capabilities.
│          │ └ properties
│          │    └ VoiceId: (documentation changed)
│          └[~] type UnifiedSpeechSettings
│            ├      - documentation: undefined
│            │      + documentation: Unified configuration settings that combine speech recognition and synthesis capabilities.
│            └ properties
│               └ SpeechFoundationModel: (documentation changed)
├[~] service aws-observabilityadmin
│ └ resources
│    ├[~]  resource AWS::ObservabilityAdmin::S3TableIntegration
│    │  ├ properties
│    │  │  ├ LogSources: (documentation changed)
│    │  │  ├ RoleArn: (documentation changed)
│    │  │  └ Tags: (documentation changed)
│    │  ├ attributes
│    │  │  └ Arn: (documentation changed)
│    │  └ types
│    │     ├[~] type EncryptionConfig
│    │     │ ├      - documentation: Encryption configuration for the S3 Table Integration
│    │     │ │      + documentation: Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
│    │     │ └ properties
│    │     │    ├ KmsKeyArn: (documentation changed)
│    │     │    └ SseAlgorithm: (documentation changed)
│    │     └[~] type LogSource
│    │       ├      - documentation: CloudWatch Logs data source to associate with the S3 Table Integration
│    │       │      + documentation: A data source with an S3 Table integration for query access in the `logs` namespace.
│    │       └ properties
│    │          ├ Identifier: (documentation changed)
│    │          ├ Name: (documentation changed)
│    │          └ Type: (documentation changed)
│    └[~]  resource AWS::ObservabilityAdmin::TelemetryPipelines
│       ├      - documentation: Resource Type definition for AWS::ObservabilityAdmin::TelemetryPipelines
│       │      + documentation: Creates a telemetry pipeline for processing and transforming telemetry data. The pipeline defines how data flows from sources through processors to destinations, enabling data transformation and delivering capabilities.
│       │      **Using CloudWatch as a pipeline source** The following is an example of a `Body` property value for the `Configuration` object. { "Type": "AWS::ObservabilityAdmin::TelemetryPipelines", "Properties": { "Configuration": { "Body": "pipeline:\n source:\n cloudwatch_logs:\n log_event_metadata:\n data_source_name: \"my_data_source\"\n data_source_type: \"default\"\n aws:\n sts_role_arn: \"arn:aws:iam::123456789012:role/MyPipelineAccessRole\"\n processor:\n - parse_json: {}\n sink:\n - cloudwatch_logs:\n log_group: \"@original\"" } }
│       │      } Type: AWS::ObservabilityAdmin::TelemetryPipelines
│       │      Properties: Configuration: Body: | pipeline: source: cloudwatch_logs: log_event_metadata: data_source_name: "my_data_source" data_source_type: "default" aws: sts_role_arn: "arn:aws:iam::123456789012:role/MyPipelineAccessRole" processor: - parse_json: {} sink: - cloudwatch_logs: log_group: "@original" **Using Amazon S3 as a pipeline source** The following is an example of a `Body` property value for the `Configuration` object. { "Type": "AWS::ObservabilityAdmin::TelemetryPipelines", "Properties": { "Configuration": { "Body": "pipeline:\n source:\n s3:\n sqs:\n visibility_timeout: \"PT60S\"\n visibility_duplication_protection: true\n maximum_messages: 10\n queue_url: \"https://sqs.us-east-1.amazonaws.com/123456789012/my-sqs-queue\"\n notification_type: \"sqs\"\n codec:\n ndjson: {}\n aws:\n region: \"us-east-1\"\n sts_role_arn: \"arn:aws:iam::123456789012:role/MyAccessRole\"\n data_source_name: \"crowdstrike_falcon\"\n processor:\n - ocsf:\n version: \"1.5\"\n mapping_version: \"1.5.0\"\n schema:\n crowdstrike_falcon:\n sink:\n - cloudwatch_logs:\n log_group: \"my-log-group\"" } }
│       │      } Type: AWS::ObservabilityAdmin::TelemetryPipelines
│       │      Properties: Configuration: Body: | pipeline: source: s3: sqs: visibility_timeout: "PT60S" visibility_duplication_protection: true maximum_messages: 10 queue_url: "https://sqs.us-east-1.amazonaws.com/123456789012/my-sqs-queue" notification_type: "sqs" codec: ndjson: {} aws: region: "us-east-1" sts_role_arn: "arn:aws:iam::123456789012:role/MyAccessRole" data_source_name: "crowdstrike_falcon" processor: - ocsf: version: "1.5" mapping_version: "1.5.0" schema: crowdstrike_falcon: sink: - cloudwatch_logs: log_group: "my-log-group"
│       ├ properties
│       │  ├ Configuration: (documentation changed)
│       │  ├ Name: (documentation changed)
│       │  └ Tags: (documentation changed)
│       ├ attributes
│       │  ├ Arn: (documentation changed)
│       │  ├ PipelineIdentifier: (documentation changed)
│       │  └ Status: (documentation changed)
│       └ types
│          └[~] type TelemetryPipeline
│            └ properties
│               └ Configuration: (documentation changed)
├[~] service aws-quicksight
│ └ resources
│    └[~]  resource AWS::QuickSight::Dashboard
│       └ types
│          ├[~] type FreeFormLayoutElement
│          │ └ properties
│          │    ├ BorderRadius: (documentation changed)
│          │    └ Padding: (documentation changed)
│          ├[~] type FreeFormLayoutElementBorderStyle
│          │ └ properties
│          │    └ Width: (documentation changed)
│          ├[~] type GridLayoutElement
│          │ └ properties
│          │    ├ BackgroundStyle: (documentation changed)
│          │    ├ BorderRadius: (documentation changed)
│          │    ├ BorderStyle: (documentation changed)
│          │    ├ Padding: (documentation changed)
│          │    └ SelectedBorderStyle: (documentation changed)
│          ├[~] type GridLayoutElementBackgroundStyle
│          │ ├      - documentation: undefined
│          │ │      + documentation: The background style configuration of a grid layout element.
│          │ └ properties
│          │    ├ Color: (documentation changed)
│          │    └ Visibility: (documentation changed)
│          └[~] type GridLayoutElementBorderStyle
│            ├      - documentation: undefined
│            │      + documentation: The border style configuration of a grid layout element.
│            └ properties
│               ├ Color: (documentation changed)
│               ├ Visibility: (documentation changed)
│               └ Width: (documentation changed)
├[~] service aws-ses
│ └ resources
│    ├[~]  resource AWS::SES::MultiRegionEndpoint
│    │  └ types
│    │     ├[~] type Details
│    │     │ └ properties
│    │     │    └ RouteDetails: (documentation changed)
│    │     └[~] type RouteDetailsItems
│    │       ├      - documentation: undefined
│    │       │      + documentation: An object that contains route configuration. Includes secondary region name.
│    │       └ properties
│    │          └ Region: (documentation changed)
│    └[~]  resource AWS::SES::Tenant
│       ├      - documentation: Resource Type definition for AWS::SES::Tenant
│       │      + documentation: Create a tenant.
│       │      *Tenants* are logical containers that group related SES resources together. Each tenant can have its own set of resources like email identities, configuration sets, and templates, along with reputation metrics and sending status. This helps isolate and manage email sending for different customers or business units within your Amazon SES API v2 account.
│       ├ properties
│       │  ├ Tags: (documentation changed)
│       │  └ TenantName: (documentation changed)
│       ├ attributes
│       │  └ Arn: (documentation changed)
│       └ types
│          └[~] type ResourceAssociation
│            ├      - documentation: The resource to associate with the tenant
│            │      + documentation: The resource to associate with the tenant.
│            └ properties
│               └ ResourceArn: (documentation changed)
└[~] service aws-ssm
  └ resources
     └[~]  resource AWS::SSM::MaintenanceWindowTask
        └ attributes
           └ WindowTaskId: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 22, 2025
Merged via the queue into main with commit fa35181 Dec 22, 2025
13 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch December 22, 2025 04:19
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