aws-sdk-migrationhub 1.25.1 → 1.26.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: 8502a83ccb8c801c42f345fe19c3aa53e9178088e4e19aa439eac06cb38e6870
4
- data.tar.gz: 3239d91af31411c0b75ba8707a52a185c96408d50fc94d171e5bff467b3d72a6
3
+ metadata.gz: 1e59e7daa988098e7b1a0fbb2a2a706e1d62ce94c8d867e4b90caad89ccd688f
4
+ data.tar.gz: b0c6d1fef050b608d0c86ac935aa836bdc665bf847fbd3d3f2748206aaf3479b
5
5
  SHA512:
6
- metadata.gz: d421ddca5b3fe98f7be73bb76a8d4bd25aff193241c22885e75c3d517a99dbdce0fe76eec31a8b67efcaef0e1fee0b4cdee977915e9d1fcb7631d14e8212144b
7
- data.tar.gz: 3f346a1b30965451be9da2392576fdccb80b820a94667b73f07996216b1d83df517f45caf11cfafa36d349f9f7004a327eeb30c23accb73dc5940c5dc728229d
6
+ metadata.gz: fa003fe2a60e36d8c9eeb1a610551d963fcbca4035b82652381bd3c1c30f60b1eada1655f9125deef0aa39e50356d47cbddc41fc8b7ff98e2b5b67fc9d39fe02
7
+ data.tar.gz: '056730659f74ce8195af1653f1d6400f378ccb8ba0877ad599c466592807b842a375d400c9c50d78800c341a9452d042de2f8078987dfd5c37413f0478813d8b'
@@ -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-migrationhub/customizations'
45
47
  # @service
46
48
  module Aws::MigrationHub
47
49
 
48
- GEM_VERSION = '1.25.1'
50
+ GEM_VERSION = '1.26.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:
@@ -1153,7 +1155,7 @@ module Aws::MigrationHub
1153
1155
  params: params,
1154
1156
  config: config)
1155
1157
  context[:gem_name] = 'aws-sdk-migrationhub'
1156
- context[:gem_version] = '1.25.1'
1158
+ context[:gem_version] = '1.26.0'
1157
1159
  Seahorse::Client::Request.new(handlers, context)
1158
1160
  end
1159
1161
 
@@ -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::MigrationHub
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -43,6 +46,7 @@ module Aws::MigrationHub
43
46
  :application_id,
44
47
  :application_status,
45
48
  :last_updated_time)
49
+ SENSITIVE = []
46
50
  include Aws::Structure
47
51
  end
48
52
 
@@ -85,6 +89,7 @@ module Aws::MigrationHub
85
89
  :migration_task_name,
86
90
  :created_artifact,
87
91
  :dry_run)
92
+ SENSITIVE = []
88
93
  include Aws::Structure
89
94
  end
90
95
 
@@ -130,6 +135,7 @@ module Aws::MigrationHub
130
135
  :migration_task_name,
131
136
  :discovered_resource,
132
137
  :dry_run)
138
+ SENSITIVE = []
133
139
  include Aws::Structure
134
140
  end
135
141
 
@@ -160,6 +166,7 @@ module Aws::MigrationHub
160
166
  class CreateProgressUpdateStreamRequest < Struct.new(
161
167
  :progress_update_stream_name,
162
168
  :dry_run)
169
+ SENSITIVE = []
163
170
  include Aws::Structure
164
171
  end
165
172
 
@@ -192,6 +199,7 @@ module Aws::MigrationHub
192
199
  class CreatedArtifact < Struct.new(
193
200
  :name,
194
201
  :description)
202
+ SENSITIVE = []
195
203
  include Aws::Structure
196
204
  end
197
205
 
@@ -218,6 +226,7 @@ module Aws::MigrationHub
218
226
  class DeleteProgressUpdateStreamRequest < Struct.new(
219
227
  :progress_update_stream_name,
220
228
  :dry_run)
229
+ SENSITIVE = []
221
230
  include Aws::Structure
222
231
  end
223
232
 
@@ -241,6 +250,7 @@ module Aws::MigrationHub
241
250
  #
242
251
  class DescribeApplicationStateRequest < Struct.new(
243
252
  :application_id)
253
+ SENSITIVE = []
244
254
  include Aws::Structure
245
255
  end
246
256
 
@@ -257,6 +267,7 @@ module Aws::MigrationHub
257
267
  class DescribeApplicationStateResult < Struct.new(
258
268
  :application_status,
259
269
  :last_updated_time)
270
+ SENSITIVE = []
260
271
  include Aws::Structure
261
272
  end
262
273
 
@@ -282,6 +293,7 @@ module Aws::MigrationHub
282
293
  class DescribeMigrationTaskRequest < Struct.new(
283
294
  :progress_update_stream,
284
295
  :migration_task_name)
296
+ SENSITIVE = []
285
297
  include Aws::Structure
286
298
  end
287
299
 
@@ -293,6 +305,7 @@ module Aws::MigrationHub
293
305
  #
294
306
  class DescribeMigrationTaskResult < Struct.new(
295
307
  :migration_task)
308
+ SENSITIVE = []
296
309
  include Aws::Structure
297
310
  end
298
311
 
@@ -333,6 +346,7 @@ module Aws::MigrationHub
333
346
  :migration_task_name,
334
347
  :created_artifact_name,
335
348
  :dry_run)
349
+ SENSITIVE = []
336
350
  include Aws::Structure
337
351
  end
338
352
 
@@ -376,6 +390,7 @@ module Aws::MigrationHub
376
390
  :migration_task_name,
377
391
  :configuration_id,
378
392
  :dry_run)
393
+ SENSITIVE = []
379
394
  include Aws::Structure
380
395
  end
381
396
 
@@ -408,6 +423,7 @@ module Aws::MigrationHub
408
423
  class DiscoveredResource < Struct.new(
409
424
  :configuration_id,
410
425
  :description)
426
+ SENSITIVE = []
411
427
  include Aws::Structure
412
428
  end
413
429
 
@@ -421,6 +437,7 @@ module Aws::MigrationHub
421
437
  #
422
438
  class DryRunOperation < Struct.new(
423
439
  :message)
440
+ SENSITIVE = []
424
441
  include Aws::Structure
425
442
  end
426
443
 
@@ -433,6 +450,7 @@ module Aws::MigrationHub
433
450
  #
434
451
  class HomeRegionNotSetException < Struct.new(
435
452
  :message)
453
+ SENSITIVE = []
436
454
  include Aws::Structure
437
455
  end
438
456
 
@@ -465,6 +483,7 @@ module Aws::MigrationHub
465
483
  :progress_update_stream,
466
484
  :migration_task_name,
467
485
  :dry_run)
486
+ SENSITIVE = []
468
487
  include Aws::Structure
469
488
  end
470
489
 
@@ -482,6 +501,7 @@ module Aws::MigrationHub
482
501
  #
483
502
  class InternalServerError < Struct.new(
484
503
  :message)
504
+ SENSITIVE = []
485
505
  include Aws::Structure
486
506
  end
487
507
 
@@ -495,6 +515,7 @@ module Aws::MigrationHub
495
515
  #
496
516
  class InvalidInputException < Struct.new(
497
517
  :message)
518
+ SENSITIVE = []
498
519
  include Aws::Structure
499
520
  end
500
521
 
@@ -528,6 +549,7 @@ module Aws::MigrationHub
528
549
  :application_ids,
529
550
  :next_token,
530
551
  :max_results)
552
+ SENSITIVE = []
531
553
  include Aws::Structure
532
554
  end
533
555
 
@@ -546,6 +568,7 @@ module Aws::MigrationHub
546
568
  class ListApplicationStatesResult < Struct.new(
547
569
  :application_state_list,
548
570
  :next_token)
571
+ SENSITIVE = []
549
572
  include Aws::Structure
550
573
  end
551
574
 
@@ -585,6 +608,7 @@ module Aws::MigrationHub
585
608
  :migration_task_name,
586
609
  :next_token,
587
610
  :max_results)
611
+ SENSITIVE = []
588
612
  include Aws::Structure
589
613
  end
590
614
 
@@ -604,6 +628,7 @@ module Aws::MigrationHub
604
628
  class ListCreatedArtifactsResult < Struct.new(
605
629
  :next_token,
606
630
  :created_artifact_list)
631
+ SENSITIVE = []
607
632
  include Aws::Structure
608
633
  end
609
634
 
@@ -643,6 +668,7 @@ module Aws::MigrationHub
643
668
  :migration_task_name,
644
669
  :next_token,
645
670
  :max_results)
671
+ SENSITIVE = []
646
672
  include Aws::Structure
647
673
  end
648
674
 
@@ -662,6 +688,7 @@ module Aws::MigrationHub
662
688
  class ListDiscoveredResourcesResult < Struct.new(
663
689
  :next_token,
664
690
  :discovered_resource_list)
691
+ SENSITIVE = []
665
692
  include Aws::Structure
666
693
  end
667
694
 
@@ -694,6 +721,7 @@ module Aws::MigrationHub
694
721
  :next_token,
695
722
  :max_results,
696
723
  :resource_name)
724
+ SENSITIVE = []
697
725
  include Aws::Structure
698
726
  end
699
727
 
@@ -714,6 +742,7 @@ module Aws::MigrationHub
714
742
  class ListMigrationTasksResult < Struct.new(
715
743
  :next_token,
716
744
  :migration_task_summary_list)
745
+ SENSITIVE = []
717
746
  include Aws::Structure
718
747
  end
719
748
 
@@ -740,6 +769,7 @@ module Aws::MigrationHub
740
769
  class ListProgressUpdateStreamsRequest < Struct.new(
741
770
  :next_token,
742
771
  :max_results)
772
+ SENSITIVE = []
743
773
  include Aws::Structure
744
774
  end
745
775
 
@@ -759,6 +789,7 @@ module Aws::MigrationHub
759
789
  class ListProgressUpdateStreamsResult < Struct.new(
760
790
  :progress_update_stream_summary_list,
761
791
  :next_token)
792
+ SENSITIVE = []
762
793
  include Aws::Structure
763
794
  end
764
795
 
@@ -795,6 +826,7 @@ module Aws::MigrationHub
795
826
  :task,
796
827
  :update_date_time,
797
828
  :resource_attribute_list)
829
+ SENSITIVE = []
798
830
  include Aws::Structure
799
831
  end
800
832
 
@@ -837,6 +869,7 @@ module Aws::MigrationHub
837
869
  :progress_percent,
838
870
  :status_detail,
839
871
  :update_date_time)
872
+ SENSITIVE = []
840
873
  include Aws::Structure
841
874
  end
842
875
 
@@ -875,6 +908,7 @@ module Aws::MigrationHub
875
908
  :status,
876
909
  :update_date_time,
877
910
  :dry_run)
911
+ SENSITIVE = []
878
912
  include Aws::Structure
879
913
  end
880
914
 
@@ -936,6 +970,7 @@ module Aws::MigrationHub
936
970
  :update_date_time,
937
971
  :next_update_seconds,
938
972
  :dry_run)
973
+ SENSITIVE = []
939
974
  include Aws::Structure
940
975
  end
941
976
 
@@ -955,6 +990,7 @@ module Aws::MigrationHub
955
990
  #
956
991
  class PolicyErrorException < Struct.new(
957
992
  :message)
993
+ SENSITIVE = []
958
994
  include Aws::Structure
959
995
  end
960
996
 
@@ -970,6 +1006,7 @@ module Aws::MigrationHub
970
1006
  #
971
1007
  class ProgressUpdateStreamSummary < Struct.new(
972
1008
  :progress_update_stream_name)
1009
+ SENSITIVE = []
973
1010
  include Aws::Structure
974
1011
  end
975
1012
 
@@ -1040,6 +1077,7 @@ module Aws::MigrationHub
1040
1077
  :migration_task_name,
1041
1078
  :resource_attribute_list,
1042
1079
  :dry_run)
1080
+ SENSITIVE = []
1043
1081
  include Aws::Structure
1044
1082
  end
1045
1083
 
@@ -1092,6 +1130,7 @@ module Aws::MigrationHub
1092
1130
  class ResourceAttribute < Struct.new(
1093
1131
  :type,
1094
1132
  :value)
1133
+ SENSITIVE = []
1095
1134
  include Aws::Structure
1096
1135
  end
1097
1136
 
@@ -1107,6 +1146,7 @@ module Aws::MigrationHub
1107
1146
  #
1108
1147
  class ResourceNotFoundException < Struct.new(
1109
1148
  :message)
1149
+ SENSITIVE = []
1110
1150
  include Aws::Structure
1111
1151
  end
1112
1152
 
@@ -1120,6 +1160,7 @@ module Aws::MigrationHub
1120
1160
  #
1121
1161
  class ServiceUnavailableException < Struct.new(
1122
1162
  :message)
1163
+ SENSITIVE = []
1123
1164
  include Aws::Structure
1124
1165
  end
1125
1166
 
@@ -1154,6 +1195,7 @@ module Aws::MigrationHub
1154
1195
  :status,
1155
1196
  :status_detail,
1156
1197
  :progress_percent)
1198
+ SENSITIVE = []
1157
1199
  include Aws::Structure
1158
1200
  end
1159
1201
 
@@ -1172,6 +1214,7 @@ module Aws::MigrationHub
1172
1214
  class ThrottlingException < Struct.new(
1173
1215
  :message,
1174
1216
  :retry_after_seconds)
1217
+ SENSITIVE = []
1175
1218
  include Aws::Structure
1176
1219
  end
1177
1220
 
@@ -1185,6 +1228,7 @@ module Aws::MigrationHub
1185
1228
  #
1186
1229
  class UnauthorizedOperation < Struct.new(
1187
1230
  :message)
1231
+ SENSITIVE = []
1188
1232
  include Aws::Structure
1189
1233
  end
1190
1234
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.1
4
+ version: 1.26.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