aws-sdk-lambda 1.179.0 → 1.180.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-lambda/client.rb +1 -1
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +19 -147
- data/sig/params.rbs +68 -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: 654a487bb52fd47d770364268dc721c839b76c5c67769c8ec84534aeab29fe71
|
|
4
|
+
data.tar.gz: 41a3f6f54cdec236985f9d936b9497320e2734afe1561f056cf96db8dc784448
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 764cf15fc2b08c313f6bcf739329fb99c15f292447df7d2ed46887b58c9392537c8aab6d4fd7acd91a35d46eeb2438402aea86fc7d830bf0b3a3e6f5495baf10
|
|
7
|
+
data.tar.gz: a920b55a1e8b2dcf88250de0d7679e50386385a1fc7b971a14e77984b1f584a80f73c63c5324e231d62c356133f6ec6bfb270915a599490d490b292367c089a9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.180.0
|
data/lib/aws-sdk-lambda.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -160,7 +160,7 @@ module Aws
|
|
|
160
160
|
function_name: ::String,
|
|
161
161
|
tenant_id: ::String?
|
|
162
162
|
}?
|
|
163
|
-
}
|
|
163
|
+
}
|
|
164
164
|
],
|
|
165
165
|
?client_token: ::String
|
|
166
166
|
) -> _CheckpointDurableExecutionResponseSuccess
|
|
@@ -206,16 +206,7 @@ module Aws
|
|
|
206
206
|
allowed_instance_types: Array[::String]?,
|
|
207
207
|
excluded_instance_types: Array[::String]?
|
|
208
208
|
},
|
|
209
|
-
?capacity_provider_scaling_config:
|
|
210
|
-
max_v_cpu_count: ::Integer?,
|
|
211
|
-
scaling_mode: ("Auto" | "Manual")?,
|
|
212
|
-
scaling_policies: Array[
|
|
213
|
-
{
|
|
214
|
-
predefined_metric_type: ("LambdaCapacityProviderAverageCPUUtilization"),
|
|
215
|
-
target_value: ::Float
|
|
216
|
-
},
|
|
217
|
-
]?
|
|
218
|
-
},
|
|
209
|
+
?capacity_provider_scaling_config: Params::capacity_provider_scaling_config,
|
|
219
210
|
?kms_key_arn: ::String,
|
|
220
211
|
?tags: Hash[::String, ::String]
|
|
221
212
|
) -> _CreateCapacityProviderResponseSuccess
|
|
@@ -284,21 +275,14 @@ module Aws
|
|
|
284
275
|
filters: Array[
|
|
285
276
|
{
|
|
286
277
|
pattern: ::String?
|
|
287
|
-
}
|
|
278
|
+
}
|
|
288
279
|
]?
|
|
289
280
|
},
|
|
290
281
|
?maximum_batching_window_in_seconds: ::Integer,
|
|
291
282
|
?parallelization_factor: ::Integer,
|
|
292
283
|
?starting_position: ("TRIM_HORIZON" | "LATEST" | "AT_TIMESTAMP"),
|
|
293
284
|
?starting_position_timestamp: ::Time,
|
|
294
|
-
?destination_config:
|
|
295
|
-
on_success: {
|
|
296
|
-
destination: ::String?
|
|
297
|
-
}?,
|
|
298
|
-
on_failure: {
|
|
299
|
-
destination: ::String?
|
|
300
|
-
}?
|
|
301
|
-
},
|
|
285
|
+
?destination_config: Params::destination_config,
|
|
302
286
|
?maximum_record_age_in_seconds: ::Integer,
|
|
303
287
|
?bisect_batch_on_function_error: bool,
|
|
304
288
|
?maximum_retry_attempts: ::Integer,
|
|
@@ -310,48 +294,14 @@ module Aws
|
|
|
310
294
|
{
|
|
311
295
|
type: ("BASIC_AUTH" | "VPC_SUBNET" | "VPC_SECURITY_GROUP" | "SASL_SCRAM_512_AUTH" | "SASL_SCRAM_256_AUTH" | "VIRTUAL_HOST" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
312
296
|
uri: ::String?
|
|
313
|
-
}
|
|
297
|
+
}
|
|
314
298
|
],
|
|
315
299
|
?self_managed_event_source: {
|
|
316
300
|
endpoints: Hash[("KAFKA_BOOTSTRAP_SERVERS"), Array[::String]]?
|
|
317
301
|
},
|
|
318
302
|
?function_response_types: Array[("ReportBatchItemFailures")],
|
|
319
|
-
?amazon_managed_kafka_event_source_config:
|
|
320
|
-
|
|
321
|
-
schema_registry_config: {
|
|
322
|
-
schema_registry_uri: ::String?,
|
|
323
|
-
event_record_format: ("JSON" | "SOURCE")?,
|
|
324
|
-
access_configs: Array[
|
|
325
|
-
{
|
|
326
|
-
type: ("BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
327
|
-
uri: ::String?
|
|
328
|
-
},
|
|
329
|
-
]?,
|
|
330
|
-
schema_validation_configs: Array[
|
|
331
|
-
{
|
|
332
|
-
attribute: ("KEY" | "VALUE")?
|
|
333
|
-
},
|
|
334
|
-
]?
|
|
335
|
-
}?
|
|
336
|
-
},
|
|
337
|
-
?self_managed_kafka_event_source_config: {
|
|
338
|
-
consumer_group_id: ::String?,
|
|
339
|
-
schema_registry_config: {
|
|
340
|
-
schema_registry_uri: ::String?,
|
|
341
|
-
event_record_format: ("JSON" | "SOURCE")?,
|
|
342
|
-
access_configs: Array[
|
|
343
|
-
{
|
|
344
|
-
type: ("BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
345
|
-
uri: ::String?
|
|
346
|
-
},
|
|
347
|
-
]?,
|
|
348
|
-
schema_validation_configs: Array[
|
|
349
|
-
{
|
|
350
|
-
attribute: ("KEY" | "VALUE")?
|
|
351
|
-
},
|
|
352
|
-
]?
|
|
353
|
-
}?
|
|
354
|
-
},
|
|
303
|
+
?amazon_managed_kafka_event_source_config: Params::amazon_managed_kafka_event_source_config,
|
|
304
|
+
?self_managed_kafka_event_source_config: Params::self_managed_kafka_event_source_config,
|
|
355
305
|
?scaling_config: {
|
|
356
306
|
maximum_concurrency: ::Integer?
|
|
357
307
|
},
|
|
@@ -458,7 +408,7 @@ module Aws
|
|
|
458
408
|
{
|
|
459
409
|
arn: ::String,
|
|
460
410
|
local_mount_path: ::String
|
|
461
|
-
}
|
|
411
|
+
}
|
|
462
412
|
],
|
|
463
413
|
?image_config: {
|
|
464
414
|
entry_point: Array[::String]?,
|
|
@@ -511,14 +461,7 @@ module Aws
|
|
|
511
461
|
function_name: ::String,
|
|
512
462
|
?qualifier: ::String,
|
|
513
463
|
auth_type: ("NONE" | "AWS_IAM"),
|
|
514
|
-
?cors:
|
|
515
|
-
allow_credentials: bool?,
|
|
516
|
-
allow_headers: Array[::String]?,
|
|
517
|
-
allow_methods: Array[::String]?,
|
|
518
|
-
allow_origins: Array[::String]?,
|
|
519
|
-
expose_headers: Array[::String]?,
|
|
520
|
-
max_age: ::Integer?
|
|
521
|
-
},
|
|
464
|
+
?cors: Params::cors,
|
|
522
465
|
?invoke_mode: ("BUFFERED" | "RESPONSE_STREAM")
|
|
523
466
|
) -> _CreateFunctionUrlConfigResponseSuccess
|
|
524
467
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFunctionUrlConfigResponseSuccess
|
|
@@ -1383,14 +1326,7 @@ module Aws
|
|
|
1383
1326
|
?qualifier: ::String,
|
|
1384
1327
|
?maximum_retry_attempts: ::Integer,
|
|
1385
1328
|
?maximum_event_age_in_seconds: ::Integer,
|
|
1386
|
-
?destination_config:
|
|
1387
|
-
on_success: {
|
|
1388
|
-
destination: ::String?
|
|
1389
|
-
}?,
|
|
1390
|
-
on_failure: {
|
|
1391
|
-
destination: ::String?
|
|
1392
|
-
}?
|
|
1393
|
-
}
|
|
1329
|
+
?destination_config: Params::destination_config
|
|
1394
1330
|
) -> _PutFunctionEventInvokeConfigResponseSuccess
|
|
1395
1331
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutFunctionEventInvokeConfigResponseSuccess
|
|
1396
1332
|
|
|
@@ -1563,16 +1499,7 @@ module Aws
|
|
|
1563
1499
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#update_capacity_provider-instance_method
|
|
1564
1500
|
def update_capacity_provider: (
|
|
1565
1501
|
capacity_provider_name: ::String,
|
|
1566
|
-
?capacity_provider_scaling_config:
|
|
1567
|
-
max_v_cpu_count: ::Integer?,
|
|
1568
|
-
scaling_mode: ("Auto" | "Manual")?,
|
|
1569
|
-
scaling_policies: Array[
|
|
1570
|
-
{
|
|
1571
|
-
predefined_metric_type: ("LambdaCapacityProviderAverageCPUUtilization"),
|
|
1572
|
-
target_value: ::Float
|
|
1573
|
-
},
|
|
1574
|
-
]?
|
|
1575
|
-
}
|
|
1502
|
+
?capacity_provider_scaling_config: Params::capacity_provider_scaling_config
|
|
1576
1503
|
) -> _UpdateCapacityProviderResponseSuccess
|
|
1577
1504
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCapacityProviderResponseSuccess
|
|
1578
1505
|
|
|
@@ -1639,18 +1566,11 @@ module Aws
|
|
|
1639
1566
|
filters: Array[
|
|
1640
1567
|
{
|
|
1641
1568
|
pattern: ::String?
|
|
1642
|
-
}
|
|
1569
|
+
}
|
|
1643
1570
|
]?
|
|
1644
1571
|
},
|
|
1645
1572
|
?maximum_batching_window_in_seconds: ::Integer,
|
|
1646
|
-
?destination_config:
|
|
1647
|
-
on_success: {
|
|
1648
|
-
destination: ::String?
|
|
1649
|
-
}?,
|
|
1650
|
-
on_failure: {
|
|
1651
|
-
destination: ::String?
|
|
1652
|
-
}?
|
|
1653
|
-
},
|
|
1573
|
+
?destination_config: Params::destination_config,
|
|
1654
1574
|
?maximum_record_age_in_seconds: ::Integer,
|
|
1655
1575
|
?bisect_batch_on_function_error: bool,
|
|
1656
1576
|
?maximum_retry_attempts: ::Integer,
|
|
@@ -1659,49 +1579,15 @@ module Aws
|
|
|
1659
1579
|
{
|
|
1660
1580
|
type: ("BASIC_AUTH" | "VPC_SUBNET" | "VPC_SECURITY_GROUP" | "SASL_SCRAM_512_AUTH" | "SASL_SCRAM_256_AUTH" | "VIRTUAL_HOST" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
1661
1581
|
uri: ::String?
|
|
1662
|
-
}
|
|
1582
|
+
}
|
|
1663
1583
|
],
|
|
1664
1584
|
?tumbling_window_in_seconds: ::Integer,
|
|
1665
1585
|
?function_response_types: Array[("ReportBatchItemFailures")],
|
|
1666
1586
|
?scaling_config: {
|
|
1667
1587
|
maximum_concurrency: ::Integer?
|
|
1668
1588
|
},
|
|
1669
|
-
?amazon_managed_kafka_event_source_config:
|
|
1670
|
-
|
|
1671
|
-
schema_registry_config: {
|
|
1672
|
-
schema_registry_uri: ::String?,
|
|
1673
|
-
event_record_format: ("JSON" | "SOURCE")?,
|
|
1674
|
-
access_configs: Array[
|
|
1675
|
-
{
|
|
1676
|
-
type: ("BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
1677
|
-
uri: ::String?
|
|
1678
|
-
},
|
|
1679
|
-
]?,
|
|
1680
|
-
schema_validation_configs: Array[
|
|
1681
|
-
{
|
|
1682
|
-
attribute: ("KEY" | "VALUE")?
|
|
1683
|
-
},
|
|
1684
|
-
]?
|
|
1685
|
-
}?
|
|
1686
|
-
},
|
|
1687
|
-
?self_managed_kafka_event_source_config: {
|
|
1688
|
-
consumer_group_id: ::String?,
|
|
1689
|
-
schema_registry_config: {
|
|
1690
|
-
schema_registry_uri: ::String?,
|
|
1691
|
-
event_record_format: ("JSON" | "SOURCE")?,
|
|
1692
|
-
access_configs: Array[
|
|
1693
|
-
{
|
|
1694
|
-
type: ("BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
1695
|
-
uri: ::String?
|
|
1696
|
-
},
|
|
1697
|
-
]?,
|
|
1698
|
-
schema_validation_configs: Array[
|
|
1699
|
-
{
|
|
1700
|
-
attribute: ("KEY" | "VALUE")?
|
|
1701
|
-
},
|
|
1702
|
-
]?
|
|
1703
|
-
}?
|
|
1704
|
-
},
|
|
1589
|
+
?amazon_managed_kafka_event_source_config: Params::amazon_managed_kafka_event_source_config,
|
|
1590
|
+
?self_managed_kafka_event_source_config: Params::self_managed_kafka_event_source_config,
|
|
1705
1591
|
?document_db_event_source_config: {
|
|
1706
1592
|
database_name: ::String?,
|
|
1707
1593
|
collection_name: ::String?,
|
|
@@ -1855,7 +1741,7 @@ module Aws
|
|
|
1855
1741
|
{
|
|
1856
1742
|
arn: ::String,
|
|
1857
1743
|
local_mount_path: ::String
|
|
1858
|
-
}
|
|
1744
|
+
}
|
|
1859
1745
|
],
|
|
1860
1746
|
?image_config: {
|
|
1861
1747
|
entry_point: Array[::String]?,
|
|
@@ -1902,14 +1788,7 @@ module Aws
|
|
|
1902
1788
|
?qualifier: ::String,
|
|
1903
1789
|
?maximum_retry_attempts: ::Integer,
|
|
1904
1790
|
?maximum_event_age_in_seconds: ::Integer,
|
|
1905
|
-
?destination_config:
|
|
1906
|
-
on_success: {
|
|
1907
|
-
destination: ::String?
|
|
1908
|
-
}?,
|
|
1909
|
-
on_failure: {
|
|
1910
|
-
destination: ::String?
|
|
1911
|
-
}?
|
|
1912
|
-
}
|
|
1791
|
+
?destination_config: Params::destination_config
|
|
1913
1792
|
) -> _UpdateFunctionEventInvokeConfigResponseSuccess
|
|
1914
1793
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFunctionEventInvokeConfigResponseSuccess
|
|
1915
1794
|
|
|
@@ -1928,14 +1807,7 @@ module Aws
|
|
|
1928
1807
|
function_name: ::String,
|
|
1929
1808
|
?qualifier: ::String,
|
|
1930
1809
|
?auth_type: ("NONE" | "AWS_IAM"),
|
|
1931
|
-
?cors:
|
|
1932
|
-
allow_credentials: bool?,
|
|
1933
|
-
allow_headers: Array[::String]?,
|
|
1934
|
-
allow_methods: Array[::String]?,
|
|
1935
|
-
allow_origins: Array[::String]?,
|
|
1936
|
-
expose_headers: Array[::String]?,
|
|
1937
|
-
max_age: ::Integer?
|
|
1938
|
-
},
|
|
1810
|
+
?cors: Params::cors,
|
|
1939
1811
|
?invoke_mode: ("BUFFERED" | "RESPONSE_STREAM")
|
|
1940
1812
|
) -> _UpdateFunctionUrlConfigResponseSuccess
|
|
1941
1813
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFunctionUrlConfigResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
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 Lambda
|
|
10
|
+
module Params
|
|
11
|
+
type capacity_provider_scaling_config = {
|
|
12
|
+
max_v_cpu_count: ::Integer?,
|
|
13
|
+
scaling_mode: ("Auto" | "Manual")?,
|
|
14
|
+
scaling_policies: Array[
|
|
15
|
+
{
|
|
16
|
+
predefined_metric_type: ("LambdaCapacityProviderAverageCPUUtilization"),
|
|
17
|
+
target_value: ::Float
|
|
18
|
+
}
|
|
19
|
+
]?
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
type destination_config = {
|
|
23
|
+
on_success: {
|
|
24
|
+
destination: ::String?
|
|
25
|
+
}?,
|
|
26
|
+
on_failure: {
|
|
27
|
+
destination: ::String?
|
|
28
|
+
}?
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
type kafka_schema_registry_config = {
|
|
32
|
+
schema_registry_uri: ::String?,
|
|
33
|
+
event_record_format: ("JSON" | "SOURCE")?,
|
|
34
|
+
access_configs: Array[
|
|
35
|
+
{
|
|
36
|
+
type: ("BASIC_AUTH" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
37
|
+
uri: ::String?
|
|
38
|
+
}
|
|
39
|
+
]?,
|
|
40
|
+
schema_validation_configs: Array[
|
|
41
|
+
{
|
|
42
|
+
attribute: ("KEY" | "VALUE")?
|
|
43
|
+
}
|
|
44
|
+
]?
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
type amazon_managed_kafka_event_source_config = {
|
|
48
|
+
consumer_group_id: ::String?,
|
|
49
|
+
schema_registry_config: Params::kafka_schema_registry_config?
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
type self_managed_kafka_event_source_config = {
|
|
53
|
+
consumer_group_id: ::String?,
|
|
54
|
+
schema_registry_config: Params::kafka_schema_registry_config?
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
type cors = {
|
|
58
|
+
allow_credentials: bool?,
|
|
59
|
+
allow_headers: Array[::String]?,
|
|
60
|
+
allow_methods: Array[::String]?,
|
|
61
|
+
allow_origins: Array[::String]?,
|
|
62
|
+
expose_headers: Array[::String]?,
|
|
63
|
+
max_age: ::Integer?
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lambda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.180.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -69,6 +69,7 @@ files:
|
|
|
69
69
|
- lib/aws-sdk-lambda/waiters.rb
|
|
70
70
|
- sig/client.rbs
|
|
71
71
|
- sig/errors.rbs
|
|
72
|
+
- sig/params.rbs
|
|
72
73
|
- sig/resource.rbs
|
|
73
74
|
- sig/types.rbs
|
|
74
75
|
- sig/waiters.rbs
|