aws-sdk-synthetics 1.4.1 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 529f99fb593def7d44b2cd9ba319eac6ec4c848a2df977e8f9c0bf5e948a28c5
4
- data.tar.gz: 836ae5f21c4b17751a1a61f61cea5de0831352e9662fb4347a08b886cf7d12c3
3
+ metadata.gz: 0e3f2d99c7275fc57d83dd5e935a47dfbef47e48f02985a2062ebc8612d5cf3b
4
+ data.tar.gz: 3ab57bd22ed9f00f880d8495bbb72fa1fa882abcd8f8f60778f873af7f6cdef4
5
5
  SHA512:
6
- metadata.gz: c43af430dacd17cd8225f4996e5d166f081d8c42c8d778d7093ede793786aebcbb1d42a5fd14a2fc453717a778f98ab634bf8af51a5efbe7c9afc8282b1714b8
7
- data.tar.gz: 7a61bcb9c1d4b9cc3ab6db35b516efd8c48f8ab1d747484d43c4c3141bb91c64ea32777dc98802e02013c93abf3281940e10f761bb81f0c689a625ec3eda9925
6
+ metadata.gz: c4dbf880d7635eadb8664936f65b90eea22467c78e79bbfc02447d91c4b967b2a71928bf53f97d0acf5e48b2df58eabea1c5718fbe8afda69db385fb37880c5a
7
+ data.tar.gz: f67261988e37c31dcf3e72aa3ceb8991b01a8380e49c8359845a9b9bbc90a9f36579b9863c31dd3bf98baedb10531c487cf4e3c26ed20982c52ab70c04851512
@@ -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.4.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:
@@ -1143,7 +1145,7 @@ module Aws::Synthetics
1143
1145
  params: params,
1144
1146
  config: config)
1145
1147
  context[:gem_name] = 'aws-sdk-synthetics'
1146
- context[:gem_version] = '1.4.1'
1148
+ context[:gem_version] = '1.5.0'
1147
1149
  Seahorse::Client::Request.new(handlers, context)
1148
1150
  end
1149
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:
@@ -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:
@@ -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:
@@ -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
 
@@ -271,6 +278,7 @@ module Aws::Synthetics
271
278
  class CanaryRunConfigInput < Struct.new(
272
279
  :timeout_in_seconds,
273
280
  :memory_in_mb)
281
+ SENSITIVE = []
274
282
  include Aws::Structure
275
283
  end
276
284
 
@@ -290,6 +298,7 @@ module Aws::Synthetics
290
298
  class CanaryRunConfigOutput < Struct.new(
291
299
  :timeout_in_seconds,
292
300
  :memory_in_mb)
301
+ SENSITIVE = []
293
302
  include Aws::Structure
294
303
  end
295
304
 
@@ -316,6 +325,7 @@ module Aws::Synthetics
316
325
  :state,
317
326
  :state_reason,
318
327
  :state_reason_code)
328
+ SENSITIVE = []
319
329
  include Aws::Structure
320
330
  end
321
331
 
@@ -335,6 +345,7 @@ module Aws::Synthetics
335
345
  class CanaryRunTimeline < Struct.new(
336
346
  :started,
337
347
  :completed)
348
+ SENSITIVE = []
338
349
  include Aws::Structure
339
350
  end
340
351
 
@@ -375,6 +386,7 @@ module Aws::Synthetics
375
386
  class CanaryScheduleInput < Struct.new(
376
387
  :expression,
377
388
  :duration_in_seconds)
389
+ SENSITIVE = []
378
390
  include Aws::Structure
379
391
  end
380
392
 
@@ -405,6 +417,7 @@ module Aws::Synthetics
405
417
  class CanaryScheduleOutput < Struct.new(
406
418
  :expression,
407
419
  :duration_in_seconds)
420
+ SENSITIVE = []
408
421
  include Aws::Structure
409
422
  end
410
423
 
@@ -430,6 +443,7 @@ module Aws::Synthetics
430
443
  :state,
431
444
  :state_reason,
432
445
  :state_reason_code)
446
+ SENSITIVE = []
433
447
  include Aws::Structure
434
448
  end
435
449
 
@@ -459,6 +473,7 @@ module Aws::Synthetics
459
473
  :last_modified,
460
474
  :last_started,
461
475
  :last_stopped)
476
+ SENSITIVE = []
462
477
  include Aws::Structure
463
478
  end
464
479
 
@@ -471,6 +486,7 @@ module Aws::Synthetics
471
486
  #
472
487
  class ConflictException < Struct.new(
473
488
  :message)
489
+ SENSITIVE = []
474
490
  include Aws::Structure
475
491
  end
476
492
 
@@ -622,6 +638,7 @@ module Aws::Synthetics
622
638
  :runtime_version,
623
639
  :vpc_config,
624
640
  :tags)
641
+ SENSITIVE = []
625
642
  include Aws::Structure
626
643
  end
627
644
 
@@ -633,6 +650,7 @@ module Aws::Synthetics
633
650
  #
634
651
  class CreateCanaryResponse < Struct.new(
635
652
  :canary)
653
+ SENSITIVE = []
636
654
  include Aws::Structure
637
655
  end
638
656
 
@@ -656,6 +674,7 @@ module Aws::Synthetics
656
674
  #
657
675
  class DeleteCanaryRequest < Struct.new(
658
676
  :name)
677
+ SENSITIVE = []
659
678
  include Aws::Structure
660
679
  end
661
680
 
@@ -688,6 +707,7 @@ module Aws::Synthetics
688
707
  class DescribeCanariesLastRunRequest < Struct.new(
689
708
  :next_token,
690
709
  :max_results)
710
+ SENSITIVE = []
691
711
  include Aws::Structure
692
712
  end
693
713
 
@@ -707,6 +727,7 @@ module Aws::Synthetics
707
727
  class DescribeCanariesLastRunResponse < Struct.new(
708
728
  :canaries_last_run,
709
729
  :next_token)
730
+ SENSITIVE = []
710
731
  include Aws::Structure
711
732
  end
712
733
 
@@ -735,6 +756,7 @@ module Aws::Synthetics
735
756
  class DescribeCanariesRequest < Struct.new(
736
757
  :next_token,
737
758
  :max_results)
759
+ SENSITIVE = []
738
760
  include Aws::Structure
739
761
  end
740
762
 
@@ -754,6 +776,7 @@ module Aws::Synthetics
754
776
  class DescribeCanariesResponse < Struct.new(
755
777
  :canaries,
756
778
  :next_token)
779
+ SENSITIVE = []
757
780
  include Aws::Structure
758
781
  end
759
782
 
@@ -782,6 +805,7 @@ module Aws::Synthetics
782
805
  class DescribeRuntimeVersionsRequest < Struct.new(
783
806
  :next_token,
784
807
  :max_results)
808
+ SENSITIVE = []
785
809
  include Aws::Structure
786
810
  end
787
811
 
@@ -801,6 +825,7 @@ module Aws::Synthetics
801
825
  class DescribeRuntimeVersionsResponse < Struct.new(
802
826
  :runtime_versions,
803
827
  :next_token)
828
+ SENSITIVE = []
804
829
  include Aws::Structure
805
830
  end
806
831
 
@@ -819,6 +844,7 @@ module Aws::Synthetics
819
844
  #
820
845
  class GetCanaryRequest < Struct.new(
821
846
  :name)
847
+ SENSITIVE = []
822
848
  include Aws::Structure
823
849
  end
824
850
 
@@ -830,6 +856,7 @@ module Aws::Synthetics
830
856
  #
831
857
  class GetCanaryResponse < Struct.new(
832
858
  :canary)
859
+ SENSITIVE = []
833
860
  include Aws::Structure
834
861
  end
835
862
 
@@ -864,6 +891,7 @@ module Aws::Synthetics
864
891
  :name,
865
892
  :next_token,
866
893
  :max_results)
894
+ SENSITIVE = []
867
895
  include Aws::Structure
868
896
  end
869
897
 
@@ -883,6 +911,7 @@ module Aws::Synthetics
883
911
  class GetCanaryRunsResponse < Struct.new(
884
912
  :canary_runs,
885
913
  :next_token)
914
+ SENSITIVE = []
886
915
  include Aws::Structure
887
916
  end
888
917
 
@@ -895,6 +924,7 @@ module Aws::Synthetics
895
924
  #
896
925
  class InternalServerException < Struct.new(
897
926
  :message)
927
+ SENSITIVE = []
898
928
  include Aws::Structure
899
929
  end
900
930
 
@@ -916,6 +946,7 @@ module Aws::Synthetics
916
946
  #
917
947
  class ListTagsForResourceRequest < Struct.new(
918
948
  :resource_arn)
949
+ SENSITIVE = []
919
950
  include Aws::Structure
920
951
  end
921
952
 
@@ -928,6 +959,7 @@ module Aws::Synthetics
928
959
  #
929
960
  class ListTagsForResourceResponse < Struct.new(
930
961
  :tags)
962
+ SENSITIVE = []
931
963
  include Aws::Structure
932
964
  end
933
965
 
@@ -940,6 +972,7 @@ module Aws::Synthetics
940
972
  #
941
973
  class ResourceNotFoundException < Struct.new(
942
974
  :message)
975
+ SENSITIVE = []
943
976
  include Aws::Structure
944
977
  end
945
978
 
@@ -979,6 +1012,7 @@ module Aws::Synthetics
979
1012
  :description,
980
1013
  :release_date,
981
1014
  :deprecation_date)
1015
+ SENSITIVE = []
982
1016
  include Aws::Structure
983
1017
  end
984
1018
 
@@ -1002,6 +1036,7 @@ module Aws::Synthetics
1002
1036
  #
1003
1037
  class StartCanaryRequest < Struct.new(
1004
1038
  :name)
1039
+ SENSITIVE = []
1005
1040
  include Aws::Structure
1006
1041
  end
1007
1042
 
@@ -1029,6 +1064,7 @@ module Aws::Synthetics
1029
1064
  #
1030
1065
  class StopCanaryRequest < Struct.new(
1031
1066
  :name)
1067
+ SENSITIVE = []
1032
1068
  include Aws::Structure
1033
1069
  end
1034
1070
 
@@ -1062,6 +1098,7 @@ module Aws::Synthetics
1062
1098
  class TagResourceRequest < Struct.new(
1063
1099
  :resource_arn,
1064
1100
  :tags)
1101
+ SENSITIVE = []
1065
1102
  include Aws::Structure
1066
1103
  end
1067
1104
 
@@ -1093,6 +1130,7 @@ module Aws::Synthetics
1093
1130
  class UntagResourceRequest < Struct.new(
1094
1131
  :resource_arn,
1095
1132
  :tag_keys)
1133
+ SENSITIVE = []
1096
1134
  include Aws::Structure
1097
1135
  end
1098
1136
 
@@ -1220,6 +1258,7 @@ module Aws::Synthetics
1220
1258
  :success_retention_period_in_days,
1221
1259
  :failure_retention_period_in_days,
1222
1260
  :vpc_config)
1261
+ SENSITIVE = []
1223
1262
  include Aws::Structure
1224
1263
  end
1225
1264
 
@@ -1236,6 +1275,7 @@ module Aws::Synthetics
1236
1275
  #
1237
1276
  class ValidationException < Struct.new(
1238
1277
  :message)
1278
+ SENSITIVE = []
1239
1279
  include Aws::Structure
1240
1280
  end
1241
1281
 
@@ -1268,6 +1308,7 @@ module Aws::Synthetics
1268
1308
  class VpcConfigInput < Struct.new(
1269
1309
  :subnet_ids,
1270
1310
  :security_group_ids)
1311
+ SENSITIVE = []
1271
1312
  include Aws::Structure
1272
1313
  end
1273
1314
 
@@ -1297,6 +1338,7 @@ module Aws::Synthetics
1297
1338
  :vpc_id,
1298
1339
  :subnet_ids,
1299
1340
  :security_group_ids)
1341
+ SENSITIVE = []
1300
1342
  include Aws::Structure
1301
1343
  end
1302
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.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-06-11 00:00:00.000000000 Z
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