aws-sdk-workdocs 1.21.0 → 1.26.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
- SHA1:
3
- metadata.gz: d77d4bcf2d2f21de41597b348508cfcabaa50334
4
- data.tar.gz: f085a275c315ae9f69e0df80ee20bcccbf88dd81
2
+ SHA256:
3
+ metadata.gz: a2e2a9e093ac6da65aaede0e1200c8cf2805ead76927ce9ae9b389234b8f0aa2
4
+ data.tar.gz: 7251a6fb5428be3c5fd1b954f41d4d1b3847ffe3383652788b1c9e85b53a2caf
5
5
  SHA512:
6
- metadata.gz: 79548abfaa2829dcd7b2dc010431251580564c0994be8698086cc8fe4f4d35642ca61374d8b7e96172444dad6daa14e3fc3b672ff2f6593a9bfb3599053f6ab3
7
- data.tar.gz: 7695d30807a99575789c30848c672b40605a0262cee4a8908c3ec47ce4d5235ceff87d4f1e574604a04c16078a6250874b2e0c84bdf2efe331f0f038ea2f59bd
6
+ metadata.gz: 9086b955064d1279df7f077dc392a6cce84bda41a69ae9da97745a790d8746824c9091432ffb499bbf491190aabde7c2f2c506294c3f0758192e0a2b22549526
7
+ data.tar.gz: 0be2863c7528227e337b492f23c3737d589468e5c931970746e9d9b53901b75d4db2e2c258bf865167251f2203e1c86fa6a061f8285ffce1e07427fed91b210c
@@ -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-workdocs/customizations'
42
44
  #
43
45
  # See {Errors} for more information.
44
46
  #
45
- # @service
47
+ # @!group service
46
48
  module Aws::WorkDocs
47
49
 
48
- GEM_VERSION = '1.21.0'
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:
@@ -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/rest_json.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:workdocs)
32
35
  module Aws::WorkDocs
33
36
  # An API client for WorkDocs. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::WorkDocs::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::WorkDocs::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::WorkDocs
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::RestJson)
74
78
 
@@ -81,13 +85,28 @@ module Aws::WorkDocs
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::WorkDocs
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::WorkDocs
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::WorkDocs
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.
@@ -229,15 +248,19 @@ module Aws::WorkDocs
229
248
  #
230
249
  # @option options [String] :retry_mode ("legacy")
231
250
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
251
+ #
252
+ # * `legacy` - The pre-existing retry behavior. This is default value if
253
+ # no retry mode is provided.
254
+ #
255
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
256
+ # This includes support for retry quotas, which limit the number of
257
+ # unsuccessful retries a client can make.
258
+ #
259
+ # * `adaptive` - An experimental retry mode that includes all the
260
+ # functionality of `standard` mode along with automatic client side
261
+ # throttling. This is a provisional mode that may change behavior
262
+ # in the future.
263
+ #
241
264
  #
242
265
  # @option options [String] :secret_access_key
243
266
  #
@@ -265,8 +288,7 @@ module Aws::WorkDocs
265
288
  #
266
289
  # @option options [Integer] :http_read_timeout (60) The default
267
290
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
291
+ # safely be set per-request on the session.
270
292
  #
271
293
  # @option options [Float] :http_idle_timeout (5) The number of
272
294
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +300,7 @@ module Aws::WorkDocs
278
300
  # request body. This option has no effect unless the request has
279
301
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
302
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
303
+ # request on the session.
282
304
  #
283
305
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
306
  # HTTP debug output will be sent to the `:logger`.
@@ -1304,6 +1326,8 @@ module Aws::WorkDocs
1304
1326
  # * {Types::DescribeDocumentVersionsResponse#document_versions #document_versions} => Array<Types::DocumentVersionMetadata>
1305
1327
  # * {Types::DescribeDocumentVersionsResponse#marker #marker} => String
1306
1328
  #
1329
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1330
+ #
1307
1331
  # @example Request syntax with placeholder values
1308
1332
  #
1309
1333
  # resp = client.describe_document_versions({
@@ -1385,6 +1409,8 @@ module Aws::WorkDocs
1385
1409
  # * {Types::DescribeFolderContentsResponse#documents #documents} => Array<Types::DocumentMetadata>
1386
1410
  # * {Types::DescribeFolderContentsResponse#marker #marker} => String
1387
1411
  #
1412
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1413
+ #
1388
1414
  # @example Request syntax with placeholder values
1389
1415
  #
1390
1416
  # resp = client.describe_folder_contents({
@@ -1703,6 +1729,8 @@ module Aws::WorkDocs
1703
1729
  # * {Types::DescribeUsersResponse#total_number_of_users #total_number_of_users} => Integer
1704
1730
  # * {Types::DescribeUsersResponse#marker #marker} => String
1705
1731
  #
1732
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1733
+ #
1706
1734
  # @example Request syntax with placeholder values
1707
1735
  #
1708
1736
  # resp = client.describe_users({
@@ -2548,7 +2576,7 @@ module Aws::WorkDocs
2548
2576
  params: params,
2549
2577
  config: config)
2550
2578
  context[:gem_name] = 'aws-sdk-workdocs'
2551
- context[:gem_version] = '1.21.0'
2579
+ context[:gem_version] = '1.26.0'
2552
2580
  Seahorse::Client::Request.new(handlers, context)
2553
2581
  end
2554
2582
 
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::WorkDocs
9
- # This class provides a resource oriented interface for WorkDocs.
10
- # To create a resource object:
11
- # resource = Aws::WorkDocs::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::WorkDocs::Client.new(region: 'us-west-2')
15
- # resource = Aws::WorkDocs::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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:
@@ -36,6 +38,7 @@ module Aws::WorkDocs
36
38
  :authentication_token,
37
39
  :document_id,
38
40
  :version_id)
41
+ SENSITIVE = [:authentication_token]
39
42
  include Aws::Structure
40
43
  end
41
44
 
@@ -61,6 +64,7 @@ module Aws::WorkDocs
61
64
  class ActivateUserRequest < Struct.new(
62
65
  :user_id,
63
66
  :authentication_token)
67
+ SENSITIVE = [:authentication_token]
64
68
  include Aws::Structure
65
69
  end
66
70
 
@@ -72,6 +76,7 @@ module Aws::WorkDocs
72
76
  #
73
77
  class ActivateUserResponse < Struct.new(
74
78
  :user)
79
+ SENSITIVE = []
75
80
  include Aws::Structure
76
81
  end
77
82
 
@@ -134,6 +139,7 @@ module Aws::WorkDocs
134
139
  :resource_metadata,
135
140
  :original_parent,
136
141
  :comment_metadata)
142
+ SENSITIVE = []
137
143
  include Aws::Structure
138
144
  end
139
145
 
@@ -180,6 +186,7 @@ module Aws::WorkDocs
180
186
  :resource_id,
181
187
  :principals,
182
188
  :notification_options)
189
+ SENSITIVE = [:authentication_token]
183
190
  include Aws::Structure
184
191
  end
185
192
 
@@ -191,6 +198,7 @@ module Aws::WorkDocs
191
198
  #
192
199
  class AddResourcePermissionsResponse < Struct.new(
193
200
  :share_results)
201
+ SENSITIVE = []
194
202
  include Aws::Structure
195
203
  end
196
204
 
@@ -248,6 +256,7 @@ module Aws::WorkDocs
248
256
  :status,
249
257
  :visibility,
250
258
  :recipient_id)
259
+ SENSITIVE = [:text]
251
260
  include Aws::Structure
252
261
  end
253
262
 
@@ -281,6 +290,7 @@ module Aws::WorkDocs
281
290
  :created_timestamp,
282
291
  :comment_status,
283
292
  :recipient_id)
293
+ SENSITIVE = []
284
294
  include Aws::Structure
285
295
  end
286
296
 
@@ -293,6 +303,7 @@ module Aws::WorkDocs
293
303
  #
294
304
  class ConcurrentModificationException < Struct.new(
295
305
  :message)
306
+ SENSITIVE = []
296
307
  include Aws::Structure
297
308
  end
298
309
 
@@ -306,6 +317,7 @@ module Aws::WorkDocs
306
317
  #
307
318
  class ConflictingOperationException < Struct.new(
308
319
  :message)
320
+ SENSITIVE = []
309
321
  include Aws::Structure
310
322
  end
311
323
 
@@ -371,6 +383,7 @@ module Aws::WorkDocs
371
383
  :text,
372
384
  :visibility,
373
385
  :notify_collaborators)
386
+ SENSITIVE = [:authentication_token, :text]
374
387
  include Aws::Structure
375
388
  end
376
389
 
@@ -382,6 +395,7 @@ module Aws::WorkDocs
382
395
  #
383
396
  class CreateCommentResponse < Struct.new(
384
397
  :comment)
398
+ SENSITIVE = []
385
399
  include Aws::Structure
386
400
  end
387
401
 
@@ -422,6 +436,7 @@ module Aws::WorkDocs
422
436
  :resource_id,
423
437
  :version_id,
424
438
  :custom_metadata)
439
+ SENSITIVE = [:authentication_token]
425
440
  include Aws::Structure
426
441
  end
427
442
 
@@ -457,6 +472,7 @@ module Aws::WorkDocs
457
472
  :authentication_token,
458
473
  :name,
459
474
  :parent_folder_id)
475
+ SENSITIVE = [:authentication_token]
460
476
  include Aws::Structure
461
477
  end
462
478
 
@@ -468,6 +484,7 @@ module Aws::WorkDocs
468
484
  #
469
485
  class CreateFolderResponse < Struct.new(
470
486
  :metadata)
487
+ SENSITIVE = []
471
488
  include Aws::Structure
472
489
  end
473
490
 
@@ -499,6 +516,7 @@ module Aws::WorkDocs
499
516
  :resource_id,
500
517
  :labels,
501
518
  :authentication_token)
519
+ SENSITIVE = [:authentication_token]
502
520
  include Aws::Structure
503
521
  end
504
522
 
@@ -541,6 +559,7 @@ module Aws::WorkDocs
541
559
  :endpoint,
542
560
  :protocol,
543
561
  :subscription_type)
562
+ SENSITIVE = []
544
563
  include Aws::Structure
545
564
  end
546
565
 
@@ -552,6 +571,7 @@ module Aws::WorkDocs
552
571
  #
553
572
  class CreateNotificationSubscriptionResponse < Struct.new(
554
573
  :subscription)
574
+ SENSITIVE = []
555
575
  include Aws::Structure
556
576
  end
557
577
 
@@ -622,6 +642,7 @@ module Aws::WorkDocs
622
642
  :time_zone_id,
623
643
  :storage_rule,
624
644
  :authentication_token)
645
+ SENSITIVE = [:password, :authentication_token]
625
646
  include Aws::Structure
626
647
  end
627
648
 
@@ -633,6 +654,7 @@ module Aws::WorkDocs
633
654
  #
634
655
  class CreateUserResponse < Struct.new(
635
656
  :user)
657
+ SENSITIVE = []
636
658
  include Aws::Structure
637
659
  end
638
660
 
@@ -646,6 +668,7 @@ module Aws::WorkDocs
646
668
  #
647
669
  class CustomMetadataLimitExceededException < Struct.new(
648
670
  :message)
671
+ SENSITIVE = []
649
672
  include Aws::Structure
650
673
  end
651
674
 
@@ -671,6 +694,7 @@ module Aws::WorkDocs
671
694
  class DeactivateUserRequest < Struct.new(
672
695
  :user_id,
673
696
  :authentication_token)
697
+ SENSITIVE = [:authentication_token]
674
698
  include Aws::Structure
675
699
  end
676
700
 
@@ -714,6 +738,7 @@ module Aws::WorkDocs
714
738
  :document_id,
715
739
  :version_id,
716
740
  :comment_id)
741
+ SENSITIVE = [:authentication_token]
717
742
  include Aws::Structure
718
743
  end
719
744
 
@@ -759,6 +784,7 @@ module Aws::WorkDocs
759
784
  :version_id,
760
785
  :keys,
761
786
  :delete_all)
787
+ SENSITIVE = [:authentication_token]
762
788
  include Aws::Structure
763
789
  end
764
790
 
@@ -788,6 +814,7 @@ module Aws::WorkDocs
788
814
  class DeleteDocumentRequest < Struct.new(
789
815
  :authentication_token,
790
816
  :document_id)
817
+ SENSITIVE = [:authentication_token]
791
818
  include Aws::Structure
792
819
  end
793
820
 
@@ -813,6 +840,7 @@ module Aws::WorkDocs
813
840
  class DeleteFolderContentsRequest < Struct.new(
814
841
  :authentication_token,
815
842
  :folder_id)
843
+ SENSITIVE = [:authentication_token]
816
844
  include Aws::Structure
817
845
  end
818
846
 
@@ -838,6 +866,7 @@ module Aws::WorkDocs
838
866
  class DeleteFolderRequest < Struct.new(
839
867
  :authentication_token,
840
868
  :folder_id)
869
+ SENSITIVE = [:authentication_token]
841
870
  include Aws::Structure
842
871
  end
843
872
 
@@ -875,6 +904,7 @@ module Aws::WorkDocs
875
904
  :authentication_token,
876
905
  :labels,
877
906
  :delete_all)
907
+ SENSITIVE = [:authentication_token]
878
908
  include Aws::Structure
879
909
  end
880
910
 
@@ -903,6 +933,7 @@ module Aws::WorkDocs
903
933
  class DeleteNotificationSubscriptionRequest < Struct.new(
904
934
  :subscription_id,
905
935
  :organization_id)
936
+ SENSITIVE = []
906
937
  include Aws::Structure
907
938
  end
908
939
 
@@ -929,6 +960,7 @@ module Aws::WorkDocs
929
960
  class DeleteUserRequest < Struct.new(
930
961
  :authentication_token,
931
962
  :user_id)
963
+ SENSITIVE = [:authentication_token]
932
964
  include Aws::Structure
933
965
  end
934
966
 
@@ -1013,6 +1045,7 @@ module Aws::WorkDocs
1013
1045
  :include_indirect_activities,
1014
1046
  :limit,
1015
1047
  :marker)
1048
+ SENSITIVE = [:authentication_token]
1016
1049
  include Aws::Structure
1017
1050
  end
1018
1051
 
@@ -1029,6 +1062,7 @@ module Aws::WorkDocs
1029
1062
  class DescribeActivitiesResponse < Struct.new(
1030
1063
  :user_activities,
1031
1064
  :marker)
1065
+ SENSITIVE = []
1032
1066
  include Aws::Structure
1033
1067
  end
1034
1068
 
@@ -1073,6 +1107,7 @@ module Aws::WorkDocs
1073
1107
  :version_id,
1074
1108
  :limit,
1075
1109
  :marker)
1110
+ SENSITIVE = [:authentication_token]
1076
1111
  include Aws::Structure
1077
1112
  end
1078
1113
 
@@ -1090,6 +1125,7 @@ module Aws::WorkDocs
1090
1125
  class DescribeCommentsResponse < Struct.new(
1091
1126
  :comments,
1092
1127
  :marker)
1128
+ SENSITIVE = []
1093
1129
  include Aws::Structure
1094
1130
  end
1095
1131
 
@@ -1142,6 +1178,7 @@ module Aws::WorkDocs
1142
1178
  :limit,
1143
1179
  :include,
1144
1180
  :fields)
1181
+ SENSITIVE = [:authentication_token]
1145
1182
  include Aws::Structure
1146
1183
  end
1147
1184
 
@@ -1159,6 +1196,7 @@ module Aws::WorkDocs
1159
1196
  class DescribeDocumentVersionsResponse < Struct.new(
1160
1197
  :document_versions,
1161
1198
  :marker)
1199
+ SENSITIVE = []
1162
1200
  include Aws::Structure
1163
1201
  end
1164
1202
 
@@ -1222,6 +1260,7 @@ module Aws::WorkDocs
1222
1260
  :marker,
1223
1261
  :type,
1224
1262
  :include)
1263
+ SENSITIVE = [:authentication_token]
1225
1264
  include Aws::Structure
1226
1265
  end
1227
1266
 
@@ -1244,6 +1283,7 @@ module Aws::WorkDocs
1244
1283
  :folders,
1245
1284
  :documents,
1246
1285
  :marker)
1286
+ SENSITIVE = []
1247
1287
  include Aws::Structure
1248
1288
  end
1249
1289
 
@@ -1288,6 +1328,7 @@ module Aws::WorkDocs
1288
1328
  :organization_id,
1289
1329
  :marker,
1290
1330
  :limit)
1331
+ SENSITIVE = [:authentication_token, :search_query]
1291
1332
  include Aws::Structure
1292
1333
  end
1293
1334
 
@@ -1305,6 +1346,7 @@ module Aws::WorkDocs
1305
1346
  class DescribeGroupsResponse < Struct.new(
1306
1347
  :groups,
1307
1348
  :marker)
1349
+ SENSITIVE = []
1308
1350
  include Aws::Structure
1309
1351
  end
1310
1352
 
@@ -1336,6 +1378,7 @@ module Aws::WorkDocs
1336
1378
  :organization_id,
1337
1379
  :marker,
1338
1380
  :limit)
1381
+ SENSITIVE = []
1339
1382
  include Aws::Structure
1340
1383
  end
1341
1384
 
@@ -1353,6 +1396,7 @@ module Aws::WorkDocs
1353
1396
  class DescribeNotificationSubscriptionsResponse < Struct.new(
1354
1397
  :subscriptions,
1355
1398
  :marker)
1399
+ SENSITIVE = []
1356
1400
  include Aws::Structure
1357
1401
  end
1358
1402
 
@@ -1397,6 +1441,7 @@ module Aws::WorkDocs
1397
1441
  :principal_id,
1398
1442
  :limit,
1399
1443
  :marker)
1444
+ SENSITIVE = [:authentication_token]
1400
1445
  include Aws::Structure
1401
1446
  end
1402
1447
 
@@ -1414,6 +1459,7 @@ module Aws::WorkDocs
1414
1459
  class DescribeResourcePermissionsResponse < Struct.new(
1415
1460
  :principals,
1416
1461
  :marker)
1462
+ SENSITIVE = []
1417
1463
  include Aws::Structure
1418
1464
  end
1419
1465
 
@@ -1445,6 +1491,7 @@ module Aws::WorkDocs
1445
1491
  :authentication_token,
1446
1492
  :limit,
1447
1493
  :marker)
1494
+ SENSITIVE = [:authentication_token]
1448
1495
  include Aws::Structure
1449
1496
  end
1450
1497
 
@@ -1461,6 +1508,7 @@ module Aws::WorkDocs
1461
1508
  class DescribeRootFoldersResponse < Struct.new(
1462
1509
  :folders,
1463
1510
  :marker)
1511
+ SENSITIVE = []
1464
1512
  include Aws::Structure
1465
1513
  end
1466
1514
 
@@ -1536,6 +1584,7 @@ module Aws::WorkDocs
1536
1584
  :marker,
1537
1585
  :limit,
1538
1586
  :fields)
1587
+ SENSITIVE = [:authentication_token, :query]
1539
1588
  include Aws::Structure
1540
1589
  end
1541
1590
 
@@ -1558,6 +1607,7 @@ module Aws::WorkDocs
1558
1607
  :users,
1559
1608
  :total_number_of_users,
1560
1609
  :marker)
1610
+ SENSITIVE = []
1561
1611
  include Aws::Structure
1562
1612
  end
1563
1613
 
@@ -1571,6 +1621,7 @@ module Aws::WorkDocs
1571
1621
  #
1572
1622
  class DocumentLockedForCommentsException < Struct.new(
1573
1623
  :message)
1624
+ SENSITIVE = []
1574
1625
  include Aws::Structure
1575
1626
  end
1576
1627
 
@@ -1619,6 +1670,7 @@ module Aws::WorkDocs
1619
1670
  :latest_version_metadata,
1620
1671
  :resource_state,
1621
1672
  :labels)
1673
+ SENSITIVE = []
1622
1674
  include Aws::Structure
1623
1675
  end
1624
1676
 
@@ -1693,6 +1745,7 @@ module Aws::WorkDocs
1693
1745
  :creator_id,
1694
1746
  :thumbnail,
1695
1747
  :source)
1748
+ SENSITIVE = []
1696
1749
  include Aws::Structure
1697
1750
  end
1698
1751
 
@@ -1707,6 +1760,7 @@ module Aws::WorkDocs
1707
1760
  #
1708
1761
  class DraftUploadOutOfSyncException < Struct.new(
1709
1762
  :message)
1763
+ SENSITIVE = []
1710
1764
  include Aws::Structure
1711
1765
  end
1712
1766
 
@@ -1719,6 +1773,7 @@ module Aws::WorkDocs
1719
1773
  #
1720
1774
  class EntityAlreadyExistsException < Struct.new(
1721
1775
  :message)
1776
+ SENSITIVE = []
1722
1777
  include Aws::Structure
1723
1778
  end
1724
1779
 
@@ -1735,6 +1790,7 @@ module Aws::WorkDocs
1735
1790
  class EntityNotExistsException < Struct.new(
1736
1791
  :message,
1737
1792
  :entity_ids)
1793
+ SENSITIVE = []
1738
1794
  include Aws::Structure
1739
1795
  end
1740
1796
 
@@ -1749,6 +1805,7 @@ module Aws::WorkDocs
1749
1805
  #
1750
1806
  class FailedDependencyException < Struct.new(
1751
1807
  :message)
1808
+ SENSITIVE = []
1752
1809
  include Aws::Structure
1753
1810
  end
1754
1811
 
@@ -1813,6 +1870,7 @@ module Aws::WorkDocs
1813
1870
  :labels,
1814
1871
  :size,
1815
1872
  :latest_version_size)
1873
+ SENSITIVE = []
1816
1874
  include Aws::Structure
1817
1875
  end
1818
1876
 
@@ -1831,6 +1889,7 @@ module Aws::WorkDocs
1831
1889
  #
1832
1890
  class GetCurrentUserRequest < Struct.new(
1833
1891
  :authentication_token)
1892
+ SENSITIVE = [:authentication_token]
1834
1893
  include Aws::Structure
1835
1894
  end
1836
1895
 
@@ -1842,6 +1901,7 @@ module Aws::WorkDocs
1842
1901
  #
1843
1902
  class GetCurrentUserResponse < Struct.new(
1844
1903
  :user)
1904
+ SENSITIVE = []
1845
1905
  include Aws::Structure
1846
1906
  end
1847
1907
 
@@ -1886,6 +1946,7 @@ module Aws::WorkDocs
1886
1946
  :limit,
1887
1947
  :fields,
1888
1948
  :marker)
1949
+ SENSITIVE = [:authentication_token]
1889
1950
  include Aws::Structure
1890
1951
  end
1891
1952
 
@@ -1897,6 +1958,7 @@ module Aws::WorkDocs
1897
1958
  #
1898
1959
  class GetDocumentPathResponse < Struct.new(
1899
1960
  :path)
1961
+ SENSITIVE = []
1900
1962
  include Aws::Structure
1901
1963
  end
1902
1964
 
@@ -1928,6 +1990,7 @@ module Aws::WorkDocs
1928
1990
  :authentication_token,
1929
1991
  :document_id,
1930
1992
  :include_custom_metadata)
1993
+ SENSITIVE = [:authentication_token]
1931
1994
  include Aws::Structure
1932
1995
  end
1933
1996
 
@@ -1944,6 +2007,7 @@ module Aws::WorkDocs
1944
2007
  class GetDocumentResponse < Struct.new(
1945
2008
  :metadata,
1946
2009
  :custom_metadata)
2010
+ SENSITIVE = []
1947
2011
  include Aws::Structure
1948
2012
  end
1949
2013
 
@@ -1988,6 +2052,7 @@ module Aws::WorkDocs
1988
2052
  :version_id,
1989
2053
  :fields,
1990
2054
  :include_custom_metadata)
2055
+ SENSITIVE = [:authentication_token]
1991
2056
  include Aws::Structure
1992
2057
  end
1993
2058
 
@@ -2004,6 +2069,7 @@ module Aws::WorkDocs
2004
2069
  class GetDocumentVersionResponse < Struct.new(
2005
2070
  :metadata,
2006
2071
  :custom_metadata)
2072
+ SENSITIVE = []
2007
2073
  include Aws::Structure
2008
2074
  end
2009
2075
 
@@ -2048,6 +2114,7 @@ module Aws::WorkDocs
2048
2114
  :limit,
2049
2115
  :fields,
2050
2116
  :marker)
2117
+ SENSITIVE = [:authentication_token]
2051
2118
  include Aws::Structure
2052
2119
  end
2053
2120
 
@@ -2059,6 +2126,7 @@ module Aws::WorkDocs
2059
2126
  #
2060
2127
  class GetFolderPathResponse < Struct.new(
2061
2128
  :path)
2129
+ SENSITIVE = []
2062
2130
  include Aws::Structure
2063
2131
  end
2064
2132
 
@@ -2090,6 +2158,7 @@ module Aws::WorkDocs
2090
2158
  :authentication_token,
2091
2159
  :folder_id,
2092
2160
  :include_custom_metadata)
2161
+ SENSITIVE = [:authentication_token]
2093
2162
  include Aws::Structure
2094
2163
  end
2095
2164
 
@@ -2106,6 +2175,7 @@ module Aws::WorkDocs
2106
2175
  class GetFolderResponse < Struct.new(
2107
2176
  :metadata,
2108
2177
  :custom_metadata)
2178
+ SENSITIVE = []
2109
2179
  include Aws::Structure
2110
2180
  end
2111
2181
 
@@ -2151,6 +2221,7 @@ module Aws::WorkDocs
2151
2221
  :collection_type,
2152
2222
  :limit,
2153
2223
  :marker)
2224
+ SENSITIVE = [:authentication_token]
2154
2225
  include Aws::Structure
2155
2226
  end
2156
2227
 
@@ -2173,6 +2244,7 @@ module Aws::WorkDocs
2173
2244
  :folders,
2174
2245
  :documents,
2175
2246
  :marker)
2247
+ SENSITIVE = []
2176
2248
  include Aws::Structure
2177
2249
  end
2178
2250
 
@@ -2191,6 +2263,7 @@ module Aws::WorkDocs
2191
2263
  class GroupMetadata < Struct.new(
2192
2264
  :id,
2193
2265
  :name)
2266
+ SENSITIVE = []
2194
2267
  include Aws::Structure
2195
2268
  end
2196
2269
 
@@ -2203,6 +2276,7 @@ module Aws::WorkDocs
2203
2276
  #
2204
2277
  class IllegalUserStateException < Struct.new(
2205
2278
  :message)
2279
+ SENSITIVE = []
2206
2280
  include Aws::Structure
2207
2281
  end
2208
2282
 
@@ -2265,6 +2339,7 @@ module Aws::WorkDocs
2265
2339
  :content_type,
2266
2340
  :document_size_in_bytes,
2267
2341
  :parent_folder_id)
2342
+ SENSITIVE = [:authentication_token]
2268
2343
  include Aws::Structure
2269
2344
  end
2270
2345
 
@@ -2281,6 +2356,7 @@ module Aws::WorkDocs
2281
2356
  class InitiateDocumentVersionUploadResponse < Struct.new(
2282
2357
  :metadata,
2283
2358
  :upload_metadata)
2359
+ SENSITIVE = []
2284
2360
  include Aws::Structure
2285
2361
  end
2286
2362
 
@@ -2293,6 +2369,7 @@ module Aws::WorkDocs
2293
2369
  #
2294
2370
  class InvalidArgumentException < Struct.new(
2295
2371
  :message)
2372
+ SENSITIVE = []
2296
2373
  include Aws::Structure
2297
2374
  end
2298
2375
 
@@ -2306,6 +2383,7 @@ module Aws::WorkDocs
2306
2383
  #
2307
2384
  class InvalidCommentOperationException < Struct.new(
2308
2385
  :message)
2386
+ SENSITIVE = []
2309
2387
  include Aws::Structure
2310
2388
  end
2311
2389
 
@@ -2318,6 +2396,7 @@ module Aws::WorkDocs
2318
2396
  #
2319
2397
  class InvalidOperationException < Struct.new(
2320
2398
  :message)
2399
+ SENSITIVE = []
2321
2400
  include Aws::Structure
2322
2401
  end
2323
2402
 
@@ -2330,6 +2409,7 @@ module Aws::WorkDocs
2330
2409
  #
2331
2410
  class InvalidPasswordException < Struct.new(
2332
2411
  :message)
2412
+ SENSITIVE = []
2333
2413
  include Aws::Structure
2334
2414
  end
2335
2415
 
@@ -2343,6 +2423,7 @@ module Aws::WorkDocs
2343
2423
  #
2344
2424
  class LimitExceededException < Struct.new(
2345
2425
  :message)
2426
+ SENSITIVE = []
2346
2427
  include Aws::Structure
2347
2428
  end
2348
2429
 
@@ -2370,6 +2451,7 @@ module Aws::WorkDocs
2370
2451
  class NotificationOptions < Struct.new(
2371
2452
  :send_email,
2372
2453
  :email_message)
2454
+ SENSITIVE = [:email_message]
2373
2455
  include Aws::Structure
2374
2456
  end
2375
2457
 
@@ -2388,6 +2470,7 @@ module Aws::WorkDocs
2388
2470
  class Participants < Struct.new(
2389
2471
  :users,
2390
2472
  :groups)
2473
+ SENSITIVE = []
2391
2474
  include Aws::Structure
2392
2475
  end
2393
2476
 
@@ -2406,6 +2489,7 @@ module Aws::WorkDocs
2406
2489
  class PermissionInfo < Struct.new(
2407
2490
  :role,
2408
2491
  :type)
2492
+ SENSITIVE = []
2409
2493
  include Aws::Structure
2410
2494
  end
2411
2495
 
@@ -2429,6 +2513,7 @@ module Aws::WorkDocs
2429
2513
  :id,
2430
2514
  :type,
2431
2515
  :roles)
2516
+ SENSITIVE = []
2432
2517
  include Aws::Structure
2433
2518
  end
2434
2519
 
@@ -2441,6 +2526,7 @@ module Aws::WorkDocs
2441
2526
  #
2442
2527
  class ProhibitedStateException < Struct.new(
2443
2528
  :message)
2529
+ SENSITIVE = []
2444
2530
  include Aws::Structure
2445
2531
  end
2446
2532
 
@@ -2466,6 +2552,7 @@ module Aws::WorkDocs
2466
2552
  class RemoveAllResourcePermissionsRequest < Struct.new(
2467
2553
  :authentication_token,
2468
2554
  :resource_id)
2555
+ SENSITIVE = [:authentication_token]
2469
2556
  include Aws::Structure
2470
2557
  end
2471
2558
 
@@ -2503,6 +2590,7 @@ module Aws::WorkDocs
2503
2590
  :resource_id,
2504
2591
  :principal_id,
2505
2592
  :principal_type)
2593
+ SENSITIVE = [:authentication_token]
2506
2594
  include Aws::Structure
2507
2595
  end
2508
2596
 
@@ -2516,6 +2604,7 @@ module Aws::WorkDocs
2516
2604
  #
2517
2605
  class RequestedEntityTooLargeException < Struct.new(
2518
2606
  :message)
2607
+ SENSITIVE = []
2519
2608
  include Aws::Structure
2520
2609
  end
2521
2610
 
@@ -2528,6 +2617,7 @@ module Aws::WorkDocs
2528
2617
  #
2529
2618
  class ResourceAlreadyCheckedOutException < Struct.new(
2530
2619
  :message)
2620
+ SENSITIVE = []
2531
2621
  include Aws::Structure
2532
2622
  end
2533
2623
 
@@ -2572,6 +2662,7 @@ module Aws::WorkDocs
2572
2662
  :version_id,
2573
2663
  :owner,
2574
2664
  :parent_id)
2665
+ SENSITIVE = []
2575
2666
  include Aws::Structure
2576
2667
  end
2577
2668
 
@@ -2585,6 +2676,7 @@ module Aws::WorkDocs
2585
2676
  #
2586
2677
  class ResourcePath < Struct.new(
2587
2678
  :components)
2679
+ SENSITIVE = []
2588
2680
  include Aws::Structure
2589
2681
  end
2590
2682
 
@@ -2603,6 +2695,7 @@ module Aws::WorkDocs
2603
2695
  class ResourcePathComponent < Struct.new(
2604
2696
  :id,
2605
2697
  :name)
2698
+ SENSITIVE = []
2606
2699
  include Aws::Structure
2607
2700
  end
2608
2701
 
@@ -2615,6 +2708,7 @@ module Aws::WorkDocs
2615
2708
  #
2616
2709
  class ServiceUnavailableException < Struct.new(
2617
2710
  :message)
2711
+ SENSITIVE = []
2618
2712
  include Aws::Structure
2619
2713
  end
2620
2714
 
@@ -2647,6 +2741,7 @@ module Aws::WorkDocs
2647
2741
  :id,
2648
2742
  :type,
2649
2743
  :role)
2744
+ SENSITIVE = []
2650
2745
  include Aws::Structure
2651
2746
  end
2652
2747
 
@@ -2685,6 +2780,7 @@ module Aws::WorkDocs
2685
2780
  :status,
2686
2781
  :share_id,
2687
2782
  :status_message)
2783
+ SENSITIVE = [:status_message]
2688
2784
  include Aws::Structure
2689
2785
  end
2690
2786
 
@@ -2697,6 +2793,7 @@ module Aws::WorkDocs
2697
2793
  #
2698
2794
  class StorageLimitExceededException < Struct.new(
2699
2795
  :message)
2796
+ SENSITIVE = []
2700
2797
  include Aws::Structure
2701
2798
  end
2702
2799
 
@@ -2709,6 +2806,7 @@ module Aws::WorkDocs
2709
2806
  #
2710
2807
  class StorageLimitWillExceedException < Struct.new(
2711
2808
  :message)
2809
+ SENSITIVE = []
2712
2810
  include Aws::Structure
2713
2811
  end
2714
2812
 
@@ -2735,6 +2833,7 @@ module Aws::WorkDocs
2735
2833
  class StorageRuleType < Struct.new(
2736
2834
  :storage_allocated_in_bytes,
2737
2835
  :storage_type)
2836
+ SENSITIVE = []
2738
2837
  include Aws::Structure
2739
2838
  end
2740
2839
 
@@ -2758,6 +2857,7 @@ module Aws::WorkDocs
2758
2857
  :subscription_id,
2759
2858
  :end_point,
2760
2859
  :protocol)
2860
+ SENSITIVE = []
2761
2861
  include Aws::Structure
2762
2862
  end
2763
2863
 
@@ -2771,6 +2871,7 @@ module Aws::WorkDocs
2771
2871
  #
2772
2872
  class TooManyLabelsException < Struct.new(
2773
2873
  :message)
2874
+ SENSITIVE = []
2774
2875
  include Aws::Structure
2775
2876
  end
2776
2877
 
@@ -2784,6 +2885,7 @@ module Aws::WorkDocs
2784
2885
  #
2785
2886
  class TooManySubscriptionsException < Struct.new(
2786
2887
  :message)
2888
+ SENSITIVE = []
2787
2889
  include Aws::Structure
2788
2890
  end
2789
2891
 
@@ -2802,6 +2904,7 @@ module Aws::WorkDocs
2802
2904
  #
2803
2905
  class UnauthorizedResourceAccessException < Struct.new(
2804
2906
  :message)
2907
+ SENSITIVE = []
2805
2908
  include Aws::Structure
2806
2909
  end
2807
2910
 
@@ -2846,6 +2949,7 @@ module Aws::WorkDocs
2846
2949
  :name,
2847
2950
  :parent_folder_id,
2848
2951
  :resource_state)
2952
+ SENSITIVE = [:authentication_token]
2849
2953
  include Aws::Structure
2850
2954
  end
2851
2955
 
@@ -2883,6 +2987,7 @@ module Aws::WorkDocs
2883
2987
  :document_id,
2884
2988
  :version_id,
2885
2989
  :version_status)
2990
+ SENSITIVE = [:authentication_token]
2886
2991
  include Aws::Structure
2887
2992
  end
2888
2993
 
@@ -2927,6 +3032,7 @@ module Aws::WorkDocs
2927
3032
  :name,
2928
3033
  :parent_folder_id,
2929
3034
  :resource_state)
3035
+ SENSITIVE = [:authentication_token]
2930
3036
  include Aws::Structure
2931
3037
  end
2932
3038
 
@@ -2998,6 +3104,7 @@ module Aws::WorkDocs
2998
3104
  :time_zone_id,
2999
3105
  :locale,
3000
3106
  :grant_poweruser_privileges)
3107
+ SENSITIVE = [:authentication_token]
3001
3108
  include Aws::Structure
3002
3109
  end
3003
3110
 
@@ -3009,6 +3116,7 @@ module Aws::WorkDocs
3009
3116
  #
3010
3117
  class UpdateUserResponse < Struct.new(
3011
3118
  :user)
3119
+ SENSITIVE = []
3012
3120
  include Aws::Structure
3013
3121
  end
3014
3122
 
@@ -3027,6 +3135,7 @@ module Aws::WorkDocs
3027
3135
  class UploadMetadata < Struct.new(
3028
3136
  :upload_url,
3029
3137
  :signed_headers)
3138
+ SENSITIVE = [:upload_url]
3030
3139
  include Aws::Structure
3031
3140
  end
3032
3141
 
@@ -3110,6 +3219,7 @@ module Aws::WorkDocs
3110
3219
  :time_zone_id,
3111
3220
  :locale,
3112
3221
  :storage)
3222
+ SENSITIVE = []
3113
3223
  include Aws::Structure
3114
3224
  end
3115
3225
 
@@ -3143,6 +3253,7 @@ module Aws::WorkDocs
3143
3253
  :given_name,
3144
3254
  :surname,
3145
3255
  :email_address)
3256
+ SENSITIVE = []
3146
3257
  include Aws::Structure
3147
3258
  end
3148
3259
 
@@ -3161,6 +3272,7 @@ module Aws::WorkDocs
3161
3272
  class UserStorageMetadata < Struct.new(
3162
3273
  :storage_utilized_in_bytes,
3163
3274
  :storage_rule)
3275
+ SENSITIVE = []
3164
3276
  include Aws::Structure
3165
3277
  end
3166
3278
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workdocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
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-03-09 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
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Amazon WorkDocs