@aws-sdk/client-codecommit 3.1087.0 → 3.1089.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.
Files changed (99) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
  15. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
  32. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
  33. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
  38. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
  40. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
  41. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
  68. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
  69. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  71. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
  78. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
  86. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  87. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  88. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  89. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  90. package/dist-types/ts3.4/models/errors.d.ts +187 -772
  91. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  99. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75