agent-claw: automated task changes

This commit is contained in:
daniel
2026-05-06 18:55:16 -05:00
parent 38905bb1e9
commit 732b00fb66
8494 changed files with 2018127 additions and 4 deletions

13
cdk/node_modules/aws-cdk-lib/aws-mpa/.jsiirc.json generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "software.amazon.awscdk.services.mpa"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.MPA"
},
"python": {
"module": "aws_cdk.aws_mpa"
}
}
}

39
cdk/node_modules/aws-cdk-lib/aws-mpa/README.md generated vendored Normal file
View File

@@ -0,0 +1,39 @@
# AWS::MPA Construct Library
<!--BEGIN STABILITY BANNER-->
---
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
>
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
---
<!--END STABILITY BANNER-->
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
```ts nofixture
import * as mpa from 'aws-cdk-lib/aws-mpa';
```
<!--BEGIN CFNONLY DISCLAIMER-->
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
- Search [Construct Hub for MPA construct libraries](https://constructs.dev/search?q=mpa)
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::MPA resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MPA.html) directly.
<!--BEGIN CFNONLY DISCLAIMER-->
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MPA](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MPA.html).
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
<!--END CFNONLY DISCLAIMER-->

1
cdk/node_modules/aws-cdk-lib/aws-mpa/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from './lib';

1
cdk/node_modules/aws-cdk-lib/aws-mpa/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";var __createBinding=exports&&exports.__createBinding||(Object.create?(function(o,m,k,k2){k2===void 0&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable))&&(desc={enumerable:!0,get:function(){return m[k]}}),Object.defineProperty(o,k2,desc)}):(function(o,m,k,k2){k2===void 0&&(k2=k),o[k2]=m[k]})),__exportStar=exports&&exports.__exportStar||function(m,exports2){for(var p in m)p!=="default"&&!Object.prototype.hasOwnProperty.call(exports2,p)&&__createBinding(exports2,m,p)};Object.defineProperty(exports,"__esModule",{value:!0});var _noFold;exports.CfnApprovalTeam=void 0,Object.defineProperty(exports,_noFold="CfnApprovalTeam",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnApprovalTeam;return Object.defineProperty(exports,_noFold="CfnApprovalTeam",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnIdentitySource=void 0,Object.defineProperty(exports,_noFold="CfnIdentitySource",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnIdentitySource;return Object.defineProperty(exports,_noFold="CfnIdentitySource",{enumerable:!0,configurable:!0,value}),value}});

1
cdk/node_modules/aws-cdk-lib/aws-mpa/lib/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from './mpa.generated';

1
cdk/node_modules/aws-cdk-lib/aws-mpa/lib/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";var __createBinding=exports&&exports.__createBinding||(Object.create?(function(o,m,k,k2){k2===void 0&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable))&&(desc={enumerable:!0,get:function(){return m[k]}}),Object.defineProperty(o,k2,desc)}):(function(o,m,k,k2){k2===void 0&&(k2=k),o[k2]=m[k]})),__exportStar=exports&&exports.__exportStar||function(m,exports2){for(var p in m)p!=="default"&&!Object.prototype.hasOwnProperty.call(exports2,p)&&__createBinding(exports2,m,p)};Object.defineProperty(exports,"__esModule",{value:!0});var _noFold;exports.CfnApprovalTeam=void 0,Object.defineProperty(exports,_noFold="CfnApprovalTeam",{enumerable:!0,configurable:!0,get:()=>{var value=require("./mpa.generated").CfnApprovalTeam;return Object.defineProperty(exports,_noFold="CfnApprovalTeam",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnIdentitySource=void 0,Object.defineProperty(exports,_noFold="CfnIdentitySource",{enumerable:!0,configurable:!0,get:()=>{var value=require("./mpa.generated").CfnIdentitySource;return Object.defineProperty(exports,_noFold="CfnIdentitySource",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1,510 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { ApprovalTeamReference, IApprovalTeamRef, IdentitySourceReference, IIdentitySourceRef } from "../../interfaces/generated/aws-mpa-interfaces.generated";
/**
* Creates a new approval team.
*
* For more information, see [Approval team](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
*
* @cloudformationResource AWS::MPA::ApprovalTeam
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html
*/
export declare class CfnApprovalTeam extends cdk.CfnResource implements cdk.IInspectable, IApprovalTeamRef, cdk.ITaggableV2 {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnApprovalTeam from CloudFormation properties
*
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnApprovalTeam;
/**
* Checks whether the given object is a CfnApprovalTeam
*/
static isCfnApprovalTeam(x: any): x is CfnApprovalTeam;
static arnForApprovalTeam(resource: IApprovalTeamRef): string;
/**
* Contains details for how an approval team grants approval.
*/
private _approvalStrategy;
/**
* Contains details for an approver.
*/
private _approvers;
/**
* Tag Manager which manages the tags for this resource
*/
readonly cdkTagManager: cdk.TagManager;
/**
* Description for the team.
*/
private _description;
/**
* Name of the team.
*/
private _name;
/**
* Contains details for a policy.
*/
private _policies;
/**
* Tags that you have added to the specified resource.
*/
private _tags?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::MPA::ApprovalTeam`.
*
* @param scope Scope in which this resource is defined
* @param id Construct identifier for this resource (unique in its scope)
* @param props Resource properties
*/
constructor(scope: constructs.Construct, id: string, props: CfnApprovalTeamProps);
get approvalTeamRef(): ApprovalTeamReference;
/**
* Contains details for how an approval team grants approval.
*/
get approvalStrategy(): CfnApprovalTeam.ApprovalStrategyProperty | cdk.IResolvable;
/**
* Contains details for how an approval team grants approval.
*/
set approvalStrategy(value: CfnApprovalTeam.ApprovalStrategyProperty | cdk.IResolvable);
/**
* Contains details for an approver.
*/
get approvers(): Array<CfnApprovalTeam.ApproverProperty | cdk.IResolvable> | cdk.IResolvable;
/**
* Contains details for an approver.
*/
set approvers(value: Array<CfnApprovalTeam.ApproverProperty | cdk.IResolvable> | cdk.IResolvable);
/**
* Description for the team.
*/
get description(): string;
/**
* Description for the team.
*/
set description(value: string);
/**
* Name of the team.
*/
get name(): string;
/**
* Name of the team.
*/
set name(value: string);
/**
* Contains details for a policy.
*/
get policies(): Array<cdk.IResolvable | CfnApprovalTeam.PolicyProperty> | cdk.IResolvable;
/**
* Contains details for a policy.
*/
set policies(value: Array<cdk.IResolvable | CfnApprovalTeam.PolicyProperty> | cdk.IResolvable);
/**
* Tags that you have added to the specified resource.
*/
get tags(): Array<cdk.CfnTag> | undefined;
/**
* Tags that you have added to the specified resource.
*/
set tags(value: Array<cdk.CfnTag> | undefined);
/**
* Amazon Resource Name (ARN) for the team.
*
* @cloudformationAttribute Arn
*/
get attrArn(): string;
/**
* Timestamp when the team was created.
*
* @cloudformationAttribute CreationTime
*/
get attrCreationTime(): string;
/**
* Timestamp when the team was last updated.
*
* @cloudformationAttribute LastUpdateTime
*/
get attrLastUpdateTime(): string;
/**
* Total number of approvers in the team.
*
* @cloudformationAttribute NumberOfApprovers
*/
get attrNumberOfApprovers(): number;
/**
* Status for the team. For more information, see [Team health](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-health.html) in the *Multi-party approval User Guide* .
*
* @cloudformationAttribute Status
*/
get attrStatus(): string;
/**
* Status code for the team. For more information, see [Team health](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-health.html) in the *Multi-party approval User Guide* .
*
* @cloudformationAttribute StatusCode
*/
get attrStatusCode(): string;
/**
* Message describing the status for the team.
*
* @cloudformationAttribute StatusMessage
*/
get attrStatusMessage(): string;
/**
* Timestamp when the team was last updated.
*
* @cloudformationAttribute UpdateSessionArn
*/
get attrUpdateSessionArn(): string;
/**
* Version ID for the team.
*
* @cloudformationAttribute VersionId
*/
get attrVersionId(): string;
protected get cfnProperties(): Record<string, any>;
/**
* Examines the CloudFormation resource and discloses attributes
*
* @param inspector tree inspector to collect and process attributes
*/
inspect(inspector: cdk.TreeInspector): void;
protected renderProperties(props: Record<string, any>): Record<string, any>;
}
export declare namespace CfnApprovalTeam {
/**
* Strategy for how an approval team grants approval.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approvalstrategy.html
*/
interface ApprovalStrategyProperty {
/**
* Minimum number of approvals (M) required for a total number of approvers (N).
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approvalstrategy.html#cfn-mpa-approvalteam-approvalstrategy-mofn
*/
readonly mofN: cdk.IResolvable | CfnApprovalTeam.MofNApprovalStrategyProperty;
}
/**
* Strategy for how an approval team grants approval.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-mofnapprovalstrategy.html
*/
interface MofNApprovalStrategyProperty {
/**
* Minimum number of approvals (M) required for a total number of approvers (N).
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-mofnapprovalstrategy.html#cfn-mpa-approvalteam-mofnapprovalstrategy-minapprovalsrequired
*/
readonly minApprovalsRequired: number;
}
/**
* Contains details for an approver.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html
*/
interface ApproverProperty {
/**
* ID for the approver.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-approverid
*/
readonly approverId?: string;
/**
* ID for the user.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-primaryidentityid
*/
readonly primaryIdentityId: string;
/**
* Amazon Resource Name (ARN) for the identity source.
*
* The identity source manages the user authentication for approvers.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-primaryidentitysourcearn
*/
readonly primaryIdentitySourceArn: string;
/**
* Status for the identity source.
*
* For example, if an approver has accepted a team invitation with a user authentication method managed by the identity source.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-primaryidentitystatus
*/
readonly primaryIdentityStatus?: string;
/**
* Timestamp when the approver responded to an approval team invitation.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-approver.html#cfn-mpa-approvalteam-approver-responsetime
*/
readonly responseTime?: string;
}
/**
* Contains details for a policy.
*
* Policies define what operations a team that define the permissions for team resources.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-policy.html
*/
interface PolicyProperty {
/**
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-approvalteam-policy.html#cfn-mpa-approvalteam-policy-policyarn
*/
readonly policyArn: string;
}
}
/**
* Properties for defining a `CfnApprovalTeam`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html
*/
export interface CfnApprovalTeamProps {
/**
* Contains details for how an approval team grants approval.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-approvalstrategy
*/
readonly approvalStrategy: CfnApprovalTeam.ApprovalStrategyProperty | cdk.IResolvable;
/**
* Contains details for an approver.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-approvers
*/
readonly approvers: Array<CfnApprovalTeam.ApproverProperty | cdk.IResolvable> | cdk.IResolvable;
/**
* Description for the team.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-description
*/
readonly description: string;
/**
* Name of the team.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-name
*/
readonly name: string;
/**
* Contains details for a policy.
*
* Policies define what operations a team that define the permissions for team resources.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-policies
*/
readonly policies: Array<cdk.IResolvable | CfnApprovalTeam.PolicyProperty> | cdk.IResolvable;
/**
* Tags that you have added to the specified resource.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-approvalteam.html#cfn-mpa-approvalteam-tags
*/
readonly tags?: Array<cdk.CfnTag>;
}
/**
* Creates a new identity source.
*
* For more information, see [Identity Source](https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html) in the *Multi-party approval User Guide* .
*
* @cloudformationResource AWS::MPA::IdentitySource
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html
*/
export declare class CfnIdentitySource extends cdk.CfnResource implements cdk.IInspectable, IIdentitySourceRef, cdk.ITaggableV2 {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnIdentitySource from CloudFormation properties
*
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnIdentitySource;
/**
* Checks whether the given object is a CfnIdentitySource
*/
static isCfnIdentitySource(x: any): x is CfnIdentitySource;
static arnForIdentitySource(resource: IIdentitySourceRef): string;
/**
* Tag Manager which manages the tags for this resource
*/
readonly cdkTagManager: cdk.TagManager;
/**
* A `IdentitySourceParameters` object.
*/
private _identitySourceParameters;
/**
* Tags that you have added to the specified resource.
*/
private _tags?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::MPA::IdentitySource`.
*
* @param scope Scope in which this resource is defined
* @param id Construct identifier for this resource (unique in its scope)
* @param props Resource properties
*/
constructor(scope: constructs.Construct, id: string, props: CfnIdentitySourceProps);
get identitySourceRef(): IdentitySourceReference;
/**
* A `IdentitySourceParameters` object.
*/
get identitySourceParameters(): CfnIdentitySource.IdentitySourceParametersProperty | cdk.IResolvable;
/**
* A `IdentitySourceParameters` object.
*/
set identitySourceParameters(value: CfnIdentitySource.IdentitySourceParametersProperty | cdk.IResolvable);
/**
* Tags that you have added to the specified resource.
*/
get tags(): Array<cdk.CfnTag> | undefined;
/**
* Tags that you have added to the specified resource.
*/
set tags(value: Array<cdk.CfnTag> | undefined);
/**
* Timestamp when the identity source was created.
*
* @cloudformationAttribute CreationTime
*/
get attrCreationTime(): string;
/**
* Amazon Resource Name (ARN) for the identity source.
*
* @cloudformationAttribute IdentitySourceArn
*/
get attrIdentitySourceArn(): string;
/**
* URL for the approval portal associated with the IAM Identity Center instance.
*
* @cloudformationAttribute IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl
*/
get attrIdentitySourceParametersIamIdentityCenterApprovalPortalUrl(): string;
/**
* The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
*
* @cloudformationAttribute IdentitySourceType
*/
get attrIdentitySourceType(): string;
/**
* Status for the identity source. For example, if the identity source is `ACTIVE` .
*
* @cloudformationAttribute Status
*/
get attrStatus(): string;
/**
* Status code of the identity source.
*
* @cloudformationAttribute StatusCode
*/
get attrStatusCode(): string;
/**
* Message describing the status for the identity source.
*
* @cloudformationAttribute StatusMessage
*/
get attrStatusMessage(): string;
protected get cfnProperties(): Record<string, any>;
/**
* Examines the CloudFormation resource and discloses attributes
*
* @param inspector tree inspector to collect and process attributes
*/
inspect(inspector: cdk.TreeInspector): void;
protected renderProperties(props: Record<string, any>): Record<string, any>;
}
export declare namespace CfnIdentitySource {
/**
* Contains details for the resource that provides identities to the identity source.
*
* For example, an IAM Identity Center instance.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-identitysourceparameters.html
*/
interface IdentitySourceParametersProperty {
/**
* SSOlong credentials.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-identitysourceparameters.html#cfn-mpa-identitysource-identitysourceparameters-iamidentitycenter
*/
readonly iamIdentityCenter: CfnIdentitySource.IamIdentityCenterProperty | cdk.IResolvable;
}
/**
* SSOlong credentials.
*
* For more information see, [SSOlong](https://docs.aws.amazon.com/identity-center/) .
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html
*/
interface IamIdentityCenterProperty {
/**
* URL for the approval portal associated with the IAM Identity Center instance.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html#cfn-mpa-identitysource-iamidentitycenter-approvalportalurl
*/
readonly approvalPortalUrl?: string;
/**
* Amazon Resource Name (ARN) for the IAM Identity Center instance.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html#cfn-mpa-identitysource-iamidentitycenter-instancearn
*/
readonly instanceArn: string;
/**
* AWS Region where the IAM Identity Center instance is located.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mpa-identitysource-iamidentitycenter.html#cfn-mpa-identitysource-iamidentitycenter-region
*/
readonly region: string;
}
}
/**
* Properties for defining a `CfnIdentitySource`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html
*/
export interface CfnIdentitySourceProps {
/**
* A `IdentitySourceParameters` object.
*
* Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-identitysourceparameters
*/
readonly identitySourceParameters: CfnIdentitySource.IdentitySourceParametersProperty | cdk.IResolvable;
/**
* Tags that you have added to the specified resource.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mpa-identitysource.html#cfn-mpa-identitysource-tags
*/
readonly tags?: Array<cdk.CfnTag>;
}
export type { IApprovalTeamRef, ApprovalTeamReference };
export type { IIdentitySourceRef, IdentitySourceReference };

File diff suppressed because one or more lines are too long