aws-sdk-synthetics 1.55.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-synthetics/client.rb +1 -1
- data/lib/aws-sdk-synthetics/types.rb +1 -1
- data/lib/aws-sdk-synthetics.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: 6dff25d9cfc5d60c22b9baa9679458405ad7c3d7cbd25f1a5a32a0ce23ad6399
|
4
|
+
data.tar.gz: 70defe569d9c94483043e041c01a9eee94ae95eaffeec9f341d71fc98bc7178b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9084bfa5c2a96455ca7a7cb21f17aa69e1ffe39af50c5eba22214f9a927bd476ee7d42009b6cc2ae1b639526ff5e2f201af7edb18c10b09613d8f7cb329d311
|
7
|
+
data.tar.gz: 70714a5af5a7fc0bf7a5e261ebf68889f7d47227462a1201eaf985ee049702a70743bb0f9ff07ee52135a8fe0107a00866aa2b36c934898dd8630e4b624d1b5b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -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
|
-
#
|
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
|
data/lib/aws-sdk-synthetics.rb
CHANGED
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.
|
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-
|
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
|