//go:build no_runtime_type_checking package awscodecommit // Building without runtime type checking enabled, so all the below just return nil func (r *jsiiProxy_Repository) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (r *jsiiProxy_Repository) validateBindAsNotificationRuleSourceParameters(_scope constructs.Construct) error { return nil } func (r *jsiiProxy_Repository) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (r *jsiiProxy_Repository) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (r *jsiiProxy_Repository) validateGrantParameters(grantee awsiam.IGrantable) error { return nil } func (r *jsiiProxy_Repository) validateGrantPullParameters(grantee awsiam.IGrantable) error { return nil } func (r *jsiiProxy_Repository) validateGrantPullPushParameters(grantee awsiam.IGrantable) error { return nil } func (r *jsiiProxy_Repository) validateGrantReadParameters(grantee awsiam.IGrantable) error { return nil } func (r *jsiiProxy_Repository) validateNotifiyOnPullRequestMergedParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyParameters(arn *string, options *RepositoryTriggerOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *RepositoryNotifyOnOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnApprovalRuleOverriddenParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnApprovalStatusChangedParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnBranchOrTagCreatedParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnBranchOrTagDeletedParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnPullRequestCommentParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnPullRequestCreatedParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateNotifyOnPullRequestMergedParameters(id *string, target awscodestarnotifications.INotificationRuleTarget, options *awscodestarnotifications.NotificationRuleOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnCommentOnCommitParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnCommentOnPullRequestParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnCommitParameters(id *string, options *OnCommitOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnEventParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnPullRequestStateChangeParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnReferenceCreatedParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnReferenceDeletedParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnReferenceUpdatedParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func (r *jsiiProxy_Repository) validateOnStateChangeParameters(id *string, options *awsevents.OnEventOptions) error { return nil } func validateRepository_FromRepositoryArnParameters(scope constructs.Construct, id *string, repositoryArn *string) error { return nil } func validateRepository_FromRepositoryNameParameters(scope constructs.Construct, id *string, repositoryName *string) error { return nil } func validateRepository_IsConstructParameters(x interface{}) error { return nil } func validateRepository_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateRepository_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewRepositoryParameters(scope constructs.Construct, id *string, props *RepositoryProps) error { return nil }