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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54c591d7a59ed10c24f28a1532092b116654564f2634d29edf131822232d22e7
4
- data.tar.gz: 68174d47d061c861a985288d678dbbbf567450f7a6236baab75c0819d9abda09
3
+ metadata.gz: 8794c1c33d533b270cf06cd7b8e02f0e1f68741a1c3e04b544f04691cfff5e0f
4
+ data.tar.gz: 6cc3f6ca63a7c17e1ec949dbd6b0bcbe1b1c25bf8c625778db4f333e1989b8a5
5
5
  SHA512:
6
- metadata.gz: 17e7f37f1e644d13a61dcda9785ba81285788880996db49368427c0e49b3390a2f284d86d2ec41ca5cc36bb67488c1462dfb3fcaa7cc7a5ee8b469060b4d6316
7
- data.tar.gz: f58d9c2b78564b2aa831a2adc3bfeabb2e83af2295e73727413539aac85dd9a2c28cf5181d2da96f4347489cb28ea9b02f8c18df7742b21b696d2f71d863a569
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.26.0
1
+ 1.27.0
@@ -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. The resource
674
- # identifier of the ARN must start with `AWSPCS` or it must have
675
- # `/aws-pcs/` in its path.
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
- # * `arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2`
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. The resource
1490
- # identifier of the ARN must start with `AWSPCS` or it must have
1491
- # `/aws-pcs/` in its path.
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
- # * `arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2`
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.26.0'
1668
+ context[:gem_version] = '1.27.0'
1671
1669
  Seahorse::Client::Request.new(handlers, context)
1672
1670
  end
1673
1671
 
@@ -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. The resource
402
- # identifier of the ARN must start with `AWSPCS` or it must have
403
- # `/aws-pcs/` in its path.
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
- # * `arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2`
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. The resource
718
- # identifier of the ARN must start with `AWSPCS` or it must have
719
- # `/aws-pcs/` in its path.
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
- # * `arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2`
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. The resource
1969
- # identifier of the ARN must start with `AWSPCS` or it must have
1970
- # `/aws-pcs/` in its path.
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
- # * `arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2`
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
@@ -55,7 +55,7 @@ module Aws::PCS
55
55
  autoload :EndpointProvider, 'aws-sdk-pcs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pcs/endpoints'
57
57
 
58
- GEM_VERSION = '1.26.0'
58
+ GEM_VERSION = '1.27.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services