aws-sdk-deadline 1.1.0 → 1.2.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: 6af5d87b9a19e557f5621d61e4d37175670682d3a1148105125fedc09152cbad
4
- data.tar.gz: a7209ddc9c35f084fab71985b4f934a1a485ca8c13eebfbc77391f907a572f4b
3
+ metadata.gz: 4771c8a1d064c731ee4a56b216e7d8f5073dae92254a5e4dcf68b85064c2d001
4
+ data.tar.gz: fb94f1c5dd6bbd1049b9557f6fbc218b0e170b51d55a17b98811a4e22cda5e81
5
5
  SHA512:
6
- metadata.gz: 92fa218ea9f20554b19b40b67078b421dbf39f820bdeec95c8524ea8c4db07bc83878b62a4c02bcbcee1eab2ea8a16191a5b3cc42c1d026acdb792ccfeb9f060
7
- data.tar.gz: 69b0bcad105e8036c6c47b50c9cadaa3dea0e19ffca2ba42b3a4e88ae0a978bac88f303507fd963968df616de46bd6358f179a05acf7c86c7e95ebaf525f7339
6
+ metadata.gz: 80f879962a3d4eec56faa36ac707453baa59dad5c49f01136518423156226178ed972c9afe6c5799bb225df97141a184be738458e81ae798d92f4a8348095fe6
7
+ data.tar.gz: 6393a652e6578aee0697ebe97048146d8d182d69580545fc1e4e95cef0ee76f28166333b8dcd035d1e030cfda883b213cc48fd673014702e4644527a74d64964
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -301,8 +301,9 @@ module Aws::Deadline
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/<sdk_ua_app_id>. It should have a
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
  #
@@ -6211,7 +6212,7 @@ module Aws::Deadline
6211
6212
  params: params,
6212
6213
  config: config)
6213
6214
  context[:gem_name] = 'aws-sdk-deadline'
6214
- context[:gem_version] = '1.1.0'
6215
+ context[:gem_version] = '1.2.0'
6215
6216
  Seahorse::Client::Request.new(handlers, context)
6216
6217
  end
6217
6218
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-deadline/customizations'
53
53
  # @!group service
54
54
  module Aws::Deadline
55
55
 
56
- GEM_VERSION = '1.1.0'
56
+ GEM_VERSION = '1.2.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-deadline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-04-25 00:00:00.000000000 Z
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