aws-sdk-migrationhubconfig 1.5.1 → 1.6.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: 3c3c3e93e088b0f5bf55b100f8499e530bfce36b57fbdd75ba64709fc62e7c6b
4
- data.tar.gz: 2fda889c1a73b12f600ae8b5557a27dd6b28c96752bee19f4f3b16169e2ff4d2
3
+ metadata.gz: 7f2dac6c61e26921681d827e203e6a59afa06ac96aec2e62732112f4061a14ac
4
+ data.tar.gz: 6135f8433381fd588491f1a4a9a060fb61db147469f8e18c42ad1ebe23e1cab1
5
5
  SHA512:
6
- metadata.gz: e8e9a7e98d4c094fc9d210b14fc569775ca38ca4ce6ac8e8b8d41f0cf03685928dbd217a3bc9cfbb93f26d2b3029840170a88e0c6844198a0121bb752f0de843
7
- data.tar.gz: 5f0fb1a81cdee43c96c328917550f9a619ad5932787d213a26f33663f3ae235231ed29b3f6ccd49918c1ab645bfee92edbf46dd7b67b42d060ba52f8d90df8d9
6
+ metadata.gz: 7ef887d6caeba7c5210bb98d1c4338e3d3fdc7c3b9ab4cc5ec0d80af283d275cb8454d1a54b205d611aa7cf2bc64a8e452eac172f50d6a4be75ca08d54d73803
7
+ data.tar.gz: 4576fd1f2ab6e98896db9504a3e6359207493021cf9c83b73ad644ece6fc1bfd021110def441f1478ed00e2f14aab4c50d2672bee28f226c31aa699d7eda6deb
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-migrationhubconfig/customizations'
45
47
  # @service
46
48
  module Aws::MigrationHubConfig
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -463,7 +465,7 @@ module Aws::MigrationHubConfig
463
465
  params: params,
464
466
  config: config)
465
467
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
466
- context[:gem_version] = '1.5.1'
468
+ context[:gem_version] = '1.6.0'
467
469
  Seahorse::Client::Request.new(handlers, context)
468
470
  end
469
471
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::MigrationHubConfig
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -52,6 +55,7 @@ module Aws::MigrationHubConfig
52
55
  :home_region,
53
56
  :target,
54
57
  :dry_run)
58
+ SENSITIVE = []
55
59
  include Aws::Structure
56
60
  end
57
61
 
@@ -64,6 +68,7 @@ module Aws::MigrationHubConfig
64
68
  #
65
69
  class CreateHomeRegionControlResult < Struct.new(
66
70
  :home_region_control)
71
+ SENSITIVE = []
67
72
  include Aws::Structure
68
73
  end
69
74
 
@@ -114,6 +119,7 @@ module Aws::MigrationHubConfig
114
119
  :target,
115
120
  :max_results,
116
121
  :next_token)
122
+ SENSITIVE = []
117
123
  include Aws::Structure
118
124
  end
119
125
 
@@ -132,6 +138,7 @@ module Aws::MigrationHubConfig
132
138
  class DescribeHomeRegionControlsResult < Struct.new(
133
139
  :home_region_controls,
134
140
  :next_token)
141
+ SENSITIVE = []
135
142
  include Aws::Structure
136
143
  end
137
144
 
@@ -145,6 +152,7 @@ module Aws::MigrationHubConfig
145
152
  #
146
153
  class DryRunOperation < Struct.new(
147
154
  :message)
155
+ SENSITIVE = []
148
156
  include Aws::Structure
149
157
  end
150
158
 
@@ -162,6 +170,7 @@ module Aws::MigrationHubConfig
162
170
  #
163
171
  class GetHomeRegionResult < Struct.new(
164
172
  :home_region)
173
+ SENSITIVE = []
165
174
  include Aws::Structure
166
175
  end
167
176
 
@@ -199,6 +208,7 @@ module Aws::MigrationHubConfig
199
208
  :home_region,
200
209
  :target,
201
210
  :requested_time)
211
+ SENSITIVE = []
202
212
  include Aws::Structure
203
213
  end
204
214
 
@@ -212,6 +222,7 @@ module Aws::MigrationHubConfig
212
222
  #
213
223
  class InternalServerError < Struct.new(
214
224
  :message)
225
+ SENSITIVE = []
215
226
  include Aws::Structure
216
227
  end
217
228
 
@@ -225,6 +236,7 @@ module Aws::MigrationHubConfig
225
236
  #
226
237
  class InvalidInputException < Struct.new(
227
238
  :message)
239
+ SENSITIVE = []
228
240
  include Aws::Structure
229
241
  end
230
242
 
@@ -238,6 +250,7 @@ module Aws::MigrationHubConfig
238
250
  #
239
251
  class ServiceUnavailableException < Struct.new(
240
252
  :message)
253
+ SENSITIVE = []
241
254
  include Aws::Structure
242
255
  end
243
256
 
@@ -267,6 +280,7 @@ module Aws::MigrationHubConfig
267
280
  class Target < Struct.new(
268
281
  :type,
269
282
  :id)
283
+ SENSITIVE = []
270
284
  include Aws::Structure
271
285
  end
272
286
 
@@ -284,6 +298,7 @@ module Aws::MigrationHubConfig
284
298
  class ThrottlingException < Struct.new(
285
299
  :message,
286
300
  :retry_after_seconds)
301
+ SENSITIVE = []
287
302
  include Aws::Structure
288
303
  end
289
304
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core