aws-sdk-macie 1.22.0 → 1.27.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: 1d59b142ddda439f86dde8732a248f4a1ef4a2241a0132f46351d136a25e7208
4
- data.tar.gz: c8ae0ac772366ba7ca85de58a15f60c810e68aa9df0f0bcc11397570857810b6
3
+ metadata.gz: fd995afaff7fbdb3813745067c5e4adcfc0c4d2bb0099219ce5438b8c21eb4e8
4
+ data.tar.gz: 01fb476faaf3f2b68efb5b7bc86bc00b5c1558247b09c5a3d98ef835490dcba5
5
5
  SHA512:
6
- metadata.gz: 6100a0158cfaba46367f0cdf73910c80a86f7a98b6a0f4e6888063b3ae05b51e04e160ccb8c4832ed5b45350116c9f12b53479ee04c32a5ed1b5df32afd99fc8
7
- data.tar.gz: 586c55139762f08a012d428091519cab33a1768328c2f666aa63f0fe56077f63ed98d18ef1bcd2cb5362b4199b44b768c29f69fa2556765aeca08e064e4e7c72
6
+ metadata.gz: 44553ea7c0f6e8715f6b036083f5fe385c2681d3a2d44faefac8102808494f2075162411eeec320d8ae15d3ce617ec6c8c638921e2df98f524683915c7f39e83
7
+ data.tar.gz: b1eb385aefa7ee9781d21800e168640d72f386852fa3708953e22bda840527a9a691dde331754e7906ae8b6a371ddd5255e73f51bcfb429cff12ef24cd32b702
data/lib/aws-sdk-macie.rb CHANGED
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-macie/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::Macie
49
50
 
50
- GEM_VERSION = '1.22.0'
51
+ GEM_VERSION = '1.27.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::Macie
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
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
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::Macie
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # 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.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -349,9 +364,9 @@ module Aws::Macie
349
364
  # Associates specified S3 resources with Amazon Macie Classic for
350
365
  # monitoring and data classification. If memberAccountId isn't
351
366
  # specified, the action associates specified S3 resources with Macie
352
- # Classic for the current master account. If memberAccountId is
353
- # specified, the action associates specified S3 resources with Macie
354
- # Classic for the specified member account.
367
+ # Classic for the current Macie Classic administrator account. If
368
+ # memberAccountId is specified, the action associates specified S3
369
+ # resources with Macie Classic for the specified member account.
355
370
  #
356
371
  # @option params [String] :member_account_id
357
372
  # The ID of the Amazon Macie Classic member account whose resources you
@@ -423,13 +438,14 @@ module Aws::Macie
423
438
 
424
439
  # Removes specified S3 resources from being monitored by Amazon Macie
425
440
  # Classic. If memberAccountId isn't specified, the action removes
426
- # specified S3 resources from Macie Classic for the current master
427
- # account. If memberAccountId is specified, the action removes specified
428
- # S3 resources from Macie Classic for the specified member account.
441
+ # specified S3 resources from Macie Classic for the current Macie
442
+ # Classic administrator account. If memberAccountId is specified, the
443
+ # action removes specified S3 resources from Macie Classic for the
444
+ # specified member account.
429
445
  #
430
446
  # @option params [String] :member_account_id
431
447
  # The ID of the Amazon Macie Classic member account whose resources you
432
- # want to remove from being monitored by Amazon Macie Classic.
448
+ # want to remove from being monitored by Macie Classic.
433
449
  #
434
450
  # @option params [required, Array<Types::S3Resource>] :associated_s3_resources
435
451
  # The S3 resources (buckets or prefixes) that you want to remove from
@@ -468,8 +484,8 @@ module Aws::Macie
468
484
  req.send_request(options)
469
485
  end
470
486
 
471
- # Lists all Amazon Macie Classic member accounts for the current Amazon
472
- # Macie Classic master account.
487
+ # Lists all Amazon Macie Classic member accounts for the current Macie
488
+ # Classic administrator account.
473
489
  #
474
490
  # @option params [String] :next_token
475
491
  # Use this parameter when paginating results. Set the value of this
@@ -513,9 +529,10 @@ module Aws::Macie
513
529
 
514
530
  # Lists all the S3 resources associated with Amazon Macie Classic. If
515
531
  # memberAccountId isn't specified, the action lists the S3 resources
516
- # associated with Amazon Macie Classic for the current master account.
517
- # If memberAccountId is specified, the action lists the S3 resources
518
- # associated with Amazon Macie Classic for the specified member account.
532
+ # associated with Macie Classic for the current Macie Classic
533
+ # administrator account. If memberAccountId is specified, the action
534
+ # lists the S3 resources associated with Macie Classic for the specified
535
+ # member account.
519
536
  #
520
537
  # @option params [String] :member_account_id
521
538
  # The Amazon Macie Classic member account ID whose associated S3
@@ -567,10 +584,10 @@ module Aws::Macie
567
584
  # Updates the classification types for the specified S3 resources. If
568
585
  # memberAccountId isn't specified, the action updates the
569
586
  # classification types of the S3 resources associated with Amazon Macie
570
- # Classic for the current master account. If memberAccountId is
571
- # specified, the action updates the classification types of the S3
572
- # resources associated with Amazon Macie Classic for the specified
573
- # member account.
587
+ # Classic for the current Macie Classic administrator account. If
588
+ # memberAccountId is specified, the action updates the classification
589
+ # types of the S3 resources associated with Macie Classic for the
590
+ # specified member account.
574
591
  #
575
592
  # @option params [String] :member_account_id
576
593
  # The AWS ID of the Amazon Macie Classic member account whose S3
@@ -629,7 +646,7 @@ module Aws::Macie
629
646
  params: params,
630
647
  config: config)
631
648
  context[:gem_name] = 'aws-sdk-macie'
632
- context[:gem_version] = '1.22.0'
649
+ context[:gem_version] = '1.27.0'
633
650
  Seahorse::Client::Request.new(handlers, context)
634
651
  end
635
652
 
@@ -118,7 +118,7 @@ module Aws::Macie
118
118
  # A continuous classification of the objects that are added to a
119
119
  # specified S3 bucket. Amazon Macie Classic begins performing
120
120
  # continuous classification after a bucket is successfully associated
121
- # with Amazon Macie Classic.
121
+ # with Macie Classic.
122
122
  # @return [String]
123
123
  #
124
124
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationType AWS API Documentation
@@ -151,7 +151,7 @@ module Aws::Macie
151
151
  # A continuous classification of the objects that are added to a
152
152
  # specified S3 bucket. Amazon Macie Classic begins performing
153
153
  # continuous classification after a bucket is successfully associated
154
- # with Amazon Macie Classic.
154
+ # with Macie Classic.
155
155
  # @return [String]
156
156
  #
157
157
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationTypeUpdate AWS API Documentation
@@ -198,7 +198,7 @@ module Aws::Macie
198
198
  #
199
199
  # @!attribute [rw] member_account_id
200
200
  # The ID of the Amazon Macie Classic member account whose resources
201
- # you want to remove from being monitored by Amazon Macie Classic.
201
+ # you want to remove from being monitored by Macie Classic.
202
202
  # @return [String]
203
203
  #
204
204
  # @!attribute [rw] associated_s3_resources
@@ -352,7 +352,8 @@ module Aws::Macie
352
352
 
353
353
  # @!attribute [rw] member_accounts
354
354
  # A list of the Amazon Macie Classic member accounts returned by the
355
- # action. The current master account is also included in this list.
355
+ # action. The current Macie Classic administrator account is also
356
+ # included in this list.
356
357
  # @return [Array<Types::MemberAccount>]
357
358
  #
358
359
  # @!attribute [rw] next_token
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.22.0
4
+ version: 1.27.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-23 00:00:00.000000000 Z
11
+ date: 2021-02-05 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