aws-sdk-migrationhub 1.22.0 → 1.27.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: 14aed068b3b18a650b79b2d3e0df98fb15a05f615396c3b12cf5d98ea01673d2
4
- data.tar.gz: de96790e1a27ebb6d2eee266bb8f0883be08a132fe490bb5accadeeb7d400654
3
+ metadata.gz: 6a5d02e6a91c76f1b57c9d83def54e7d1af55db1d2b8b6ebd3ae3ad791343318
4
+ data.tar.gz: 2c588095da5fa3f54ded4be76b9aa4adca579031349dcda29530b5e86415c520
5
5
  SHA512:
6
- metadata.gz: 427d5e820906159b5d8b11075f95050be3c816fc0d65fd08cad26b6ff2e0c0242b9b5434a45e370004f181fad525bc50803b710d28404d577a2d179d1b488b73
7
- data.tar.gz: f4f96b3fe72a18e8bb4fd4353c20edf54e87fbeb52da3e5b6b045b5e1c982edd898acea2a1fe2d59a0471145432a2c9f16869fc1d7c9cccefecb126048c8a031
6
+ metadata.gz: 58f8bf13ea92a0c6dd14ac7f1a95aab9fc732d92f4e394861701ae1c222fc1ab0abbcb05c8e9b4d6600a5913e54f894c2dac5900f30cfb139bfca28c62427d17
7
+ data.tar.gz: 24636a1940df33d0f6d00cb10ff7bbb0116f22ddbffc32b071e2af89cd1b57ce1d6f5b733be82a1062e0149ff049bfd5f7a269d708dbcb2416781a76eff0c4f7
@@ -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:
@@ -42,9 +44,9 @@ require_relative 'aws-sdk-migrationhub/customizations'
42
44
  #
43
45
  # See {Errors} for more information.
44
46
  #
45
- # @service
47
+ # @!group service
46
48
  module Aws::MigrationHub
47
49
 
48
- GEM_VERSION = '1.22.0'
50
+ GEM_VERSION = '1.27.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::MigrationHub
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -81,13 +85,28 @@ module Aws::MigrationHub
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,15 +116,15 @@ module Aws::MigrationHub
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
107
126
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
127
+ # a default `:region` is searched for in the following locations:
109
128
  #
110
129
  # * `Aws.config[:region]`
111
130
  # * `ENV['AWS_REGION']`
@@ -161,7 +180,7 @@ module Aws::MigrationHub
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +195,7 @@ module Aws::MigrationHub
176
195
  # requests fetching endpoints information. Defaults to 60 sec.
177
196
  #
178
197
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
198
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
199
  #
181
200
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
201
  # The log formatter.
@@ -1151,7 +1170,7 @@ module Aws::MigrationHub
1151
1170
  params: params,
1152
1171
  config: config)
1153
1172
  context[:gem_name] = 'aws-sdk-migrationhub'
1154
- context[:gem_version] = '1.22.0'
1173
+ context[:gem_version] = '1.27.0'
1155
1174
  Seahorse::Client::Request.new(handlers, context)
1156
1175
  end
1157
1176
 
@@ -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.22.0
4
+ version: 1.27.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-04-16 00:00:00.000000000 Z
11
+ date: 2020-08-25 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement