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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 360c22a34db8e17a4bf7416cd2c28b452fc2e4467841f2c70792e73dfc78f11c
4
- data.tar.gz: 4eb526102f38154dbf4755f74a54329befae8dfc5d75ef7a49243039b36560ee
3
+ metadata.gz: df851d2507551fa841bb0b86b8010d7b7c8153043ea7374bb07fab96830ec079
4
+ data.tar.gz: 5c87aefa9c17c376c19218f2d3125d09c7bc9788cf22a1fa99e2e329b7507bb2
5
5
  SHA512:
6
- metadata.gz: 8f3df5dd3c65f5970333576716b810a2be03486f4da0b199a943873c6bd395b519c96cc9bb23e58f4c14c1510fd373d6b1061026fb79848d4cabb17c53923633
7
- data.tar.gz: c0fcb4534b4481501525a145c2696b1af52643e6e6ee0c1ecc8ba5008df2afa513fb85a7a9c6bf48bda2f44061c67c6d1b2bf0ac2edd6dfb6c7358ad50dde9bd
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.5.0
1
+ 1.6.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-auditmanager/customizations'
48
48
  # @!group service
49
49
  module Aws::AuditManager
50
50
 
51
- GEM_VERSION = '1.5.0'
51
+ GEM_VERSION = '1.6.0'
52
52
 
53
53
  end
@@ -2641,7 +2641,7 @@ module Aws::AuditManager
2641
2641
  # compliance_type: "ComplianceType",
2642
2642
  # control_sets: [ # required
2643
2643
  # {
2644
- # id: "UUID",
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.5.0'
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: UUID, location_name: "id"))
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: "UUID",
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: "UUID",
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.5.0
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-05 00:00:00.000000000 Z
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
- rubyforge_project:
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