aws-sdk-appmesh 1.61.0 → 1.62.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: 6fc9fc90e0116e6c1b3209138e4a6fe46c67489dc822e0c0cc08c71e7458b2d8
4
- data.tar.gz: d9876f0ce3afc990036adb9259b7375b5735efd29f5f8a695d294f4bf60c6948
3
+ metadata.gz: 1712e18893426ecad0f9c7653860c502d73e3b2260592085784e97ee3a65de7c
4
+ data.tar.gz: 8dc59b23d2c69ffd64c23edb4e9b55ce2ba3a622643cc2f827cdece09581710e
5
5
  SHA512:
6
- metadata.gz: 1e007f7d01206d861d995b4dce8bb7003534c5e3024dad2e1d39340f0064a12fa784ff5dd6c35a7889de38c2f6690775f2c5525ed3d18616785142d772254bb6
7
- data.tar.gz: ea0cb1eb9ece9f000d7ee07506bebaa6973496ca21c435779f1c42cb64299e5aa09e2deb0da624869fa29102872c77063b35e377adf6a20a12de315bae93fae6
6
+ metadata.gz: 3022b923b386513f037519ce159a48b7b554ca7b881acefb27caf46cb9b19a8e001d67f27e7d23ca97b0c42a6d78a9d15324636ac0fa66ac2453088dce9015e3
7
+ data.tar.gz: e3ec693234519742422168d12ff95756c90547b568b6db115eab4ff546774f9a61ec9035ec053a2d65b47749b9ece208e001d9e977db1f8e8b9f8e68a31e6a9c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.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.61.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -301,8 +301,9 @@ module Aws::AppMesh
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
  #
@@ -5522,7 +5523,7 @@ module Aws::AppMesh
5522
5523
  params: params,
5523
5524
  config: config)
5524
5525
  context[:gem_name] = 'aws-sdk-appmesh'
5525
- context[:gem_version] = '1.61.0'
5526
+ context[:gem_version] = '1.62.0'
5526
5527
  Seahorse::Client::Request.new(handlers, context)
5527
5528
  end
5528
5529
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appmesh/customizations'
52
52
  # @!group service
53
53
  module Aws::AppMesh
54
54
 
55
- GEM_VERSION = '1.61.0'
55
+ GEM_VERSION = '1.62.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appmesh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.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