aws-sdk-transfer 1.22.1 → 1.23.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: b4db4a56c0a0adf16002ad4b1fe63dfadfc49c44cd8db6acd43ee52bd1543bed
4
- data.tar.gz: 49de814671006e70ac823c3f731546299fcc590330fcb5320eed112a9c1e5fe2
3
+ metadata.gz: 1501e1563bf7f9af211fa870cd288173b03ea5fb6a76ff76d91b75fc0edbad09
4
+ data.tar.gz: aedfc9f789f4ce46dfde7f0c107aba5720ae654d9d248fcd8cfa46ff2ee7c0dc
5
5
  SHA512:
6
- metadata.gz: ea931e340d96e0b27b286dd0dea466d868dbb2ce53f0952f40004a9b51d8c9bbb2b64a6a84a784af14dc694db5e68d21b4749704260e36629c582e48205e9508
7
- data.tar.gz: f68f4e8ebe6d2dd04c6aeb180665498fa1980723e0d6988fb9b8a3971bc603375726422e431ed79388b47aa9c80c69854b5da22c8481b8e1b1f919af30f17e5a
6
+ metadata.gz: 8eec295cbaaca3cfb99daff5a8c36de76127f32e4f0af4bf6b039c28fd222986704f575d1b10b1064d29d4fadbc75fa27bb386fb11500730431e4282d3d2f6d6
7
+ data.tar.gz: f9790503c56f0d7cd4f9231baffb09fc35428ff6460f3e3b6d786c10518726fe2a9146eb0048484e179ca820efa1170707cdfb2045a0956b29cae7536511530b
@@ -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-transfer/customizations'
45
47
  # @service
46
48
  module Aws::Transfer
47
49
 
48
- GEM_VERSION = '1.22.1'
50
+ GEM_VERSION = '1.23.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:
@@ -1569,7 +1571,7 @@ module Aws::Transfer
1569
1571
  params: params,
1570
1572
  config: config)
1571
1573
  context[:gem_name] = 'aws-sdk-transfer'
1572
- context[:gem_version] = '1.22.1'
1574
+ context[:gem_version] = '1.23.0'
1573
1575
  Seahorse::Client::Request.new(handlers, context)
1574
1576
  end
1575
1577
 
@@ -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::Transfer
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -31,6 +34,7 @@ module Aws::Transfer
31
34
  #
32
35
  class ConflictException < Struct.new(
33
36
  :message)
37
+ SENSITIVE = []
34
38
  include Aws::Structure
35
39
  end
36
40
 
@@ -214,6 +218,7 @@ module Aws::Transfer
214
218
  :logging_role,
215
219
  :protocols,
216
220
  :tags)
221
+ SENSITIVE = [:host_key]
217
222
  include Aws::Structure
218
223
  end
219
224
 
@@ -226,6 +231,7 @@ module Aws::Transfer
226
231
  #
227
232
  class CreateServerResponse < Struct.new(
228
233
  :server_id)
234
+ SENSITIVE = []
229
235
  include Aws::Structure
230
236
  end
231
237
 
@@ -375,6 +381,7 @@ module Aws::Transfer
375
381
  :ssh_public_key_body,
376
382
  :tags,
377
383
  :user_name)
384
+ SENSITIVE = []
378
385
  include Aws::Structure
379
386
  end
380
387
 
@@ -393,6 +400,7 @@ module Aws::Transfer
393
400
  class CreateUserResponse < Struct.new(
394
401
  :server_id,
395
402
  :user_name)
403
+ SENSITIVE = []
396
404
  include Aws::Structure
397
405
  end
398
406
 
@@ -412,6 +420,7 @@ module Aws::Transfer
412
420
  #
413
421
  class DeleteServerRequest < Struct.new(
414
422
  :server_id)
423
+ SENSITIVE = []
415
424
  include Aws::Structure
416
425
  end
417
426
 
@@ -444,6 +453,7 @@ module Aws::Transfer
444
453
  :server_id,
445
454
  :ssh_public_key_id,
446
455
  :user_name)
456
+ SENSITIVE = []
447
457
  include Aws::Structure
448
458
  end
449
459
 
@@ -470,6 +480,7 @@ module Aws::Transfer
470
480
  class DeleteUserRequest < Struct.new(
471
481
  :server_id,
472
482
  :user_name)
483
+ SENSITIVE = []
473
484
  include Aws::Structure
474
485
  end
475
486
 
@@ -489,6 +500,7 @@ module Aws::Transfer
489
500
  #
490
501
  class DescribeServerRequest < Struct.new(
491
502
  :server_id)
503
+ SENSITIVE = []
492
504
  include Aws::Structure
493
505
  end
494
506
 
@@ -501,6 +513,7 @@ module Aws::Transfer
501
513
  #
502
514
  class DescribeServerResponse < Struct.new(
503
515
  :server)
516
+ SENSITIVE = []
504
517
  include Aws::Structure
505
518
  end
506
519
 
@@ -529,6 +542,7 @@ module Aws::Transfer
529
542
  class DescribeUserRequest < Struct.new(
530
543
  :server_id,
531
544
  :user_name)
545
+ SENSITIVE = []
532
546
  include Aws::Structure
533
547
  end
534
548
 
@@ -547,6 +561,7 @@ module Aws::Transfer
547
561
  class DescribeUserResponse < Struct.new(
548
562
  :server_id,
549
563
  :user)
564
+ SENSITIVE = []
550
565
  include Aws::Structure
551
566
  end
552
567
 
@@ -667,6 +682,7 @@ module Aws::Transfer
667
682
  :state,
668
683
  :tags,
669
684
  :user_count)
685
+ SENSITIVE = []
670
686
  include Aws::Structure
671
687
  end
672
688
 
@@ -753,6 +769,7 @@ module Aws::Transfer
753
769
  :ssh_public_keys,
754
770
  :tags,
755
771
  :user_name)
772
+ SENSITIVE = []
756
773
  include Aws::Structure
757
774
  end
758
775
 
@@ -816,6 +833,7 @@ module Aws::Transfer
816
833
  :subnet_ids,
817
834
  :vpc_endpoint_id,
818
835
  :vpc_id)
836
+ SENSITIVE = []
819
837
  include Aws::Structure
820
838
  end
821
839
 
@@ -843,6 +861,7 @@ module Aws::Transfer
843
861
  class HomeDirectoryMapEntry < Struct.new(
844
862
  :entry,
845
863
  :target)
864
+ SENSITIVE = []
846
865
  include Aws::Structure
847
866
  end
848
867
 
@@ -873,6 +892,7 @@ module Aws::Transfer
873
892
  class IdentityProviderDetails < Struct.new(
874
893
  :url,
875
894
  :invocation_role)
895
+ SENSITIVE = []
876
896
  include Aws::Structure
877
897
  end
878
898
 
@@ -905,6 +925,7 @@ module Aws::Transfer
905
925
  :server_id,
906
926
  :ssh_public_key_body,
907
927
  :user_name)
928
+ SENSITIVE = []
908
929
  include Aws::Structure
909
930
  end
910
931
 
@@ -932,6 +953,7 @@ module Aws::Transfer
932
953
  :server_id,
933
954
  :ssh_public_key_id,
934
955
  :user_name)
956
+ SENSITIVE = []
935
957
  include Aws::Structure
936
958
  end
937
959
 
@@ -945,6 +967,7 @@ module Aws::Transfer
945
967
  #
946
968
  class InternalServiceError < Struct.new(
947
969
  :message)
970
+ SENSITIVE = []
948
971
  include Aws::Structure
949
972
  end
950
973
 
@@ -957,6 +980,7 @@ module Aws::Transfer
957
980
  #
958
981
  class InvalidNextTokenException < Struct.new(
959
982
  :message)
983
+ SENSITIVE = []
960
984
  include Aws::Structure
961
985
  end
962
986
 
@@ -969,6 +993,7 @@ module Aws::Transfer
969
993
  #
970
994
  class InvalidRequestException < Struct.new(
971
995
  :message)
996
+ SENSITIVE = []
972
997
  include Aws::Structure
973
998
  end
974
999
 
@@ -997,6 +1022,7 @@ module Aws::Transfer
997
1022
  class ListServersRequest < Struct.new(
998
1023
  :max_results,
999
1024
  :next_token)
1025
+ SENSITIVE = []
1000
1026
  include Aws::Structure
1001
1027
  end
1002
1028
 
@@ -1016,6 +1042,7 @@ module Aws::Transfer
1016
1042
  class ListServersResponse < Struct.new(
1017
1043
  :next_token,
1018
1044
  :servers)
1045
+ SENSITIVE = []
1019
1046
  include Aws::Structure
1020
1047
  end
1021
1048
 
@@ -1052,6 +1079,7 @@ module Aws::Transfer
1052
1079
  :arn,
1053
1080
  :max_results,
1054
1081
  :next_token)
1082
+ SENSITIVE = []
1055
1083
  include Aws::Structure
1056
1084
  end
1057
1085
 
@@ -1078,6 +1106,7 @@ module Aws::Transfer
1078
1106
  :arn,
1079
1107
  :next_token,
1080
1108
  :tags)
1109
+ SENSITIVE = []
1081
1110
  include Aws::Structure
1082
1111
  end
1083
1112
 
@@ -1113,6 +1142,7 @@ module Aws::Transfer
1113
1142
  :max_results,
1114
1143
  :next_token,
1115
1144
  :server_id)
1145
+ SENSITIVE = []
1116
1146
  include Aws::Structure
1117
1147
  end
1118
1148
 
@@ -1139,6 +1169,7 @@ module Aws::Transfer
1139
1169
  :next_token,
1140
1170
  :server_id,
1141
1171
  :users)
1172
+ SENSITIVE = []
1142
1173
  include Aws::Structure
1143
1174
  end
1144
1175
 
@@ -1204,6 +1235,7 @@ module Aws::Transfer
1204
1235
  :server_id,
1205
1236
  :state,
1206
1237
  :user_count)
1238
+ SENSITIVE = []
1207
1239
  include Aws::Structure
1208
1240
  end
1209
1241
 
@@ -1256,6 +1288,7 @@ module Aws::Transfer
1256
1288
  :role,
1257
1289
  :ssh_public_key_count,
1258
1290
  :user_name)
1291
+ SENSITIVE = []
1259
1292
  include Aws::Structure
1260
1293
  end
1261
1294
 
@@ -1276,6 +1309,7 @@ module Aws::Transfer
1276
1309
  :message,
1277
1310
  :resource,
1278
1311
  :resource_type)
1312
+ SENSITIVE = []
1279
1313
  include Aws::Structure
1280
1314
  end
1281
1315
 
@@ -1297,6 +1331,7 @@ module Aws::Transfer
1297
1331
  :message,
1298
1332
  :resource,
1299
1333
  :resource_type)
1334
+ SENSITIVE = []
1300
1335
  include Aws::Structure
1301
1336
  end
1302
1337
 
@@ -1310,6 +1345,7 @@ module Aws::Transfer
1310
1345
  #
1311
1346
  class ServiceUnavailableException < Struct.new(
1312
1347
  :message)
1348
+ SENSITIVE = []
1313
1349
  include Aws::Structure
1314
1350
  end
1315
1351
 
@@ -1341,6 +1377,7 @@ module Aws::Transfer
1341
1377
  :date_imported,
1342
1378
  :ssh_public_key_body,
1343
1379
  :ssh_public_key_id)
1380
+ SENSITIVE = []
1344
1381
  include Aws::Structure
1345
1382
  end
1346
1383
 
@@ -1360,6 +1397,7 @@ module Aws::Transfer
1360
1397
  #
1361
1398
  class StartServerRequest < Struct.new(
1362
1399
  :server_id)
1400
+ SENSITIVE = []
1363
1401
  include Aws::Structure
1364
1402
  end
1365
1403
 
@@ -1379,6 +1417,7 @@ module Aws::Transfer
1379
1417
  #
1380
1418
  class StopServerRequest < Struct.new(
1381
1419
  :server_id)
1420
+ SENSITIVE = []
1382
1421
  include Aws::Structure
1383
1422
  end
1384
1423
 
@@ -1411,6 +1450,7 @@ module Aws::Transfer
1411
1450
  class Tag < Struct.new(
1412
1451
  :key,
1413
1452
  :value)
1453
+ SENSITIVE = []
1414
1454
  include Aws::Structure
1415
1455
  end
1416
1456
 
@@ -1443,6 +1483,7 @@ module Aws::Transfer
1443
1483
  class TagResourceRequest < Struct.new(
1444
1484
  :arn,
1445
1485
  :tags)
1486
+ SENSITIVE = []
1446
1487
  include Aws::Structure
1447
1488
  end
1448
1489
 
@@ -1495,6 +1536,7 @@ module Aws::Transfer
1495
1536
  :source_ip,
1496
1537
  :user_name,
1497
1538
  :user_password)
1539
+ SENSITIVE = [:user_password]
1498
1540
  include Aws::Structure
1499
1541
  end
1500
1542
 
@@ -1521,6 +1563,7 @@ module Aws::Transfer
1521
1563
  :status_code,
1522
1564
  :message,
1523
1565
  :url)
1566
+ SENSITIVE = []
1524
1567
  include Aws::Structure
1525
1568
  end
1526
1569
 
@@ -1535,6 +1578,7 @@ module Aws::Transfer
1535
1578
  #
1536
1579
  class ThrottlingException < Struct.new(
1537
1580
  :retry_after_seconds)
1581
+ SENSITIVE = []
1538
1582
  include Aws::Structure
1539
1583
  end
1540
1584
 
@@ -1563,6 +1607,7 @@ module Aws::Transfer
1563
1607
  class UntagResourceRequest < Struct.new(
1564
1608
  :arn,
1565
1609
  :tag_keys)
1610
+ SENSITIVE = []
1566
1611
  include Aws::Structure
1567
1612
  end
1568
1613
 
@@ -1729,6 +1774,7 @@ module Aws::Transfer
1729
1774
  :logging_role,
1730
1775
  :protocols,
1731
1776
  :server_id)
1777
+ SENSITIVE = [:host_key]
1732
1778
  include Aws::Structure
1733
1779
  end
1734
1780
 
@@ -1741,6 +1787,7 @@ module Aws::Transfer
1741
1787
  #
1742
1788
  class UpdateServerResponse < Struct.new(
1743
1789
  :server_id)
1790
+ SENSITIVE = []
1744
1791
  include Aws::Structure
1745
1792
  end
1746
1793
 
@@ -1872,6 +1919,7 @@ module Aws::Transfer
1872
1919
  :role,
1873
1920
  :server_id,
1874
1921
  :user_name)
1922
+ SENSITIVE = []
1875
1923
  include Aws::Structure
1876
1924
  end
1877
1925
 
@@ -1895,6 +1943,7 @@ module Aws::Transfer
1895
1943
  class UpdateUserResponse < Struct.new(
1896
1944
  :server_id,
1897
1945
  :user_name)
1946
+ SENSITIVE = []
1898
1947
  include Aws::Structure
1899
1948
  end
1900
1949
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.1
4
+ version: 1.23.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