aws-sdk-signer 1.52.0 → 1.54.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-signer/client.rb +28 -4
- data/lib/aws-sdk-signer/client_api.rb +1 -0
- data/lib/aws-sdk-signer/types.rb +21 -2
- data/lib/aws-sdk-signer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0e0c7657a1eb2ab1ae5133a59f372cb205e17cf054924a0a544efda26e9178c
|
4
|
+
data.tar.gz: 9dcd6217a1b0a9bde2fa9853871c2b08e1dd297b6dc368d228254b8a6a9a30de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aacfd48e55796e911b7d4670484a319695bee573a0d501d723c8ecccbd01250502bffc077382f049e7fa9a130140ddc06edcf98aa657bd6f51ae5659b13c8e95
|
7
|
+
data.tar.gz: ebc5a6af6ff38de0189da34bfbb67aebf310632e323c46a8f57dbd1813185573b004c215e3b7303f5d0b6c3315c7c48158b76de350c9ffbd2646854d6a2a1408
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.54.0 (2024-05-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.53.0 (2024-04-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions.
|
13
|
+
|
4
14
|
1.52.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|
@@ -301,8 +301,9 @@ module Aws::Signer
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -421,7 +422,27 @@ module Aws::Signer
|
|
421
422
|
# The version of the signing profile.
|
422
423
|
#
|
423
424
|
# @option params [required, String] :action
|
424
|
-
#
|
425
|
+
# For cross-account signing. Grant a designated account permission to
|
426
|
+
# perform one or more of the following actions. Each action is
|
427
|
+
# associated with a specific API's operations. For more information
|
428
|
+
# about cross-account signing, see [Using cross-account signing with
|
429
|
+
# signing profiles][1] in the *AWS Signer Developer Guide*.
|
430
|
+
#
|
431
|
+
# You can designate the following actions to an account.
|
432
|
+
#
|
433
|
+
# * `signer:StartSigningJob`. This action isn't supported for container
|
434
|
+
# image workflows. For details, see StartSigningJob.
|
435
|
+
#
|
436
|
+
# * `signer:SignPayload`. This action isn't supported for AWS Lambda
|
437
|
+
# workflows. For details, see SignPayload
|
438
|
+
#
|
439
|
+
# * `signer:GetSigningProfile`. For details, see GetSigningProfile.
|
440
|
+
#
|
441
|
+
# * `signer:RevokeSignature`. For details, see RevokeSignature.
|
442
|
+
#
|
443
|
+
#
|
444
|
+
#
|
445
|
+
# [1]: https://docs.aws.amazon.com/signer/latest/developerguide/signing-profile-cross-account.html
|
425
446
|
#
|
426
447
|
# @option params [required, String] :principal
|
427
448
|
# The AWS principal receiving cross-account permissions. This may be an
|
@@ -1310,6 +1331,9 @@ module Aws::Signer
|
|
1310
1331
|
# * You specify the name of the source and destination buckets when
|
1311
1332
|
# calling the `StartSigningJob` operation.
|
1312
1333
|
#
|
1334
|
+
# * You must ensure the S3 buckets are from the same Region as the
|
1335
|
+
# signing profile. Cross-Region signing isn't supported.
|
1336
|
+
#
|
1313
1337
|
# * You must also specify a request token that identifies your request
|
1314
1338
|
# to Signer.
|
1315
1339
|
#
|
@@ -1457,7 +1481,7 @@ module Aws::Signer
|
|
1457
1481
|
params: params,
|
1458
1482
|
config: config)
|
1459
1483
|
context[:gem_name] = 'aws-sdk-signer'
|
1460
|
-
context[:gem_version] = '1.
|
1484
|
+
context[:gem_version] = '1.54.0'
|
1461
1485
|
Seahorse::Client::Request.new(handlers, context)
|
1462
1486
|
end
|
1463
1487
|
|
data/lib/aws-sdk-signer/types.rb
CHANGED
@@ -36,8 +36,27 @@ module Aws::Signer
|
|
36
36
|
# @return [String]
|
37
37
|
#
|
38
38
|
# @!attribute [rw] action
|
39
|
-
#
|
40
|
-
#
|
39
|
+
# For cross-account signing. Grant a designated account permission to
|
40
|
+
# perform one or more of the following actions. Each action is
|
41
|
+
# associated with a specific API's operations. For more information
|
42
|
+
# about cross-account signing, see [Using cross-account signing with
|
43
|
+
# signing profiles][1] in the *AWS Signer Developer Guide*.
|
44
|
+
#
|
45
|
+
# You can designate the following actions to an account.
|
46
|
+
#
|
47
|
+
# * `signer:StartSigningJob`. This action isn't supported for
|
48
|
+
# container image workflows. For details, see StartSigningJob.
|
49
|
+
#
|
50
|
+
# * `signer:SignPayload`. This action isn't supported for AWS Lambda
|
51
|
+
# workflows. For details, see SignPayload
|
52
|
+
#
|
53
|
+
# * `signer:GetSigningProfile`. For details, see GetSigningProfile.
|
54
|
+
#
|
55
|
+
# * `signer:RevokeSignature`. For details, see RevokeSignature.
|
56
|
+
#
|
57
|
+
#
|
58
|
+
#
|
59
|
+
# [1]: https://docs.aws.amazon.com/signer/latest/developerguide/signing-profile-cross-account.html
|
41
60
|
# @return [String]
|
42
61
|
#
|
43
62
|
# @!attribute [rw] principal
|
data/lib/aws-sdk-signer.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-signer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.54.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: 2024-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|