aws-sdk-s3control 1.18.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed45cc6bc99bb6eaff2309ff7f97961ceef9a09d6aef318158c62668e75a3fc1
4
- data.tar.gz: be4641408d717c147d3d186e012514d8db9e9ba1273c9026c6b5fc3b281f5428
3
+ metadata.gz: f088de3ba6d80a2abd597fab94badf858d8cd6317ca1a89a4c624f7427b3ec22
4
+ data.tar.gz: 1184e06f9cce8ba12d0d7abe7cf600839025a6bfb11866e69b0c26aeab975868
5
5
  SHA512:
6
- metadata.gz: f9e23f51ac6ae9e1e4d5dec4c94e52b9fb65e58face91d8b14d2b6c506128fc999f5856328cf2189dbb7864f57c348c256f54cff8ac40a30becc046a2f2acf3d
7
- data.tar.gz: 62419f9038edecd9f266e309f86aba20f254a0070536c840b3b91d5d2254eaff039c71ceb4b808cd289e8d1279e7ec336f03669b187a3ba34ad8c49a12fef70e
6
+ metadata.gz: 2081ff71149a1fd960c2c7a749c5816dff0d42246acb4fb7a7bda826290aea343a58396fe8517c7bf80bf5a1ac7446a56d9123da62605eb78c098ac2c9bd940f
7
+ data.tar.gz: 9ba5298105c8afdb5ba4e141071a10cf2928a95a361c8f58adc659459498d1897b17a71fab5fe960059feeb7201a32993b7a7f32ed76e7dba58eb7355c56d864
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sigv4'
9
12
  require 'aws-sdk-core'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-s3control/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::S3Control
47
50
 
48
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.23.0'
49
52
 
50
53
  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/protocols/rest_xml.rb'
28
31
  require 'aws-sdk-s3control/plugins/s3_control_dns.rb'
29
32
  require 'aws-sdk-s3control/plugins/s3_signer.rb'
@@ -72,6 +75,7 @@ module Aws::S3Control
72
75
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
73
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
74
77
  add_plugin(Aws::Plugins::TransferEncoding)
78
+ add_plugin(Aws::Plugins::HttpChecksum)
75
79
  add_plugin(Aws::Plugins::Protocols::RestXml)
76
80
  add_plugin(Aws::S3Control::Plugins::S3ControlDns)
77
81
  add_plugin(Aws::S3Control::Plugins::S3Signer)
@@ -87,13 +91,28 @@ module Aws::S3Control
87
91
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
88
92
  # credentials.
89
93
  #
94
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
95
+ # shared file, such as `~/.aws/config`.
96
+ #
97
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
98
+ #
99
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
100
+ # assume a role after providing credentials via the web.
101
+ #
102
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
103
+ # access token generated from `aws login`.
104
+ #
105
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
106
+ # process that outputs to stdout.
107
+ #
90
108
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
91
109
  # from an EC2 IMDS on an EC2 instance.
92
110
  #
93
- # * `Aws::SharedCredentials` - Used for loading credentials from a
94
- # shared file, such as `~/.aws/config`.
111
+ # * `Aws::ECSCredentials` - Used for loading credentials from
112
+ # instances running in ECS.
95
113
  #
96
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
114
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
115
+ # from the Cognito Identity service.
97
116
  #
98
117
  # When `:credentials` are not configured directly, the following
99
118
  # locations will be searched for credentials:
@@ -103,10 +122,10 @@ module Aws::S3Control
103
122
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
104
123
  # * `~/.aws/credentials`
105
124
  # * `~/.aws/config`
106
- # * EC2 IMDS instance profile - When used by default, the timeouts are
107
- # very aggressive. Construct and pass an instance of
108
- # `Aws::InstanceProfileCredentails` to enable retries and extended
109
- # timeouts.
125
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
126
+ # are very aggressive. Construct and pass an instance of
127
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
128
+ # enable retries and extended timeouts.
110
129
  #
111
130
  # @option options [required, String] :region
112
131
  # The AWS region to connect to. The configured `:region` is
@@ -167,7 +186,7 @@ module Aws::S3Control
167
186
  # @option options [String] :endpoint
168
187
  # The client endpoint is normally constructed from the `:region`
169
188
  # option. You should only configure an `:endpoint` when connecting
170
- # to test endpoints. This should be a valid HTTP(S) URI.
189
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
171
190
  #
172
191
  # @option options [Integer] :endpoint_cache_max_entries (1000)
173
192
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -182,7 +201,7 @@ module Aws::S3Control
182
201
  # requests fetching endpoints information. Defaults to 60 sec.
183
202
  #
184
203
  # @option options [Boolean] :endpoint_discovery (false)
185
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
204
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
186
205
  #
187
206
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
188
207
  # The log formatter.
@@ -1481,7 +1500,7 @@ module Aws::S3Control
1481
1500
  params: params,
1482
1501
  config: config)
1483
1502
  context[:gem_name] = 'aws-sdk-s3control'
1484
- context[:gem_version] = '1.18.0'
1503
+ context[:gem_version] = '1.23.0'
1485
1504
  Seahorse::Client::Request.new(handlers, context)
1486
1505
  end
1487
1506
 
@@ -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
  module Aws
2
4
  module S3Control
3
5
  module Plugins
@@ -20,7 +22,9 @@ for all operations.
20
22
  # @api private
21
23
  class OptionHandler < Seahorse::Client::Handler
22
24
  def call(context)
23
- dualstack = context.params.delete(:use_dualstack_endpoint)
25
+ if context.params.is_a?(Hash)
26
+ dualstack = context.params.delete(:use_dualstack_endpoint)
27
+ end
24
28
  dualstack = context.config.use_dualstack_endpoint if dualstack.nil?
25
29
  context[:use_dualstack_endpoint] = dualstack
26
30
  @handler.call(context)
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module S3Control
3
5
  module Plugins
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module S3Control
3
5
  module Plugins
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'aws-sigv4'
2
4
 
3
5
  module Aws
@@ -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:
@@ -39,6 +41,7 @@ module Aws::S3Control
39
41
  :network_origin,
40
42
  :vpc_configuration,
41
43
  :bucket)
44
+ SENSITIVE = []
42
45
  include Aws::Structure
43
46
  end
44
47
 
@@ -49,6 +52,7 @@ module Aws::S3Control
49
52
  #
50
53
  class BadRequestException < Struct.new(
51
54
  :message)
55
+ SENSITIVE = []
52
56
  include Aws::Structure
53
57
  end
54
58
 
@@ -109,6 +113,7 @@ module Aws::S3Control
109
113
  :bucket,
110
114
  :vpc_configuration,
111
115
  :public_access_block_configuration)
116
+ SENSITIVE = []
112
117
  include Aws::Structure
113
118
  end
114
119
 
@@ -316,6 +321,7 @@ module Aws::S3Control
316
321
  :priority,
317
322
  :role_arn,
318
323
  :tags)
324
+ SENSITIVE = []
319
325
  include Aws::Structure
320
326
  end
321
327
 
@@ -328,6 +334,7 @@ module Aws::S3Control
328
334
  #
329
335
  class CreateJobResult < Struct.new(
330
336
  :job_id)
337
+ SENSITIVE = []
331
338
  include Aws::Structure
332
339
  end
333
340
 
@@ -352,6 +359,7 @@ module Aws::S3Control
352
359
  class DeleteAccessPointPolicyRequest < Struct.new(
353
360
  :account_id,
354
361
  :name)
362
+ SENSITIVE = []
355
363
  include Aws::Structure
356
364
  end
357
365
 
@@ -376,6 +384,7 @@ module Aws::S3Control
376
384
  class DeleteAccessPointRequest < Struct.new(
377
385
  :account_id,
378
386
  :name)
387
+ SENSITIVE = []
379
388
  include Aws::Structure
380
389
  end
381
390
 
@@ -402,6 +411,7 @@ module Aws::S3Control
402
411
  class DeleteJobTaggingRequest < Struct.new(
403
412
  :account_id,
404
413
  :job_id)
414
+ SENSITIVE = []
405
415
  include Aws::Structure
406
416
  end
407
417
 
@@ -425,6 +435,7 @@ module Aws::S3Control
425
435
  #
426
436
  class DeletePublicAccessBlockRequest < Struct.new(
427
437
  :account_id)
438
+ SENSITIVE = []
428
439
  include Aws::Structure
429
440
  end
430
441
 
@@ -448,6 +459,7 @@ module Aws::S3Control
448
459
  class DescribeJobRequest < Struct.new(
449
460
  :account_id,
450
461
  :job_id)
462
+ SENSITIVE = []
451
463
  include Aws::Structure
452
464
  end
453
465
 
@@ -460,6 +472,7 @@ module Aws::S3Control
460
472
  #
461
473
  class DescribeJobResult < Struct.new(
462
474
  :job)
475
+ SENSITIVE = []
463
476
  include Aws::Structure
464
477
  end
465
478
 
@@ -484,6 +497,7 @@ module Aws::S3Control
484
497
  class GetAccessPointPolicyRequest < Struct.new(
485
498
  :account_id,
486
499
  :name)
500
+ SENSITIVE = []
487
501
  include Aws::Structure
488
502
  end
489
503
 
@@ -495,6 +509,7 @@ module Aws::S3Control
495
509
  #
496
510
  class GetAccessPointPolicyResult < Struct.new(
497
511
  :policy)
512
+ SENSITIVE = []
498
513
  include Aws::Structure
499
514
  end
500
515
 
@@ -520,6 +535,7 @@ module Aws::S3Control
520
535
  class GetAccessPointPolicyStatusRequest < Struct.new(
521
536
  :account_id,
522
537
  :name)
538
+ SENSITIVE = []
523
539
  include Aws::Structure
524
540
  end
525
541
 
@@ -531,6 +547,7 @@ module Aws::S3Control
531
547
  #
532
548
  class GetAccessPointPolicyStatusResult < Struct.new(
533
549
  :policy_status)
550
+ SENSITIVE = []
534
551
  include Aws::Structure
535
552
  end
536
553
 
@@ -556,6 +573,7 @@ module Aws::S3Control
556
573
  class GetAccessPointRequest < Struct.new(
557
574
  :account_id,
558
575
  :name)
576
+ SENSITIVE = []
559
577
  include Aws::Structure
560
578
  end
561
579
 
@@ -606,6 +624,7 @@ module Aws::S3Control
606
624
  :vpc_configuration,
607
625
  :public_access_block_configuration,
608
626
  :creation_date)
627
+ SENSITIVE = []
609
628
  include Aws::Structure
610
629
  end
611
630
 
@@ -632,6 +651,7 @@ module Aws::S3Control
632
651
  class GetJobTaggingRequest < Struct.new(
633
652
  :account_id,
634
653
  :job_id)
654
+ SENSITIVE = []
635
655
  include Aws::Structure
636
656
  end
637
657
 
@@ -643,6 +663,7 @@ module Aws::S3Control
643
663
  #
644
664
  class GetJobTaggingResult < Struct.new(
645
665
  :tags)
666
+ SENSITIVE = []
646
667
  include Aws::Structure
647
668
  end
648
669
 
@@ -655,6 +676,7 @@ module Aws::S3Control
655
676
  #
656
677
  class GetPublicAccessBlockOutput < Struct.new(
657
678
  :public_access_block_configuration)
679
+ SENSITIVE = []
658
680
  include Aws::Structure
659
681
  end
660
682
 
@@ -674,6 +696,7 @@ module Aws::S3Control
674
696
  #
675
697
  class GetPublicAccessBlockRequest < Struct.new(
676
698
  :account_id)
699
+ SENSITIVE = []
677
700
  include Aws::Structure
678
701
  end
679
702
 
@@ -684,6 +707,7 @@ module Aws::S3Control
684
707
  #
685
708
  class IdempotencyException < Struct.new(
686
709
  :message)
710
+ SENSITIVE = []
687
711
  include Aws::Structure
688
712
  end
689
713
 
@@ -694,6 +718,7 @@ module Aws::S3Control
694
718
  #
695
719
  class InternalServiceException < Struct.new(
696
720
  :message)
721
+ SENSITIVE = []
697
722
  include Aws::Structure
698
723
  end
699
724
 
@@ -704,6 +729,7 @@ module Aws::S3Control
704
729
  #
705
730
  class InvalidNextTokenException < Struct.new(
706
731
  :message)
732
+ SENSITIVE = []
707
733
  include Aws::Structure
708
734
  end
709
735
 
@@ -714,6 +740,7 @@ module Aws::S3Control
714
740
  #
715
741
  class InvalidRequestException < Struct.new(
716
742
  :message)
743
+ SENSITIVE = []
717
744
  include Aws::Structure
718
745
  end
719
746
 
@@ -823,6 +850,7 @@ module Aws::S3Control
823
850
  :role_arn,
824
851
  :suspended_date,
825
852
  :suspended_cause)
853
+ SENSITIVE = []
826
854
  include Aws::Structure
827
855
  end
828
856
 
@@ -841,6 +869,7 @@ module Aws::S3Control
841
869
  class JobFailure < Struct.new(
842
870
  :failure_code,
843
871
  :failure_reason)
872
+ SENSITIVE = []
844
873
  include Aws::Structure
845
874
  end
846
875
 
@@ -896,6 +925,7 @@ module Aws::S3Control
896
925
  :creation_time,
897
926
  :termination_date,
898
927
  :progress_summary)
928
+ SENSITIVE = []
899
929
  include Aws::Structure
900
930
  end
901
931
 
@@ -932,6 +962,7 @@ module Aws::S3Control
932
962
  class JobManifest < Struct.new(
933
963
  :spec,
934
964
  :location)
965
+ SENSITIVE = []
935
966
  include Aws::Structure
936
967
  end
937
968
 
@@ -965,6 +996,7 @@ module Aws::S3Control
965
996
  :object_arn,
966
997
  :object_version_id,
967
998
  :etag)
999
+ SENSITIVE = []
968
1000
  include Aws::Structure
969
1001
  end
970
1002
 
@@ -995,6 +1027,7 @@ module Aws::S3Control
995
1027
  class JobManifestSpec < Struct.new(
996
1028
  :format,
997
1029
  :fields)
1030
+ SENSITIVE = []
998
1031
  include Aws::Structure
999
1032
  end
1000
1033
 
@@ -1164,6 +1197,7 @@ module Aws::S3Control
1164
1197
  :s3_initiate_restore_object,
1165
1198
  :s3_put_object_legal_hold,
1166
1199
  :s3_put_object_retention)
1200
+ SENSITIVE = []
1167
1201
  include Aws::Structure
1168
1202
  end
1169
1203
 
@@ -1186,6 +1220,7 @@ module Aws::S3Control
1186
1220
  :total_number_of_tasks,
1187
1221
  :number_of_tasks_succeeded,
1188
1222
  :number_of_tasks_failed)
1223
+ SENSITIVE = []
1189
1224
  include Aws::Structure
1190
1225
  end
1191
1226
 
@@ -1236,6 +1271,7 @@ module Aws::S3Control
1236
1271
  :enabled,
1237
1272
  :prefix,
1238
1273
  :report_scope)
1274
+ SENSITIVE = []
1239
1275
  include Aws::Structure
1240
1276
  end
1241
1277
 
@@ -1246,6 +1282,7 @@ module Aws::S3Control
1246
1282
  #
1247
1283
  class JobStatusException < Struct.new(
1248
1284
  :message)
1285
+ SENSITIVE = []
1249
1286
  include Aws::Structure
1250
1287
  end
1251
1288
 
@@ -1267,6 +1304,7 @@ module Aws::S3Control
1267
1304
  #
1268
1305
  class LambdaInvokeOperation < Struct.new(
1269
1306
  :function_arn)
1307
+ SENSITIVE = []
1270
1308
  include Aws::Structure
1271
1309
  end
1272
1310
 
@@ -1312,6 +1350,7 @@ module Aws::S3Control
1312
1350
  :bucket,
1313
1351
  :next_token,
1314
1352
  :max_results)
1353
+ SENSITIVE = []
1315
1354
  include Aws::Structure
1316
1355
  end
1317
1356
 
@@ -1332,6 +1371,7 @@ module Aws::S3Control
1332
1371
  class ListAccessPointsResult < Struct.new(
1333
1372
  :access_point_list,
1334
1373
  :next_token)
1374
+ SENSITIVE = []
1335
1375
  include Aws::Structure
1336
1376
  end
1337
1377
 
@@ -1373,6 +1413,7 @@ module Aws::S3Control
1373
1413
  :job_statuses,
1374
1414
  :next_token,
1375
1415
  :max_results)
1416
+ SENSITIVE = []
1376
1417
  include Aws::Structure
1377
1418
  end
1378
1419
 
@@ -1392,6 +1433,7 @@ module Aws::S3Control
1392
1433
  class ListJobsResult < Struct.new(
1393
1434
  :next_token,
1394
1435
  :jobs)
1436
+ SENSITIVE = []
1395
1437
  include Aws::Structure
1396
1438
  end
1397
1439
 
@@ -1406,6 +1448,7 @@ module Aws::S3Control
1406
1448
  #
1407
1449
  class NoSuchPublicAccessBlockConfiguration < Struct.new(
1408
1450
  :message)
1451
+ SENSITIVE = []
1409
1452
  include Aws::Structure
1410
1453
  end
1411
1454
 
@@ -1416,6 +1459,7 @@ module Aws::S3Control
1416
1459
  #
1417
1460
  class NotFoundException < Struct.new(
1418
1461
  :message)
1462
+ SENSITIVE = []
1419
1463
  include Aws::Structure
1420
1464
  end
1421
1465
 
@@ -1435,6 +1479,7 @@ module Aws::S3Control
1435
1479
  #
1436
1480
  class PolicyStatus < Struct.new(
1437
1481
  :is_public)
1482
+ SENSITIVE = []
1438
1483
  include Aws::Structure
1439
1484
  end
1440
1485
 
@@ -1511,6 +1556,7 @@ module Aws::S3Control
1511
1556
  :ignore_public_acls,
1512
1557
  :block_public_policy,
1513
1558
  :restrict_public_buckets)
1559
+ SENSITIVE = []
1514
1560
  include Aws::Structure
1515
1561
  end
1516
1562
 
@@ -1550,6 +1596,7 @@ module Aws::S3Control
1550
1596
  :account_id,
1551
1597
  :name,
1552
1598
  :policy)
1599
+ SENSITIVE = []
1553
1600
  include Aws::Structure
1554
1601
  end
1555
1602
 
@@ -1588,6 +1635,7 @@ module Aws::S3Control
1588
1635
  :account_id,
1589
1636
  :job_id,
1590
1637
  :tags)
1638
+ SENSITIVE = []
1591
1639
  include Aws::Structure
1592
1640
  end
1593
1641
 
@@ -1623,6 +1671,7 @@ module Aws::S3Control
1623
1671
  class PutPublicAccessBlockRequest < Struct.new(
1624
1672
  :public_access_block_configuration,
1625
1673
  :account_id)
1674
+ SENSITIVE = []
1626
1675
  include Aws::Structure
1627
1676
  end
1628
1677
 
@@ -1657,6 +1706,7 @@ module Aws::S3Control
1657
1706
  class S3AccessControlList < Struct.new(
1658
1707
  :owner,
1659
1708
  :grants)
1709
+ SENSITIVE = []
1660
1710
  include Aws::Structure
1661
1711
  end
1662
1712
 
@@ -1694,6 +1744,7 @@ module Aws::S3Control
1694
1744
  class S3AccessControlPolicy < Struct.new(
1695
1745
  :access_control_list,
1696
1746
  :canned_access_control_list)
1747
+ SENSITIVE = []
1697
1748
  include Aws::Structure
1698
1749
  end
1699
1750
 
@@ -1829,6 +1880,7 @@ module Aws::S3Control
1829
1880
  :object_lock_legal_hold_status,
1830
1881
  :object_lock_mode,
1831
1882
  :object_lock_retain_until_date)
1883
+ SENSITIVE = []
1832
1884
  include Aws::Structure
1833
1885
  end
1834
1886
 
@@ -1855,6 +1907,7 @@ module Aws::S3Control
1855
1907
  class S3Grant < Struct.new(
1856
1908
  :grantee,
1857
1909
  :permission)
1910
+ SENSITIVE = []
1858
1911
  include Aws::Structure
1859
1912
  end
1860
1913
 
@@ -1882,6 +1935,7 @@ module Aws::S3Control
1882
1935
  :type_identifier,
1883
1936
  :identifier,
1884
1937
  :display_name)
1938
+ SENSITIVE = []
1885
1939
  include Aws::Structure
1886
1940
  end
1887
1941
 
@@ -1913,6 +1967,7 @@ module Aws::S3Control
1913
1967
  class S3InitiateRestoreObjectOperation < Struct.new(
1914
1968
  :expiration_in_days,
1915
1969
  :glacier_job_tier)
1970
+ SENSITIVE = []
1916
1971
  include Aws::Structure
1917
1972
  end
1918
1973
 
@@ -1932,6 +1987,7 @@ module Aws::S3Control
1932
1987
  #
1933
1988
  class S3ObjectLockLegalHold < Struct.new(
1934
1989
  :status)
1990
+ SENSITIVE = []
1935
1991
  include Aws::Structure
1936
1992
  end
1937
1993
 
@@ -2001,6 +2057,7 @@ module Aws::S3Control
2001
2057
  :http_expires_date,
2002
2058
  :requester_charged,
2003
2059
  :sse_algorithm)
2060
+ SENSITIVE = []
2004
2061
  include Aws::Structure
2005
2062
  end
2006
2063
 
@@ -2023,6 +2080,7 @@ module Aws::S3Control
2023
2080
  class S3ObjectOwner < Struct.new(
2024
2081
  :id,
2025
2082
  :display_name)
2083
+ SENSITIVE = []
2026
2084
  include Aws::Structure
2027
2085
  end
2028
2086
 
@@ -2049,6 +2107,7 @@ module Aws::S3Control
2049
2107
  class S3Retention < Struct.new(
2050
2108
  :retain_until_date,
2051
2109
  :mode)
2110
+ SENSITIVE = []
2052
2111
  include Aws::Structure
2053
2112
  end
2054
2113
 
@@ -2093,6 +2152,7 @@ module Aws::S3Control
2093
2152
  #
2094
2153
  class S3SetObjectAclOperation < Struct.new(
2095
2154
  :access_control_policy)
2155
+ SENSITIVE = []
2096
2156
  include Aws::Structure
2097
2157
  end
2098
2158
 
@@ -2123,6 +2183,7 @@ module Aws::S3Control
2123
2183
  #
2124
2184
  class S3SetObjectLegalHoldOperation < Struct.new(
2125
2185
  :legal_hold)
2186
+ SENSITIVE = []
2126
2187
  include Aws::Structure
2127
2188
  end
2128
2189
 
@@ -2162,6 +2223,7 @@ module Aws::S3Control
2162
2223
  class S3SetObjectRetentionOperation < Struct.new(
2163
2224
  :bypass_governance_retention,
2164
2225
  :retention)
2226
+ SENSITIVE = []
2165
2227
  include Aws::Structure
2166
2228
  end
2167
2229
 
@@ -2193,6 +2255,7 @@ module Aws::S3Control
2193
2255
  #
2194
2256
  class S3SetObjectTaggingOperation < Struct.new(
2195
2257
  :tag_set)
2258
+ SENSITIVE = []
2196
2259
  include Aws::Structure
2197
2260
  end
2198
2261
 
@@ -2215,6 +2278,7 @@ module Aws::S3Control
2215
2278
  class S3Tag < Struct.new(
2216
2279
  :key,
2217
2280
  :value)
2281
+ SENSITIVE = []
2218
2282
  include Aws::Structure
2219
2283
  end
2220
2284
 
@@ -2225,6 +2289,7 @@ module Aws::S3Control
2225
2289
  #
2226
2290
  class TooManyRequestsException < Struct.new(
2227
2291
  :message)
2292
+ SENSITIVE = []
2228
2293
  include Aws::Structure
2229
2294
  end
2230
2295
 
@@ -2235,6 +2300,7 @@ module Aws::S3Control
2235
2300
  #
2236
2301
  class TooManyTagsException < Struct.new(
2237
2302
  :message)
2303
+ SENSITIVE = []
2238
2304
  include Aws::Structure
2239
2305
  end
2240
2306
 
@@ -2264,6 +2330,7 @@ module Aws::S3Control
2264
2330
  :account_id,
2265
2331
  :job_id,
2266
2332
  :priority)
2333
+ SENSITIVE = []
2267
2334
  include Aws::Structure
2268
2335
  end
2269
2336
 
@@ -2280,6 +2347,7 @@ module Aws::S3Control
2280
2347
  class UpdateJobPriorityResult < Struct.new(
2281
2348
  :job_id,
2282
2349
  :priority)
2350
+ SENSITIVE = []
2283
2351
  include Aws::Structure
2284
2352
  end
2285
2353
 
@@ -2317,6 +2385,7 @@ module Aws::S3Control
2317
2385
  :job_id,
2318
2386
  :requested_job_status,
2319
2387
  :status_update_reason)
2388
+ SENSITIVE = []
2320
2389
  include Aws::Structure
2321
2390
  end
2322
2391
 
@@ -2338,6 +2407,7 @@ module Aws::S3Control
2338
2407
  :job_id,
2339
2408
  :status,
2340
2409
  :status_update_reason)
2410
+ SENSITIVE = []
2341
2411
  include Aws::Structure
2342
2412
  end
2343
2413
 
@@ -2359,6 +2429,7 @@ module Aws::S3Control
2359
2429
  #
2360
2430
  class VpcConfiguration < Struct.new(
2361
2431
  :vpc_id)
2432
+ SENSITIVE = []
2362
2433
  include Aws::Structure
2363
2434
  end
2364
2435
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
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-05-07 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.71.0
36
+ version: 3.99.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.71.0
46
+ version: 3.99.0
47
47
  description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email: