aws-sdk-synthetics 1.55.0 → 1.56.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: 4832c6b9878f7dfd2a0bc655c1df07030bdd4e288696f1ea2dbab14ccf8a79bc
4
- data.tar.gz: 25308d4e28f4f7125993887694160699b3f968da125c463e2a4c08fa426361c6
3
+ metadata.gz: 6dff25d9cfc5d60c22b9baa9679458405ad7c3d7cbd25f1a5a32a0ce23ad6399
4
+ data.tar.gz: 70defe569d9c94483043e041c01a9eee94ae95eaffeec9f341d71fc98bc7178b
5
5
  SHA512:
6
- metadata.gz: ba6dae414d77ac0e241946306178ddf72987368348aaa1bdea4fd3bc9325aeec664033a525dc5c1d07d1cb4d95d78f6a315d53d9a2631ba7eb3e849f83fa7089
7
- data.tar.gz: 1b95e1cd3d64180ec84c2c888dd7c3d091f5949a5b0d2a9b3b81d5e089246e1fd74bfabf810164851bee7edbfb02fde2c356aeb828ad56a94880a85215cd3409
6
+ metadata.gz: c9084bfa5c2a96455ca7a7cb21f17aa69e1ffe39af50c5eba22214f9a927bd476ee7d42009b6cc2ae1b639526ff5e2f201af7edb18c10b09613d8f7cb329d311
7
+ data.tar.gz: 70714a5af5a7fc0bf7a5e261ebf68889f7d47227462a1201eaf985ee049702a70743bb0f9ff07ee52135a8fe0107a00866aa2b36c934898dd8630e4b624d1b5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -1810,7 +1810,7 @@ module Aws::Synthetics
1810
1810
  tracer: tracer
1811
1811
  )
1812
1812
  context[:gem_name] = 'aws-sdk-synthetics'
1813
- context[:gem_version] = '1.55.0'
1813
+ context[:gem_version] = '1.56.0'
1814
1814
  Seahorse::Client::Request.new(handlers, context)
1815
1815
  end
1816
1816
 
@@ -430,7 +430,7 @@ module Aws::Synthetics
430
430
  # Specifies the keys and values to use for any environment variables
431
431
  # used in the canary script. Use the following format:
432
432
  #
433
- # \\\{ "key1" : "value1", "key2" : "value2", ...\\}
433
+ # \{ "key1" : "value1", "key2" : "value2", ...}
434
434
  #
435
435
  # Keys must start with a letter and be at least two characters. The
436
436
  # total size of your environment variables cannot exceed 4 KB. You
@@ -54,7 +54,7 @@ module Aws::Synthetics
54
54
  autoload :EndpointProvider, 'aws-sdk-synthetics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-synthetics/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.56.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-synthetics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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