aws-sdk-auditmanager 1.0.0 → 1.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0602bb0f7fc25451c212c7ea791a71631635be25866c1a508c601a887c31e345
|
4
|
+
data.tar.gz: 0d8dc47c3bed9987534a8c3a472aac8347c8e8f6de831114d97b859e65f52621
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74409722be5fe6d2602e003362173f307d6488a3f9afc888ae230bf0baf9d67740c76a8509c12474df15b4433c258e18ef05d7b7025232ea9c6566d3ba81d117
|
7
|
+
data.tar.gz: 48787212110dc82b74d2b194844fad9713a1fd9ab6b8a1416d0acac1278f1230d91ad643065d03472b0dac4bf43049263cedfa69ac70414d509b68e5a989772f
|
data/lib/aws-sdk-auditmanager.rb
CHANGED
@@ -750,6 +750,9 @@ module Aws::AuditManager
|
|
750
750
|
# @option params [required, Array<Types::CreateAssessmentFrameworkControlSet>] :control_sets
|
751
751
|
# The control sets to be associated with the framework.
|
752
752
|
#
|
753
|
+
# @option params [Hash<String,String>] :tags
|
754
|
+
# The tags associated with the framework.
|
755
|
+
#
|
753
756
|
# @return [Types::CreateAssessmentFrameworkResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
754
757
|
#
|
755
758
|
# * {Types::CreateAssessmentFrameworkResponse#framework #framework} => Types::Framework
|
@@ -770,6 +773,9 @@ module Aws::AuditManager
|
|
770
773
|
# ],
|
771
774
|
# },
|
772
775
|
# ],
|
776
|
+
# tags: {
|
777
|
+
# "TagKey" => "TagValue",
|
778
|
+
# },
|
773
779
|
# })
|
774
780
|
#
|
775
781
|
# @example Response structure
|
@@ -815,6 +821,8 @@ module Aws::AuditManager
|
|
815
821
|
# resp.framework.last_updated_at #=> Time
|
816
822
|
# resp.framework.created_by #=> String
|
817
823
|
# resp.framework.last_updated_by #=> String
|
824
|
+
# resp.framework.tags #=> Hash
|
825
|
+
# resp.framework.tags["TagKey"] #=> String
|
818
826
|
#
|
819
827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentFramework AWS API Documentation
|
820
828
|
#
|
@@ -887,8 +895,7 @@ module Aws::AuditManager
|
|
887
895
|
# The recommended actions to carry out if the control is not fulfilled.
|
888
896
|
#
|
889
897
|
# @option params [required, Array<Types::CreateControlMappingSource>] :control_mapping_sources
|
890
|
-
# The data
|
891
|
-
# evidence for the control.
|
898
|
+
# The data mapping sources for the specified control.
|
892
899
|
#
|
893
900
|
# @option params [Hash<String,String>] :tags
|
894
901
|
# The tags associated with the control.
|
@@ -1303,6 +1310,8 @@ module Aws::AuditManager
|
|
1303
1310
|
# resp.framework.last_updated_at #=> Time
|
1304
1311
|
# resp.framework.created_by #=> String
|
1305
1312
|
# resp.framework.last_updated_by #=> String
|
1313
|
+
# resp.framework.tags #=> Hash
|
1314
|
+
# resp.framework.tags["TagKey"] #=> String
|
1306
1315
|
#
|
1307
1316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentFramework AWS API Documentation
|
1308
1317
|
#
|
@@ -1915,6 +1924,7 @@ module Aws::AuditManager
|
|
1915
1924
|
# @example Response structure
|
1916
1925
|
#
|
1917
1926
|
# resp.framework_metadata_list #=> Array
|
1927
|
+
# resp.framework_metadata_list[0].arn #=> String
|
1918
1928
|
# resp.framework_metadata_list[0].id #=> String
|
1919
1929
|
# resp.framework_metadata_list[0].type #=> String, one of "Standard", "Custom"
|
1920
1930
|
# resp.framework_metadata_list[0].name #=> String
|
@@ -2682,6 +2692,8 @@ module Aws::AuditManager
|
|
2682
2692
|
# resp.framework.last_updated_at #=> Time
|
2683
2693
|
# resp.framework.created_by #=> String
|
2684
2694
|
# resp.framework.last_updated_by #=> String
|
2695
|
+
# resp.framework.tags #=> Hash
|
2696
|
+
# resp.framework.tags["TagKey"] #=> String
|
2685
2697
|
#
|
2686
2698
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentFramework AWS API Documentation
|
2687
2699
|
#
|
@@ -2822,8 +2834,7 @@ module Aws::AuditManager
|
|
2822
2834
|
# The recommended actions to carry out if the control is not fulfilled.
|
2823
2835
|
#
|
2824
2836
|
# @option params [required, Array<Types::ControlMappingSource>] :control_mapping_sources
|
2825
|
-
# The data
|
2826
|
-
# evidence for the control.
|
2837
|
+
# The data mapping sources for the specified control.
|
2827
2838
|
#
|
2828
2839
|
# @return [Types::UpdateControlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2829
2840
|
#
|
@@ -2999,7 +3010,7 @@ module Aws::AuditManager
|
|
2999
3010
|
params: params,
|
3000
3011
|
config: config)
|
3001
3012
|
context[:gem_name] = 'aws-sdk-auditmanager'
|
3002
|
-
context[:gem_version] = '1.
|
3013
|
+
context[:gem_version] = '1.1.0'
|
3003
3014
|
Seahorse::Client::Request.new(handlers, context)
|
3004
3015
|
end
|
3005
3016
|
|
@@ -356,6 +356,7 @@ module Aws::AuditManager
|
|
356
356
|
AssessmentFramework.add_member(:control_sets, Shapes::ShapeRef.new(shape: AssessmentControlSets, location_name: "controlSets"))
|
357
357
|
AssessmentFramework.struct_class = Types::AssessmentFramework
|
358
358
|
|
359
|
+
AssessmentFrameworkMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: AuditManagerArn, location_name: "arn"))
|
359
360
|
AssessmentFrameworkMetadata.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "id"))
|
360
361
|
AssessmentFrameworkMetadata.add_member(:type, Shapes::ShapeRef.new(shape: FrameworkType, location_name: "type"))
|
361
362
|
AssessmentFrameworkMetadata.add_member(:name, Shapes::ShapeRef.new(shape: FrameworkName, location_name: "name"))
|
@@ -573,6 +574,7 @@ module Aws::AuditManager
|
|
573
574
|
CreateAssessmentFrameworkRequest.add_member(:description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "description"))
|
574
575
|
CreateAssessmentFrameworkRequest.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, location_name: "complianceType"))
|
575
576
|
CreateAssessmentFrameworkRequest.add_member(:control_sets, Shapes::ShapeRef.new(shape: CreateAssessmentFrameworkControlSets, required: true, location_name: "controlSets"))
|
577
|
+
CreateAssessmentFrameworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
576
578
|
CreateAssessmentFrameworkRequest.struct_class = Types::CreateAssessmentFrameworkRequest
|
577
579
|
|
578
580
|
CreateAssessmentFrameworkResponse.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, location_name: "framework"))
|
@@ -733,6 +735,7 @@ module Aws::AuditManager
|
|
733
735
|
Framework.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
734
736
|
Framework.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
735
737
|
Framework.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: LastUpdatedBy, location_name: "lastUpdatedBy"))
|
738
|
+
Framework.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
736
739
|
Framework.struct_class = Types::Framework
|
737
740
|
|
738
741
|
FrameworkMetadata.add_member(:name, Shapes::ShapeRef.new(shape: AssessmentName, location_name: "name"))
|
@@ -361,6 +361,10 @@ module Aws::AuditManager
|
|
361
361
|
|
362
362
|
# The metadata associated with a standard or custom framework.
|
363
363
|
#
|
364
|
+
# @!attribute [rw] arn
|
365
|
+
# The Amazon Resource Name (ARN) of the framework.
|
366
|
+
# @return [String]
|
367
|
+
#
|
364
368
|
# @!attribute [rw] id
|
365
369
|
# The unique identified for the specified framework.
|
366
370
|
# @return [String]
|
@@ -405,6 +409,7 @@ module Aws::AuditManager
|
|
405
409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AssessmentFrameworkMetadata AWS API Documentation
|
406
410
|
#
|
407
411
|
class AssessmentFrameworkMetadata < Struct.new(
|
412
|
+
:arn,
|
408
413
|
:id,
|
409
414
|
:type,
|
410
415
|
:name,
|
@@ -982,7 +987,7 @@ module Aws::AuditManager
|
|
982
987
|
#
|
983
988
|
# @!attribute [rw] error_message
|
984
989
|
# The error message returned by the
|
985
|
-
# `
|
990
|
+
# `BatchImportEvidenceToAssessmentControl` API.
|
986
991
|
# @return [String]
|
987
992
|
#
|
988
993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchImportEvidenceToAssessmentControlError AWS API Documentation
|
@@ -1121,7 +1126,8 @@ module Aws::AuditManager
|
|
1121
1126
|
# @return [String]
|
1122
1127
|
#
|
1123
1128
|
# @!attribute [rw] control_sources
|
1124
|
-
# The data
|
1129
|
+
# The data source that determines from where AWS Audit Manager
|
1130
|
+
# collects evidence for the control.
|
1125
1131
|
# @return [String]
|
1126
1132
|
#
|
1127
1133
|
# @!attribute [rw] control_mapping_sources
|
@@ -1402,6 +1408,9 @@ module Aws::AuditManager
|
|
1402
1408
|
# ],
|
1403
1409
|
# },
|
1404
1410
|
# ],
|
1411
|
+
# tags: {
|
1412
|
+
# "TagKey" => "TagValue",
|
1413
|
+
# },
|
1405
1414
|
# }
|
1406
1415
|
#
|
1407
1416
|
# @!attribute [rw] name
|
@@ -1421,13 +1430,18 @@ module Aws::AuditManager
|
|
1421
1430
|
# The control sets to be associated with the framework.
|
1422
1431
|
# @return [Array<Types::CreateAssessmentFrameworkControlSet>]
|
1423
1432
|
#
|
1433
|
+
# @!attribute [rw] tags
|
1434
|
+
# The tags associated with the framework.
|
1435
|
+
# @return [Hash<String,String>]
|
1436
|
+
#
|
1424
1437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentFrameworkRequest AWS API Documentation
|
1425
1438
|
#
|
1426
1439
|
class CreateAssessmentFrameworkRequest < Struct.new(
|
1427
1440
|
:name,
|
1428
1441
|
:description,
|
1429
1442
|
:compliance_type,
|
1430
|
-
:control_sets
|
1443
|
+
:control_sets,
|
1444
|
+
:tags)
|
1431
1445
|
SENSITIVE = []
|
1432
1446
|
include Aws::Structure
|
1433
1447
|
end
|
@@ -1699,8 +1713,7 @@ module Aws::AuditManager
|
|
1699
1713
|
# @return [String]
|
1700
1714
|
#
|
1701
1715
|
# @!attribute [rw] control_mapping_sources
|
1702
|
-
# The data
|
1703
|
-
# collects evidence for the control.
|
1716
|
+
# The data mapping sources for the specified control.
|
1704
1717
|
# @return [Array<Types::CreateControlMappingSource>]
|
1705
1718
|
#
|
1706
1719
|
# @!attribute [rw] tags
|
@@ -2218,6 +2231,10 @@ module Aws::AuditManager
|
|
2218
2231
|
# The IAM user or role that most recently updated the framework.
|
2219
2232
|
# @return [String]
|
2220
2233
|
#
|
2234
|
+
# @!attribute [rw] tags
|
2235
|
+
# The tags associated with the framework.
|
2236
|
+
# @return [Hash<String,String>]
|
2237
|
+
#
|
2221
2238
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/Framework AWS API Documentation
|
2222
2239
|
#
|
2223
2240
|
class Framework < Struct.new(
|
@@ -2233,7 +2250,8 @@ module Aws::AuditManager
|
|
2233
2250
|
:created_at,
|
2234
2251
|
:last_updated_at,
|
2235
2252
|
:created_by,
|
2236
|
-
:last_updated_by
|
2253
|
+
:last_updated_by,
|
2254
|
+
:tags)
|
2237
2255
|
SENSITIVE = []
|
2238
2256
|
include Aws::Structure
|
2239
2257
|
end
|
@@ -4010,8 +4028,7 @@ module Aws::AuditManager
|
|
4010
4028
|
# @return [String]
|
4011
4029
|
#
|
4012
4030
|
# @!attribute [rw] control_mapping_sources
|
4013
|
-
# The data
|
4014
|
-
# collects evidence for the control.
|
4031
|
+
# The data mapping sources for the specified control.
|
4015
4032
|
# @return [Array<Types::ControlMappingSource>]
|
4016
4033
|
#
|
4017
4034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateControlRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-auditmanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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:
|
11
|
+
date: 2021-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|