aws-sdk-auditmanager 1.5.0 → 1.6.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-auditmanager.rb +1 -1
- data/lib/aws-sdk-auditmanager/client.rb +2 -2
- data/lib/aws-sdk-auditmanager/client_api.rb +1 -1
- data/lib/aws-sdk-auditmanager/types.rb +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df851d2507551fa841bb0b86b8010d7b7c8153043ea7374bb07fab96830ec079
|
|
4
|
+
data.tar.gz: 5c87aefa9c17c376c19218f2d3125d09c7bc9788cf22a1fa99e2e329b7507bb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91eaad5df913daf09f2de346f5229c9734079c588695c619799fdce62c96c055da52e1692802f285c3783a2a4c63649192a0a7c9a3b7c676b9bc8d996cfa0033
|
|
7
|
+
data.tar.gz: 151919e3dad1b7c3af3dc889f24df6d4e434d87cab2bf10b2d40c41c09d12b44a447be0e968af17c1afd7fd3ef65c26065a6d97e306b68a50bbe261a9b94539b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.6.0 (2021-04-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release restricts using backslashes in control, assessment, and framework names. The controlSetName field of the UpdateAssessmentFrameworkControlSet API now allows strings without backslashes.
|
|
8
|
+
|
|
4
9
|
1.5.0 (2021-04-05)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
data/lib/aws-sdk-auditmanager.rb
CHANGED
|
@@ -2641,7 +2641,7 @@ module Aws::AuditManager
|
|
|
2641
2641
|
# compliance_type: "ComplianceType",
|
|
2642
2642
|
# control_sets: [ # required
|
|
2643
2643
|
# {
|
|
2644
|
-
# id: "
|
|
2644
|
+
# id: "ControlSetName",
|
|
2645
2645
|
# name: "ControlSetName",
|
|
2646
2646
|
# controls: [
|
|
2647
2647
|
# {
|
|
@@ -3013,7 +3013,7 @@ module Aws::AuditManager
|
|
|
3013
3013
|
params: params,
|
|
3014
3014
|
config: config)
|
|
3015
3015
|
context[:gem_name] = 'aws-sdk-auditmanager'
|
|
3016
|
-
context[:gem_version] = '1.
|
|
3016
|
+
context[:gem_version] = '1.6.0'
|
|
3017
3017
|
Seahorse::Client::Request.new(handlers, context)
|
|
3018
3018
|
end
|
|
3019
3019
|
|
|
@@ -1036,7 +1036,7 @@ module Aws::AuditManager
|
|
|
1036
1036
|
UpdateAssessmentControlSetStatusResponse.add_member(:control_set, Shapes::ShapeRef.new(shape: AssessmentControlSet, location_name: "controlSet"))
|
|
1037
1037
|
UpdateAssessmentControlSetStatusResponse.struct_class = Types::UpdateAssessmentControlSetStatusResponse
|
|
1038
1038
|
|
|
1039
|
-
UpdateAssessmentFrameworkControlSet.add_member(:id, Shapes::ShapeRef.new(shape:
|
|
1039
|
+
UpdateAssessmentFrameworkControlSet.add_member(:id, Shapes::ShapeRef.new(shape: ControlSetName, location_name: "id"))
|
|
1040
1040
|
UpdateAssessmentFrameworkControlSet.add_member(:name, Shapes::ShapeRef.new(shape: ControlSetName, location_name: "name"))
|
|
1041
1041
|
UpdateAssessmentFrameworkControlSet.add_member(:controls, Shapes::ShapeRef.new(shape: CreateAssessmentFrameworkControls, location_name: "controls"))
|
|
1042
1042
|
UpdateAssessmentFrameworkControlSet.struct_class = Types::UpdateAssessmentFrameworkControlSet
|
|
@@ -3769,7 +3769,7 @@ module Aws::AuditManager
|
|
|
3769
3769
|
# data as a hash:
|
|
3770
3770
|
#
|
|
3771
3771
|
# {
|
|
3772
|
-
# id: "
|
|
3772
|
+
# id: "ControlSetName",
|
|
3773
3773
|
# name: "ControlSetName",
|
|
3774
3774
|
# controls: [
|
|
3775
3775
|
# {
|
|
@@ -3810,7 +3810,7 @@ module Aws::AuditManager
|
|
|
3810
3810
|
# compliance_type: "ComplianceType",
|
|
3811
3811
|
# control_sets: [ # required
|
|
3812
3812
|
# {
|
|
3813
|
-
# id: "
|
|
3813
|
+
# id: "ControlSetName",
|
|
3814
3814
|
# name: "ControlSetName",
|
|
3815
3815
|
# controls: [
|
|
3816
3816
|
# {
|
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.6.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: 2021-04-
|
|
11
|
+
date: 2021-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - AWS Audit Manager
|