aws-sdk-pcs 1.36.0 → 1.37.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: 30edfb2eccc323ef8fcb9d04261542f514da44cde05388960029c0493d0c82c6
4
- data.tar.gz: 333303fd82df908f390692de5b0577226be0129efeb662291f004ee42bfd24f6
3
+ metadata.gz: dc1aff5b19a56f8f31ee5f61f00861983ad7b8f500b1557e6f0cb364e5de1c67
4
+ data.tar.gz: f432e6906b9353242d3cf3d31994c789776ef601ba91711c4ccc141a7cf90bfb
5
5
  SHA512:
6
- metadata.gz: 4a7640d16c29d5b589ad6d677a8d50ee38812e973a0e44eeff89626c90fe7402d4bf8d5f549d41a4f52b871b67cf47695caa0fb16073ce7eed7d7122a28fe013
7
- data.tar.gz: 7e6a462cfa1bc8c3d33ba164567f76b7489a49139c8475f40e393468727cc102bcce4ad45922240b4c606bc4c03456292bc2922f1616b0ea2706598b08ff9480
6
+ metadata.gz: 52f0154d28e36a2dc8149cb26dbf6454174cb87568adb92b41bca0c4a4d29198282098dd36d35faa4bb2de0479f336b6e0a0fd170beec33cfd4bf9b11ed89778
7
+ data.tar.gz: a766bb56d721ba306f2afed906a0255a4e206ecec9ac69dff727d4f1c913b4ae8350487e1fd31b418d21d5fe5f23f8cb5e05a52501039030bfee5ab0bed28db2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-12-22)
5
+ ------------------
6
+
7
+ * Feature - Change API Reference Documentation for default Mode in Accounting and SlurmRest
8
+
4
9
  1.36.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -1806,7 +1806,7 @@ module Aws::PCS
1806
1806
  tracer: tracer
1807
1807
  )
1808
1808
  context[:gem_name] = 'aws-sdk-pcs'
1809
- context[:gem_version] = '1.36.0'
1809
+ context[:gem_version] = '1.37.0'
1810
1810
  Seahorse::Client::Request.new(handlers, context)
1811
1811
  end
1812
1812
 
@@ -56,8 +56,8 @@ module Aws::PCS
56
56
  # @return [Integer]
57
57
  #
58
58
  # @!attribute [rw] mode
59
- # The default value for `mode` is `STANDARD`. A value of `STANDARD`
60
- # means Slurm accounting is enabled.
59
+ # The default value for `mode` is `NONE`. A value of `STANDARD` means
60
+ # Slurm accounting is enabled.
61
61
  # @return [String]
62
62
  #
63
63
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/Accounting AWS API Documentation
@@ -91,8 +91,8 @@ module Aws::PCS
91
91
  # @return [Integer]
92
92
  #
93
93
  # @!attribute [rw] mode
94
- # The default value for `mode` is `STANDARD`. A value of `STANDARD`
95
- # means Slurm accounting is enabled.
94
+ # The default value for `mode` is `NONE`. A value of `STANDARD` means
95
+ # Slurm accounting is enabled.
96
96
  # @return [String]
97
97
  #
98
98
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/AccountingRequest AWS API Documentation
@@ -1183,17 +1183,17 @@ module Aws::PCS
1183
1183
  include Aws::Structure
1184
1184
  end
1185
1185
 
1186
- # The JWT key stored in AWS Secrets Manager for Slurm REST API
1187
- # authentication.
1186
+ # The JWT key stored in Amazon Web Services Secrets Manager for Slurm
1187
+ # REST API authentication.
1188
1188
  #
1189
1189
  # @!attribute [rw] secret_arn
1190
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
1191
- # containing the JWT key.
1190
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
1191
+ # Manager secret containing the JWT key.
1192
1192
  # @return [String]
1193
1193
  #
1194
1194
  # @!attribute [rw] secret_version
1195
- # The version of the AWS Secrets Manager secret containing the JWT
1196
- # key.
1195
+ # The version of the Amazon Web Services Secrets Manager secret
1196
+ # containing the JWT key.
1197
1197
  # @return [String]
1198
1198
  #
1199
1199
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/JwtKey AWS API Documentation
@@ -1919,8 +1919,8 @@ module Aws::PCS
1919
1919
  # **ClusterSlurmConfiguration** object.
1920
1920
  #
1921
1921
  # @!attribute [rw] mode
1922
- # The default value for `mode` is `STANDARD`. A value of `STANDARD`
1923
- # means the Slurm REST API is enabled.
1922
+ # The default value for `mode` is `NONE`. A value of `STANDARD` means
1923
+ # the Slurm REST API is enabled.
1924
1924
  # @return [String]
1925
1925
  #
1926
1926
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/SlurmRest AWS API Documentation
@@ -1936,8 +1936,8 @@ module Aws::PCS
1936
1936
  # **ClusterSlurmConfiguration** object.
1937
1937
  #
1938
1938
  # @!attribute [rw] mode
1939
- # The default value for `mode` is `STANDARD`. A value of `STANDARD`
1940
- # means the Slurm REST API is enabled.
1939
+ # The default value for `mode` is `NONE`. A value of `STANDARD` means
1940
+ # the Slurm REST API is enabled.
1941
1941
  # @return [String]
1942
1942
  #
1943
1943
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/SlurmRestRequest AWS API Documentation
@@ -2057,8 +2057,8 @@ module Aws::PCS
2057
2057
  # @return [Integer]
2058
2058
  #
2059
2059
  # @!attribute [rw] mode
2060
- # The default value for `mode` is `STANDARD`. A value of `STANDARD`
2061
- # means Slurm accounting is enabled.
2060
+ # The default value for `mode` is `NONE`. A value of `STANDARD` means
2061
+ # Slurm accounting is enabled.
2062
2062
  # @return [String]
2063
2063
  #
2064
2064
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/UpdateAccountingRequest AWS API Documentation
@@ -2343,8 +2343,8 @@ module Aws::PCS
2343
2343
  # configuring the Slurm REST API.
2344
2344
  #
2345
2345
  # @!attribute [rw] mode
2346
- # The default value for `mode` is `STANDARD`. A value of `STANDARD`
2347
- # means the Slurm REST API is enabled.
2346
+ # The default value for `mode` is `NONE`. A value of `STANDARD` means
2347
+ # the Slurm REST API is enabled.
2348
2348
  # @return [String]
2349
2349
  #
2350
2350
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/UpdateSlurmRestRequest AWS API Documentation
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.36.0'
58
+ GEM_VERSION = '1.37.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.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services