aws-sdk-codecommit 1.53.0 → 1.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codecommit/client.rb +24 -19
- data/lib/aws-sdk-codecommit/endpoints.rb +1 -0
- data/lib/aws-sdk-codecommit/types.rb +15 -15
- data/lib/aws-sdk-codecommit.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc8b9c9cfc4c1576babd6c4933144b2a315bf02abc5cfee6e3c6c2e5ec98037a
|
4
|
+
data.tar.gz: 5bc8d789d7b3cfbb0e73d0cf5c933e9726668e4629fd9dc0f9847b4b33dd30e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b863edbd7c975c70de887eef7324c11b98d291251682099dbfe57c8479f49064a26dae3c27d970211221aad07587c661166f77b6e8ff28d60598958a20cb7276
|
7
|
+
data.tar.gz: b548a7fdab62e16b0549aff5d6834dbd5561222d41f022bed84e0047602815605671d5f8e3852316862be4014e25b95493637e82d5c28d09dd747ffe596a5044
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.55.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.54.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.53.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -275,6 +275,11 @@ module Aws::CodeCommit
|
|
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
|
@@ -756,7 +761,7 @@ module Aws::CodeCommit
|
|
756
761
|
# <note markdown="1"> When you create the content of the approval rule template, you can
|
757
762
|
# specify approvers in an approval pool in one of two ways:
|
758
763
|
#
|
759
|
-
# * **CodeCommitApprovers
|
764
|
+
# * **CodeCommitApprovers**: This option only requires an AWS account
|
760
765
|
# and a resource. It can be used for both IAM users and federated
|
761
766
|
# access users whose name matches the provided resource name. This is
|
762
767
|
# a very powerful option that offers a great deal of flexibility. For
|
@@ -765,19 +770,19 @@ module Aws::CodeCommit
|
|
765
770
|
# from that user:
|
766
771
|
#
|
767
772
|
# * An IAM user in the account
|
768
|
-
# (arn:aws:iam::*123456789012
|
773
|
+
# (arn:aws:iam::*123456789012*:user/*Mary\_Major*)
|
769
774
|
#
|
770
775
|
# * A federated user identified in IAM as Mary\_Major
|
771
|
-
# (arn:aws:sts::*123456789012
|
776
|
+
# (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*)
|
772
777
|
#
|
773
778
|
# This option does not recognize an active session of someone assuming
|
774
779
|
# the role of CodeCommitReview with a role session name of
|
775
780
|
# *Mary\_Major*
|
776
|
-
# (arn:aws:sts::*123456789012
|
781
|
+
# (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*)
|
777
782
|
# unless you include a wildcard (*Mary\_Major).
|
778
783
|
#
|
779
|
-
# * **Fully qualified ARN
|
780
|
-
#
|
784
|
+
# * **Fully qualified ARN**: This option allows you to specify the fully
|
785
|
+
# qualified Amazon Resource Name (ARN) of the IAM user or role.
|
781
786
|
#
|
782
787
|
# For more information about IAM ARNs, wildcards, and formats, see [IAM
|
783
788
|
# Identifiers][1] in the *IAM User Guide*.
|
@@ -1076,7 +1081,7 @@ module Aws::CodeCommit
|
|
1076
1081
|
# <note markdown="1"> When you create the content of the approval rule, you can specify
|
1077
1082
|
# approvers in an approval pool in one of two ways:
|
1078
1083
|
#
|
1079
|
-
# * **CodeCommitApprovers
|
1084
|
+
# * **CodeCommitApprovers**: This option only requires an AWS account
|
1080
1085
|
# and a resource. It can be used for both IAM users and federated
|
1081
1086
|
# access users whose name matches the provided resource name. This is
|
1082
1087
|
# a very powerful option that offers a great deal of flexibility. For
|
@@ -1085,19 +1090,19 @@ module Aws::CodeCommit
|
|
1085
1090
|
# coming from that user:
|
1086
1091
|
#
|
1087
1092
|
# * An IAM user in the account
|
1088
|
-
# (arn:aws:iam::*123456789012
|
1093
|
+
# (arn:aws:iam::*123456789012*:user/*Mary\_Major*)
|
1089
1094
|
#
|
1090
1095
|
# * A federated user identified in IAM as Mary\_Major
|
1091
|
-
# (arn:aws:sts::*123456789012
|
1096
|
+
# (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*)
|
1092
1097
|
#
|
1093
1098
|
# This option does not recognize an active session of someone assuming
|
1094
1099
|
# the role of CodeCommitReview with a role session name of
|
1095
1100
|
# *Mary\_Major*
|
1096
|
-
# (arn:aws:sts::*123456789012
|
1101
|
+
# (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*)
|
1097
1102
|
# unless you include a wildcard (*Mary\_Major).
|
1098
1103
|
#
|
1099
|
-
# * **Fully qualified ARN
|
1100
|
-
#
|
1104
|
+
# * **Fully qualified ARN**: This option allows you to specify the fully
|
1105
|
+
# qualified Amazon Resource Name (ARN) of the IAM user or role.
|
1101
1106
|
#
|
1102
1107
|
# For more information about IAM ARNs, wildcards, and formats, see [IAM
|
1103
1108
|
# Identifiers][1] in the *IAM User Guide*.
|
@@ -4581,7 +4586,7 @@ module Aws::CodeCommit
|
|
4581
4586
|
# <note markdown="1"> When you update the content of the approval rule, you can specify
|
4582
4587
|
# approvers in an approval pool in one of two ways:
|
4583
4588
|
#
|
4584
|
-
# * **CodeCommitApprovers
|
4589
|
+
# * **CodeCommitApprovers**: This option only requires an AWS account
|
4585
4590
|
# and a resource. It can be used for both IAM users and federated
|
4586
4591
|
# access users whose name matches the provided resource name. This is
|
4587
4592
|
# a very powerful option that offers a great deal of flexibility. For
|
@@ -4590,19 +4595,19 @@ module Aws::CodeCommit
|
|
4590
4595
|
# from that user:
|
4591
4596
|
#
|
4592
4597
|
# * An IAM user in the account
|
4593
|
-
# (arn:aws:iam::*123456789012
|
4598
|
+
# (arn:aws:iam::*123456789012*:user/*Mary\_Major*)
|
4594
4599
|
#
|
4595
4600
|
# * A federated user identified in IAM as Mary\_Major
|
4596
|
-
# (arn:aws:sts::*123456789012
|
4601
|
+
# (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*)
|
4597
4602
|
#
|
4598
4603
|
# This option does not recognize an active session of someone assuming
|
4599
4604
|
# the role of CodeCommitReview with a role session name of
|
4600
4605
|
# *Mary\_Major*
|
4601
|
-
# (arn:aws:sts::*123456789012
|
4606
|
+
# (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*)
|
4602
4607
|
# unless you include a wildcard (*Mary\_Major).
|
4603
4608
|
#
|
4604
|
-
# * **Fully qualified ARN
|
4605
|
-
#
|
4609
|
+
# * **Fully qualified ARN**: This option allows you to specify the fully
|
4610
|
+
# qualified Amazon Resource Name (ARN) of the IAM user or role.
|
4606
4611
|
#
|
4607
4612
|
# For more information about IAM ARNs, wildcards, and formats, see [IAM
|
4608
4613
|
# Identifiers][1] in the *IAM User Guide*.
|
@@ -4953,7 +4958,7 @@ module Aws::CodeCommit
|
|
4953
4958
|
params: params,
|
4954
4959
|
config: config)
|
4955
4960
|
context[:gem_name] = 'aws-sdk-codecommit'
|
4956
|
-
context[:gem_version] = '1.
|
4961
|
+
context[:gem_version] = '1.55.0'
|
4957
4962
|
Seahorse::Client::Request.new(handlers, context)
|
4958
4963
|
end
|
4959
4964
|
|
@@ -1275,7 +1275,7 @@ module Aws::CodeCommit
|
|
1275
1275
|
# <note markdown="1"> When you create the content of the approval rule template, you can
|
1276
1276
|
# specify approvers in an approval pool in one of two ways:
|
1277
1277
|
#
|
1278
|
-
# * **CodeCommitApprovers
|
1278
|
+
# * **CodeCommitApprovers**: This option only requires an AWS account
|
1279
1279
|
# and a resource. It can be used for both IAM users and federated
|
1280
1280
|
# access users whose name matches the provided resource name. This
|
1281
1281
|
# is a very powerful option that offers a great deal of flexibility.
|
@@ -1284,18 +1284,18 @@ module Aws::CodeCommit
|
|
1284
1284
|
# coming from that user:
|
1285
1285
|
#
|
1286
1286
|
# * An IAM user in the account
|
1287
|
-
# (arn:aws:iam::*123456789012
|
1287
|
+
# (arn:aws:iam::*123456789012*:user/*Mary\_Major*)
|
1288
1288
|
#
|
1289
1289
|
# * A federated user identified in IAM as Mary\_Major
|
1290
|
-
# (arn:aws:sts::*123456789012
|
1290
|
+
# (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*)
|
1291
1291
|
#
|
1292
1292
|
# This option does not recognize an active session of someone
|
1293
1293
|
# assuming the role of CodeCommitReview with a role session name of
|
1294
1294
|
# *Mary\_Major*
|
1295
|
-
# (arn:aws:sts::*123456789012
|
1295
|
+
# (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*)
|
1296
1296
|
# unless you include a wildcard (*Mary\_Major).
|
1297
1297
|
#
|
1298
|
-
# * **Fully qualified ARN
|
1298
|
+
# * **Fully qualified ARN**: This option allows you to specify the
|
1299
1299
|
# fully qualified Amazon Resource Name (ARN) of the IAM user or
|
1300
1300
|
# role.
|
1301
1301
|
#
|
@@ -1478,7 +1478,7 @@ module Aws::CodeCommit
|
|
1478
1478
|
# <note markdown="1"> When you create the content of the approval rule, you can specify
|
1479
1479
|
# approvers in an approval pool in one of two ways:
|
1480
1480
|
#
|
1481
|
-
# * **CodeCommitApprovers
|
1481
|
+
# * **CodeCommitApprovers**: This option only requires an AWS account
|
1482
1482
|
# and a resource. It can be used for both IAM users and federated
|
1483
1483
|
# access users whose name matches the provided resource name. This
|
1484
1484
|
# is a very powerful option that offers a great deal of flexibility.
|
@@ -1487,18 +1487,18 @@ module Aws::CodeCommit
|
|
1487
1487
|
# coming from that user:
|
1488
1488
|
#
|
1489
1489
|
# * An IAM user in the account
|
1490
|
-
# (arn:aws:iam::*123456789012
|
1490
|
+
# (arn:aws:iam::*123456789012*:user/*Mary\_Major*)
|
1491
1491
|
#
|
1492
1492
|
# * A federated user identified in IAM as Mary\_Major
|
1493
|
-
# (arn:aws:sts::*123456789012
|
1493
|
+
# (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*)
|
1494
1494
|
#
|
1495
1495
|
# This option does not recognize an active session of someone
|
1496
1496
|
# assuming the role of CodeCommitReview with a role session name of
|
1497
1497
|
# *Mary\_Major*
|
1498
|
-
# (arn:aws:sts::*123456789012
|
1498
|
+
# (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*)
|
1499
1499
|
# unless you include a wildcard (*Mary\_Major).
|
1500
1500
|
#
|
1501
|
-
# * **Fully qualified ARN
|
1501
|
+
# * **Fully qualified ARN**: This option allows you to specify the
|
1502
1502
|
# fully qualified Amazon Resource Name (ARN) of the IAM user or
|
1503
1503
|
# role.
|
1504
1504
|
#
|
@@ -6748,7 +6748,7 @@ module Aws::CodeCommit
|
|
6748
6748
|
# <note markdown="1"> When you update the content of the approval rule, you can specify
|
6749
6749
|
# approvers in an approval pool in one of two ways:
|
6750
6750
|
#
|
6751
|
-
# * **CodeCommitApprovers
|
6751
|
+
# * **CodeCommitApprovers**: This option only requires an AWS account
|
6752
6752
|
# and a resource. It can be used for both IAM users and federated
|
6753
6753
|
# access users whose name matches the provided resource name. This
|
6754
6754
|
# is a very powerful option that offers a great deal of flexibility.
|
@@ -6757,18 +6757,18 @@ module Aws::CodeCommit
|
|
6757
6757
|
# coming from that user:
|
6758
6758
|
#
|
6759
6759
|
# * An IAM user in the account
|
6760
|
-
# (arn:aws:iam::*123456789012
|
6760
|
+
# (arn:aws:iam::*123456789012*:user/*Mary\_Major*)
|
6761
6761
|
#
|
6762
6762
|
# * A federated user identified in IAM as Mary\_Major
|
6763
|
-
# (arn:aws:sts::*123456789012
|
6763
|
+
# (arn:aws:sts::*123456789012*:federated-user/*Mary\_Major*)
|
6764
6764
|
#
|
6765
6765
|
# This option does not recognize an active session of someone
|
6766
6766
|
# assuming the role of CodeCommitReview with a role session name of
|
6767
6767
|
# *Mary\_Major*
|
6768
|
-
# (arn:aws:sts::*123456789012
|
6768
|
+
# (arn:aws:sts::*123456789012*:assumed-role/CodeCommitReview/*Mary\_Major*)
|
6769
6769
|
# unless you include a wildcard (*Mary\_Major).
|
6770
6770
|
#
|
6771
|
-
# * **Fully qualified ARN
|
6771
|
+
# * **Fully qualified ARN**: This option allows you to specify the
|
6772
6772
|
# fully qualified Amazon Resource Name (ARN) of the IAM user or
|
6773
6773
|
# role.
|
6774
6774
|
#
|
data/lib/aws-sdk-codecommit.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.55.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-
|
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.
|
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.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|