aws-sdk-macie 1.21.1 → 1.26.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: d66edf939a9bfb23f969807b38f6f2c9d4eae23c2bfca7daf1bd7bd0ffb6fd78
4
- data.tar.gz: 825434dc57304f1bc3711f02fff4864eeacf38aa9be1b07a31cfe351ea3d6df9
3
+ metadata.gz: 17ee0399c11bf157bf1e82a0c5c01c77119718c6addc809dd273652eacdb4060
4
+ data.tar.gz: '0607304950239b9e26c89693bd1c0f3a2a70307fd540a3f4e4bbd01d2b4eb360'
5
5
  SHA512:
6
- metadata.gz: cacb976afc278a9b589872cf81308aaf1f3d77ea64333150aad612f3927181e738aaabc99b22196ab92b734a5828884ce80036295584b8988079c865540cf184
7
- data.tar.gz: ddb8d3c52c532db6dbf8ed343442d49a21479651744a1e4b089a81c48bac8946b5a7dc38338bf0fe5e2428179cd78fcd81df372db712b314bef62f86ec8d06fd
6
+ metadata.gz: 6e6bebcf590b9de694da8a75c2e0b21802d67346e69fbf1235ea530a7b89dd3a6f9e3f3ed802e51e9893a0cebe780d5fc18b82ff1ee116d2fcef3e76bd76e7df
7
+ data.tar.gz: 9de2b3f0b085d9dbdab9b377018fca7880d27ab76df5e78167e084bb318777e09135350691c74d42da3c887bb310e3a57c72f961939a7744b385419608f3d343
data/lib/aws-sdk-macie.rb CHANGED
@@ -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.21.1'
51
+ GEM_VERSION = '1.26.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:
@@ -83,13 +85,28 @@ module Aws::Macie
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
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
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::Macie
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # 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.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -627,7 +644,7 @@ module Aws::Macie
627
644
  params: params,
628
645
  config: config)
629
646
  context[:gem_name] = 'aws-sdk-macie'
630
- context[:gem_version] = '1.21.1'
647
+ context[:gem_version] = '1.26.0'
631
648
  Seahorse::Client::Request.new(handlers, context)
632
649
  end
633
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.21.1
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-06-11 00:00:00.000000000 Z
11
+ date: 2021-02-02 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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement