@aws-sdk/client-codecommit 3.193.0 → 3.195.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/CodeCommitClient.js +11 -8
- package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +10 -0
- package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +10 -0
- package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +10 -0
- package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +10 -0
- package/dist-cjs/commands/BatchGetCommitsCommand.js +10 -0
- package/dist-cjs/commands/BatchGetRepositoriesCommand.js +10 -0
- package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateBranchCommand.js +10 -0
- package/dist-cjs/commands/CreateCommitCommand.js +10 -0
- package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +10 -0
- package/dist-cjs/commands/CreatePullRequestCommand.js +10 -0
- package/dist-cjs/commands/CreateRepositoryCommand.js +10 -0
- package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +10 -0
- package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteBranchCommand.js +10 -0
- package/dist-cjs/commands/DeleteCommentContentCommand.js +10 -0
- package/dist-cjs/commands/DeleteFileCommand.js +10 -0
- package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteRepositoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeMergeConflictsCommand.js +10 -0
- package/dist-cjs/commands/DescribePullRequestEventsCommand.js +10 -0
- package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +10 -0
- package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +10 -0
- package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetBlobCommand.js +10 -0
- package/dist-cjs/commands/GetBranchCommand.js +10 -0
- package/dist-cjs/commands/GetCommentCommand.js +10 -0
- package/dist-cjs/commands/GetCommentReactionsCommand.js +10 -0
- package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +10 -0
- package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +10 -0
- package/dist-cjs/commands/GetCommitCommand.js +10 -0
- package/dist-cjs/commands/GetDifferencesCommand.js +10 -0
- package/dist-cjs/commands/GetFileCommand.js +10 -0
- package/dist-cjs/commands/GetFolderCommand.js +10 -0
- package/dist-cjs/commands/GetMergeCommitCommand.js +10 -0
- package/dist-cjs/commands/GetMergeConflictsCommand.js +10 -0
- package/dist-cjs/commands/GetMergeOptionsCommand.js +10 -0
- package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +10 -0
- package/dist-cjs/commands/GetPullRequestCommand.js +10 -0
- package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +10 -0
- package/dist-cjs/commands/GetRepositoryCommand.js +10 -0
- package/dist-cjs/commands/GetRepositoryTriggersCommand.js +10 -0
- package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +10 -0
- package/dist-cjs/commands/ListBranchesCommand.js +10 -0
- package/dist-cjs/commands/ListPullRequestsCommand.js +10 -0
- package/dist-cjs/commands/ListRepositoriesCommand.js +10 -0
- package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +10 -0
- package/dist-cjs/commands/MergeBranchesBySquashCommand.js +10 -0
- package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +10 -0
- package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +10 -0
- package/dist-cjs/commands/MergePullRequestBySquashCommand.js +10 -0
- package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +10 -0
- package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +10 -0
- package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +10 -0
- package/dist-cjs/commands/PostCommentForPullRequestCommand.js +10 -0
- package/dist-cjs/commands/PostCommentReplyCommand.js +10 -0
- package/dist-cjs/commands/PutCommentReactionCommand.js +10 -0
- package/dist-cjs/commands/PutFileCommand.js +10 -0
- package/dist-cjs/commands/PutRepositoryTriggersCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/TestRepositoryTriggersCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +10 -0
- package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +10 -0
- package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +10 -0
- package/dist-cjs/commands/UpdateCommentCommand.js +10 -0
- package/dist-cjs/commands/UpdateDefaultBranchCommand.js +10 -0
- package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +10 -0
- package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +10 -0
- package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +10 -0
- package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +10 -0
- package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +10 -0
- package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +10 -0
- package/dist-cjs/commands/UpdateRepositoryNameCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/CodeCommitClient.js +12 -9
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +10 -0
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +10 -0
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +10 -0
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +10 -0
- package/dist-es/commands/BatchGetCommitsCommand.js +10 -0
- package/dist-es/commands/BatchGetRepositoriesCommand.js +10 -0
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +10 -0
- package/dist-es/commands/CreateBranchCommand.js +10 -0
- package/dist-es/commands/CreateCommitCommand.js +10 -0
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +10 -0
- package/dist-es/commands/CreatePullRequestCommand.js +10 -0
- package/dist-es/commands/CreateRepositoryCommand.js +10 -0
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +10 -0
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteBranchCommand.js +10 -0
- package/dist-es/commands/DeleteCommentContentCommand.js +10 -0
- package/dist-es/commands/DeleteFileCommand.js +10 -0
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +10 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +10 -0
- package/dist-es/commands/DescribeMergeConflictsCommand.js +10 -0
- package/dist-es/commands/DescribePullRequestEventsCommand.js +10 -0
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +10 -0
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +10 -0
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +10 -0
- package/dist-es/commands/GetBlobCommand.js +10 -0
- package/dist-es/commands/GetBranchCommand.js +10 -0
- package/dist-es/commands/GetCommentCommand.js +10 -0
- package/dist-es/commands/GetCommentReactionsCommand.js +10 -0
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +10 -0
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +10 -0
- package/dist-es/commands/GetCommitCommand.js +10 -0
- package/dist-es/commands/GetDifferencesCommand.js +10 -0
- package/dist-es/commands/GetFileCommand.js +10 -0
- package/dist-es/commands/GetFolderCommand.js +10 -0
- package/dist-es/commands/GetMergeCommitCommand.js +10 -0
- package/dist-es/commands/GetMergeConflictsCommand.js +10 -0
- package/dist-es/commands/GetMergeOptionsCommand.js +10 -0
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +10 -0
- package/dist-es/commands/GetPullRequestCommand.js +10 -0
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +10 -0
- package/dist-es/commands/GetRepositoryCommand.js +10 -0
- package/dist-es/commands/GetRepositoryTriggersCommand.js +10 -0
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +10 -0
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +10 -0
- package/dist-es/commands/ListBranchesCommand.js +10 -0
- package/dist-es/commands/ListPullRequestsCommand.js +10 -0
- package/dist-es/commands/ListRepositoriesCommand.js +10 -0
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +10 -0
- package/dist-es/commands/MergeBranchesBySquashCommand.js +10 -0
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +10 -0
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +10 -0
- package/dist-es/commands/MergePullRequestBySquashCommand.js +10 -0
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +10 -0
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +10 -0
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +10 -0
- package/dist-es/commands/PostCommentForPullRequestCommand.js +10 -0
- package/dist-es/commands/PostCommentReplyCommand.js +10 -0
- package/dist-es/commands/PutCommentReactionCommand.js +10 -0
- package/dist-es/commands/PutFileCommand.js +10 -0
- package/dist-es/commands/PutRepositoryTriggersCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/TestRepositoryTriggersCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +10 -0
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +10 -0
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +10 -0
- package/dist-es/commands/UpdateCommentCommand.js +10 -0
- package/dist-es/commands/UpdateDefaultBranchCommand.js +10 -0
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +10 -0
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +10 -0
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +10 -0
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +10 -0
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +10 -0
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +10 -0
- package/dist-es/commands/UpdateRepositoryNameCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/CodeCommitClient.d.ts +6 -9
- package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +2 -0
- package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetCommitsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +2 -0
- package/dist-types/commands/CreateCommitCommand.d.ts +2 -0
- package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreatePullRequestCommand.d.ts +2 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCommentContentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFileCommand.d.ts +2 -0
- package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +2 -0
- package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetBlobCommand.d.ts +2 -0
- package/dist-types/commands/GetBranchCommand.d.ts +2 -0
- package/dist-types/commands/GetCommentCommand.d.ts +2 -0
- package/dist-types/commands/GetCommentReactionsCommand.d.ts +2 -0
- package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +2 -0
- package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +2 -0
- package/dist-types/commands/GetCommitCommand.d.ts +2 -0
- package/dist-types/commands/GetDifferencesCommand.d.ts +2 -0
- package/dist-types/commands/GetFileCommand.d.ts +2 -0
- package/dist-types/commands/GetFolderCommand.d.ts +2 -0
- package/dist-types/commands/GetMergeCommitCommand.d.ts +2 -0
- package/dist-types/commands/GetMergeConflictsCommand.d.ts +2 -0
- package/dist-types/commands/GetMergeOptionsCommand.d.ts +2 -0
- package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +2 -0
- package/dist-types/commands/GetPullRequestCommand.d.ts +2 -0
- package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +2 -0
- package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +2 -0
- package/dist-types/commands/ListPullRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +2 -0
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +2 -0
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +2 -0
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +2 -0
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +2 -0
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +2 -0
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +2 -0
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +2 -0
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +2 -0
- package/dist-types/commands/PostCommentReplyCommand.d.ts +2 -0
- package/dist-types/commands/PutCommentReactionCommand.d.ts +2 -0
- package/dist-types/commands/PutFileCommand.d.ts +2 -0
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCommentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/CodeCommitClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -195
- package/dist-es/endpoints.js +0 -191
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
export const ruleSet = {
|
|
2
|
+
version: "1.0",
|
|
3
|
+
parameters: {
|
|
4
|
+
Region: {
|
|
5
|
+
builtIn: "AWS::Region",
|
|
6
|
+
required: false,
|
|
7
|
+
documentation: "The AWS region used to dispatch the request.",
|
|
8
|
+
type: "String",
|
|
9
|
+
},
|
|
10
|
+
UseDualStack: {
|
|
11
|
+
builtIn: "AWS::UseDualStack",
|
|
12
|
+
required: true,
|
|
13
|
+
default: false,
|
|
14
|
+
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
15
|
+
type: "Boolean",
|
|
16
|
+
},
|
|
17
|
+
UseFIPS: {
|
|
18
|
+
builtIn: "AWS::UseFIPS",
|
|
19
|
+
required: true,
|
|
20
|
+
default: false,
|
|
21
|
+
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
22
|
+
type: "Boolean",
|
|
23
|
+
},
|
|
24
|
+
Endpoint: {
|
|
25
|
+
builtIn: "SDK::Endpoint",
|
|
26
|
+
required: false,
|
|
27
|
+
documentation: "Override the endpoint used to send this request",
|
|
28
|
+
type: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
rules: [
|
|
32
|
+
{
|
|
33
|
+
conditions: [
|
|
34
|
+
{
|
|
35
|
+
fn: "aws.partition",
|
|
36
|
+
argv: [
|
|
37
|
+
{
|
|
38
|
+
ref: "Region",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
assign: "PartitionResult",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
type: "tree",
|
|
45
|
+
rules: [
|
|
46
|
+
{
|
|
47
|
+
conditions: [
|
|
48
|
+
{
|
|
49
|
+
fn: "isSet",
|
|
50
|
+
argv: [
|
|
51
|
+
{
|
|
52
|
+
ref: "Endpoint",
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
fn: "parseURL",
|
|
58
|
+
argv: [
|
|
59
|
+
{
|
|
60
|
+
ref: "Endpoint",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
assign: "url",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
type: "tree",
|
|
67
|
+
rules: [
|
|
68
|
+
{
|
|
69
|
+
conditions: [
|
|
70
|
+
{
|
|
71
|
+
fn: "booleanEquals",
|
|
72
|
+
argv: [
|
|
73
|
+
{
|
|
74
|
+
ref: "UseFIPS",
|
|
75
|
+
},
|
|
76
|
+
true,
|
|
77
|
+
],
|
|
78
|
+
},
|
|
79
|
+
],
|
|
80
|
+
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
81
|
+
type: "error",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
conditions: [],
|
|
85
|
+
type: "tree",
|
|
86
|
+
rules: [
|
|
87
|
+
{
|
|
88
|
+
conditions: [
|
|
89
|
+
{
|
|
90
|
+
fn: "booleanEquals",
|
|
91
|
+
argv: [
|
|
92
|
+
{
|
|
93
|
+
ref: "UseDualStack",
|
|
94
|
+
},
|
|
95
|
+
true,
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
conditions: [],
|
|
104
|
+
endpoint: {
|
|
105
|
+
url: {
|
|
106
|
+
ref: "Endpoint",
|
|
107
|
+
},
|
|
108
|
+
properties: {},
|
|
109
|
+
headers: {},
|
|
110
|
+
},
|
|
111
|
+
type: "endpoint",
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
conditions: [
|
|
119
|
+
{
|
|
120
|
+
fn: "booleanEquals",
|
|
121
|
+
argv: [
|
|
122
|
+
{
|
|
123
|
+
ref: "UseFIPS",
|
|
124
|
+
},
|
|
125
|
+
true,
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
fn: "booleanEquals",
|
|
130
|
+
argv: [
|
|
131
|
+
{
|
|
132
|
+
ref: "UseDualStack",
|
|
133
|
+
},
|
|
134
|
+
true,
|
|
135
|
+
],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
type: "tree",
|
|
139
|
+
rules: [
|
|
140
|
+
{
|
|
141
|
+
conditions: [
|
|
142
|
+
{
|
|
143
|
+
fn: "booleanEquals",
|
|
144
|
+
argv: [
|
|
145
|
+
true,
|
|
146
|
+
{
|
|
147
|
+
fn: "getAttr",
|
|
148
|
+
argv: [
|
|
149
|
+
{
|
|
150
|
+
ref: "PartitionResult",
|
|
151
|
+
},
|
|
152
|
+
"supportsFIPS",
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
fn: "booleanEquals",
|
|
159
|
+
argv: [
|
|
160
|
+
true,
|
|
161
|
+
{
|
|
162
|
+
fn: "getAttr",
|
|
163
|
+
argv: [
|
|
164
|
+
{
|
|
165
|
+
ref: "PartitionResult",
|
|
166
|
+
},
|
|
167
|
+
"supportsDualStack",
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
],
|
|
173
|
+
type: "tree",
|
|
174
|
+
rules: [
|
|
175
|
+
{
|
|
176
|
+
conditions: [],
|
|
177
|
+
endpoint: {
|
|
178
|
+
url: "https://codecommit-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
179
|
+
properties: {},
|
|
180
|
+
headers: {},
|
|
181
|
+
},
|
|
182
|
+
type: "endpoint",
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
conditions: [],
|
|
188
|
+
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
189
|
+
type: "error",
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
conditions: [
|
|
195
|
+
{
|
|
196
|
+
fn: "booleanEquals",
|
|
197
|
+
argv: [
|
|
198
|
+
{
|
|
199
|
+
ref: "UseFIPS",
|
|
200
|
+
},
|
|
201
|
+
true,
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
type: "tree",
|
|
206
|
+
rules: [
|
|
207
|
+
{
|
|
208
|
+
conditions: [
|
|
209
|
+
{
|
|
210
|
+
fn: "booleanEquals",
|
|
211
|
+
argv: [
|
|
212
|
+
true,
|
|
213
|
+
{
|
|
214
|
+
fn: "getAttr",
|
|
215
|
+
argv: [
|
|
216
|
+
{
|
|
217
|
+
ref: "PartitionResult",
|
|
218
|
+
},
|
|
219
|
+
"supportsFIPS",
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
type: "tree",
|
|
226
|
+
rules: [
|
|
227
|
+
{
|
|
228
|
+
conditions: [],
|
|
229
|
+
type: "tree",
|
|
230
|
+
rules: [
|
|
231
|
+
{
|
|
232
|
+
conditions: [],
|
|
233
|
+
endpoint: {
|
|
234
|
+
url: "https://codecommit-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
235
|
+
properties: {},
|
|
236
|
+
headers: {},
|
|
237
|
+
},
|
|
238
|
+
type: "endpoint",
|
|
239
|
+
},
|
|
240
|
+
],
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
conditions: [],
|
|
246
|
+
error: "FIPS is enabled but this partition does not support FIPS",
|
|
247
|
+
type: "error",
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
conditions: [
|
|
253
|
+
{
|
|
254
|
+
fn: "booleanEquals",
|
|
255
|
+
argv: [
|
|
256
|
+
{
|
|
257
|
+
ref: "UseDualStack",
|
|
258
|
+
},
|
|
259
|
+
true,
|
|
260
|
+
],
|
|
261
|
+
},
|
|
262
|
+
],
|
|
263
|
+
type: "tree",
|
|
264
|
+
rules: [
|
|
265
|
+
{
|
|
266
|
+
conditions: [
|
|
267
|
+
{
|
|
268
|
+
fn: "booleanEquals",
|
|
269
|
+
argv: [
|
|
270
|
+
true,
|
|
271
|
+
{
|
|
272
|
+
fn: "getAttr",
|
|
273
|
+
argv: [
|
|
274
|
+
{
|
|
275
|
+
ref: "PartitionResult",
|
|
276
|
+
},
|
|
277
|
+
"supportsDualStack",
|
|
278
|
+
],
|
|
279
|
+
},
|
|
280
|
+
],
|
|
281
|
+
},
|
|
282
|
+
],
|
|
283
|
+
type: "tree",
|
|
284
|
+
rules: [
|
|
285
|
+
{
|
|
286
|
+
conditions: [],
|
|
287
|
+
endpoint: {
|
|
288
|
+
url: "https://codecommit.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
289
|
+
properties: {},
|
|
290
|
+
headers: {},
|
|
291
|
+
},
|
|
292
|
+
type: "endpoint",
|
|
293
|
+
},
|
|
294
|
+
],
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
conditions: [],
|
|
298
|
+
error: "DualStack is enabled but this partition does not support DualStack",
|
|
299
|
+
type: "error",
|
|
300
|
+
},
|
|
301
|
+
],
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
conditions: [],
|
|
305
|
+
endpoint: {
|
|
306
|
+
url: "https://codecommit.{Region}.{PartitionResult#dnsSuffix}",
|
|
307
|
+
properties: {},
|
|
308
|
+
headers: {},
|
|
309
|
+
},
|
|
310
|
+
type: "endpoint",
|
|
311
|
+
},
|
|
312
|
+
],
|
|
313
|
+
},
|
|
314
|
+
],
|
|
315
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
export const getRuntimeConfig = (config) => ({
|
|
4
4
|
apiVersion: "2015-04-13",
|
|
5
5
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
6
7
|
logger: config?.logger ?? {},
|
|
7
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
8
|
serviceId: config?.serviceId ?? "CodeCommit",
|
|
9
9
|
urlParser: config?.urlParser ?? parseUrl,
|
|
10
10
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput } from "./commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
10
11
|
import { BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput } from "./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
11
12
|
import { BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput } from "./commands/BatchDescribeMergeConflictsCommand";
|
|
@@ -83,6 +84,7 @@ import { UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutp
|
|
|
83
84
|
import { UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput } from "./commands/UpdatePullRequestTitleCommand";
|
|
84
85
|
import { UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput } from "./commands/UpdateRepositoryDescriptionCommand";
|
|
85
86
|
import { UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput } from "./commands/UpdateRepositoryNameCommand";
|
|
87
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
86
88
|
export declare type ServiceInputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandInput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput | BatchDescribeMergeConflictsCommandInput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput | BatchGetCommitsCommandInput | BatchGetRepositoriesCommandInput | CreateApprovalRuleTemplateCommandInput | CreateBranchCommandInput | CreateCommitCommandInput | CreatePullRequestApprovalRuleCommandInput | CreatePullRequestCommandInput | CreateRepositoryCommandInput | CreateUnreferencedMergeCommitCommandInput | DeleteApprovalRuleTemplateCommandInput | DeleteBranchCommandInput | DeleteCommentContentCommandInput | DeleteFileCommandInput | DeletePullRequestApprovalRuleCommandInput | DeleteRepositoryCommandInput | DescribeMergeConflictsCommandInput | DescribePullRequestEventsCommandInput | DisassociateApprovalRuleTemplateFromRepositoryCommandInput | EvaluatePullRequestApprovalRulesCommandInput | GetApprovalRuleTemplateCommandInput | GetBlobCommandInput | GetBranchCommandInput | GetCommentCommandInput | GetCommentReactionsCommandInput | GetCommentsForComparedCommitCommandInput | GetCommentsForPullRequestCommandInput | GetCommitCommandInput | GetDifferencesCommandInput | GetFileCommandInput | GetFolderCommandInput | GetMergeCommitCommandInput | GetMergeConflictsCommandInput | GetMergeOptionsCommandInput | GetPullRequestApprovalStatesCommandInput | GetPullRequestCommandInput | GetPullRequestOverrideStateCommandInput | GetRepositoryCommandInput | GetRepositoryTriggersCommandInput | ListApprovalRuleTemplatesCommandInput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput | ListBranchesCommandInput | ListPullRequestsCommandInput | ListRepositoriesCommandInput | ListRepositoriesForApprovalRuleTemplateCommandInput | ListTagsForResourceCommandInput | MergeBranchesByFastForwardCommandInput | MergeBranchesBySquashCommandInput | MergeBranchesByThreeWayCommandInput | MergePullRequestByFastForwardCommandInput | MergePullRequestBySquashCommandInput | MergePullRequestByThreeWayCommandInput | OverridePullRequestApprovalRulesCommandInput | PostCommentForComparedCommitCommandInput | PostCommentForPullRequestCommandInput | PostCommentReplyCommandInput | PutCommentReactionCommandInput | PutFileCommandInput | PutRepositoryTriggersCommandInput | TagResourceCommandInput | TestRepositoryTriggersCommandInput | UntagResourceCommandInput | UpdateApprovalRuleTemplateContentCommandInput | UpdateApprovalRuleTemplateDescriptionCommandInput | UpdateApprovalRuleTemplateNameCommandInput | UpdateCommentCommandInput | UpdateDefaultBranchCommandInput | UpdatePullRequestApprovalRuleContentCommandInput | UpdatePullRequestApprovalStateCommandInput | UpdatePullRequestDescriptionCommandInput | UpdatePullRequestStatusCommandInput | UpdatePullRequestTitleCommandInput | UpdateRepositoryDescriptionCommandInput | UpdateRepositoryNameCommandInput;
|
|
87
89
|
export declare type ServiceOutputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandOutput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput | BatchDescribeMergeConflictsCommandOutput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput | BatchGetCommitsCommandOutput | BatchGetRepositoriesCommandOutput | CreateApprovalRuleTemplateCommandOutput | CreateBranchCommandOutput | CreateCommitCommandOutput | CreatePullRequestApprovalRuleCommandOutput | CreatePullRequestCommandOutput | CreateRepositoryCommandOutput | CreateUnreferencedMergeCommitCommandOutput | DeleteApprovalRuleTemplateCommandOutput | DeleteBranchCommandOutput | DeleteCommentContentCommandOutput | DeleteFileCommandOutput | DeletePullRequestApprovalRuleCommandOutput | DeleteRepositoryCommandOutput | DescribeMergeConflictsCommandOutput | DescribePullRequestEventsCommandOutput | DisassociateApprovalRuleTemplateFromRepositoryCommandOutput | EvaluatePullRequestApprovalRulesCommandOutput | GetApprovalRuleTemplateCommandOutput | GetBlobCommandOutput | GetBranchCommandOutput | GetCommentCommandOutput | GetCommentReactionsCommandOutput | GetCommentsForComparedCommitCommandOutput | GetCommentsForPullRequestCommandOutput | GetCommitCommandOutput | GetDifferencesCommandOutput | GetFileCommandOutput | GetFolderCommandOutput | GetMergeCommitCommandOutput | GetMergeConflictsCommandOutput | GetMergeOptionsCommandOutput | GetPullRequestApprovalStatesCommandOutput | GetPullRequestCommandOutput | GetPullRequestOverrideStateCommandOutput | GetRepositoryCommandOutput | GetRepositoryTriggersCommandOutput | ListApprovalRuleTemplatesCommandOutput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput | ListBranchesCommandOutput | ListPullRequestsCommandOutput | ListRepositoriesCommandOutput | ListRepositoriesForApprovalRuleTemplateCommandOutput | ListTagsForResourceCommandOutput | MergeBranchesByFastForwardCommandOutput | MergeBranchesBySquashCommandOutput | MergeBranchesByThreeWayCommandOutput | MergePullRequestByFastForwardCommandOutput | MergePullRequestBySquashCommandOutput | MergePullRequestByThreeWayCommandOutput | OverridePullRequestApprovalRulesCommandOutput | PostCommentForComparedCommitCommandOutput | PostCommentForPullRequestCommandOutput | PostCommentReplyCommandOutput | PutCommentReactionCommandOutput | PutFileCommandOutput | PutRepositoryTriggersCommandOutput | TagResourceCommandOutput | TestRepositoryTriggersCommandOutput | UntagResourceCommandOutput | UpdateApprovalRuleTemplateContentCommandOutput | UpdateApprovalRuleTemplateDescriptionCommandOutput | UpdateApprovalRuleTemplateNameCommandOutput | UpdateCommentCommandOutput | UpdateDefaultBranchCommandOutput | UpdatePullRequestApprovalRuleContentCommandOutput | UpdatePullRequestApprovalStateCommandOutput | UpdatePullRequestDescriptionCommandOutput | UpdatePullRequestStatusCommandOutput | UpdatePullRequestTitleCommandOutput | UpdateRepositoryDescriptionCommandOutput | UpdateRepositoryNameCommandOutput;
|
|
88
90
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -175,11 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
175
177
|
* @internal
|
|
176
178
|
*/
|
|
177
179
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
178
|
-
/**
|
|
179
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
183
180
|
/**
|
|
184
181
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
185
182
|
* @internal
|
|
@@ -190,13 +187,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
190
187
|
*/
|
|
191
188
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
192
189
|
}
|
|
193
|
-
declare type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
190
|
+
declare type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
194
191
|
/**
|
|
195
192
|
* The configuration interface of CodeCommitClient class constructor that set the region, credentials and other options.
|
|
196
193
|
*/
|
|
197
194
|
export interface CodeCommitClientConfig extends CodeCommitClientConfigType {
|
|
198
195
|
}
|
|
199
|
-
declare type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
196
|
+
declare type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
200
197
|
/**
|
|
201
198
|
* The resolved configuration interface of CodeCommitClient class. This is resolved and normalized from the {@link CodeCommitClientConfig | constructor configuration interface}.
|
|
202
199
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -31,6 +32,7 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command<AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
|
|
33
34
|
readonly input: AssociateApprovalRuleTemplateWithRepositoryCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: AssociateApprovalRuleTemplateWithRepositoryCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $Command<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class BatchDescribeMergeConflictsCommand extends $Command<BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: BatchDescribeMergeConflictsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDescribeMergeConflictsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOut
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends $Command<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class BatchGetCommitsCommand extends $Command<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: BatchGetCommitsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchGetCommitsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -32,6 +33,7 @@ export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesO
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class BatchGetRepositoriesCommand extends $Command<BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
35
|
readonly input: BatchGetRepositoriesCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: BatchGetRepositoriesCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -29,6 +30,7 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class CreateApprovalRuleTemplateCommand extends $Command<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
|
|
31
32
|
readonly input: CreateApprovalRuleTemplateCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: CreateApprovalRuleTemplateCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -28,6 +29,7 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class CreateBranchCommand extends $Command<CreateBranchCommandInput, CreateBranchCommandOutput, CodeCommitClientResolvedConfig> {
|
|
30
31
|
readonly input: CreateBranchCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: CreateBranchCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateCommitCommandOutput extends CreateCommitOutput, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateCommitCommand extends $Command<CreateCommitCommandInput, CreateCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateCommitCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCommitCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface CreatePullRequestApprovalRuleCommandOutput extends CreatePullRe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreatePullRequestApprovalRuleCommand extends $Command<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: CreatePullRequestApprovalRuleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreatePullRequestApprovalRuleCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreatePullRequestCommand extends $Command<CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: CreatePullRequestCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreatePullRequestCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateRepositoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateRepositoryCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -32,6 +33,7 @@ export interface CreateUnreferencedMergeCommitCommandOutput extends CreateUnrefe
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateUnreferencedMergeCommitCommand extends $Command<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateUnreferencedMergeCommitCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: CreateUnreferencedMergeCommitCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteApprovalRuleTemplateCommandOutput extends DeleteApprovalR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteApprovalRuleTemplateCommand extends $Command<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteApprovalRuleTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteApprovalRuleTemplateCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteBranchCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteBranchCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteCommentContentCommandOutput extends DeleteCommentContentO
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteCommentContentCommand extends $Command<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteCommentContentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCommentContentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -27,6 +28,7 @@ export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBea
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DeleteFileCommand extends $Command<DeleteFileCommandInput, DeleteFileCommandOutput, CodeCommitClientResolvedConfig> {
|
|
29
30
|
readonly input: DeleteFileCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DeleteFileCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
|
|
@@ -27,6 +28,7 @@ export interface DeletePullRequestApprovalRuleCommandOutput extends DeletePullRe
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DeletePullRequestApprovalRuleCommand extends $Command<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
|
|
29
30
|
readonly input: DeletePullRequestApprovalRuleCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DeletePullRequestApprovalRuleCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|