aws-sdk-codegurureviewer 1.35.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43646347925c9d017f015520c76b8e78139a964aaa2387ffbaafed3d6e307dc4
4
- data.tar.gz: b1525a685477ed1675b44dd01c2465b3a6ac407b9ab8db20b8e09a740a281f32
3
+ metadata.gz: 10eee1d13f9f6e9d742e708b21f3893d2e6fe6f67613513b8b70a14413827f3d
4
+ data.tar.gz: 87dfd407163ad01c6568bad6fdf121f469cd5dbed04baa1cf1c9365476c4fccb
5
5
  SHA512:
6
- metadata.gz: 52f4a1f4079081b30777f73f5b127367b0e1f1e62ad8206fc6cf8ca858a64a921b5a81ecb2847af76d92d6ab8b2fe5978a0d747411a5604932757fe7a58027e3
7
- data.tar.gz: 95dfb0fc1a83b4a19aa84c2a180b4096fdeb20fb924e0e306712265166cd6aae4ff8d2a381ea26735691e44d9bad5385c6ad2524848c3347864a0d31a7a95ba7
6
+ metadata.gz: 1b5ae8fee156ce822f9b97ba3cb31081a1511a19c133218bdd041af746d0fb019ea7fe6ca1e28e269f0b0bdb0d8678ec0bbfc81bdec8af79a94e72e77424b160
7
+ data.tar.gz: a9b38cdbda9d5575e0d26af4b28aefa279da714246c4b0f2c2902b833d8b6883765db376f53f06b22c4f8475f103a388da6e985d78803b0e449002613a12b541
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.35.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.37.0
@@ -275,6 +275,11 @@ module Aws::CodeGuruReviewer
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -897,13 +902,13 @@ module Aws::CodeGuruReviewer
897
902
  #
898
903
  # The valid code review states are:
899
904
  #
900
- # * `Completed`\: The code review is complete.
905
+ # * `Completed`: The code review is complete.
901
906
  #
902
- # * `Pending`\: The code review started and has not completed or failed.
907
+ # * `Pending`: The code review started and has not completed or failed.
903
908
  #
904
- # * `Failed`\: The code review failed.
909
+ # * `Failed`: The code review failed.
905
910
  #
906
- # * `Deleting`\: The code review is being deleted.
911
+ # * `Deleting`: The code review is being deleted.
907
912
  #
908
913
  # @option params [Array<String>] :repository_names
909
914
  # List of repository names for filtering that needs to be applied before
@@ -1138,9 +1143,9 @@ module Aws::CodeGuruReviewer
1138
1143
  #
1139
1144
  # The valid repository association states are:
1140
1145
  #
1141
- # * **Associated**\: The repository association is complete.
1146
+ # * **Associated**: The repository association is complete.
1142
1147
  #
1143
- # * **Associating**\: CodeGuru Reviewer is:
1148
+ # * **Associating**: CodeGuru Reviewer is:
1144
1149
  #
1145
1150
  # * Setting up pull request notifications. This is required for pull
1146
1151
  # requests to trigger a CodeGuru Reviewer review.
@@ -1156,12 +1161,12 @@ module Aws::CodeGuruReviewer
1156
1161
  # * Setting up source code access. This is required for CodeGuru
1157
1162
  # Reviewer to securely clone code in your repository.
1158
1163
  #
1159
- # * **Failed**\: The repository failed to associate or disassociate.
1164
+ # * **Failed**: The repository failed to associate or disassociate.
1160
1165
  #
1161
- # * **Disassociating**\: CodeGuru Reviewer is removing the repository's
1166
+ # * **Disassociating**: CodeGuru Reviewer is removing the repository's
1162
1167
  # pull request notifications and source code access.
1163
1168
  #
1164
- # * **Disassociated**\: CodeGuru Reviewer successfully disassociated the
1169
+ # * **Disassociated**: CodeGuru Reviewer successfully disassociated the
1165
1170
  # repository. You can create a new association with this repository if
1166
1171
  # you want to review source code in it later. You can control access
1167
1172
  # to code reviews created in anassociated repository with tags after
@@ -1412,7 +1417,7 @@ module Aws::CodeGuruReviewer
1412
1417
  params: params,
1413
1418
  config: config)
1414
1419
  context[:gem_name] = 'aws-sdk-codegurureviewer'
1415
- context[:gem_version] = '1.35.0'
1420
+ context[:gem_version] = '1.37.0'
1416
1421
  Seahorse::Client::Request.new(handlers, context)
1417
1422
  end
1418
1423
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::CodeGuruReviewer
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AssociateRepository
@@ -214,14 +214,14 @@ module Aws::CodeGuruReviewer
214
214
  # @!attribute [rw] state
215
215
  # The valid code review states are:
216
216
  #
217
- # * `Completed`\: The code review is complete.
217
+ # * `Completed`: The code review is complete.
218
218
  #
219
- # * `Pending`\: The code review started and has not completed or
219
+ # * `Pending`: The code review started and has not completed or
220
220
  # failed.
221
221
  #
222
- # * `Failed`\: The code review failed.
222
+ # * `Failed`: The code review failed.
223
223
  #
224
- # * `Deleting`\: The code review is being deleted.
224
+ # * `Deleting`: The code review is being deleted.
225
225
  # @return [String]
226
226
  #
227
227
  # @!attribute [rw] state_reason
@@ -337,14 +337,14 @@ module Aws::CodeGuruReviewer
337
337
  #
338
338
  # The valid code review states are:
339
339
  #
340
- # * `Completed`\: The code review is complete.
340
+ # * `Completed`: The code review is complete.
341
341
  #
342
- # * `Pending`\: The code review started and has not completed or
342
+ # * `Pending`: The code review started and has not completed or
343
343
  # failed.
344
344
  #
345
- # * `Failed`\: The code review failed.
345
+ # * `Failed`: The code review failed.
346
346
  #
347
- # * `Deleting`\: The code review is being deleted.
347
+ # * `Deleting`: The code review is being deleted.
348
348
  # @return [String]
349
349
  #
350
350
  # @!attribute [rw] created_time_stamp
@@ -785,14 +785,14 @@ module Aws::CodeGuruReviewer
785
785
  #
786
786
  # The valid code review states are:
787
787
  #
788
- # * `Completed`\: The code review is complete.
788
+ # * `Completed`: The code review is complete.
789
789
  #
790
- # * `Pending`\: The code review started and has not completed or
790
+ # * `Pending`: The code review started and has not completed or
791
791
  # failed.
792
792
  #
793
- # * `Failed`\: The code review failed.
793
+ # * `Failed`: The code review failed.
794
794
  #
795
- # * `Deleting`\: The code review is being deleted.
795
+ # * `Deleting`: The code review is being deleted.
796
796
  # @return [Array<String>]
797
797
  #
798
798
  # @!attribute [rw] repository_names
@@ -972,9 +972,9 @@ module Aws::CodeGuruReviewer
972
972
  #
973
973
  # The valid repository association states are:
974
974
  #
975
- # * **Associated**\: The repository association is complete.
975
+ # * **Associated**: The repository association is complete.
976
976
  #
977
- # * **Associating**\: CodeGuru Reviewer is:
977
+ # * **Associating**: CodeGuru Reviewer is:
978
978
  #
979
979
  # * Setting up pull request notifications. This is required for pull
980
980
  # requests to trigger a CodeGuru Reviewer review.
@@ -990,12 +990,12 @@ module Aws::CodeGuruReviewer
990
990
  # * Setting up source code access. This is required for CodeGuru
991
991
  # Reviewer to securely clone code in your repository.
992
992
  #
993
- # * **Failed**\: The repository failed to associate or disassociate.
993
+ # * **Failed**: The repository failed to associate or disassociate.
994
994
  #
995
- # * **Disassociating**\: CodeGuru Reviewer is removing the
995
+ # * **Disassociating**: CodeGuru Reviewer is removing the
996
996
  # repository's pull request notifications and source code access.
997
997
  #
998
- # * **Disassociated**\: CodeGuru Reviewer successfully disassociated
998
+ # * **Disassociated**: CodeGuru Reviewer successfully disassociated
999
999
  # the repository. You can create a new association with this
1000
1000
  # repository if you want to review source code in it later. You can
1001
1001
  # control access to code reviews created in anassociated repository
@@ -1508,9 +1508,9 @@ module Aws::CodeGuruReviewer
1508
1508
  #
1509
1509
  # The valid repository association states are:
1510
1510
  #
1511
- # * **Associated**\: The repository association is complete.
1511
+ # * **Associated**: The repository association is complete.
1512
1512
  #
1513
- # * **Associating**\: CodeGuru Reviewer is:
1513
+ # * **Associating**: CodeGuru Reviewer is:
1514
1514
  #
1515
1515
  # * Setting up pull request notifications. This is required for pull
1516
1516
  # requests to trigger a CodeGuru Reviewer review.
@@ -1526,12 +1526,12 @@ module Aws::CodeGuruReviewer
1526
1526
  # * Setting up source code access. This is required for CodeGuru
1527
1527
  # Reviewer to securely clone code in your repository.
1528
1528
  #
1529
- # * **Failed**\: The repository failed to associate or disassociate.
1529
+ # * **Failed**: The repository failed to associate or disassociate.
1530
1530
  #
1531
- # * **Disassociating**\: CodeGuru Reviewer is removing the
1531
+ # * **Disassociating**: CodeGuru Reviewer is removing the
1532
1532
  # repository's pull request notifications and source code access.
1533
1533
  #
1534
- # * **Disassociated**\: CodeGuru Reviewer successfully disassociated
1534
+ # * **Disassociated**: CodeGuru Reviewer successfully disassociated
1535
1535
  # the repository. You can create a new association with this
1536
1536
  # repository if you want to review source code in it later. You can
1537
1537
  # control access to code reviews created in anassociated repository
@@ -1657,9 +1657,9 @@ module Aws::CodeGuruReviewer
1657
1657
  #
1658
1658
  # The valid repository association states are:
1659
1659
  #
1660
- # * **Associated**\: The repository association is complete.
1660
+ # * **Associated**: The repository association is complete.
1661
1661
  #
1662
- # * **Associating**\: CodeGuru Reviewer is:
1662
+ # * **Associating**: CodeGuru Reviewer is:
1663
1663
  #
1664
1664
  # * Setting up pull request notifications. This is required for pull
1665
1665
  # requests to trigger a CodeGuru Reviewer review.
@@ -1675,12 +1675,12 @@ module Aws::CodeGuruReviewer
1675
1675
  # * Setting up source code access. This is required for CodeGuru
1676
1676
  # Reviewer to securely clone code in your repository.
1677
1677
  #
1678
- # * **Failed**\: The repository failed to associate or disassociate.
1678
+ # * **Failed**: The repository failed to associate or disassociate.
1679
1679
  #
1680
- # * **Disassociating**\: CodeGuru Reviewer is removing the
1680
+ # * **Disassociating**: CodeGuru Reviewer is removing the
1681
1681
  # repository's pull request notifications and source code access.
1682
1682
  #
1683
- # * **Disassociated**\: CodeGuru Reviewer successfully disassociated
1683
+ # * **Disassociated**: CodeGuru Reviewer successfully disassociated
1684
1684
  # the repository. You can create a new association with this
1685
1685
  # repository if you want to review source code in it later. You can
1686
1686
  # control access to code reviews created in anassociated repository
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-codegurureviewer/customizations'
53
53
  # @!group service
54
54
  module Aws::CodeGuruReviewer
55
55
 
56
- GEM_VERSION = '1.35.0'
56
+ GEM_VERSION = '1.37.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codegurureviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement