aws-sdk-macie 1.19.0 → 1.24.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: 49d57b471ae5bfd189fc32491a4e72b4d761a3b05a2c74d17a90642deef3c373
4
- data.tar.gz: 0a1a5c9c94e4e8c2e0d079e7bdf963ed49af59a6a9e7ce6691bb3b7518d93848
3
+ metadata.gz: b2ffe1ce6cb6762fa1612b12c1061290e3342535c7c689a2478bdac6b3cd5c2c
4
+ data.tar.gz: fef1b643b8bcd56496464fe45b483b44bca4436bc6c1f26a2d34071d4e2a55fb
5
5
  SHA512:
6
- metadata.gz: a32ba1642e78e3981f0bb78f57887ef6788deb9c01613f76e07b4dae321963b28ea30a178fc23d617aa115691d16d8cd90aeb94649850eef8fce0c9894736de6
7
- data.tar.gz: 92ad872e241fac99beddd444568cc5472e804055a3542edb0a0b85a882d4fa7639623d272dbbe02a94998108c664cf9f6cffec29bb6292aa0c107cedd3b3cfa0
6
+ metadata.gz: 6fe2082e3423b7e118c6f2e8fe8953232bde31771d391b2b5234404c16352c6128de85cfe18dac57a25280066688945bb838b0ad93a709a523165fa621a6e132
7
+ data.tar.gz: 3b7d845aef915b0143271c9bf776ad4e2ed5557874f1471b955b9e85cc8972fe3300dd07d3c213c003b81a849c81afa26e158be547b9c927c0e3cfa1ec910ac0
@@ -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-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-macie/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::Macie
47
50
 
48
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.24.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/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Macie
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::Macie
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,10 +116,10 @@ module Aws::Macie
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
@@ -161,7 +180,7 @@ module Aws::Macie
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 a valid 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::Macie
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.
@@ -625,7 +644,7 @@ module Aws::Macie
625
644
  params: params,
626
645
  config: config)
627
646
  context[:gem_name] = 'aws-sdk-macie'
628
- context[:gem_version] = '1.19.0'
647
+ context[:gem_version] = '1.24.0'
629
648
  Seahorse::Client::Request.new(handlers, context)
630
649
  end
631
650
 
@@ -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:
@@ -22,6 +24,7 @@ module Aws::Macie
22
24
  class AccessDeniedException < Struct.new(
23
25
  :message,
24
26
  :resource_type)
27
+ SENSITIVE = []
25
28
  include Aws::Structure
26
29
  end
27
30
 
@@ -41,6 +44,7 @@ module Aws::Macie
41
44
  #
42
45
  class AssociateMemberAccountRequest < Struct.new(
43
46
  :member_account_id)
47
+ SENSITIVE = []
44
48
  include Aws::Structure
45
49
  end
46
50
 
@@ -76,6 +80,7 @@ module Aws::Macie
76
80
  class AssociateS3ResourcesRequest < Struct.new(
77
81
  :member_account_id,
78
82
  :s3_resources)
83
+ SENSITIVE = []
79
84
  include Aws::Structure
80
85
  end
81
86
 
@@ -89,6 +94,7 @@ module Aws::Macie
89
94
  #
90
95
  class AssociateS3ResourcesResult < Struct.new(
91
96
  :failed_s3_resources)
97
+ SENSITIVE = []
92
98
  include Aws::Structure
93
99
  end
94
100
 
@@ -120,6 +126,7 @@ module Aws::Macie
120
126
  class ClassificationType < Struct.new(
121
127
  :one_time,
122
128
  :continuous)
129
+ SENSITIVE = []
123
130
  include Aws::Structure
124
131
  end
125
132
 
@@ -152,6 +159,7 @@ module Aws::Macie
152
159
  class ClassificationTypeUpdate < Struct.new(
153
160
  :one_time,
154
161
  :continuous)
162
+ SENSITIVE = []
155
163
  include Aws::Structure
156
164
  end
157
165
 
@@ -171,6 +179,7 @@ module Aws::Macie
171
179
  #
172
180
  class DisassociateMemberAccountRequest < Struct.new(
173
181
  :member_account_id)
182
+ SENSITIVE = []
174
183
  include Aws::Structure
175
184
  end
176
185
 
@@ -202,6 +211,7 @@ module Aws::Macie
202
211
  class DisassociateS3ResourcesRequest < Struct.new(
203
212
  :member_account_id,
204
213
  :associated_s3_resources)
214
+ SENSITIVE = []
205
215
  include Aws::Structure
206
216
  end
207
217
 
@@ -215,6 +225,7 @@ module Aws::Macie
215
225
  #
216
226
  class DisassociateS3ResourcesResult < Struct.new(
217
227
  :failed_s3_resources)
228
+ SENSITIVE = []
218
229
  include Aws::Structure
219
230
  end
220
231
 
@@ -238,6 +249,7 @@ module Aws::Macie
238
249
  :failed_item,
239
250
  :error_code,
240
251
  :error_message)
252
+ SENSITIVE = []
241
253
  include Aws::Structure
242
254
  end
243
255
 
@@ -255,6 +267,7 @@ module Aws::Macie
255
267
  class InternalException < Struct.new(
256
268
  :error_code,
257
269
  :message)
270
+ SENSITIVE = []
258
271
  include Aws::Structure
259
272
  end
260
273
 
@@ -278,6 +291,7 @@ module Aws::Macie
278
291
  :error_code,
279
292
  :message,
280
293
  :field_name)
294
+ SENSITIVE = []
281
295
  include Aws::Structure
282
296
  end
283
297
 
@@ -302,6 +316,7 @@ module Aws::Macie
302
316
  :error_code,
303
317
  :message,
304
318
  :resource_type)
319
+ SENSITIVE = []
305
320
  include Aws::Structure
306
321
  end
307
322
 
@@ -331,6 +346,7 @@ module Aws::Macie
331
346
  class ListMemberAccountsRequest < Struct.new(
332
347
  :next_token,
333
348
  :max_results)
349
+ SENSITIVE = []
334
350
  include Aws::Structure
335
351
  end
336
352
 
@@ -352,6 +368,7 @@ module Aws::Macie
352
368
  class ListMemberAccountsResult < Struct.new(
353
369
  :member_accounts,
354
370
  :next_token)
371
+ SENSITIVE = []
355
372
  include Aws::Structure
356
373
  end
357
374
 
@@ -387,6 +404,7 @@ module Aws::Macie
387
404
  :member_account_id,
388
405
  :next_token,
389
406
  :max_results)
407
+ SENSITIVE = []
390
408
  include Aws::Structure
391
409
  end
392
410
 
@@ -407,6 +425,7 @@ module Aws::Macie
407
425
  class ListS3ResourcesResult < Struct.new(
408
426
  :s3_resources,
409
427
  :next_token)
428
+ SENSITIVE = []
410
429
  include Aws::Structure
411
430
  end
412
431
 
@@ -420,6 +439,7 @@ module Aws::Macie
420
439
  #
421
440
  class MemberAccount < Struct.new(
422
441
  :account_id)
442
+ SENSITIVE = []
423
443
  include Aws::Structure
424
444
  end
425
445
 
@@ -449,6 +469,7 @@ module Aws::Macie
449
469
  class S3Resource < Struct.new(
450
470
  :bucket_name,
451
471
  :prefix)
472
+ SENSITIVE = []
452
473
  include Aws::Structure
453
474
  end
454
475
 
@@ -490,6 +511,7 @@ module Aws::Macie
490
511
  :bucket_name,
491
512
  :prefix,
492
513
  :classification_type)
514
+ SENSITIVE = []
493
515
  include Aws::Structure
494
516
  end
495
517
 
@@ -530,6 +552,7 @@ module Aws::Macie
530
552
  :bucket_name,
531
553
  :prefix,
532
554
  :classification_type_update)
555
+ SENSITIVE = []
533
556
  include Aws::Structure
534
557
  end
535
558
 
@@ -564,6 +587,7 @@ module Aws::Macie
564
587
  class UpdateS3ResourcesRequest < Struct.new(
565
588
  :member_account_id,
566
589
  :s3_resources_update)
590
+ SENSITIVE = []
567
591
  include Aws::Structure
568
592
  end
569
593
 
@@ -576,6 +600,7 @@ module Aws::Macie
576
600
  #
577
601
  class UpdateS3ResourcesResult < Struct.new(
578
602
  :failed_s3_resources)
603
+ SENSITIVE = []
579
604
  include Aws::Structure
580
605
  end
581
606
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-macie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.24.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-26 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-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