aws-sdk-mwaa 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mwaa/client.rb +4 -3
- data/lib/aws-sdk-mwaa.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: 5afdeb1f541f1e3c8c3a0a20df993ba2b9eb73a39a7ac1a1d7603287d7f154ab
|
|
4
|
+
data.tar.gz: c2baa6640ad38df7292a41c91ce2888778188a4d4a29ab3c502ca01ba3dbc3bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f750f56264f59a9c544f82e7b967848f7030a4715bfffbbb99459e291da22d0c06f941cc40bb4abeb32413c26f7bf7c7e0e0ca6992c264ac306aa5a630e95418
|
|
7
|
+
data.tar.gz: e7e81779d3d66ddf1e8decd5a15ed8fcfcfc54d3c20ff16d4632ed49d575ecb0ce36b57eee5bfd5acdd377d44c81ae417bf0c032e8f1d4f88f0b386741a7c532
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.37.0
|
data/lib/aws-sdk-mwaa/client.rb
CHANGED
|
@@ -301,8 +301,9 @@ module Aws::MWAA
|
|
|
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
|
#
|
|
@@ -1352,7 +1353,7 @@ module Aws::MWAA
|
|
|
1352
1353
|
params: params,
|
|
1353
1354
|
config: config)
|
|
1354
1355
|
context[:gem_name] = 'aws-sdk-mwaa'
|
|
1355
|
-
context[:gem_version] = '1.
|
|
1356
|
+
context[:gem_version] = '1.37.0'
|
|
1356
1357
|
Seahorse::Client::Request.new(handlers, context)
|
|
1357
1358
|
end
|
|
1358
1359
|
|
data/lib/aws-sdk-mwaa.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mwaa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.37.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
|