aws-sdk-codecommit 1.83.0 → 1.84.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75885161a98ffcc0937f70b1a423f534f3214292f3661ec956d0ad1b45de3c61
4
- data.tar.gz: 1b5e737fd9a71ad84b65d8edc9c3cf7ad454d292625927b8d10973017c5d0254
3
+ metadata.gz: 234b4fb4b3ea91a5a8d95c72e46c2640817d1fc0c10014ddc9f764367e89dc87
4
+ data.tar.gz: 2912286e2e3c9d319a4b353e90b8cb20e18068180ad7714a906a4a08d8af5aed
5
5
  SHA512:
6
- metadata.gz: 1ea6359ba3a8b724fef009174a41257ce759aee056bf6e791ef645b554229b3a72c1c1b111a417781577990b291362dccb269b8e873789c8cf83e818855366fa
7
- data.tar.gz: 168b371d6fe354e52ca90c36d7a9c027215ae5c7719f5dcceb6878edf668b0e7a4ea3730acde942f7300fafcdcbf8ce67e510e1a619ffe03cfd629ff41e111e6
6
+ metadata.gz: 706904abe84a2465fc298c024cb70c990bcf5450e90562285532dae6961dcd22b93a3122e7efa8ce89b37345fa3016028588ef4dae6a42ee92ebf8298d411922
7
+ data.tar.gz: f7473ddbd7afdf592c60a2b4e6a4970ca357b85f2bbc4be83fce68881b274cd19dbe9fbe9775199af7ace9d7001af88bdf475fa790401a1cf0fdf4d54d282238
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -5203,7 +5203,7 @@ module Aws::CodeCommit
5203
5203
  tracer: tracer
5204
5204
  )
5205
5205
  context[:gem_name] = 'aws-sdk-codecommit'
5206
- context[:gem_version] = '1.83.0'
5206
+ context[:gem_version] = '1.84.0'
5207
5207
  Seahorse::Client::Request.new(handlers, context)
5208
5208
  end
5209
5209
 
@@ -895,7 +895,7 @@ module Aws::CodeCommit
895
895
  CreatePullRequestInput.add_member(:title, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "title"))
896
896
  CreatePullRequestInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
897
897
  CreatePullRequestInput.add_member(:targets, Shapes::ShapeRef.new(shape: TargetList, required: true, location_name: "targets"))
898
- CreatePullRequestInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
898
+ CreatePullRequestInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
899
899
  CreatePullRequestInput.struct_class = Types::CreatePullRequestInput
900
900
 
901
901
  CreatePullRequestOutput.add_member(:pull_request, Shapes::ShapeRef.new(shape: PullRequest, required: true, location_name: "pullRequest"))
@@ -1691,7 +1691,7 @@ module Aws::CodeCommit
1691
1691
  PostCommentForComparedCommitInput.add_member(:after_commit_id, Shapes::ShapeRef.new(shape: CommitId, required: true, location_name: "afterCommitId"))
1692
1692
  PostCommentForComparedCommitInput.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
1693
1693
  PostCommentForComparedCommitInput.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "content"))
1694
- PostCommentForComparedCommitInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1694
+ PostCommentForComparedCommitInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
1695
1695
  PostCommentForComparedCommitInput.struct_class = Types::PostCommentForComparedCommitInput
1696
1696
 
1697
1697
  PostCommentForComparedCommitOutput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
@@ -1709,7 +1709,7 @@ module Aws::CodeCommit
1709
1709
  PostCommentForPullRequestInput.add_member(:after_commit_id, Shapes::ShapeRef.new(shape: CommitId, required: true, location_name: "afterCommitId"))
1710
1710
  PostCommentForPullRequestInput.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
1711
1711
  PostCommentForPullRequestInput.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "content"))
1712
- PostCommentForPullRequestInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1712
+ PostCommentForPullRequestInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
1713
1713
  PostCommentForPullRequestInput.struct_class = Types::PostCommentForPullRequestInput
1714
1714
 
1715
1715
  PostCommentForPullRequestOutput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, location_name: "repositoryName"))
@@ -1723,7 +1723,7 @@ module Aws::CodeCommit
1723
1723
  PostCommentForPullRequestOutput.struct_class = Types::PostCommentForPullRequestOutput
1724
1724
 
1725
1725
  PostCommentReplyInput.add_member(:in_reply_to, Shapes::ShapeRef.new(shape: CommentId, required: true, location_name: "inReplyTo"))
1726
- PostCommentReplyInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1726
+ PostCommentReplyInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
1727
1727
  PostCommentReplyInput.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "content"))
1728
1728
  PostCommentReplyInput.struct_class = Types::PostCommentReplyInput
1729
1729
 
@@ -54,7 +54,7 @@ module Aws::CodeCommit
54
54
  autoload :EndpointProvider, 'aws-sdk-codecommit/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecommit/endpoints'
56
56
 
57
- GEM_VERSION = '1.83.0'
57
+ GEM_VERSION = '1.84.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecommit
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecommit/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - CodeCommit
99
96
  test_files: []