aws-sdk-lambdapreview 1.20.1 → 1.21.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: 192fc8f9f8666452d8b24e48a5841ea111710e0522c2d42ec294c822db626620
4
- data.tar.gz: 82638ce07fbda1f2edb15a53dbc1da6702afdaa97750ca90e249ea0289d7db54
3
+ metadata.gz: 58f5fb196b37f5821eca12f3929d9efec0801b2ff62fcf1c51fb0e4617e46cb0
4
+ data.tar.gz: ecd6772b6389295bcab0502664aba79a1d95ee32d8a3bc672feacbb59bfe52c7
5
5
  SHA512:
6
- metadata.gz: addad577c623e546e8e9ab0695e8f6b3e486587f1dfb13b03880ea9187d401c5835fe66088916fd3a707772fb68224e36d9b95556cb833ac160f9ef895745bf8
7
- data.tar.gz: d3596b05d3788e6c79b90b36a51f04e3fa17419b9ee27015a7c51db9e10d933f931107707710d423da3eece15295d48326f4615501a0bfc3ccf82a794f8233da
6
+ metadata.gz: 7d1b93f56118dd29c2b38b218bb66340d11ecc909c1414993eef1d23a964224b08ee4386017816aad171904a0cdc4873c29c1742cc8cfc4ba67a98fd49020d7b
7
+ data.tar.gz: b185ea34605ee5a330ebd95516fafb53e8bc7ba888f169aef5a5f391bf05e9869eb6671e9e96193098d873deb262150d3e24667af2e210100d7e420ff0312781
@@ -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-lambdapreview/customizations'
45
47
  # @service
46
48
  module Aws::LambdaPreview
47
49
 
48
- GEM_VERSION = '1.20.1'
50
+ GEM_VERSION = '1.21.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:
@@ -992,7 +994,7 @@ module Aws::LambdaPreview
992
994
  params: params,
993
995
  config: config)
994
996
  context[:gem_name] = 'aws-sdk-lambdapreview'
995
- context[:gem_version] = '1.20.1'
997
+ context[:gem_version] = '1.21.0'
996
998
  Seahorse::Client::Request.new(handlers, context)
997
999
  end
998
1000
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -64,6 +66,7 @@ module Aws::LambdaPreview
64
66
  :role,
65
67
  :batch_size,
66
68
  :parameters)
69
+ SENSITIVE = []
67
70
  include Aws::Structure
68
71
  end
69
72
 
@@ -82,6 +85,7 @@ module Aws::LambdaPreview
82
85
  #
83
86
  class DeleteFunctionRequest < Struct.new(
84
87
  :function_name)
88
+ SENSITIVE = []
85
89
  include Aws::Structure
86
90
  end
87
91
 
@@ -146,6 +150,7 @@ module Aws::LambdaPreview
146
150
  :last_modified,
147
151
  :is_active,
148
152
  :status)
153
+ SENSITIVE = []
149
154
  include Aws::Structure
150
155
  end
151
156
 
@@ -165,6 +170,7 @@ module Aws::LambdaPreview
165
170
  class FunctionCodeLocation < Struct.new(
166
171
  :repository_type,
167
172
  :location)
173
+ SENSITIVE = []
168
174
  include Aws::Structure
169
175
  end
170
176
 
@@ -240,6 +246,7 @@ module Aws::LambdaPreview
240
246
  :timeout,
241
247
  :memory_size,
242
248
  :last_modified)
249
+ SENSITIVE = []
243
250
  include Aws::Structure
244
251
  end
245
252
 
@@ -258,6 +265,7 @@ module Aws::LambdaPreview
258
265
  #
259
266
  class GetEventSourceRequest < Struct.new(
260
267
  :uuid)
268
+ SENSITIVE = []
261
269
  include Aws::Structure
262
270
  end
263
271
 
@@ -277,6 +285,7 @@ module Aws::LambdaPreview
277
285
  #
278
286
  class GetFunctionConfigurationRequest < Struct.new(
279
287
  :function_name)
288
+ SENSITIVE = []
280
289
  include Aws::Structure
281
290
  end
282
291
 
@@ -295,6 +304,7 @@ module Aws::LambdaPreview
295
304
  #
296
305
  class GetFunctionRequest < Struct.new(
297
306
  :function_name)
307
+ SENSITIVE = []
298
308
  include Aws::Structure
299
309
  end
300
310
 
@@ -314,6 +324,7 @@ module Aws::LambdaPreview
314
324
  class GetFunctionResponse < Struct.new(
315
325
  :configuration,
316
326
  :code)
327
+ SENSITIVE = []
317
328
  include Aws::Structure
318
329
  end
319
330
 
@@ -333,6 +344,7 @@ module Aws::LambdaPreview
333
344
  class InvalidParameterValueException < Struct.new(
334
345
  :type,
335
346
  :message)
347
+ SENSITIVE = []
336
348
  include Aws::Structure
337
349
  end
338
350
 
@@ -349,6 +361,7 @@ module Aws::LambdaPreview
349
361
  class InvalidRequestContentException < Struct.new(
350
362
  :type,
351
363
  :message)
364
+ SENSITIVE = []
352
365
  include Aws::Structure
353
366
  end
354
367
 
@@ -373,6 +386,7 @@ module Aws::LambdaPreview
373
386
  class InvokeAsyncRequest < Struct.new(
374
387
  :function_name,
375
388
  :invoke_args)
389
+ SENSITIVE = []
376
390
  include Aws::Structure
377
391
  end
378
392
 
@@ -387,6 +401,7 @@ module Aws::LambdaPreview
387
401
  #
388
402
  class InvokeAsyncResponse < Struct.new(
389
403
  :status)
404
+ SENSITIVE = []
390
405
  include Aws::Structure
391
406
  end
392
407
 
@@ -426,6 +441,7 @@ module Aws::LambdaPreview
426
441
  :function_name,
427
442
  :marker,
428
443
  :max_items)
444
+ SENSITIVE = []
429
445
  include Aws::Structure
430
446
  end
431
447
 
@@ -444,6 +460,7 @@ module Aws::LambdaPreview
444
460
  class ListEventSourcesResponse < Struct.new(
445
461
  :next_marker,
446
462
  :event_sources)
463
+ SENSITIVE = []
447
464
  include Aws::Structure
448
465
  end
449
466
 
@@ -472,6 +489,7 @@ module Aws::LambdaPreview
472
489
  class ListFunctionsRequest < Struct.new(
473
490
  :marker,
474
491
  :max_items)
492
+ SENSITIVE = []
475
493
  include Aws::Structure
476
494
  end
477
495
 
@@ -491,6 +509,7 @@ module Aws::LambdaPreview
491
509
  class ListFunctionsResponse < Struct.new(
492
510
  :next_marker,
493
511
  :functions)
512
+ SENSITIVE = []
494
513
  include Aws::Structure
495
514
  end
496
515
 
@@ -509,6 +528,7 @@ module Aws::LambdaPreview
509
528
  #
510
529
  class RemoveEventSourceRequest < Struct.new(
511
530
  :uuid)
531
+ SENSITIVE = []
512
532
  include Aws::Structure
513
533
  end
514
534
 
@@ -526,6 +546,7 @@ module Aws::LambdaPreview
526
546
  class ResourceNotFoundException < Struct.new(
527
547
  :type,
528
548
  :message)
549
+ SENSITIVE = []
529
550
  include Aws::Structure
530
551
  end
531
552
 
@@ -542,6 +563,7 @@ module Aws::LambdaPreview
542
563
  class ServiceException < Struct.new(
543
564
  :type,
544
565
  :message)
566
+ SENSITIVE = []
545
567
  include Aws::Structure
546
568
  end
547
569
 
@@ -601,6 +623,7 @@ module Aws::LambdaPreview
601
623
  :description,
602
624
  :timeout,
603
625
  :memory_size)
626
+ SENSITIVE = []
604
627
  include Aws::Structure
605
628
  end
606
629
 
@@ -690,6 +713,7 @@ module Aws::LambdaPreview
690
713
  :description,
691
714
  :timeout,
692
715
  :memory_size)
716
+ SENSITIVE = []
693
717
  include Aws::Structure
694
718
  end
695
719
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambdapreview
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.1
4
+ version: 1.21.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