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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23921242f81a2c4d0a344a710299d5935d3d7edbb1ee2ee01b18ed96354dbf15
4
- data.tar.gz: 4cec7f9d4047762eaecc4c929a877d2a4011e1eca619cdc76370f535c237aca2
3
+ metadata.gz: 07a546dd92a64a9b2d43bca1e8e6092947d445d3510c545d7a81b68061fe6cfc
4
+ data.tar.gz: 31527bbac295f49eed0c550961afc0afc571a9eda14540658410c840dc90894a
5
5
  SHA512:
6
- metadata.gz: 3e6fc759284b448c8a8311690e4f753f85ff2b354572be290193abdafcb1dcadeac2cd2c0151f62fd33a14fd8e9952a12fdf1c1bb355eaaf8eacde4eb9002ab1
7
- data.tar.gz: a91523d4623fc41a98598b40bb3f621389cb81e3b992bcca1488105f25d98137ba7a4525b74b4bf266a1430704e9ff59e9e178a931f6fe81549dce3caf3ed7a3
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.16.0
1
+ 1.17.0
@@ -741,7 +741,7 @@ module Aws::ControlCatalog
741
741
  tracer: tracer
742
742
  )
743
743
  context[:gem_name] = 'aws-sdk-controlcatalog'
744
- context[:gem_version] = '1.16.0'
744
+ context[:gem_version] = '1.17.0'
745
745
  Seahorse::Client::Request.new(handlers, context)
746
746
  end
747
747
 
@@ -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, and we do not use
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.
@@ -55,7 +55,7 @@ module Aws::ControlCatalog
55
55
  autoload :EndpointProvider, 'aws-sdk-controlcatalog/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-controlcatalog/endpoints'
57
57
 
58
- GEM_VERSION = '1.16.0'
58
+ GEM_VERSION = '1.17.0'
59
59
 
60
60
  end
61
61
 
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.16.0
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-08 00:00:00.000000000 Z
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