aws-sdk-macie2 1.84.0 → 1.85.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: 5202a4af2dc55fc9abc19571d1c4f022af4deed56a836b0c1379943cdc3f66ba
4
- data.tar.gz: 396945f0d4ba1b5b71cb75982b1f28c3b2baeff1230568f1f7b7819eee9b036a
3
+ metadata.gz: b521f94c30f28de89b13d0039d28221b8171821dd5c700b5bf0aab1307925d93
4
+ data.tar.gz: c9f5056b743aca1c789a98fe361018cff52b5ea2135c625125145b72cebcc979
5
5
  SHA512:
6
- metadata.gz: 7d6a136d4ecf52ba0171ea39f24ddc7c378de7f083299a6cdec1492e2d4f84dbc06c9f4443e60d2de4454a4806b203e30b3ccd1902e0cbbbbe1e5786eb7a545a
7
- data.tar.gz: a79b2f646653931b5a63de463538bdb1bd37c0a9e85e6cd2cb7a768532ef1043c05cd8f8d73ca4004a4228f235df68f80f525778d7d4e770136aa47cda5790bb
6
+ metadata.gz: 8a9278a868ebd674acd6cb51ccdd38c66eda328ce2de5a521aa4d2b11c37514db2725992db1a74d7095f2170a70fcdea04af9ce5682e2fa5988b8faae8b78776
7
+ data.tar.gz: 87c064a117fcb11f4fd5f3ec510726fb02cb03b5143f085f3b171b754d92c02e3eabba1e518e3fa897ec18444854b2cd4d3f79a6b810a08967c70b26c9dcd384
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -4060,7 +4060,7 @@ module Aws::Macie2
4060
4060
  tracer: tracer
4061
4061
  )
4062
4062
  context[:gem_name] = 'aws-sdk-macie2'
4063
- context[:gem_version] = '1.84.0'
4063
+ context[:gem_version] = '1.85.0'
4064
4064
  Seahorse::Client::Request.new(handlers, context)
4065
4065
  end
4066
4066
 
@@ -696,7 +696,7 @@ module Aws::Macie2
696
696
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
697
697
  ConflictException.struct_class = Types::ConflictException
698
698
 
699
- CreateAllowListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
699
+ CreateAllowListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
700
700
  CreateAllowListRequest.add_member(:criteria, Shapes::ShapeRef.new(shape: AllowListCriteria, required: true, location_name: "criteria"))
701
701
  CreateAllowListRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin1Max512PatternSS, location_name: "description"))
702
702
  CreateAllowListRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max128Pattern, required: true, location_name: "name"))
@@ -708,7 +708,7 @@ module Aws::Macie2
708
708
  CreateAllowListResponse.struct_class = Types::CreateAllowListResponse
709
709
 
710
710
  CreateClassificationJobRequest.add_member(:allow_list_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "allowListIds"))
711
- CreateClassificationJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
711
+ CreateClassificationJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
712
712
  CreateClassificationJobRequest.add_member(:custom_data_identifier_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "customDataIdentifierIds"))
713
713
  CreateClassificationJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
714
714
  CreateClassificationJobRequest.add_member(:initial_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "initialRun"))
@@ -726,7 +726,7 @@ module Aws::Macie2
726
726
  CreateClassificationJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: __string, location_name: "jobId"))
727
727
  CreateClassificationJobResponse.struct_class = Types::CreateClassificationJobResponse
728
728
 
729
- CreateCustomDataIdentifierRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
729
+ CreateCustomDataIdentifierRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
730
730
  CreateCustomDataIdentifierRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
731
731
  CreateCustomDataIdentifierRequest.add_member(:ignore_words, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "ignoreWords"))
732
732
  CreateCustomDataIdentifierRequest.add_member(:keywords, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "keywords"))
@@ -741,7 +741,7 @@ module Aws::Macie2
741
741
  CreateCustomDataIdentifierResponse.struct_class = Types::CreateCustomDataIdentifierResponse
742
742
 
743
743
  CreateFindingsFilterRequest.add_member(:action, Shapes::ShapeRef.new(shape: FindingsFilterAction, required: true, location_name: "action"))
744
- CreateFindingsFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
744
+ CreateFindingsFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
745
745
  CreateFindingsFilterRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
746
746
  CreateFindingsFilterRequest.add_member(:finding_criteria, Shapes::ShapeRef.new(shape: FindingCriteria, required: true, location_name: "findingCriteria"))
747
747
  CreateFindingsFilterRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
@@ -867,7 +867,7 @@ module Aws::Macie2
867
867
  DescribeClassificationJobRequest.struct_class = Types::DescribeClassificationJobRequest
868
868
 
869
869
  DescribeClassificationJobResponse.add_member(:allow_list_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "allowListIds"))
870
- DescribeClassificationJobResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
870
+ DescribeClassificationJobResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
871
871
  DescribeClassificationJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdAt"))
872
872
  DescribeClassificationJobResponse.add_member(:custom_data_identifier_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "customDataIdentifierIds"))
873
873
  DescribeClassificationJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
@@ -933,7 +933,7 @@ module Aws::Macie2
933
933
 
934
934
  Empty.struct_class = Types::Empty
935
935
 
936
- EnableMacieRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
936
+ EnableMacieRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
937
937
  EnableMacieRequest.add_member(:finding_publishing_frequency, Shapes::ShapeRef.new(shape: FindingPublishingFrequency, location_name: "findingPublishingFrequency"))
938
938
  EnableMacieRequest.add_member(:status, Shapes::ShapeRef.new(shape: MacieStatus, location_name: "status"))
939
939
  EnableMacieRequest.struct_class = Types::EnableMacieRequest
@@ -941,7 +941,7 @@ module Aws::Macie2
941
941
  EnableMacieResponse.struct_class = Types::EnableMacieResponse
942
942
 
943
943
  EnableOrganizationAdminAccountRequest.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "adminAccountId"))
944
- EnableOrganizationAdminAccountRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
944
+ EnableOrganizationAdminAccountRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
945
945
  EnableOrganizationAdminAccountRequest.struct_class = Types::EnableOrganizationAdminAccountRequest
946
946
 
947
947
  EnableOrganizationAdminAccountResponse.struct_class = Types::EnableOrganizationAdminAccountResponse
@@ -1494,7 +1494,7 @@ module Aws::Macie2
1494
1494
  PutClassificationExportConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: ClassificationExportConfiguration, location_name: "configuration"))
1495
1495
  PutClassificationExportConfigurationResponse.struct_class = Types::PutClassificationExportConfigurationResponse
1496
1496
 
1497
- PutFindingsPublicationConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1497
+ PutFindingsPublicationConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1498
1498
  PutFindingsPublicationConfigurationRequest.add_member(:security_hub_configuration, Shapes::ShapeRef.new(shape: SecurityHubConfiguration, location_name: "securityHubConfiguration"))
1499
1499
  PutFindingsPublicationConfigurationRequest.struct_class = Types::PutFindingsPublicationConfigurationRequest
1500
1500
 
@@ -1829,7 +1829,7 @@ module Aws::Macie2
1829
1829
  UpdateClassificationScopeResponse.struct_class = Types::UpdateClassificationScopeResponse
1830
1830
 
1831
1831
  UpdateFindingsFilterRequest.add_member(:action, Shapes::ShapeRef.new(shape: FindingsFilterAction, location_name: "action"))
1832
- UpdateFindingsFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1832
+ UpdateFindingsFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1833
1833
  UpdateFindingsFilterRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
1834
1834
  UpdateFindingsFilterRequest.add_member(:finding_criteria, Shapes::ShapeRef.new(shape: FindingCriteria, location_name: "findingCriteria"))
1835
1835
  UpdateFindingsFilterRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
@@ -55,7 +55,7 @@ module Aws::Macie2
55
55
  autoload :EndpointProvider, 'aws-sdk-macie2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-macie2/endpoints'
57
57
 
58
- GEM_VERSION = '1.84.0'
58
+ GEM_VERSION = '1.85.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-macie2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-macie2
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-macie2/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - Amazon Macie 2
100
97
  test_files: []