aws-sdk-controlcatalog 1.14.0 → 1.15.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: 82ac8252e0a882c1edcd8e328a23a21a36149c4d90c478fd33b11e44918716f5
4
- data.tar.gz: b42711a63061dc2d9383d832a2acc876f89deb235a5b965a08ae220d79c61b71
3
+ metadata.gz: 8b8a3ae32f5017d4e3b51ca72bae3f8102816918eaf72ab4ada88da086aa26bd
4
+ data.tar.gz: 913568876b26b5a8f79417dde6d6ecc76b1731ea9f114475d72c27245bbda8e0
5
5
  SHA512:
6
- metadata.gz: '083227982045ec085636ceaa66f8317fd5b65610ef735999df590add25609336dfa29bd6ce732c64e2c9ff66a9e4b249256a9cb11e8be12a5af70e1a526b9ce3'
7
- data.tar.gz: d7c5e75015e0bf19470b744b8cc8c9025e457a98af7c757900f8b1c17faefdc96b6f7305531bc74b2305d8dd7d18c056af00228c6a65a071fea657623ea55218
6
+ metadata.gz: 117da5cf73031dd539df2abf1a6c9f5cbf02060fc15ad475697bfe2a80decbcd0c7f5ee6e727cca28c69c820a2a3ce8fc8c1600969c49cad163df85e5a41cfc4
7
+ data.tar.gz: 4803e459d4c9a0136a156fe41cb4ad97b9d334a14ea1efcc9dce6fd268d5016f52c8850823d95d602ef6499f6301bb85291590679d0dde6d0d34989fa48e62e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -465,11 +465,11 @@ module Aws::ControlCatalog
465
465
  #
466
466
  # *Global format*
467
467
  #
468
- # `arn:\{PARTITION\}:controlcatalog:::control/\{CONTROL_CATALOG_OPAQUE_ID\}`
468
+ # `arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}`
469
469
  #
470
470
  # *Or Regional format*
471
471
  #
472
- # `arn:\{PARTITION\}:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}`
472
+ # `arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}`
473
473
  #
474
474
  # Here is a more general pattern that covers Amazon Web Services Control
475
475
  # Tower and Control Catalog ARNs:
@@ -736,7 +736,7 @@ module Aws::ControlCatalog
736
736
  tracer: tracer
737
737
  )
738
738
  context[:gem_name] = 'aws-sdk-controlcatalog'
739
- context[:gem_version] = '1.14.0'
739
+ context[:gem_version] = '1.15.0'
740
740
  Seahorse::Client::Request.new(handlers, context)
741
741
  end
742
742
 
@@ -203,11 +203,11 @@ module Aws::ControlCatalog
203
203
  #
204
204
  # *Global format*
205
205
  #
206
- # `arn:\{PARTITION\}:controlcatalog:::control/\{CONTROL_CATALOG_OPAQUE_ID\}`
206
+ # `arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}`
207
207
  #
208
208
  # *Or Regional format*
209
209
  #
210
- # `arn:\{PARTITION\}:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}`
210
+ # `arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}`
211
211
  #
212
212
  # Here is a more general pattern that covers Amazon Web Services
213
213
  # Control Tower and Control Catalog ARNs:
@@ -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.14.0'
58
+ GEM_VERSION = '1.15.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.14.0
4
+ version: 1.15.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core