aws-sdk-controlcatalog 1.16.0 → 1.17.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-controlcatalog/client.rb +1 -1
- data/lib/aws-sdk-controlcatalog/types.rb +1 -2
- data/lib/aws-sdk-controlcatalog.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07a546dd92a64a9b2d43bca1e8e6092947d445d3510c545d7a81b68061fe6cfc
|
|
4
|
+
data.tar.gz: 31527bbac295f49eed0c550961afc0afc571a9eda14540658410c840dc90894a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a0df82bd2dce31719a59bc9bbfd69da8e96dbf597eaddf1368cf27f88df114bb65d012947a6d87ea97ded34ff15fc03bc5006fde4987b36b72670c444e35555
|
|
7
|
+
data.tar.gz: 3a5fd2a75c96a1d8e81e7aba18c760849a59e1af46c3ac4079fc3f9afe874f47c228c780a088ca015c4a1f4db798caf0f55a5f9983f045a713913cc8d773ecc5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.17.0 (2024-12-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API
|
|
8
|
+
|
|
4
9
|
1.16.0 (2024-11-08)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.17.0
|
|
@@ -359,8 +359,7 @@ module Aws::ControlCatalog
|
|
|
359
359
|
# segments.
|
|
360
360
|
#
|
|
361
361
|
# Although the format is similar, the values for the `Type` field do not
|
|
362
|
-
# match any Amazon Web Services CloudFormation values
|
|
363
|
-
# CloudFormation to implement these controls.
|
|
362
|
+
# match any Amazon Web Services CloudFormation values.
|
|
364
363
|
#
|
|
365
364
|
# @!attribute [rw] type
|
|
366
365
|
# A string that describes a control's implementation type.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-controlcatalog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.17.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: 2024-11
|
|
11
|
+
date: 2024-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|