aws-sdk-pcs 1.26.0 → 1.27.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-pcs/client.rb +11 -13
- data/lib/aws-sdk-pcs/types.rb +15 -18
- data/lib/aws-sdk-pcs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8794c1c33d533b270cf06cd7b8e02f0e1f68741a1c3e04b544f04691cfff5e0f
|
4
|
+
data.tar.gz: 6cc3f6ca63a7c17e1ec949dbd6b0bcbe1b1c25bf8c625778db4f333e1989b8a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5e675129ae5ae3deb1b5fd7e4442390c6360f0046c796426442fd956396e67a808c0c502eb3fce74d666cfe586773738def52f368471e688a1e74a6fa5980b0
|
7
|
+
data.tar.gz: a80924ada1361d996c32ad0fbb4715b891a7001752b084e7d0c9645a41f6bad34b19c2861afb7e9f9f131425a5e8214398eb250e066e8c956a3121d20b237bf6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.27.0 (2025-08-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the regex pattern and description of iamInstanceProfileArn in the CreateComputeNodeGroup and UpdateComputeNodeGroup API actions. Name and path requirements apply to the ARN of the IAM role associated with the instance profile and not the ARN of the instance profile.
|
8
|
+
|
4
9
|
1.26.0 (2025-08-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.27.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
@@ -670,15 +670,14 @@ module Aws::PCS
|
|
670
670
|
# The Amazon Resource Name (ARN) of the IAM instance profile used to
|
671
671
|
# pass an IAM role when launching EC2 instances. The role contained in
|
672
672
|
# your instance profile must have the
|
673
|
-
# `pcs:RegisterComputeNodeGroupInstance` permission
|
674
|
-
#
|
675
|
-
#
|
673
|
+
# `pcs:RegisterComputeNodeGroupInstance` permission and the role name
|
674
|
+
# must start with `AWSPCS` or must have the path `/aws-pcs/`. For more
|
675
|
+
# information, see [IAM instance profiles for PCS][1] in the *PCS User
|
676
|
+
# Guide*.
|
676
677
|
#
|
677
|
-
# **Examples**
|
678
678
|
#
|
679
|
-
# * `arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1`
|
680
679
|
#
|
681
|
-
#
|
680
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/security-instance-profiles.html
|
682
681
|
#
|
683
682
|
# @option params [required, Types::ScalingConfigurationRequest] :scaling_configuration
|
684
683
|
# Specifies the boundaries of the compute node group auto scaling.
|
@@ -1486,15 +1485,14 @@ module Aws::PCS
|
|
1486
1485
|
# The Amazon Resource Name (ARN) of the IAM instance profile used to
|
1487
1486
|
# pass an IAM role when launching EC2 instances. The role contained in
|
1488
1487
|
# your instance profile must have the
|
1489
|
-
# `pcs:RegisterComputeNodeGroupInstance` permission
|
1490
|
-
#
|
1491
|
-
#
|
1488
|
+
# `pcs:RegisterComputeNodeGroupInstance` permission and the role name
|
1489
|
+
# must start with `AWSPCS` or must have the path `/aws-pcs/`. For more
|
1490
|
+
# information, see [IAM instance profiles for PCS][1] in the *PCS User
|
1491
|
+
# Guide*.
|
1492
1492
|
#
|
1493
|
-
# **Examples**
|
1494
1493
|
#
|
1495
|
-
# * `arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1`
|
1496
1494
|
#
|
1497
|
-
#
|
1495
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/security-instance-profiles.html
|
1498
1496
|
#
|
1499
1497
|
# @option params [Types::UpdateComputeNodeGroupSlurmConfigurationRequest] :slurm_configuration
|
1500
1498
|
# Additional options related to the Slurm scheduler.
|
@@ -1667,7 +1665,7 @@ module Aws::PCS
|
|
1667
1665
|
tracer: tracer
|
1668
1666
|
)
|
1669
1667
|
context[:gem_name] = 'aws-sdk-pcs'
|
1670
|
-
context[:gem_version] = '1.
|
1668
|
+
context[:gem_version] = '1.27.0'
|
1671
1669
|
Seahorse::Client::Request.new(handlers, context)
|
1672
1670
|
end
|
1673
1671
|
|
data/lib/aws-sdk-pcs/types.rb
CHANGED
@@ -398,15 +398,14 @@ module Aws::PCS
|
|
398
398
|
# The Amazon Resource Name (ARN) of the IAM instance profile used to
|
399
399
|
# pass an IAM role when launching EC2 instances. The role contained in
|
400
400
|
# your instance profile must have the
|
401
|
-
# `pcs:RegisterComputeNodeGroupInstance` permission
|
402
|
-
#
|
403
|
-
#
|
401
|
+
# `pcs:RegisterComputeNodeGroupInstance` permission and the role name
|
402
|
+
# must start with `AWSPCS` or must have the path `/aws-pcs/`. For more
|
403
|
+
# information, see [IAM instance profiles for PCS][1] in the *PCS User
|
404
|
+
# Guide*.
|
404
405
|
#
|
405
|
-
# **Examples**
|
406
406
|
#
|
407
|
-
# * `arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1`
|
408
407
|
#
|
409
|
-
#
|
408
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/security-instance-profiles.html
|
410
409
|
# @return [String]
|
411
410
|
#
|
412
411
|
# @!attribute [rw] scaling_configuration
|
@@ -714,15 +713,14 @@ module Aws::PCS
|
|
714
713
|
# The Amazon Resource Name (ARN) of the IAM instance profile used to
|
715
714
|
# pass an IAM role when launching EC2 instances. The role contained in
|
716
715
|
# your instance profile must have the
|
717
|
-
# `pcs:RegisterComputeNodeGroupInstance` permission
|
718
|
-
#
|
719
|
-
#
|
716
|
+
# `pcs:RegisterComputeNodeGroupInstance` permission and the role name
|
717
|
+
# must start with `AWSPCS` or must have the path `/aws-pcs/`. For more
|
718
|
+
# information, see [IAM instance profiles for PCS][1] in the *PCS User
|
719
|
+
# Guide*.
|
720
720
|
#
|
721
|
-
# **Examples**
|
722
721
|
#
|
723
|
-
# * `arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1`
|
724
722
|
#
|
725
|
-
#
|
723
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/security-instance-profiles.html
|
726
724
|
# @return [String]
|
727
725
|
#
|
728
726
|
# @!attribute [rw] scaling_configuration
|
@@ -1965,15 +1963,14 @@ module Aws::PCS
|
|
1965
1963
|
# The Amazon Resource Name (ARN) of the IAM instance profile used to
|
1966
1964
|
# pass an IAM role when launching EC2 instances. The role contained in
|
1967
1965
|
# your instance profile must have the
|
1968
|
-
# `pcs:RegisterComputeNodeGroupInstance` permission
|
1969
|
-
#
|
1970
|
-
#
|
1966
|
+
# `pcs:RegisterComputeNodeGroupInstance` permission and the role name
|
1967
|
+
# must start with `AWSPCS` or must have the path `/aws-pcs/`. For more
|
1968
|
+
# information, see [IAM instance profiles for PCS][1] in the *PCS User
|
1969
|
+
# Guide*.
|
1971
1970
|
#
|
1972
|
-
# **Examples**
|
1973
1971
|
#
|
1974
|
-
# * `arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1`
|
1975
1972
|
#
|
1976
|
-
#
|
1973
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/security-instance-profiles.html
|
1977
1974
|
# @return [String]
|
1978
1975
|
#
|
1979
1976
|
# @!attribute [rw] slurm_configuration
|
data/lib/aws-sdk-pcs.rb
CHANGED