aws-sdk-codecommit 1.98.0 → 1.99.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codecommit/client.rb +1 -1
- data/lib/aws-sdk-codecommit.rb +1 -1
- data/sig/client.rbs +11 -111
- data/sig/params.rbs +35 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77e5740ca18718f3cdeeb91c73c55c245ea453f9ff51da49e85c130d6bd0ecbe
|
|
4
|
+
data.tar.gz: eb574bfba8d145d34532cac8f297cc18aca91d6e254e78fa9ef32fc7d3328c3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99adc573860c6d02364f1775c52bfb2017c232373268e58475e6ad05b9c7b8577359f41674cd9993bd90faae04b1c45c3add2311bffb9b05c047e647316c1ec0
|
|
7
|
+
data.tar.gz: a96157c93a2df01eb83874996e55d67297262bb5ed5743814dee4c5b16aea26637e0f855a90487dcd44cdabc1848a96804527eebc6db37421860ca2281a02080
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
data/lib/aws-sdk-codecommit.rb
CHANGED
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.
|
|
4
|
+
version: 1.99.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -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
|