aws-sdk-synthetics 1.82.0 → 1.83.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-synthetics/client.rb +1 -1
- data/lib/aws-sdk-synthetics.rb +1 -1
- data/sig/client.rbs +10 -85
- data/sig/params.rbs +39 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 730286448e0df0c94d7d762a1562a203621579de436845b75508ae3999892692
|
|
4
|
+
data.tar.gz: 638791d744301cd8fc9bad85f7fd4f609447a17c65494b059aa48d67ddfd12d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9be10cabdb38ee48ea6a068febcb9bdc7916c8e06d5ab0e1a063b59b2cd84be589875ec5d858eef368a29a9f83aff41614f8bb0b5d1af1c1db05cbd6ad734b40
|
|
7
|
+
data.tar.gz: a5cc74869198a0e779cee9d69de92730070bdf43b7fa8bb0c6eda36b11a1e27a0352c87bc9fc0689b1923aafa9a0ab7209212f19ca7968b082306b45fb7fe7c0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
data/lib/aws-sdk-synthetics.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -95,20 +95,7 @@ module Aws
|
|
|
95
95
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Synthetics/Client.html#create_canary-instance_method
|
|
96
96
|
def create_canary: (
|
|
97
97
|
name: ::String,
|
|
98
|
-
code:
|
|
99
|
-
s3_bucket: ::String?,
|
|
100
|
-
s3_key: ::String?,
|
|
101
|
-
s3_version: ::String?,
|
|
102
|
-
zip_file: ::String?,
|
|
103
|
-
handler: ::String?,
|
|
104
|
-
blueprint_types: Array[::String]?,
|
|
105
|
-
dependencies: Array[
|
|
106
|
-
{
|
|
107
|
-
type: ("LambdaLayer")?,
|
|
108
|
-
reference: ::String
|
|
109
|
-
},
|
|
110
|
-
]?
|
|
111
|
-
},
|
|
98
|
+
code: Params::canary_code_input,
|
|
112
99
|
artifact_s3_location: ::String,
|
|
113
100
|
execution_role_arn: ::String,
|
|
114
101
|
schedule: {
|
|
@@ -138,7 +125,7 @@ module Aws
|
|
|
138
125
|
?browser_configs: Array[
|
|
139
126
|
{
|
|
140
127
|
browser_type: ("CHROME" | "FIREFOX")?
|
|
141
|
-
}
|
|
128
|
+
}
|
|
142
129
|
],
|
|
143
130
|
?tags: Hash[::String, ::String],
|
|
144
131
|
?artifact_config: {
|
|
@@ -329,20 +316,7 @@ module Aws
|
|
|
329
316
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Synthetics/Client.html#start_canary_dry_run-instance_method
|
|
330
317
|
def start_canary_dry_run: (
|
|
331
318
|
name: ::String,
|
|
332
|
-
?code:
|
|
333
|
-
s3_bucket: ::String?,
|
|
334
|
-
s3_key: ::String?,
|
|
335
|
-
s3_version: ::String?,
|
|
336
|
-
zip_file: ::String?,
|
|
337
|
-
handler: ::String?,
|
|
338
|
-
blueprint_types: Array[::String]?,
|
|
339
|
-
dependencies: Array[
|
|
340
|
-
{
|
|
341
|
-
type: ("LambdaLayer")?,
|
|
342
|
-
reference: ::String
|
|
343
|
-
},
|
|
344
|
-
]?
|
|
345
|
-
},
|
|
319
|
+
?code: Params::canary_code_input,
|
|
346
320
|
?runtime_version: ::String,
|
|
347
321
|
?run_config: {
|
|
348
322
|
timeout_in_seconds: ::Integer?,
|
|
@@ -359,16 +333,7 @@ module Aws
|
|
|
359
333
|
?execution_role_arn: ::String,
|
|
360
334
|
?success_retention_period_in_days: ::Integer,
|
|
361
335
|
?failure_retention_period_in_days: ::Integer,
|
|
362
|
-
?visual_reference:
|
|
363
|
-
base_screenshots: Array[
|
|
364
|
-
{
|
|
365
|
-
screenshot_name: ::String,
|
|
366
|
-
ignore_coordinates: Array[::String]?
|
|
367
|
-
},
|
|
368
|
-
]?,
|
|
369
|
-
base_canary_run_id: ::String,
|
|
370
|
-
browser_type: ("CHROME" | "FIREFOX")?
|
|
371
|
-
},
|
|
336
|
+
?visual_reference: Params::visual_reference_input,
|
|
372
337
|
?artifact_s3_location: ::String,
|
|
373
338
|
?artifact_config: {
|
|
374
339
|
s3_encryption: {
|
|
@@ -380,19 +345,10 @@ module Aws
|
|
|
380
345
|
?browser_configs: Array[
|
|
381
346
|
{
|
|
382
347
|
browser_type: ("CHROME" | "FIREFOX")?
|
|
383
|
-
}
|
|
348
|
+
}
|
|
384
349
|
],
|
|
385
350
|
?visual_references: Array[
|
|
386
|
-
|
|
387
|
-
base_screenshots: Array[
|
|
388
|
-
{
|
|
389
|
-
screenshot_name: ::String,
|
|
390
|
-
ignore_coordinates: Array[::String]?
|
|
391
|
-
},
|
|
392
|
-
]?,
|
|
393
|
-
base_canary_run_id: ::String,
|
|
394
|
-
browser_type: ("CHROME" | "FIREFOX")?
|
|
395
|
-
},
|
|
351
|
+
Params::visual_reference_input
|
|
396
352
|
]
|
|
397
353
|
) -> _StartCanaryDryRunResponseSuccess
|
|
398
354
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCanaryDryRunResponseSuccess
|
|
@@ -432,20 +388,7 @@ module Aws
|
|
|
432
388
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Synthetics/Client.html#update_canary-instance_method
|
|
433
389
|
def update_canary: (
|
|
434
390
|
name: ::String,
|
|
435
|
-
?code:
|
|
436
|
-
s3_bucket: ::String?,
|
|
437
|
-
s3_key: ::String?,
|
|
438
|
-
s3_version: ::String?,
|
|
439
|
-
zip_file: ::String?,
|
|
440
|
-
handler: ::String?,
|
|
441
|
-
blueprint_types: Array[::String]?,
|
|
442
|
-
dependencies: Array[
|
|
443
|
-
{
|
|
444
|
-
type: ("LambdaLayer")?,
|
|
445
|
-
reference: ::String
|
|
446
|
-
},
|
|
447
|
-
]?
|
|
448
|
-
},
|
|
391
|
+
?code: Params::canary_code_input,
|
|
449
392
|
?execution_role_arn: ::String,
|
|
450
393
|
?runtime_version: ::String,
|
|
451
394
|
?schedule: {
|
|
@@ -469,16 +412,7 @@ module Aws
|
|
|
469
412
|
security_group_ids: Array[::String]?,
|
|
470
413
|
ipv_6_allowed_for_dual_stack: bool?
|
|
471
414
|
},
|
|
472
|
-
?visual_reference:
|
|
473
|
-
base_screenshots: Array[
|
|
474
|
-
{
|
|
475
|
-
screenshot_name: ::String,
|
|
476
|
-
ignore_coordinates: Array[::String]?
|
|
477
|
-
},
|
|
478
|
-
]?,
|
|
479
|
-
base_canary_run_id: ::String,
|
|
480
|
-
browser_type: ("CHROME" | "FIREFOX")?
|
|
481
|
-
},
|
|
415
|
+
?visual_reference: Params::visual_reference_input,
|
|
482
416
|
?artifact_s3_location: ::String,
|
|
483
417
|
?artifact_config: {
|
|
484
418
|
s3_encryption: {
|
|
@@ -489,21 +423,12 @@ module Aws
|
|
|
489
423
|
?provisioned_resource_cleanup: ("AUTOMATIC" | "OFF"),
|
|
490
424
|
?dry_run_id: ::String,
|
|
491
425
|
?visual_references: Array[
|
|
492
|
-
|
|
493
|
-
base_screenshots: Array[
|
|
494
|
-
{
|
|
495
|
-
screenshot_name: ::String,
|
|
496
|
-
ignore_coordinates: Array[::String]?
|
|
497
|
-
},
|
|
498
|
-
]?,
|
|
499
|
-
base_canary_run_id: ::String,
|
|
500
|
-
browser_type: ("CHROME" | "FIREFOX")?
|
|
501
|
-
},
|
|
426
|
+
Params::visual_reference_input
|
|
502
427
|
],
|
|
503
428
|
?browser_configs: Array[
|
|
504
429
|
{
|
|
505
430
|
browser_type: ("CHROME" | "FIREFOX")?
|
|
506
|
-
}
|
|
431
|
+
}
|
|
507
432
|
]
|
|
508
433
|
) -> _UpdateCanaryResponseSuccess
|
|
509
434
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCanaryResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Synthetics
|
|
10
|
+
module Params
|
|
11
|
+
type canary_code_input = {
|
|
12
|
+
s3_bucket: ::String?,
|
|
13
|
+
s3_key: ::String?,
|
|
14
|
+
s3_version: ::String?,
|
|
15
|
+
zip_file: ::String?,
|
|
16
|
+
handler: ::String?,
|
|
17
|
+
blueprint_types: Array[::String]?,
|
|
18
|
+
dependencies: Array[
|
|
19
|
+
{
|
|
20
|
+
type: ("LambdaLayer")?,
|
|
21
|
+
reference: ::String
|
|
22
|
+
}
|
|
23
|
+
]?
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
type visual_reference_input = {
|
|
27
|
+
base_screenshots: Array[
|
|
28
|
+
{
|
|
29
|
+
screenshot_name: ::String,
|
|
30
|
+
ignore_coordinates: Array[::String]?
|
|
31
|
+
}
|
|
32
|
+
]?,
|
|
33
|
+
base_canary_run_id: ::String,
|
|
34
|
+
browser_type: ("CHROME" | "FIREFOX")?
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-synthetics/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|