aws-sdk-migrationhuborchestrator 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 724445bfe6785051e54262b3ee0d433ee4ffb463c94e0697b474d0719b54bed1
4
- data.tar.gz: d31e2139a76aad706d579c802bae8de8c45729c6d06a5ec9ddbdc2e0df2e07e3
3
+ metadata.gz: adfdcaa8be52affa89935f5373350e46789327a48ddeb1d4dad24478b6a21951
4
+ data.tar.gz: 3595f76757c1119b876ee14658dc1cf9ef7290bf68c47d5962a7a8cefea48fc0
5
5
  SHA512:
6
- metadata.gz: e4f8e46a8d20425a2cd0b7e694345ee03c366f82b8973a8cc4c35ed942d8dd133204b12ba4ac239dbe469fe1a391dec42eb637b04a968fecc45daff1f87d70a6
7
- data.tar.gz: 3bd0ccb77edac11ce65fc4ac00bba854f9c9d88e17469c38290ad725233f97a698576d2c6a737a2bfcbbde67baa0f95744c1a6706da453224ba7754689ce565f
6
+ metadata.gz: ddbc8fa8ba696e965cf7ce1a63addbf4ef60dbbfe7dce4456b82683f2ee474512b4329b17021aa7c3f0ee9909429bdb14240bf49019d0cfa399e87ea872ead06
7
+ data.tar.gz: cbd2fee66500c8e702a98a47f74cf550d24c5240ea77466b28ed3773db45ce0dacd43753ebda1330a9ae31fb57812599222e46160feabfa031efa561efb28a1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.2.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -275,6 +275,11 @@ module Aws::MigrationHubOrchestrator
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -1921,7 +1926,7 @@ module Aws::MigrationHubOrchestrator
1921
1926
  params: params,
1922
1927
  config: config)
1923
1928
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
1924
- context[:gem_version] = '1.2.0'
1929
+ context[:gem_version] = '1.3.0'
1925
1930
  Seahorse::Client::Request.new(handlers, context)
1926
1931
  end
1927
1932
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-migrationhuborchestrator/customizations'
53
53
  # @!group service
54
54
  module Aws::MigrationHubOrchestrator
55
55
 
56
- GEM_VERSION = '1.2.0'
56
+ GEM_VERSION = '1.3.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement