aws-sdk-synthetics 1.0.0 → 1.5.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/lib/aws-sdk-synthetics.rb +3 -1
- data/lib/aws-sdk-synthetics/client.rb +39 -13
- data/lib/aws-sdk-synthetics/client_api.rb +5 -0
- data/lib/aws-sdk-synthetics/errors.rb +2 -0
- data/lib/aws-sdk-synthetics/resource.rb +2 -0
- data/lib/aws-sdk-synthetics/types.rb +79 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e3f2d99c7275fc57d83dd5e935a47dfbef47e48f02985a2062ebc8612d5cf3b
|
4
|
+
data.tar.gz: 3ab57bd22ed9f00f880d8495bbb72fa1fa882abcd8f8f60778f873af7f6cdef4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4dbf880d7635eadb8664936f65b90eea22467c78e79bbfc02447d91c4b967b2a71928bf53f97d0acf5e48b2df58eabea1c5718fbe8afda69db385fb37880c5a
|
7
|
+
data.tar.gz: f67261988e37c31dcf3e72aa3ceb8991b01a8380e49c8359845a9b9bbc90a9f36579b9863c31dd3bf98baedb10531c487cf4e3c26ed20982c52ab70c04851512
|
data/lib/aws-sdk-synthetics.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-synthetics/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::Synthetics
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.5.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::Synthetics
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::Synthetics
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::Synthetics
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::Synthetics
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -315,24 +319,25 @@ module Aws::Synthetics
|
|
315
319
|
# metrics. You can set up a canary to run continuously or just once.
|
316
320
|
#
|
317
321
|
# Do not use `CreateCanary` to modify an existing canary. Use
|
318
|
-
# UpdateCanary instead.
|
322
|
+
# [UpdateCanary][1] instead.
|
319
323
|
#
|
320
324
|
# To create canaries, you must have the `CloudWatchSyntheticsFullAccess`
|
321
325
|
# policy. If you are creating a new IAM role for the canary, you also
|
322
326
|
# need the the `iam:CreateRole`, `iam:CreatePolicy` and
|
323
327
|
# `iam:AttachRolePolicy` permissions. For more information, see
|
324
|
-
# [Necessary Roles and Permissions][
|
328
|
+
# [Necessary Roles and Permissions][2].
|
325
329
|
#
|
326
330
|
# Do not include secrets or proprietary information in your canary
|
327
331
|
# names. The canary name makes up part of the Amazon Resource Name (ARN)
|
328
332
|
# for the canary, and the ARN is included in outbound calls over the
|
329
333
|
# internet. For more information, see [Security Considerations for
|
330
|
-
# Synthetics Canaries][
|
334
|
+
# Synthetics Canaries][3].
|
331
335
|
#
|
332
336
|
#
|
333
337
|
#
|
334
|
-
# [1]: https://docs.aws.amazon.com/
|
335
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/
|
338
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_UpdateCanary.html
|
339
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Roles
|
340
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/servicelens_canaries_security.html
|
336
341
|
#
|
337
342
|
# @option params [required, String] :name
|
338
343
|
# The name for this canary. Be sure to give it a descriptive name that
|
@@ -444,6 +449,7 @@ module Aws::Synthetics
|
|
444
449
|
# },
|
445
450
|
# run_config: {
|
446
451
|
# timeout_in_seconds: 1, # required
|
452
|
+
# memory_in_mb: 1,
|
447
453
|
# },
|
448
454
|
# success_retention_period_in_days: 1,
|
449
455
|
# failure_retention_period_in_days: 1,
|
@@ -467,6 +473,7 @@ module Aws::Synthetics
|
|
467
473
|
# resp.canary.schedule.expression #=> String
|
468
474
|
# resp.canary.schedule.duration_in_seconds #=> Integer
|
469
475
|
# resp.canary.run_config.timeout_in_seconds #=> Integer
|
476
|
+
# resp.canary.run_config.memory_in_mb #=> Integer
|
470
477
|
# resp.canary.success_retention_period_in_days #=> Integer
|
471
478
|
# resp.canary.failure_retention_period_in_days #=> Integer
|
472
479
|
# resp.canary.status.state #=> String, one of "CREATING", "READY", "STARTING", "RUNNING", "UPDATING", "STOPPING", "STOPPED", "ERROR", "DELETING"
|
@@ -525,7 +532,11 @@ module Aws::Synthetics
|
|
525
532
|
#
|
526
533
|
# @option params [required, String] :name
|
527
534
|
# The name of the canary that you want to delete. To find the names of
|
528
|
-
# your canaries, use DescribeCanaries.
|
535
|
+
# your canaries, use [DescribeCanaries][1].
|
536
|
+
#
|
537
|
+
#
|
538
|
+
#
|
539
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
529
540
|
#
|
530
541
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
531
542
|
#
|
@@ -587,6 +598,7 @@ module Aws::Synthetics
|
|
587
598
|
# resp.canaries[0].schedule.expression #=> String
|
588
599
|
# resp.canaries[0].schedule.duration_in_seconds #=> Integer
|
589
600
|
# resp.canaries[0].run_config.timeout_in_seconds #=> Integer
|
601
|
+
# resp.canaries[0].run_config.memory_in_mb #=> Integer
|
590
602
|
# resp.canaries[0].success_retention_period_in_days #=> Integer
|
591
603
|
# resp.canaries[0].failure_retention_period_in_days #=> Integer
|
592
604
|
# resp.canaries[0].status.state #=> String, one of "CREATING", "READY", "STARTING", "RUNNING", "UPDATING", "STOPPING", "STOPPED", "ERROR", "DELETING"
|
@@ -746,6 +758,7 @@ module Aws::Synthetics
|
|
746
758
|
# resp.canary.schedule.expression #=> String
|
747
759
|
# resp.canary.schedule.duration_in_seconds #=> Integer
|
748
760
|
# resp.canary.run_config.timeout_in_seconds #=> Integer
|
761
|
+
# resp.canary.run_config.memory_in_mb #=> Integer
|
749
762
|
# resp.canary.success_retention_period_in_days #=> Integer
|
750
763
|
# resp.canary.failure_retention_period_in_days #=> Integer
|
751
764
|
# resp.canary.status.state #=> String, one of "CREATING", "READY", "STARTING", "RUNNING", "UPDATING", "STOPPING", "STOPPED", "ERROR", "DELETING"
|
@@ -868,7 +881,11 @@ module Aws::Synthetics
|
|
868
881
|
#
|
869
882
|
# @option params [required, String] :name
|
870
883
|
# The name of the canary that you want to run. To find canary names, use
|
871
|
-
# DescribeCanaries.
|
884
|
+
# [DescribeCanaries][1].
|
885
|
+
#
|
886
|
+
#
|
887
|
+
#
|
888
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
872
889
|
#
|
873
890
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
874
891
|
#
|
@@ -898,7 +915,11 @@ module Aws::Synthetics
|
|
898
915
|
#
|
899
916
|
# @option params [required, String] :name
|
900
917
|
# The name of the canary that you want to stop. To find the names of
|
901
|
-
# your canaries, use DescribeCanaries.
|
918
|
+
# your canaries, use [DescribeCanaries][1].
|
919
|
+
#
|
920
|
+
#
|
921
|
+
#
|
922
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
902
923
|
#
|
903
924
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
904
925
|
#
|
@@ -1005,10 +1026,14 @@ module Aws::Synthetics
|
|
1005
1026
|
#
|
1006
1027
|
# @option params [required, String] :name
|
1007
1028
|
# The name of the canary that you want to update. To find the names of
|
1008
|
-
# your canaries, use DescribeCanaries.
|
1029
|
+
# your canaries, use [DescribeCanaries][1].
|
1009
1030
|
#
|
1010
1031
|
# You cannot change the name of a canary that has already been created.
|
1011
1032
|
#
|
1033
|
+
#
|
1034
|
+
#
|
1035
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
1036
|
+
#
|
1012
1037
|
# @option params [Types::CanaryCodeInput] :code
|
1013
1038
|
# A structure that includes the entry point from which the canary should
|
1014
1039
|
# start running your script. If the script is stored in an S3 bucket,
|
@@ -1088,6 +1113,7 @@ module Aws::Synthetics
|
|
1088
1113
|
# },
|
1089
1114
|
# run_config: {
|
1090
1115
|
# timeout_in_seconds: 1, # required
|
1116
|
+
# memory_in_mb: 1,
|
1091
1117
|
# },
|
1092
1118
|
# success_retention_period_in_days: 1,
|
1093
1119
|
# failure_retention_period_in_days: 1,
|
@@ -1119,7 +1145,7 @@ module Aws::Synthetics
|
|
1119
1145
|
params: params,
|
1120
1146
|
config: config)
|
1121
1147
|
context[:gem_name] = 'aws-sdk-synthetics'
|
1122
|
-
context[:gem_version] = '1.
|
1148
|
+
context[:gem_version] = '1.5.0'
|
1123
1149
|
Seahorse::Client::Request.new(handlers, context)
|
1124
1150
|
end
|
1125
1151
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -58,6 +60,7 @@ module Aws::Synthetics
|
|
58
60
|
MaxOneYearInSeconds = Shapes::IntegerShape.new(name: 'MaxOneYearInSeconds')
|
59
61
|
MaxSize100 = Shapes::IntegerShape.new(name: 'MaxSize100')
|
60
62
|
MaxSize1024 = Shapes::IntegerShape.new(name: 'MaxSize1024')
|
63
|
+
MaxSize3008 = Shapes::IntegerShape.new(name: 'MaxSize3008')
|
61
64
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
62
65
|
RuntimeVersion = Shapes::StructureShape.new(name: 'RuntimeVersion')
|
63
66
|
RuntimeVersionList = Shapes::ListShape.new(name: 'RuntimeVersionList')
|
@@ -131,9 +134,11 @@ module Aws::Synthetics
|
|
131
134
|
CanaryRun.struct_class = Types::CanaryRun
|
132
135
|
|
133
136
|
CanaryRunConfigInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: MaxFifteenMinutesInSeconds, required: true, location_name: "TimeoutInSeconds"))
|
137
|
+
CanaryRunConfigInput.add_member(:memory_in_mb, Shapes::ShapeRef.new(shape: MaxSize3008, location_name: "MemoryInMB"))
|
134
138
|
CanaryRunConfigInput.struct_class = Types::CanaryRunConfigInput
|
135
139
|
|
136
140
|
CanaryRunConfigOutput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: MaxFifteenMinutesInSeconds, location_name: "TimeoutInSeconds"))
|
141
|
+
CanaryRunConfigOutput.add_member(:memory_in_mb, Shapes::ShapeRef.new(shape: MaxSize3008, location_name: "MemoryInMB"))
|
137
142
|
CanaryRunConfigOutput.struct_class = Types::CanaryRunConfigOutput
|
138
143
|
|
139
144
|
CanaryRunStatus.add_member(:state, Shapes::ShapeRef.new(shape: CanaryRunState, location_name: "State"))
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -115,6 +117,7 @@ module Aws::Synthetics
|
|
115
117
|
:runtime_version,
|
116
118
|
:vpc_config,
|
117
119
|
:tags)
|
120
|
+
SENSITIVE = []
|
118
121
|
include Aws::Structure
|
119
122
|
end
|
120
123
|
|
@@ -174,6 +177,7 @@ module Aws::Synthetics
|
|
174
177
|
:s3_version,
|
175
178
|
:zip_file,
|
176
179
|
:handler)
|
180
|
+
SENSITIVE = []
|
177
181
|
include Aws::Structure
|
178
182
|
end
|
179
183
|
|
@@ -194,6 +198,7 @@ module Aws::Synthetics
|
|
194
198
|
class CanaryCodeOutput < Struct.new(
|
195
199
|
:source_location_arn,
|
196
200
|
:handler)
|
201
|
+
SENSITIVE = []
|
197
202
|
include Aws::Structure
|
198
203
|
end
|
199
204
|
|
@@ -213,6 +218,7 @@ module Aws::Synthetics
|
|
213
218
|
class CanaryLastRun < Struct.new(
|
214
219
|
:canary_name,
|
215
220
|
:last_run)
|
221
|
+
SENSITIVE = []
|
216
222
|
include Aws::Structure
|
217
223
|
end
|
218
224
|
|
@@ -242,6 +248,7 @@ module Aws::Synthetics
|
|
242
248
|
:status,
|
243
249
|
:timeline,
|
244
250
|
:artifact_s3_location)
|
251
|
+
SENSITIVE = []
|
245
252
|
include Aws::Structure
|
246
253
|
end
|
247
254
|
|
@@ -252,6 +259,7 @@ module Aws::Synthetics
|
|
252
259
|
#
|
253
260
|
# {
|
254
261
|
# timeout_in_seconds: 1, # required
|
262
|
+
# memory_in_mb: 1,
|
255
263
|
# }
|
256
264
|
#
|
257
265
|
# @!attribute [rw] timeout_in_seconds
|
@@ -260,10 +268,17 @@ module Aws::Synthetics
|
|
260
268
|
# up to a maximum of 14 minutes.
|
261
269
|
# @return [Integer]
|
262
270
|
#
|
271
|
+
# @!attribute [rw] memory_in_mb
|
272
|
+
# The maximum amount of memory available to the canary while it is
|
273
|
+
# running, in MB. The value you specify must be a multiple of 64.
|
274
|
+
# @return [Integer]
|
275
|
+
#
|
263
276
|
# @see http://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/CanaryRunConfigInput AWS API Documentation
|
264
277
|
#
|
265
278
|
class CanaryRunConfigInput < Struct.new(
|
266
|
-
:timeout_in_seconds
|
279
|
+
:timeout_in_seconds,
|
280
|
+
:memory_in_mb)
|
281
|
+
SENSITIVE = []
|
267
282
|
include Aws::Structure
|
268
283
|
end
|
269
284
|
|
@@ -273,10 +288,17 @@ module Aws::Synthetics
|
|
273
288
|
# How long the canary is allowed to run before it must stop.
|
274
289
|
# @return [Integer]
|
275
290
|
#
|
291
|
+
# @!attribute [rw] memory_in_mb
|
292
|
+
# The maximum amount of memory available to the canary while it is
|
293
|
+
# running, in MB. The value you must be a multiple of 64.
|
294
|
+
# @return [Integer]
|
295
|
+
#
|
276
296
|
# @see http://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/CanaryRunConfigOutput AWS API Documentation
|
277
297
|
#
|
278
298
|
class CanaryRunConfigOutput < Struct.new(
|
279
|
-
:timeout_in_seconds
|
299
|
+
:timeout_in_seconds,
|
300
|
+
:memory_in_mb)
|
301
|
+
SENSITIVE = []
|
280
302
|
include Aws::Structure
|
281
303
|
end
|
282
304
|
|
@@ -303,6 +325,7 @@ module Aws::Synthetics
|
|
303
325
|
:state,
|
304
326
|
:state_reason,
|
305
327
|
:state_reason_code)
|
328
|
+
SENSITIVE = []
|
306
329
|
include Aws::Structure
|
307
330
|
end
|
308
331
|
|
@@ -322,6 +345,7 @@ module Aws::Synthetics
|
|
322
345
|
class CanaryRunTimeline < Struct.new(
|
323
346
|
:started,
|
324
347
|
:completed)
|
348
|
+
SENSITIVE = []
|
325
349
|
include Aws::Structure
|
326
350
|
end
|
327
351
|
|
@@ -362,6 +386,7 @@ module Aws::Synthetics
|
|
362
386
|
class CanaryScheduleInput < Struct.new(
|
363
387
|
:expression,
|
364
388
|
:duration_in_seconds)
|
389
|
+
SENSITIVE = []
|
365
390
|
include Aws::Structure
|
366
391
|
end
|
367
392
|
|
@@ -392,6 +417,7 @@ module Aws::Synthetics
|
|
392
417
|
class CanaryScheduleOutput < Struct.new(
|
393
418
|
:expression,
|
394
419
|
:duration_in_seconds)
|
420
|
+
SENSITIVE = []
|
395
421
|
include Aws::Structure
|
396
422
|
end
|
397
423
|
|
@@ -417,6 +443,7 @@ module Aws::Synthetics
|
|
417
443
|
:state,
|
418
444
|
:state_reason,
|
419
445
|
:state_reason_code)
|
446
|
+
SENSITIVE = []
|
420
447
|
include Aws::Structure
|
421
448
|
end
|
422
449
|
|
@@ -446,6 +473,7 @@ module Aws::Synthetics
|
|
446
473
|
:last_modified,
|
447
474
|
:last_started,
|
448
475
|
:last_stopped)
|
476
|
+
SENSITIVE = []
|
449
477
|
include Aws::Structure
|
450
478
|
end
|
451
479
|
|
@@ -458,6 +486,7 @@ module Aws::Synthetics
|
|
458
486
|
#
|
459
487
|
class ConflictException < Struct.new(
|
460
488
|
:message)
|
489
|
+
SENSITIVE = []
|
461
490
|
include Aws::Structure
|
462
491
|
end
|
463
492
|
|
@@ -481,6 +510,7 @@ module Aws::Synthetics
|
|
481
510
|
# },
|
482
511
|
# run_config: {
|
483
512
|
# timeout_in_seconds: 1, # required
|
513
|
+
# memory_in_mb: 1,
|
484
514
|
# },
|
485
515
|
# success_retention_period_in_days: 1,
|
486
516
|
# failure_retention_period_in_days: 1,
|
@@ -608,6 +638,7 @@ module Aws::Synthetics
|
|
608
638
|
:runtime_version,
|
609
639
|
:vpc_config,
|
610
640
|
:tags)
|
641
|
+
SENSITIVE = []
|
611
642
|
include Aws::Structure
|
612
643
|
end
|
613
644
|
|
@@ -619,6 +650,7 @@ module Aws::Synthetics
|
|
619
650
|
#
|
620
651
|
class CreateCanaryResponse < Struct.new(
|
621
652
|
:canary)
|
653
|
+
SENSITIVE = []
|
622
654
|
include Aws::Structure
|
623
655
|
end
|
624
656
|
|
@@ -631,13 +663,18 @@ module Aws::Synthetics
|
|
631
663
|
#
|
632
664
|
# @!attribute [rw] name
|
633
665
|
# The name of the canary that you want to delete. To find the names of
|
634
|
-
# your canaries, use DescribeCanaries.
|
666
|
+
# your canaries, use [DescribeCanaries][1].
|
667
|
+
#
|
668
|
+
#
|
669
|
+
#
|
670
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
635
671
|
# @return [String]
|
636
672
|
#
|
637
673
|
# @see http://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/DeleteCanaryRequest AWS API Documentation
|
638
674
|
#
|
639
675
|
class DeleteCanaryRequest < Struct.new(
|
640
676
|
:name)
|
677
|
+
SENSITIVE = []
|
641
678
|
include Aws::Structure
|
642
679
|
end
|
643
680
|
|
@@ -670,6 +707,7 @@ module Aws::Synthetics
|
|
670
707
|
class DescribeCanariesLastRunRequest < Struct.new(
|
671
708
|
:next_token,
|
672
709
|
:max_results)
|
710
|
+
SENSITIVE = []
|
673
711
|
include Aws::Structure
|
674
712
|
end
|
675
713
|
|
@@ -689,6 +727,7 @@ module Aws::Synthetics
|
|
689
727
|
class DescribeCanariesLastRunResponse < Struct.new(
|
690
728
|
:canaries_last_run,
|
691
729
|
:next_token)
|
730
|
+
SENSITIVE = []
|
692
731
|
include Aws::Structure
|
693
732
|
end
|
694
733
|
|
@@ -717,6 +756,7 @@ module Aws::Synthetics
|
|
717
756
|
class DescribeCanariesRequest < Struct.new(
|
718
757
|
:next_token,
|
719
758
|
:max_results)
|
759
|
+
SENSITIVE = []
|
720
760
|
include Aws::Structure
|
721
761
|
end
|
722
762
|
|
@@ -736,6 +776,7 @@ module Aws::Synthetics
|
|
736
776
|
class DescribeCanariesResponse < Struct.new(
|
737
777
|
:canaries,
|
738
778
|
:next_token)
|
779
|
+
SENSITIVE = []
|
739
780
|
include Aws::Structure
|
740
781
|
end
|
741
782
|
|
@@ -764,6 +805,7 @@ module Aws::Synthetics
|
|
764
805
|
class DescribeRuntimeVersionsRequest < Struct.new(
|
765
806
|
:next_token,
|
766
807
|
:max_results)
|
808
|
+
SENSITIVE = []
|
767
809
|
include Aws::Structure
|
768
810
|
end
|
769
811
|
|
@@ -783,6 +825,7 @@ module Aws::Synthetics
|
|
783
825
|
class DescribeRuntimeVersionsResponse < Struct.new(
|
784
826
|
:runtime_versions,
|
785
827
|
:next_token)
|
828
|
+
SENSITIVE = []
|
786
829
|
include Aws::Structure
|
787
830
|
end
|
788
831
|
|
@@ -801,6 +844,7 @@ module Aws::Synthetics
|
|
801
844
|
#
|
802
845
|
class GetCanaryRequest < Struct.new(
|
803
846
|
:name)
|
847
|
+
SENSITIVE = []
|
804
848
|
include Aws::Structure
|
805
849
|
end
|
806
850
|
|
@@ -812,6 +856,7 @@ module Aws::Synthetics
|
|
812
856
|
#
|
813
857
|
class GetCanaryResponse < Struct.new(
|
814
858
|
:canary)
|
859
|
+
SENSITIVE = []
|
815
860
|
include Aws::Structure
|
816
861
|
end
|
817
862
|
|
@@ -846,6 +891,7 @@ module Aws::Synthetics
|
|
846
891
|
:name,
|
847
892
|
:next_token,
|
848
893
|
:max_results)
|
894
|
+
SENSITIVE = []
|
849
895
|
include Aws::Structure
|
850
896
|
end
|
851
897
|
|
@@ -865,6 +911,7 @@ module Aws::Synthetics
|
|
865
911
|
class GetCanaryRunsResponse < Struct.new(
|
866
912
|
:canary_runs,
|
867
913
|
:next_token)
|
914
|
+
SENSITIVE = []
|
868
915
|
include Aws::Structure
|
869
916
|
end
|
870
917
|
|
@@ -877,6 +924,7 @@ module Aws::Synthetics
|
|
877
924
|
#
|
878
925
|
class InternalServerException < Struct.new(
|
879
926
|
:message)
|
927
|
+
SENSITIVE = []
|
880
928
|
include Aws::Structure
|
881
929
|
end
|
882
930
|
|
@@ -898,6 +946,7 @@ module Aws::Synthetics
|
|
898
946
|
#
|
899
947
|
class ListTagsForResourceRequest < Struct.new(
|
900
948
|
:resource_arn)
|
949
|
+
SENSITIVE = []
|
901
950
|
include Aws::Structure
|
902
951
|
end
|
903
952
|
|
@@ -910,6 +959,7 @@ module Aws::Synthetics
|
|
910
959
|
#
|
911
960
|
class ListTagsForResourceResponse < Struct.new(
|
912
961
|
:tags)
|
962
|
+
SENSITIVE = []
|
913
963
|
include Aws::Structure
|
914
964
|
end
|
915
965
|
|
@@ -922,6 +972,7 @@ module Aws::Synthetics
|
|
922
972
|
#
|
923
973
|
class ResourceNotFoundException < Struct.new(
|
924
974
|
:message)
|
975
|
+
SENSITIVE = []
|
925
976
|
include Aws::Structure
|
926
977
|
end
|
927
978
|
|
@@ -961,6 +1012,7 @@ module Aws::Synthetics
|
|
961
1012
|
:description,
|
962
1013
|
:release_date,
|
963
1014
|
:deprecation_date)
|
1015
|
+
SENSITIVE = []
|
964
1016
|
include Aws::Structure
|
965
1017
|
end
|
966
1018
|
|
@@ -973,13 +1025,18 @@ module Aws::Synthetics
|
|
973
1025
|
#
|
974
1026
|
# @!attribute [rw] name
|
975
1027
|
# The name of the canary that you want to run. To find canary names,
|
976
|
-
# use DescribeCanaries.
|
1028
|
+
# use [DescribeCanaries][1].
|
1029
|
+
#
|
1030
|
+
#
|
1031
|
+
#
|
1032
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
977
1033
|
# @return [String]
|
978
1034
|
#
|
979
1035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/StartCanaryRequest AWS API Documentation
|
980
1036
|
#
|
981
1037
|
class StartCanaryRequest < Struct.new(
|
982
1038
|
:name)
|
1039
|
+
SENSITIVE = []
|
983
1040
|
include Aws::Structure
|
984
1041
|
end
|
985
1042
|
|
@@ -996,13 +1053,18 @@ module Aws::Synthetics
|
|
996
1053
|
#
|
997
1054
|
# @!attribute [rw] name
|
998
1055
|
# The name of the canary that you want to stop. To find the names of
|
999
|
-
# your canaries, use DescribeCanaries.
|
1056
|
+
# your canaries, use [DescribeCanaries][1].
|
1057
|
+
#
|
1058
|
+
#
|
1059
|
+
#
|
1060
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
1000
1061
|
# @return [String]
|
1001
1062
|
#
|
1002
1063
|
# @see http://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/StopCanaryRequest AWS API Documentation
|
1003
1064
|
#
|
1004
1065
|
class StopCanaryRequest < Struct.new(
|
1005
1066
|
:name)
|
1067
|
+
SENSITIVE = []
|
1006
1068
|
include Aws::Structure
|
1007
1069
|
end
|
1008
1070
|
|
@@ -1036,6 +1098,7 @@ module Aws::Synthetics
|
|
1036
1098
|
class TagResourceRequest < Struct.new(
|
1037
1099
|
:resource_arn,
|
1038
1100
|
:tags)
|
1101
|
+
SENSITIVE = []
|
1039
1102
|
include Aws::Structure
|
1040
1103
|
end
|
1041
1104
|
|
@@ -1067,6 +1130,7 @@ module Aws::Synthetics
|
|
1067
1130
|
class UntagResourceRequest < Struct.new(
|
1068
1131
|
:resource_arn,
|
1069
1132
|
:tag_keys)
|
1133
|
+
SENSITIVE = []
|
1070
1134
|
include Aws::Structure
|
1071
1135
|
end
|
1072
1136
|
|
@@ -1094,6 +1158,7 @@ module Aws::Synthetics
|
|
1094
1158
|
# },
|
1095
1159
|
# run_config: {
|
1096
1160
|
# timeout_in_seconds: 1, # required
|
1161
|
+
# memory_in_mb: 1,
|
1097
1162
|
# },
|
1098
1163
|
# success_retention_period_in_days: 1,
|
1099
1164
|
# failure_retention_period_in_days: 1,
|
@@ -1105,10 +1170,14 @@ module Aws::Synthetics
|
|
1105
1170
|
#
|
1106
1171
|
# @!attribute [rw] name
|
1107
1172
|
# The name of the canary that you want to update. To find the names of
|
1108
|
-
# your canaries, use DescribeCanaries.
|
1173
|
+
# your canaries, use [DescribeCanaries][1].
|
1109
1174
|
#
|
1110
1175
|
# You cannot change the name of a canary that has already been
|
1111
1176
|
# created.
|
1177
|
+
#
|
1178
|
+
#
|
1179
|
+
#
|
1180
|
+
# [1]: https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html
|
1112
1181
|
# @return [String]
|
1113
1182
|
#
|
1114
1183
|
# @!attribute [rw] code
|
@@ -1189,6 +1258,7 @@ module Aws::Synthetics
|
|
1189
1258
|
:success_retention_period_in_days,
|
1190
1259
|
:failure_retention_period_in_days,
|
1191
1260
|
:vpc_config)
|
1261
|
+
SENSITIVE = []
|
1192
1262
|
include Aws::Structure
|
1193
1263
|
end
|
1194
1264
|
|
@@ -1205,6 +1275,7 @@ module Aws::Synthetics
|
|
1205
1275
|
#
|
1206
1276
|
class ValidationException < Struct.new(
|
1207
1277
|
:message)
|
1278
|
+
SENSITIVE = []
|
1208
1279
|
include Aws::Structure
|
1209
1280
|
end
|
1210
1281
|
|
@@ -1237,6 +1308,7 @@ module Aws::Synthetics
|
|
1237
1308
|
class VpcConfigInput < Struct.new(
|
1238
1309
|
:subnet_ids,
|
1239
1310
|
:security_group_ids)
|
1311
|
+
SENSITIVE = []
|
1240
1312
|
include Aws::Structure
|
1241
1313
|
end
|
1242
1314
|
|
@@ -1266,6 +1338,7 @@ module Aws::Synthetics
|
|
1266
1338
|
:vpc_id,
|
1267
1339
|
:subnet_ids,
|
1268
1340
|
:security_group_ids)
|
1341
|
+
SENSITIVE = []
|
1269
1342
|
include Aws::Structure
|
1270
1343
|
end
|
1271
1344
|
|
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.5.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: 2020-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|