aws-sdk-codecommit 1.98.0 → 1.100.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: c9c982bba2f43dd84f3d574b89c7ea31b95781b79813b5b4a3223603f146de0a
4
- data.tar.gz: 85227ad480b7ea3a79216eda1875d451ea67ce2ed59cc3b5724540919c3193c9
3
+ metadata.gz: ac8b80fa02de2e4df8c12d8518c9c7cfbfdb7476b8376464b9d8e498a0be79f0
4
+ data.tar.gz: 1885ed19fc4a0ef5b4d621dd0d8ee88888f23543a288e479c7e95dc7d2fb3454
5
5
  SHA512:
6
- metadata.gz: 18d07ed4094ed0603b0e8217310c002b7fbe0b916a835ff3c2d83f3684ebcf75a6613c421137df1407d21466d0daa65368255b64b4ffa208af0b6ab799ce3ee1
7
- data.tar.gz: a1f15e52bca1a4b9c8c055c5cbae7f91132941796929542562ec0d5ed4c3950599d898497504d8162d2c574bf663b66c5256b6f00ca3bed5574e3cbd6818cbca
6
+ metadata.gz: 716fce845a621f32c0eb946ca68b648c03f68e459e5d74c4be49676dad2828cf3e19c64ab51a8932f86ebee7db013ca615637d754517ce7fe81c2975b10f6bc6
7
+ data.tar.gz: 9ebc62859be89cd4983656ca98b9dc1fb391ec9af2d410924bf8c9960701e79143c89e3f0653699e721517ccf9dff2943a09432fabbad1063313f93ec4eb5f9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.99.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.98.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0
@@ -199,7 +199,7 @@ module Aws::CodeCommit
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::CodeCommit
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -5209,7 +5207,7 @@ module Aws::CodeCommit
5209
5207
  tracer: tracer
5210
5208
  )
5211
5209
  context[:gem_name] = 'aws-sdk-codecommit'
5212
- context[:gem_version] = '1.98.0'
5210
+ context[:gem_version] = '1.100.0'
5213
5211
  Seahorse::Client::Request.new(handlers, context)
5214
5212
  end
5215
5213
 
@@ -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.98.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -204,18 +204,18 @@ module Aws
204
204
  file_path: ::String,
205
205
  is_move: bool?
206
206
  }?
207
- },
207
+ }
208
208
  ],
209
209
  ?delete_files: Array[
210
210
  {
211
211
  file_path: ::String
212
- },
212
+ }
213
213
  ],
214
214
  ?set_file_modes: Array[
215
215
  {
216
216
  file_path: ::String,
217
217
  file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
218
- },
218
+ }
219
219
  ]
220
220
  ) -> _CreateCommitResponseSuccess
221
221
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCommitResponseSuccess
@@ -233,7 +233,7 @@ module Aws
233
233
  repository_name: ::String,
234
234
  source_reference: ::String,
235
235
  destination_reference: ::String?
236
- },
236
+ }
237
237
  ],
238
238
  ?client_request_token: ::String
239
239
  ) -> _CreatePullRequestResponseSuccess
@@ -281,27 +281,7 @@ module Aws
281
281
  ?email: ::String,
282
282
  ?commit_message: ::String,
283
283
  ?keep_empty_folders: bool,
284
- ?conflict_resolution: {
285
- replace_contents: Array[
286
- {
287
- file_path: ::String,
288
- replacement_type: ("KEEP_BASE" | "KEEP_SOURCE" | "KEEP_DESTINATION" | "USE_NEW_CONTENT"),
289
- content: ::String?,
290
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")?
291
- },
292
- ]?,
293
- delete_files: Array[
294
- {
295
- file_path: ::String
296
- },
297
- ]?,
298
- set_file_modes: Array[
299
- {
300
- file_path: ::String,
301
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
302
- },
303
- ]?
304
- }
284
+ ?conflict_resolution: Params::conflict_resolution
305
285
  ) -> _CreateUnreferencedMergeCommitResponseSuccess
306
286
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUnreferencedMergeCommitResponseSuccess
307
287
 
@@ -829,27 +809,7 @@ module Aws
829
809
  ?email: ::String,
830
810
  ?commit_message: ::String,
831
811
  ?keep_empty_folders: bool,
832
- ?conflict_resolution: {
833
- replace_contents: Array[
834
- {
835
- file_path: ::String,
836
- replacement_type: ("KEEP_BASE" | "KEEP_SOURCE" | "KEEP_DESTINATION" | "USE_NEW_CONTENT"),
837
- content: ::String?,
838
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")?
839
- },
840
- ]?,
841
- delete_files: Array[
842
- {
843
- file_path: ::String
844
- },
845
- ]?,
846
- set_file_modes: Array[
847
- {
848
- file_path: ::String,
849
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
850
- },
851
- ]?
852
- }
812
+ ?conflict_resolution: Params::conflict_resolution
853
813
  ) -> _MergeBranchesBySquashResponseSuccess
854
814
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MergeBranchesBySquashResponseSuccess
855
815
 
@@ -870,27 +830,7 @@ module Aws
870
830
  ?email: ::String,
871
831
  ?commit_message: ::String,
872
832
  ?keep_empty_folders: bool,
873
- ?conflict_resolution: {
874
- replace_contents: Array[
875
- {
876
- file_path: ::String,
877
- replacement_type: ("KEEP_BASE" | "KEEP_SOURCE" | "KEEP_DESTINATION" | "USE_NEW_CONTENT"),
878
- content: ::String?,
879
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")?
880
- },
881
- ]?,
882
- delete_files: Array[
883
- {
884
- file_path: ::String
885
- },
886
- ]?,
887
- set_file_modes: Array[
888
- {
889
- file_path: ::String,
890
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
891
- },
892
- ]?
893
- }
833
+ ?conflict_resolution: Params::conflict_resolution
894
834
  ) -> _MergeBranchesByThreeWayResponseSuccess
895
835
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MergeBranchesByThreeWayResponseSuccess
896
836
 
@@ -921,27 +861,7 @@ module Aws
921
861
  ?author_name: ::String,
922
862
  ?email: ::String,
923
863
  ?keep_empty_folders: bool,
924
- ?conflict_resolution: {
925
- replace_contents: Array[
926
- {
927
- file_path: ::String,
928
- replacement_type: ("KEEP_BASE" | "KEEP_SOURCE" | "KEEP_DESTINATION" | "USE_NEW_CONTENT"),
929
- content: ::String?,
930
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")?
931
- },
932
- ]?,
933
- delete_files: Array[
934
- {
935
- file_path: ::String
936
- },
937
- ]?,
938
- set_file_modes: Array[
939
- {
940
- file_path: ::String,
941
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
942
- },
943
- ]?
944
- }
864
+ ?conflict_resolution: Params::conflict_resolution
945
865
  ) -> _MergePullRequestBySquashResponseSuccess
946
866
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MergePullRequestBySquashResponseSuccess
947
867
 
@@ -960,27 +880,7 @@ module Aws
960
880
  ?author_name: ::String,
961
881
  ?email: ::String,
962
882
  ?keep_empty_folders: bool,
963
- ?conflict_resolution: {
964
- replace_contents: Array[
965
- {
966
- file_path: ::String,
967
- replacement_type: ("KEEP_BASE" | "KEEP_SOURCE" | "KEEP_DESTINATION" | "USE_NEW_CONTENT"),
968
- content: ::String?,
969
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")?
970
- },
971
- ]?,
972
- delete_files: Array[
973
- {
974
- file_path: ::String
975
- },
976
- ]?,
977
- set_file_modes: Array[
978
- {
979
- file_path: ::String,
980
- file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
981
- },
982
- ]?
983
- }
883
+ ?conflict_resolution: Params::conflict_resolution
984
884
  ) -> _MergePullRequestByThreeWayResponseSuccess
985
885
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MergePullRequestByThreeWayResponseSuccess
986
886
 
@@ -1097,7 +997,7 @@ module Aws
1097
997
  custom_data: ::String?,
1098
998
  branches: Array[::String]?,
1099
999
  events: Array[("all" | "updateReference" | "createReference" | "deleteReference")]
1100
- },
1000
+ }
1101
1001
  ]
1102
1002
  ) -> _PutRepositoryTriggersResponseSuccess
1103
1003
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRepositoryTriggersResponseSuccess
@@ -1124,7 +1024,7 @@ module Aws
1124
1024
  custom_data: ::String?,
1125
1025
  branches: Array[::String]?,
1126
1026
  events: Array[("all" | "updateReference" | "createReference" | "deleteReference")]
1127
- },
1027
+ }
1128
1028
  ]
1129
1029
  ) -> _TestRepositoryTriggersResponseSuccess
1130
1030
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestRepositoryTriggersResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,35 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CodeCommit
10
+ module Params
11
+ type conflict_resolution = {
12
+ replace_contents: Array[
13
+ {
14
+ file_path: ::String,
15
+ replacement_type: ("KEEP_BASE" | "KEEP_SOURCE" | "KEEP_DESTINATION" | "USE_NEW_CONTENT"),
16
+ content: ::String?,
17
+ file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")?
18
+ }
19
+ ]?,
20
+ delete_files: Array[
21
+ {
22
+ file_path: ::String
23
+ }
24
+ ]?,
25
+ set_file_modes: Array[
26
+ {
27
+ file_path: ::String,
28
+ file_mode: ("EXECUTABLE" | "NORMAL" | "SYMLINK")
29
+ }
30
+ ]?
31
+ }
32
+
33
+ end
34
+ end
35
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-codecommit/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs