aws-sdk-lambda 1.44.0 → 1.45.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: f9d63fec3b2f344e942c399842f3ec0b624c6f8598c135c57d83b767efcd823e
4
- data.tar.gz: 99739888eb4f5ee6f98c373887b785d327f5456bf99490d4b3f0c12bb94c40ba
3
+ metadata.gz: 9f92ae0e3191184711cb5e75a4924c8610a006a42e5fe17d12b3878fd2a7465a
4
+ data.tar.gz: 84cd4eac5372b502f7f4f60e28a37bdd42116778f5242cf56c6703a9db713010
5
5
  SHA512:
6
- metadata.gz: e20e618a0602b5d7687ade5405f0b58a2384f0636bdcc9fbcae2d701e4921b542f194686f49e05c21ae33d63482b3bc1b0e6a4021ff7554a578ccdbc45d2b00d
7
- data.tar.gz: a73a5cd71339643e4882e8608c955cc118c09157c4dfe606059a74ba4300099eea4e8bf77941e91fcc3a800c51caaff7e62314ebda988e4fc108533375724776
6
+ metadata.gz: 03d520e2698a10bd70e4242de27f99b91cb729f8d4289383ead5f842d1e9470dc2a11d45c1df5a84ca64ab8383704d725af80eb76316972236a47954e545c613
7
+ data.tar.gz: 295428f8bff763d2999ce33d32531de69881ca42bd904f9f60eccce9ddc69284a5871e8ada991c9fdca6397b993a5cb4c6b20eb9d4e7c3d3fc8fb7f8bf62aed9
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lambda/customizations'
48
48
  # @service
49
49
  module Aws::Lambda
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
@@ -5410,7 +5410,7 @@ module Aws::Lambda
5410
5410
  params: params,
5411
5411
  config: config)
5412
5412
  context[:gem_name] = 'aws-sdk-lambda'
5413
- context[:gem_version] = '1.44.0'
5413
+ context[:gem_version] = '1.45.0'
5414
5414
  Seahorse::Client::Request.new(handlers, context)
5415
5415
  end
5416
5416
 
@@ -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:
@@ -46,6 +46,7 @@ module Aws::Lambda
46
46
  :code_size_zipped,
47
47
  :concurrent_executions,
48
48
  :unreserved_concurrent_executions)
49
+ SENSITIVE = []
49
50
  include Aws::Structure
50
51
  end
51
52
 
@@ -65,6 +66,7 @@ module Aws::Lambda
65
66
  class AccountUsage < Struct.new(
66
67
  :total_code_size,
67
68
  :function_count)
69
+ SENSITIVE = []
68
70
  include Aws::Structure
69
71
  end
70
72
 
@@ -124,6 +126,7 @@ module Aws::Lambda
124
126
  :principal,
125
127
  :organization_id,
126
128
  :revision_id)
129
+ SENSITIVE = []
127
130
  include Aws::Structure
128
131
  end
129
132
 
@@ -140,6 +143,7 @@ module Aws::Lambda
140
143
  class AddLayerVersionPermissionResponse < Struct.new(
141
144
  :statement,
142
145
  :revision_id)
146
+ SENSITIVE = []
143
147
  include Aws::Structure
144
148
  end
145
149
 
@@ -232,6 +236,7 @@ module Aws::Lambda
232
236
  :event_source_token,
233
237
  :qualifier,
234
238
  :revision_id)
239
+ SENSITIVE = []
235
240
  include Aws::Structure
236
241
  end
237
242
 
@@ -243,6 +248,7 @@ module Aws::Lambda
243
248
  #
244
249
  class AddPermissionResponse < Struct.new(
245
250
  :statement)
251
+ SENSITIVE = []
246
252
  include Aws::Structure
247
253
  end
248
254
 
@@ -289,6 +295,7 @@ module Aws::Lambda
289
295
  :description,
290
296
  :routing_config,
291
297
  :revision_id)
298
+ SENSITIVE = []
292
299
  include Aws::Structure
293
300
  end
294
301
 
@@ -316,6 +323,7 @@ module Aws::Lambda
316
323
  #
317
324
  class AliasRoutingConfiguration < Struct.new(
318
325
  :additional_version_weights)
326
+ SENSITIVE = []
319
327
  include Aws::Structure
320
328
  end
321
329
 
@@ -338,6 +346,7 @@ module Aws::Lambda
338
346
  class CodeStorageExceededException < Struct.new(
339
347
  :type,
340
348
  :message)
349
+ SENSITIVE = []
341
350
  include Aws::Structure
342
351
  end
343
352
 
@@ -354,6 +363,7 @@ module Aws::Lambda
354
363
  #
355
364
  class Concurrency < Struct.new(
356
365
  :reserved_concurrent_executions)
366
+ SENSITIVE = []
357
367
  include Aws::Structure
358
368
  end
359
369
 
@@ -416,6 +426,7 @@ module Aws::Lambda
416
426
  :function_version,
417
427
  :description,
418
428
  :routing_config)
429
+ SENSITIVE = []
419
430
  include Aws::Structure
420
431
  end
421
432
 
@@ -544,6 +555,7 @@ module Aws::Lambda
544
555
  :maximum_record_age_in_seconds,
545
556
  :bisect_batch_on_function_error,
546
557
  :maximum_retry_attempts)
558
+ SENSITIVE = []
547
559
  include Aws::Structure
548
560
  end
549
561
 
@@ -735,6 +747,7 @@ module Aws::Lambda
735
747
  :tags,
736
748
  :layers,
737
749
  :file_system_configs)
750
+ SENSITIVE = []
738
751
  include Aws::Structure
739
752
  end
740
753
 
@@ -760,6 +773,7 @@ module Aws::Lambda
760
773
  #
761
774
  class DeadLetterConfig < Struct.new(
762
775
  :target_arn)
776
+ SENSITIVE = []
763
777
  include Aws::Structure
764
778
  end
765
779
 
@@ -796,6 +810,7 @@ module Aws::Lambda
796
810
  class DeleteAliasRequest < Struct.new(
797
811
  :function_name,
798
812
  :name)
813
+ SENSITIVE = []
799
814
  include Aws::Structure
800
815
  end
801
816
 
@@ -814,6 +829,7 @@ module Aws::Lambda
814
829
  #
815
830
  class DeleteEventSourceMappingRequest < Struct.new(
816
831
  :uuid)
832
+ SENSITIVE = []
817
833
  include Aws::Structure
818
834
  end
819
835
 
@@ -844,6 +860,7 @@ module Aws::Lambda
844
860
  #
845
861
  class DeleteFunctionConcurrencyRequest < Struct.new(
846
862
  :function_name)
863
+ SENSITIVE = []
847
864
  include Aws::Structure
848
865
  end
849
866
 
@@ -882,6 +899,7 @@ module Aws::Lambda
882
899
  class DeleteFunctionEventInvokeConfigRequest < Struct.new(
883
900
  :function_name,
884
901
  :qualifier)
902
+ SENSITIVE = []
885
903
  include Aws::Structure
886
904
  end
887
905
 
@@ -921,6 +939,7 @@ module Aws::Lambda
921
939
  class DeleteFunctionRequest < Struct.new(
922
940
  :function_name,
923
941
  :qualifier)
942
+ SENSITIVE = []
924
943
  include Aws::Structure
925
944
  end
926
945
 
@@ -945,6 +964,7 @@ module Aws::Lambda
945
964
  class DeleteLayerVersionRequest < Struct.new(
946
965
  :layer_name,
947
966
  :version_number)
967
+ SENSITIVE = []
948
968
  include Aws::Structure
949
969
  end
950
970
 
@@ -981,6 +1001,7 @@ module Aws::Lambda
981
1001
  class DeleteProvisionedConcurrencyConfigRequest < Struct.new(
982
1002
  :function_name,
983
1003
  :qualifier)
1004
+ SENSITIVE = []
984
1005
  include Aws::Structure
985
1006
  end
986
1007
 
@@ -1012,6 +1033,7 @@ module Aws::Lambda
1012
1033
  class DestinationConfig < Struct.new(
1013
1034
  :on_success,
1014
1035
  :on_failure)
1036
+ SENSITIVE = []
1015
1037
  include Aws::Structure
1016
1038
  end
1017
1039
 
@@ -1028,6 +1050,7 @@ module Aws::Lambda
1028
1050
  class EC2AccessDeniedException < Struct.new(
1029
1051
  :type,
1030
1052
  :message)
1053
+ SENSITIVE = []
1031
1054
  include Aws::Structure
1032
1055
  end
1033
1056
 
@@ -1046,6 +1069,7 @@ module Aws::Lambda
1046
1069
  class EC2ThrottledException < Struct.new(
1047
1070
  :type,
1048
1071
  :message)
1072
+ SENSITIVE = []
1049
1073
  include Aws::Structure
1050
1074
  end
1051
1075
 
@@ -1067,6 +1091,7 @@ module Aws::Lambda
1067
1091
  :type,
1068
1092
  :message,
1069
1093
  :ec2_error_code)
1094
+ SENSITIVE = []
1070
1095
  include Aws::Structure
1071
1096
  end
1072
1097
 
@@ -1084,6 +1109,7 @@ module Aws::Lambda
1084
1109
  class EFSIOException < Struct.new(
1085
1110
  :type,
1086
1111
  :message)
1112
+ SENSITIVE = []
1087
1113
  include Aws::Structure
1088
1114
  end
1089
1115
 
@@ -1101,6 +1127,7 @@ module Aws::Lambda
1101
1127
  class EFSMountConnectivityException < Struct.new(
1102
1128
  :type,
1103
1129
  :message)
1130
+ SENSITIVE = []
1104
1131
  include Aws::Structure
1105
1132
  end
1106
1133
 
@@ -1118,6 +1145,7 @@ module Aws::Lambda
1118
1145
  class EFSMountFailureException < Struct.new(
1119
1146
  :type,
1120
1147
  :message)
1148
+ SENSITIVE = []
1121
1149
  include Aws::Structure
1122
1150
  end
1123
1151
 
@@ -1135,6 +1163,7 @@ module Aws::Lambda
1135
1163
  class EFSMountTimeoutException < Struct.new(
1136
1164
  :type,
1137
1165
  :message)
1166
+ SENSITIVE = []
1138
1167
  include Aws::Structure
1139
1168
  end
1140
1169
 
@@ -1153,6 +1182,7 @@ module Aws::Lambda
1153
1182
  class ENILimitReachedException < Struct.new(
1154
1183
  :type,
1155
1184
  :message)
1185
+ SENSITIVE = []
1156
1186
  include Aws::Structure
1157
1187
  end
1158
1188
 
@@ -1175,6 +1205,7 @@ module Aws::Lambda
1175
1205
  #
1176
1206
  class Environment < Struct.new(
1177
1207
  :variables)
1208
+ SENSITIVE = [:variables]
1178
1209
  include Aws::Structure
1179
1210
  end
1180
1211
 
@@ -1193,6 +1224,7 @@ module Aws::Lambda
1193
1224
  class EnvironmentError < Struct.new(
1194
1225
  :error_code,
1195
1226
  :message)
1227
+ SENSITIVE = [:message]
1196
1228
  include Aws::Structure
1197
1229
  end
1198
1230
 
@@ -1214,6 +1246,7 @@ module Aws::Lambda
1214
1246
  class EnvironmentResponse < Struct.new(
1215
1247
  :variables,
1216
1248
  :error)
1249
+ SENSITIVE = [:variables]
1217
1250
  include Aws::Structure
1218
1251
  end
1219
1252
 
@@ -1304,6 +1337,7 @@ module Aws::Lambda
1304
1337
  :maximum_record_age_in_seconds,
1305
1338
  :bisect_batch_on_function_error,
1306
1339
  :maximum_retry_attempts)
1340
+ SENSITIVE = []
1307
1341
  include Aws::Structure
1308
1342
  end
1309
1343
 
@@ -1333,6 +1367,7 @@ module Aws::Lambda
1333
1367
  class FileSystemConfig < Struct.new(
1334
1368
  :arn,
1335
1369
  :local_mount_path)
1370
+ SENSITIVE = []
1336
1371
  include Aws::Structure
1337
1372
  end
1338
1373
 
@@ -1375,6 +1410,7 @@ module Aws::Lambda
1375
1410
  :s3_bucket,
1376
1411
  :s3_key,
1377
1412
  :s3_object_version)
1413
+ SENSITIVE = [:zip_file]
1378
1414
  include Aws::Structure
1379
1415
  end
1380
1416
 
@@ -1393,6 +1429,7 @@ module Aws::Lambda
1393
1429
  class FunctionCodeLocation < Struct.new(
1394
1430
  :repository_type,
1395
1431
  :location)
1432
+ SENSITIVE = []
1396
1433
  include Aws::Structure
1397
1434
  end
1398
1435
 
@@ -1552,6 +1589,7 @@ module Aws::Lambda
1552
1589
  :last_update_status_reason,
1553
1590
  :last_update_status_reason_code,
1554
1591
  :file_system_configs)
1592
+ SENSITIVE = []
1555
1593
  include Aws::Structure
1556
1594
  end
1557
1595
 
@@ -1597,6 +1635,7 @@ module Aws::Lambda
1597
1635
  :maximum_retry_attempts,
1598
1636
  :maximum_event_age_in_seconds,
1599
1637
  :destination_config)
1638
+ SENSITIVE = []
1600
1639
  include Aws::Structure
1601
1640
  end
1602
1641
 
@@ -1619,6 +1658,7 @@ module Aws::Lambda
1619
1658
  class GetAccountSettingsResponse < Struct.new(
1620
1659
  :account_limit,
1621
1660
  :account_usage)
1661
+ SENSITIVE = []
1622
1662
  include Aws::Structure
1623
1663
  end
1624
1664
 
@@ -1655,6 +1695,7 @@ module Aws::Lambda
1655
1695
  class GetAliasRequest < Struct.new(
1656
1696
  :function_name,
1657
1697
  :name)
1698
+ SENSITIVE = []
1658
1699
  include Aws::Structure
1659
1700
  end
1660
1701
 
@@ -1673,6 +1714,7 @@ module Aws::Lambda
1673
1714
  #
1674
1715
  class GetEventSourceMappingRequest < Struct.new(
1675
1716
  :uuid)
1717
+ SENSITIVE = []
1676
1718
  include Aws::Structure
1677
1719
  end
1678
1720
 
@@ -1703,6 +1745,7 @@ module Aws::Lambda
1703
1745
  #
1704
1746
  class GetFunctionConcurrencyRequest < Struct.new(
1705
1747
  :function_name)
1748
+ SENSITIVE = []
1706
1749
  include Aws::Structure
1707
1750
  end
1708
1751
 
@@ -1715,6 +1758,7 @@ module Aws::Lambda
1715
1758
  #
1716
1759
  class GetFunctionConcurrencyResponse < Struct.new(
1717
1760
  :reserved_concurrent_executions)
1761
+ SENSITIVE = []
1718
1762
  include Aws::Structure
1719
1763
  end
1720
1764
 
@@ -1754,6 +1798,7 @@ module Aws::Lambda
1754
1798
  class GetFunctionConfigurationRequest < Struct.new(
1755
1799
  :function_name,
1756
1800
  :qualifier)
1801
+ SENSITIVE = []
1757
1802
  include Aws::Structure
1758
1803
  end
1759
1804
 
@@ -1792,6 +1837,7 @@ module Aws::Lambda
1792
1837
  class GetFunctionEventInvokeConfigRequest < Struct.new(
1793
1838
  :function_name,
1794
1839
  :qualifier)
1840
+ SENSITIVE = []
1795
1841
  include Aws::Structure
1796
1842
  end
1797
1843
 
@@ -1831,6 +1877,7 @@ module Aws::Lambda
1831
1877
  class GetFunctionRequest < Struct.new(
1832
1878
  :function_name,
1833
1879
  :qualifier)
1880
+ SENSITIVE = []
1834
1881
  include Aws::Structure
1835
1882
  end
1836
1883
 
@@ -1865,6 +1912,7 @@ module Aws::Lambda
1865
1912
  :code,
1866
1913
  :tags,
1867
1914
  :concurrency)
1915
+ SENSITIVE = []
1868
1916
  include Aws::Structure
1869
1917
  end
1870
1918
 
@@ -1883,6 +1931,7 @@ module Aws::Lambda
1883
1931
  #
1884
1932
  class GetLayerVersionByArnRequest < Struct.new(
1885
1933
  :arn)
1934
+ SENSITIVE = []
1886
1935
  include Aws::Structure
1887
1936
  end
1888
1937
 
@@ -1907,6 +1956,7 @@ module Aws::Lambda
1907
1956
  class GetLayerVersionPolicyRequest < Struct.new(
1908
1957
  :layer_name,
1909
1958
  :version_number)
1959
+ SENSITIVE = []
1910
1960
  include Aws::Structure
1911
1961
  end
1912
1962
 
@@ -1923,6 +1973,7 @@ module Aws::Lambda
1923
1973
  class GetLayerVersionPolicyResponse < Struct.new(
1924
1974
  :policy,
1925
1975
  :revision_id)
1976
+ SENSITIVE = []
1926
1977
  include Aws::Structure
1927
1978
  end
1928
1979
 
@@ -1947,6 +1998,7 @@ module Aws::Lambda
1947
1998
  class GetLayerVersionRequest < Struct.new(
1948
1999
  :layer_name,
1949
2000
  :version_number)
2001
+ SENSITIVE = []
1950
2002
  include Aws::Structure
1951
2003
  end
1952
2004
 
@@ -1998,6 +2050,7 @@ module Aws::Lambda
1998
2050
  :version,
1999
2051
  :compatible_runtimes,
2000
2052
  :license_info)
2053
+ SENSITIVE = []
2001
2054
  include Aws::Structure
2002
2055
  end
2003
2056
 
@@ -2036,6 +2089,7 @@ module Aws::Lambda
2036
2089
  class GetPolicyRequest < Struct.new(
2037
2090
  :function_name,
2038
2091
  :qualifier)
2092
+ SENSITIVE = []
2039
2093
  include Aws::Structure
2040
2094
  end
2041
2095
 
@@ -2052,6 +2106,7 @@ module Aws::Lambda
2052
2106
  class GetPolicyResponse < Struct.new(
2053
2107
  :policy,
2054
2108
  :revision_id)
2109
+ SENSITIVE = []
2055
2110
  include Aws::Structure
2056
2111
  end
2057
2112
 
@@ -2088,6 +2143,7 @@ module Aws::Lambda
2088
2143
  class GetProvisionedConcurrencyConfigRequest < Struct.new(
2089
2144
  :function_name,
2090
2145
  :qualifier)
2146
+ SENSITIVE = []
2091
2147
  include Aws::Structure
2092
2148
  end
2093
2149
 
@@ -2130,6 +2186,7 @@ module Aws::Lambda
2130
2186
  :status,
2131
2187
  :status_reason,
2132
2188
  :last_modified)
2189
+ SENSITIVE = []
2133
2190
  include Aws::Structure
2134
2191
  end
2135
2192
 
@@ -2148,6 +2205,7 @@ module Aws::Lambda
2148
2205
  class InvalidParameterValueException < Struct.new(
2149
2206
  :type,
2150
2207
  :message)
2208
+ SENSITIVE = []
2151
2209
  include Aws::Structure
2152
2210
  end
2153
2211
 
@@ -2166,6 +2224,7 @@ module Aws::Lambda
2166
2224
  class InvalidRequestContentException < Struct.new(
2167
2225
  :type,
2168
2226
  :message)
2227
+ SENSITIVE = []
2169
2228
  include Aws::Structure
2170
2229
  end
2171
2230
 
@@ -2182,6 +2241,7 @@ module Aws::Lambda
2182
2241
  class InvalidRuntimeException < Struct.new(
2183
2242
  :type,
2184
2243
  :message)
2244
+ SENSITIVE = []
2185
2245
  include Aws::Structure
2186
2246
  end
2187
2247
 
@@ -2199,6 +2259,7 @@ module Aws::Lambda
2199
2259
  class InvalidSecurityGroupIDException < Struct.new(
2200
2260
  :type,
2201
2261
  :message)
2262
+ SENSITIVE = []
2202
2263
  include Aws::Structure
2203
2264
  end
2204
2265
 
@@ -2216,6 +2277,7 @@ module Aws::Lambda
2216
2277
  class InvalidSubnetIDException < Struct.new(
2217
2278
  :type,
2218
2279
  :message)
2280
+ SENSITIVE = []
2219
2281
  include Aws::Structure
2220
2282
  end
2221
2283
 
@@ -2232,6 +2294,7 @@ module Aws::Lambda
2232
2294
  class InvalidZipFileException < Struct.new(
2233
2295
  :type,
2234
2296
  :message)
2297
+ SENSITIVE = []
2235
2298
  include Aws::Structure
2236
2299
  end
2237
2300
 
@@ -2308,6 +2371,7 @@ module Aws::Lambda
2308
2371
  :client_context,
2309
2372
  :payload,
2310
2373
  :qualifier)
2374
+ SENSITIVE = [:payload]
2311
2375
  include Aws::Structure
2312
2376
  end
2313
2377
 
@@ -2346,6 +2410,7 @@ module Aws::Lambda
2346
2410
  :log_result,
2347
2411
  :payload,
2348
2412
  :executed_version)
2413
+ SENSITIVE = [:payload]
2349
2414
  include Aws::Structure
2350
2415
  end
2351
2416
 
@@ -2382,6 +2447,7 @@ module Aws::Lambda
2382
2447
  class InvokeAsyncRequest < Struct.new(
2383
2448
  :function_name,
2384
2449
  :invoke_args)
2450
+ SENSITIVE = []
2385
2451
  include Aws::Structure
2386
2452
  end
2387
2453
 
@@ -2396,6 +2462,7 @@ module Aws::Lambda
2396
2462
  #
2397
2463
  class InvokeAsyncResponse < Struct.new(
2398
2464
  :status)
2465
+ SENSITIVE = []
2399
2466
  include Aws::Structure
2400
2467
  end
2401
2468
 
@@ -2413,6 +2480,7 @@ module Aws::Lambda
2413
2480
  class KMSAccessDeniedException < Struct.new(
2414
2481
  :type,
2415
2482
  :message)
2483
+ SENSITIVE = []
2416
2484
  include Aws::Structure
2417
2485
  end
2418
2486
 
@@ -2430,6 +2498,7 @@ module Aws::Lambda
2430
2498
  class KMSDisabledException < Struct.new(
2431
2499
  :type,
2432
2500
  :message)
2501
+ SENSITIVE = []
2433
2502
  include Aws::Structure
2434
2503
  end
2435
2504
 
@@ -2448,6 +2517,7 @@ module Aws::Lambda
2448
2517
  class KMSInvalidStateException < Struct.new(
2449
2518
  :type,
2450
2519
  :message)
2520
+ SENSITIVE = []
2451
2521
  include Aws::Structure
2452
2522
  end
2453
2523
 
@@ -2465,6 +2535,7 @@ module Aws::Lambda
2465
2535
  class KMSNotFoundException < Struct.new(
2466
2536
  :type,
2467
2537
  :message)
2538
+ SENSITIVE = []
2468
2539
  include Aws::Structure
2469
2540
  end
2470
2541
 
@@ -2487,6 +2558,7 @@ module Aws::Lambda
2487
2558
  class Layer < Struct.new(
2488
2559
  :arn,
2489
2560
  :code_size)
2561
+ SENSITIVE = []
2490
2562
  include Aws::Structure
2491
2563
  end
2492
2564
 
@@ -2533,6 +2605,7 @@ module Aws::Lambda
2533
2605
  :s3_key,
2534
2606
  :s3_object_version,
2535
2607
  :zip_file)
2608
+ SENSITIVE = [:zip_file]
2536
2609
  include Aws::Structure
2537
2610
  end
2538
2611
 
@@ -2561,6 +2634,7 @@ module Aws::Lambda
2561
2634
  :location,
2562
2635
  :code_sha_256,
2563
2636
  :code_size)
2637
+ SENSITIVE = []
2564
2638
  include Aws::Structure
2565
2639
  end
2566
2640
 
@@ -2604,6 +2678,7 @@ module Aws::Lambda
2604
2678
  :created_date,
2605
2679
  :compatible_runtimes,
2606
2680
  :license_info)
2681
+ SENSITIVE = []
2607
2682
  include Aws::Structure
2608
2683
  end
2609
2684
 
@@ -2631,6 +2706,7 @@ module Aws::Lambda
2631
2706
  :layer_name,
2632
2707
  :layer_arn,
2633
2708
  :latest_matching_version)
2709
+ SENSITIVE = []
2634
2710
  include Aws::Structure
2635
2711
  end
2636
2712
 
@@ -2681,6 +2757,7 @@ module Aws::Lambda
2681
2757
  :function_version,
2682
2758
  :marker,
2683
2759
  :max_items)
2760
+ SENSITIVE = []
2684
2761
  include Aws::Structure
2685
2762
  end
2686
2763
 
@@ -2697,6 +2774,7 @@ module Aws::Lambda
2697
2774
  class ListAliasesResponse < Struct.new(
2698
2775
  :next_marker,
2699
2776
  :aliases)
2777
+ SENSITIVE = []
2700
2778
  include Aws::Structure
2701
2779
  end
2702
2780
 
@@ -2755,6 +2833,7 @@ module Aws::Lambda
2755
2833
  :function_name,
2756
2834
  :marker,
2757
2835
  :max_items)
2836
+ SENSITIVE = []
2758
2837
  include Aws::Structure
2759
2838
  end
2760
2839
 
@@ -2772,6 +2851,7 @@ module Aws::Lambda
2772
2851
  class ListEventSourceMappingsResponse < Struct.new(
2773
2852
  :next_marker,
2774
2853
  :event_source_mappings)
2854
+ SENSITIVE = []
2775
2855
  include Aws::Structure
2776
2856
  end
2777
2857
 
@@ -2815,6 +2895,7 @@ module Aws::Lambda
2815
2895
  :function_name,
2816
2896
  :marker,
2817
2897
  :max_items)
2898
+ SENSITIVE = []
2818
2899
  include Aws::Structure
2819
2900
  end
2820
2901
 
@@ -2831,6 +2912,7 @@ module Aws::Lambda
2831
2912
  class ListFunctionEventInvokeConfigsResponse < Struct.new(
2832
2913
  :function_event_invoke_configs,
2833
2914
  :next_marker)
2915
+ SENSITIVE = []
2834
2916
  include Aws::Structure
2835
2917
  end
2836
2918
 
@@ -2873,6 +2955,7 @@ module Aws::Lambda
2873
2955
  :function_version,
2874
2956
  :marker,
2875
2957
  :max_items)
2958
+ SENSITIVE = []
2876
2959
  include Aws::Structure
2877
2960
  end
2878
2961
 
@@ -2891,6 +2974,7 @@ module Aws::Lambda
2891
2974
  class ListFunctionsResponse < Struct.new(
2892
2975
  :next_marker,
2893
2976
  :functions)
2977
+ SENSITIVE = []
2894
2978
  include Aws::Structure
2895
2979
  end
2896
2980
 
@@ -2927,6 +3011,7 @@ module Aws::Lambda
2927
3011
  :layer_name,
2928
3012
  :marker,
2929
3013
  :max_items)
3014
+ SENSITIVE = []
2930
3015
  include Aws::Structure
2931
3016
  end
2932
3017
 
@@ -2944,6 +3029,7 @@ module Aws::Lambda
2944
3029
  class ListLayerVersionsResponse < Struct.new(
2945
3030
  :next_marker,
2946
3031
  :layer_versions)
3032
+ SENSITIVE = []
2947
3033
  include Aws::Structure
2948
3034
  end
2949
3035
 
@@ -2974,6 +3060,7 @@ module Aws::Lambda
2974
3060
  :compatible_runtime,
2975
3061
  :marker,
2976
3062
  :max_items)
3063
+ SENSITIVE = []
2977
3064
  include Aws::Structure
2978
3065
  end
2979
3066
 
@@ -2991,6 +3078,7 @@ module Aws::Lambda
2991
3078
  class ListLayersResponse < Struct.new(
2992
3079
  :next_marker,
2993
3080
  :layers)
3081
+ SENSITIVE = []
2994
3082
  include Aws::Structure
2995
3083
  end
2996
3084
 
@@ -3034,6 +3122,7 @@ module Aws::Lambda
3034
3122
  :function_name,
3035
3123
  :marker,
3036
3124
  :max_items)
3125
+ SENSITIVE = []
3037
3126
  include Aws::Structure
3038
3127
  end
3039
3128
 
@@ -3050,6 +3139,7 @@ module Aws::Lambda
3050
3139
  class ListProvisionedConcurrencyConfigsResponse < Struct.new(
3051
3140
  :provisioned_concurrency_configs,
3052
3141
  :next_marker)
3142
+ SENSITIVE = []
3053
3143
  include Aws::Structure
3054
3144
  end
3055
3145
 
@@ -3068,6 +3158,7 @@ module Aws::Lambda
3068
3158
  #
3069
3159
  class ListTagsRequest < Struct.new(
3070
3160
  :resource)
3161
+ SENSITIVE = []
3071
3162
  include Aws::Structure
3072
3163
  end
3073
3164
 
@@ -3079,6 +3170,7 @@ module Aws::Lambda
3079
3170
  #
3080
3171
  class ListTagsResponse < Struct.new(
3081
3172
  :tags)
3173
+ SENSITIVE = []
3082
3174
  include Aws::Structure
3083
3175
  end
3084
3176
 
@@ -3122,6 +3214,7 @@ module Aws::Lambda
3122
3214
  :function_name,
3123
3215
  :marker,
3124
3216
  :max_items)
3217
+ SENSITIVE = []
3125
3218
  include Aws::Structure
3126
3219
  end
3127
3220
 
@@ -3138,6 +3231,7 @@ module Aws::Lambda
3138
3231
  class ListVersionsByFunctionResponse < Struct.new(
3139
3232
  :next_marker,
3140
3233
  :versions)
3234
+ SENSITIVE = []
3141
3235
  include Aws::Structure
3142
3236
  end
3143
3237
 
@@ -3158,6 +3252,7 @@ module Aws::Lambda
3158
3252
  #
3159
3253
  class OnFailure < Struct.new(
3160
3254
  :destination)
3255
+ SENSITIVE = []
3161
3256
  include Aws::Structure
3162
3257
  end
3163
3258
 
@@ -3178,6 +3273,7 @@ module Aws::Lambda
3178
3273
  #
3179
3274
  class OnSuccess < Struct.new(
3180
3275
  :destination)
3276
+ SENSITIVE = []
3181
3277
  include Aws::Structure
3182
3278
  end
3183
3279
 
@@ -3198,6 +3294,7 @@ module Aws::Lambda
3198
3294
  class PolicyLengthExceededException < Struct.new(
3199
3295
  :type,
3200
3296
  :message)
3297
+ SENSITIVE = []
3201
3298
  include Aws::Structure
3202
3299
  end
3203
3300
 
@@ -3218,6 +3315,7 @@ module Aws::Lambda
3218
3315
  class PreconditionFailedException < Struct.new(
3219
3316
  :type,
3220
3317
  :message)
3318
+ SENSITIVE = []
3221
3319
  include Aws::Structure
3222
3320
  end
3223
3321
 
@@ -3268,6 +3366,7 @@ module Aws::Lambda
3268
3366
  :status,
3269
3367
  :status_reason,
3270
3368
  :last_modified)
3369
+ SENSITIVE = []
3271
3370
  include Aws::Structure
3272
3371
  end
3273
3372
 
@@ -3284,6 +3383,7 @@ module Aws::Lambda
3284
3383
  class ProvisionedConcurrencyConfigNotFoundException < Struct.new(
3285
3384
  :type,
3286
3385
  :message)
3386
+ SENSITIVE = []
3287
3387
  include Aws::Structure
3288
3388
  end
3289
3389
 
@@ -3347,6 +3447,7 @@ module Aws::Lambda
3347
3447
  :content,
3348
3448
  :compatible_runtimes,
3349
3449
  :license_info)
3450
+ SENSITIVE = []
3350
3451
  include Aws::Structure
3351
3452
  end
3352
3453
 
@@ -3398,6 +3499,7 @@ module Aws::Lambda
3398
3499
  :version,
3399
3500
  :compatible_runtimes,
3400
3501
  :license_info)
3502
+ SENSITIVE = []
3401
3503
  include Aws::Structure
3402
3504
  end
3403
3505
 
@@ -3453,6 +3555,7 @@ module Aws::Lambda
3453
3555
  :code_sha_256,
3454
3556
  :description,
3455
3557
  :revision_id)
3558
+ SENSITIVE = []
3456
3559
  include Aws::Structure
3457
3560
  end
3458
3561
 
@@ -3489,6 +3592,7 @@ module Aws::Lambda
3489
3592
  class PutFunctionConcurrencyRequest < Struct.new(
3490
3593
  :function_name,
3491
3594
  :reserved_concurrent_executions)
3595
+ SENSITIVE = []
3492
3596
  include Aws::Structure
3493
3597
  end
3494
3598
 
@@ -3566,6 +3670,7 @@ module Aws::Lambda
3566
3670
  :maximum_retry_attempts,
3567
3671
  :maximum_event_age_in_seconds,
3568
3672
  :destination_config)
3673
+ SENSITIVE = []
3569
3674
  include Aws::Structure
3570
3675
  end
3571
3676
 
@@ -3609,6 +3714,7 @@ module Aws::Lambda
3609
3714
  :function_name,
3610
3715
  :qualifier,
3611
3716
  :provisioned_concurrent_executions)
3717
+ SENSITIVE = []
3612
3718
  include Aws::Structure
3613
3719
  end
3614
3720
 
@@ -3651,6 +3757,7 @@ module Aws::Lambda
3651
3757
  :status,
3652
3758
  :status_reason,
3653
3759
  :last_modified)
3760
+ SENSITIVE = []
3654
3761
  include Aws::Structure
3655
3762
  end
3656
3763
 
@@ -3689,6 +3796,7 @@ module Aws::Lambda
3689
3796
  :version_number,
3690
3797
  :statement_id,
3691
3798
  :revision_id)
3799
+ SENSITIVE = []
3692
3800
  include Aws::Structure
3693
3801
  end
3694
3802
 
@@ -3742,6 +3850,7 @@ module Aws::Lambda
3742
3850
  :statement_id,
3743
3851
  :qualifier,
3744
3852
  :revision_id)
3853
+ SENSITIVE = []
3745
3854
  include Aws::Structure
3746
3855
  end
3747
3856
 
@@ -3763,6 +3872,7 @@ module Aws::Lambda
3763
3872
  class RequestTooLargeException < Struct.new(
3764
3873
  :type,
3765
3874
  :message)
3875
+ SENSITIVE = []
3766
3876
  include Aws::Structure
3767
3877
  end
3768
3878
 
@@ -3781,6 +3891,7 @@ module Aws::Lambda
3781
3891
  class ResourceConflictException < Struct.new(
3782
3892
  :type,
3783
3893
  :message)
3894
+ SENSITIVE = []
3784
3895
  include Aws::Structure
3785
3896
  end
3786
3897
 
@@ -3800,6 +3911,7 @@ module Aws::Lambda
3800
3911
  class ResourceInUseException < Struct.new(
3801
3912
  :type,
3802
3913
  :message)
3914
+ SENSITIVE = []
3803
3915
  include Aws::Structure
3804
3916
  end
3805
3917
 
@@ -3816,6 +3928,7 @@ module Aws::Lambda
3816
3928
  class ResourceNotFoundException < Struct.new(
3817
3929
  :type,
3818
3930
  :message)
3931
+ SENSITIVE = []
3819
3932
  include Aws::Structure
3820
3933
  end
3821
3934
 
@@ -3835,6 +3948,7 @@ module Aws::Lambda
3835
3948
  class ResourceNotReadyException < Struct.new(
3836
3949
  :type,
3837
3950
  :message)
3951
+ SENSITIVE = []
3838
3952
  include Aws::Structure
3839
3953
  end
3840
3954
 
@@ -3851,6 +3965,7 @@ module Aws::Lambda
3851
3965
  class ServiceException < Struct.new(
3852
3966
  :type,
3853
3967
  :message)
3968
+ SENSITIVE = []
3854
3969
  include Aws::Structure
3855
3970
  end
3856
3971
 
@@ -3868,6 +3983,7 @@ module Aws::Lambda
3868
3983
  class SubnetIPAddressLimitReachedException < Struct.new(
3869
3984
  :type,
3870
3985
  :message)
3986
+ SENSITIVE = []
3871
3987
  include Aws::Structure
3872
3988
  end
3873
3989
 
@@ -3894,6 +4010,7 @@ module Aws::Lambda
3894
4010
  class TagResourceRequest < Struct.new(
3895
4011
  :resource,
3896
4012
  :tags)
4013
+ SENSITIVE = []
3897
4014
  include Aws::Structure
3898
4015
  end
3899
4016
 
@@ -3919,6 +4036,7 @@ module Aws::Lambda
3919
4036
  :type,
3920
4037
  :message,
3921
4038
  :reason)
4039
+ SENSITIVE = []
3922
4040
  include Aws::Structure
3923
4041
  end
3924
4042
 
@@ -3940,6 +4058,7 @@ module Aws::Lambda
3940
4058
  #
3941
4059
  class TracingConfig < Struct.new(
3942
4060
  :mode)
4061
+ SENSITIVE = []
3943
4062
  include Aws::Structure
3944
4063
  end
3945
4064
 
@@ -3953,6 +4072,7 @@ module Aws::Lambda
3953
4072
  #
3954
4073
  class TracingConfigResponse < Struct.new(
3955
4074
  :mode)
4075
+ SENSITIVE = []
3956
4076
  include Aws::Structure
3957
4077
  end
3958
4078
 
@@ -3969,6 +4089,7 @@ module Aws::Lambda
3969
4089
  class UnsupportedMediaTypeException < Struct.new(
3970
4090
  :type,
3971
4091
  :message)
4092
+ SENSITIVE = []
3972
4093
  include Aws::Structure
3973
4094
  end
3974
4095
 
@@ -3993,6 +4114,7 @@ module Aws::Lambda
3993
4114
  class UntagResourceRequest < Struct.new(
3994
4115
  :resource,
3995
4116
  :tag_keys)
4117
+ SENSITIVE = []
3996
4118
  include Aws::Structure
3997
4119
  end
3998
4120
 
@@ -4063,6 +4185,7 @@ module Aws::Lambda
4063
4185
  :description,
4064
4186
  :routing_config,
4065
4187
  :revision_id)
4188
+ SENSITIVE = []
4066
4189
  include Aws::Structure
4067
4190
  end
4068
4191
 
@@ -4169,6 +4292,7 @@ module Aws::Lambda
4169
4292
  :bisect_batch_on_function_error,
4170
4293
  :maximum_retry_attempts,
4171
4294
  :parallelization_factor)
4295
+ SENSITIVE = []
4172
4296
  include Aws::Structure
4173
4297
  end
4174
4298
 
@@ -4249,6 +4373,7 @@ module Aws::Lambda
4249
4373
  :publish,
4250
4374
  :dry_run,
4251
4375
  :revision_id)
4376
+ SENSITIVE = [:zip_file]
4252
4377
  include Aws::Structure
4253
4378
  end
4254
4379
 
@@ -4418,6 +4543,7 @@ module Aws::Lambda
4418
4543
  :revision_id,
4419
4544
  :layers,
4420
4545
  :file_system_configs)
4546
+ SENSITIVE = []
4421
4547
  include Aws::Structure
4422
4548
  end
4423
4549
 
@@ -4495,6 +4621,7 @@ module Aws::Lambda
4495
4621
  :maximum_retry_attempts,
4496
4622
  :maximum_event_age_in_seconds,
4497
4623
  :destination_config)
4624
+ SENSITIVE = []
4498
4625
  include Aws::Structure
4499
4626
  end
4500
4627
 
@@ -4526,6 +4653,7 @@ module Aws::Lambda
4526
4653
  class VpcConfig < Struct.new(
4527
4654
  :subnet_ids,
4528
4655
  :security_group_ids)
4656
+ SENSITIVE = []
4529
4657
  include Aws::Structure
4530
4658
  end
4531
4659
 
@@ -4550,6 +4678,7 @@ module Aws::Lambda
4550
4678
  :subnet_ids,
4551
4679
  :security_group_ids,
4552
4680
  :vpc_id)
4681
+ SENSITIVE = []
4553
4682
  include Aws::Structure
4554
4683
  end
4555
4684
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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-16 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