Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sources): update documentation #1488

Merged
merged 1 commit into from
Dec 11, 2024

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

------

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

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

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 1488
git switch -c fix-pr-1488 && git push -u origin HEAD
gh pr create -t "fix: PR #1488" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1488"

Copy link

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

├[~] service aws-ec2
│ └ resources
│    ├[~] resource AWS::EC2::SecurityGroupIngress
│    │ └ properties
│    │    └ GroupName: (documentation changed)
│    └[~] resource AWS::EC2::SpotFleet
│      └ types
│         └[~] type InstanceNetworkInterfaceSpecification
│           └ properties
│              └ SecondaryPrivateIpAddressCount: (documentation changed)
├[~] service aws-eks
│ └ resources
│    └[~] resource AWS::EKS::Cluster
│      └ types
│         ├[~] type ComputeConfig
│         │ ├  - documentation: Todo: add description
│         │ │  + documentation: Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the EKS User Guide.
│         │ └ properties
│         │    ├ Enabled: (documentation changed)
│         │    ├ NodePools: (documentation changed)
│         │    └ NodeRoleArn: (documentation changed)
│         ├[~] type KubernetesNetworkConfig
│         │ └ properties
│         │    └ ElasticLoadBalancing: (documentation changed)
│         ├[~] type RemoteNetworkConfig
│         │ ├  - documentation: Configuration fields for specifying on-premises node and pod CIDRs that are external to the VPC passed during cluster creation.
│         │ │  + documentation: The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this configuration after the cluster is created.
│         │ └ properties
│         │    ├ RemoteNodeNetworks: (documentation changed)
│         │    └ RemotePodNetworks: (documentation changed)
│         ├[~] type StorageConfig
│         │ ├  - documentation: Todo: add description
│         │ │  + documentation: Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.
│         │ └ properties
│         │    └ BlockStorage: (documentation changed)
│         └[~] type UpgradePolicy
│           ├  - documentation: An object representing the Upgrade Policy to use for the cluster.
│           │  + documentation: The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is `EXTENDED` . Use `STANDARD` to disable extended support.
│           │  [Learn more about EKS Extended Support in the EKS User Guide.](https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html)
│           └ properties
│              └ SupportType: (documentation changed)
├[~] service aws-events
│ └ resources
│    └[~] resource AWS::Events::Connection
│      ├ properties
│      │  └ InvocationConnectivityParameters: (documentation changed)
│      ├ attributes
│      │  ├ AuthParameters.ConnectivityParameters.ResourceParameters.ResourceAssociationArn: (documentation changed)
│      │  └ InvocationConnectivityParameters.ResourceParameters.ResourceAssociationArn: (documentation changed)
│      └ types
│         ├[~] type AuthParameters
│         │ └ properties
│         │    └ ConnectivityParameters: (documentation changed)
│         ├[~] type ConnectivityParameters
│         │ ├  - documentation: undefined
│         │ │  + documentation: If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
│         │ │  For more information, see [Authorization methods for connections](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection-auth.html) in the **Amazon EventBridge User Guide** .
│         │ └ properties
│         │    └ ResourceParameters: (documentation changed)
│         ├[~] type InvocationConnectivityParameters
│         │ ├  - documentation: The private resource the HTTP request will be sent to.
│         │ │  + documentation: For connections to private APIs, the parameters to use for invoking the API.
│         │ │  For more information, see [Connecting to private APIs](https://docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html) in the **Amazon EventBridge User Guide** .
│         │ └ properties
│         │    └ ResourceParameters: (documentation changed)
│         └[~] type ResourceParameters
│           ├  - documentation: undefined
│           │  + documentation: The parameters for EventBridge to use when invoking the resource endpoint.
│           └ properties
│              ├ ResourceAssociationArn: (documentation changed)
│              └ ResourceConfigurationArn: (documentation changed)
├[~] service aws-fsx
│ └ resources
│    ├[~] resource AWS::FSx::DataRepositoryAssociation
│    │ └ properties
│    │    └ DataRepositoryPath: (documentation changed)
│    └[~] resource AWS::FSx::FileSystem
│      └ types
│         ├[~] type OpenZFSConfiguration
│         │ └ properties
│         │    └ ReadCacheConfiguration: (documentation changed)
│         └[~] type ReadCacheConfiguration
│           ├  - documentation: undefined
│           │  + documentation: The configuration for the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.
│           └ properties
│              ├ SizeGiB: (documentation changed)
│              └ SizingMode: (documentation changed)
├[~] service aws-glue
│ └ resources
│    ├[~] resource AWS::Glue::Connection
│    │ └ types
│    │    └[~] type ConnectionInput
│    │      └ properties
│    │         └ ConnectionType: (documentation changed)
│    └[~] resource AWS::Glue::Job
│      └ properties
│         └ WorkerType: (documentation changed)
├[~] service aws-internetmonitor
│ └ resources
│    └[~] resource AWS::InternetMonitor::Monitor
│      └ properties
│         └ HealthEventsConfig: (documentation changed)
├[~] service aws-rbin
│ └ resources
│    └[~] resource AWS::Rbin::Rule
│      └ properties
│         ├ ExcludeResourceTags: (documentation changed)
│         ├ ResourceTags: (documentation changed)
│         ├ ResourceType: (documentation changed)
│         └ Tags: (documentation changed)
└[~] service aws-securityhub
  └ resources
     └[~] resource AWS::SecurityHub::Hub
       └ properties
          └ AutoEnableControls: (documentation changed)

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit f0acd60 Dec 11, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/documentation branch December 11, 2024 03:44
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