cdk-lambda-subminute 2.0.397 → 2.0.398
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +4 -4
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +9 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +9 -1
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +82 -75
- package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +83 -62
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +106 -106
- package/node_modules/aws-sdk/clients/appconfig.d.ts +24 -14
- package/node_modules/aws-sdk/clients/ec2.d.ts +17 -9
- package/node_modules/aws-sdk/clients/grafana.d.ts +26 -9
- package/node_modules/aws-sdk/clients/lambda.d.ts +46 -46
- package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +68 -36
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
- package/node_modules/aws-sdk/clients/snowball.d.ts +1 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +14 -13
- package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +12 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +37 -37
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -667,7 +667,7 @@ declare namespace Lambda {
|
|
667
667
|
}
|
668
668
|
export interface AddPermissionRequest {
|
669
669
|
/**
|
670
|
-
* The name of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
670
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
671
671
|
*/
|
672
672
|
FunctionName: FunctionName;
|
673
673
|
/**
|
@@ -850,7 +850,7 @@ declare namespace Lambda {
|
|
850
850
|
}
|
851
851
|
export interface CreateAliasRequest {
|
852
852
|
/**
|
853
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
853
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
854
854
|
*/
|
855
855
|
FunctionName: FunctionName;
|
856
856
|
/**
|
@@ -896,7 +896,7 @@ declare namespace Lambda {
|
|
896
896
|
*/
|
897
897
|
EventSourceArn?: Arn;
|
898
898
|
/**
|
899
|
-
* The name of the Lambda function. Name formats Function name – MyFunction. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN – 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
|
899
|
+
* The name or ARN of the Lambda function. Name formats Function name – MyFunction. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN – 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
|
900
900
|
*/
|
901
901
|
FunctionName: FunctionName;
|
902
902
|
/**
|
@@ -986,7 +986,7 @@ declare namespace Lambda {
|
|
986
986
|
}
|
987
987
|
export interface CreateFunctionRequest {
|
988
988
|
/**
|
989
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
989
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
990
990
|
*/
|
991
991
|
FunctionName: FunctionName;
|
992
992
|
/**
|
@@ -1084,7 +1084,7 @@ declare namespace Lambda {
|
|
1084
1084
|
}
|
1085
1085
|
export interface CreateFunctionUrlConfigRequest {
|
1086
1086
|
/**
|
1087
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1087
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1088
1088
|
*/
|
1089
1089
|
FunctionName: FunctionName;
|
1090
1090
|
/**
|
@@ -1140,7 +1140,7 @@ declare namespace Lambda {
|
|
1140
1140
|
}
|
1141
1141
|
export interface DeleteAliasRequest {
|
1142
1142
|
/**
|
1143
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1143
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1144
1144
|
*/
|
1145
1145
|
FunctionName: FunctionName;
|
1146
1146
|
/**
|
@@ -1164,19 +1164,19 @@ declare namespace Lambda {
|
|
1164
1164
|
}
|
1165
1165
|
export interface DeleteFunctionCodeSigningConfigRequest {
|
1166
1166
|
/**
|
1167
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1167
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1168
1168
|
*/
|
1169
1169
|
FunctionName: FunctionName;
|
1170
1170
|
}
|
1171
1171
|
export interface DeleteFunctionConcurrencyRequest {
|
1172
1172
|
/**
|
1173
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1173
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1174
1174
|
*/
|
1175
1175
|
FunctionName: FunctionName;
|
1176
1176
|
}
|
1177
1177
|
export interface DeleteFunctionEventInvokeConfigRequest {
|
1178
1178
|
/**
|
1179
|
-
* The name of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1179
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1180
1180
|
*/
|
1181
1181
|
FunctionName: FunctionName;
|
1182
1182
|
/**
|
@@ -1186,7 +1186,7 @@ declare namespace Lambda {
|
|
1186
1186
|
}
|
1187
1187
|
export interface DeleteFunctionRequest {
|
1188
1188
|
/**
|
1189
|
-
* The name of the Lambda function or version. Name formats Function name – my-function (name-only), my-function:1 (with version). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1189
|
+
* The name or ARN of the Lambda function or version. Name formats Function name – my-function (name-only), my-function:1 (with version). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1190
1190
|
*/
|
1191
1191
|
FunctionName: FunctionName;
|
1192
1192
|
/**
|
@@ -1196,7 +1196,7 @@ declare namespace Lambda {
|
|
1196
1196
|
}
|
1197
1197
|
export interface DeleteFunctionUrlConfigRequest {
|
1198
1198
|
/**
|
1199
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1199
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1200
1200
|
*/
|
1201
1201
|
FunctionName: FunctionName;
|
1202
1202
|
/**
|
@@ -1216,7 +1216,7 @@ declare namespace Lambda {
|
|
1216
1216
|
}
|
1217
1217
|
export interface DeleteProvisionedConcurrencyConfigRequest {
|
1218
1218
|
/**
|
1219
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1219
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1220
1220
|
*/
|
1221
1221
|
FunctionName: FunctionName;
|
1222
1222
|
/**
|
@@ -1694,7 +1694,7 @@ declare namespace Lambda {
|
|
1694
1694
|
}
|
1695
1695
|
export interface GetAliasRequest {
|
1696
1696
|
/**
|
1697
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1697
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1698
1698
|
*/
|
1699
1699
|
FunctionName: FunctionName;
|
1700
1700
|
/**
|
@@ -1722,7 +1722,7 @@ declare namespace Lambda {
|
|
1722
1722
|
}
|
1723
1723
|
export interface GetFunctionCodeSigningConfigRequest {
|
1724
1724
|
/**
|
1725
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1725
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1726
1726
|
*/
|
1727
1727
|
FunctionName: FunctionName;
|
1728
1728
|
}
|
@@ -1732,13 +1732,13 @@ declare namespace Lambda {
|
|
1732
1732
|
*/
|
1733
1733
|
CodeSigningConfigArn: CodeSigningConfigArn;
|
1734
1734
|
/**
|
1735
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1735
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1736
1736
|
*/
|
1737
1737
|
FunctionName: FunctionName;
|
1738
1738
|
}
|
1739
1739
|
export interface GetFunctionConcurrencyRequest {
|
1740
1740
|
/**
|
1741
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1741
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1742
1742
|
*/
|
1743
1743
|
FunctionName: FunctionName;
|
1744
1744
|
}
|
@@ -1750,7 +1750,7 @@ declare namespace Lambda {
|
|
1750
1750
|
}
|
1751
1751
|
export interface GetFunctionConfigurationRequest {
|
1752
1752
|
/**
|
1753
|
-
* The name of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1753
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1754
1754
|
*/
|
1755
1755
|
FunctionName: NamespacedFunctionName;
|
1756
1756
|
/**
|
@@ -1760,7 +1760,7 @@ declare namespace Lambda {
|
|
1760
1760
|
}
|
1761
1761
|
export interface GetFunctionEventInvokeConfigRequest {
|
1762
1762
|
/**
|
1763
|
-
* The name of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1763
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1764
1764
|
*/
|
1765
1765
|
FunctionName: FunctionName;
|
1766
1766
|
/**
|
@@ -1770,7 +1770,7 @@ declare namespace Lambda {
|
|
1770
1770
|
}
|
1771
1771
|
export interface GetFunctionRequest {
|
1772
1772
|
/**
|
1773
|
-
* The name of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1773
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1774
1774
|
*/
|
1775
1775
|
FunctionName: NamespacedFunctionName;
|
1776
1776
|
/**
|
@@ -1798,7 +1798,7 @@ declare namespace Lambda {
|
|
1798
1798
|
}
|
1799
1799
|
export interface GetFunctionUrlConfigRequest {
|
1800
1800
|
/**
|
1801
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1801
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1802
1802
|
*/
|
1803
1803
|
FunctionName: FunctionName;
|
1804
1804
|
/**
|
@@ -1912,7 +1912,7 @@ declare namespace Lambda {
|
|
1912
1912
|
}
|
1913
1913
|
export interface GetPolicyRequest {
|
1914
1914
|
/**
|
1915
|
-
* The name of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1915
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1916
1916
|
*/
|
1917
1917
|
FunctionName: NamespacedFunctionName;
|
1918
1918
|
/**
|
@@ -1932,7 +1932,7 @@ declare namespace Lambda {
|
|
1932
1932
|
}
|
1933
1933
|
export interface GetProvisionedConcurrencyConfigRequest {
|
1934
1934
|
/**
|
1935
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1935
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1936
1936
|
*/
|
1937
1937
|
FunctionName: FunctionName;
|
1938
1938
|
/**
|
@@ -1968,7 +1968,7 @@ declare namespace Lambda {
|
|
1968
1968
|
}
|
1969
1969
|
export interface GetRuntimeManagementConfigRequest {
|
1970
1970
|
/**
|
1971
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1971
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
1972
1972
|
*/
|
1973
1973
|
FunctionName: NamespacedFunctionName;
|
1974
1974
|
/**
|
@@ -2031,7 +2031,7 @@ declare namespace Lambda {
|
|
2031
2031
|
export type Integer = number;
|
2032
2032
|
export interface InvocationRequest {
|
2033
2033
|
/**
|
2034
|
-
* The name of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2034
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2035
2035
|
*/
|
2036
2036
|
FunctionName: NamespacedFunctionName;
|
2037
2037
|
/**
|
@@ -2080,7 +2080,7 @@ declare namespace Lambda {
|
|
2080
2080
|
export type InvocationType = "Event"|"RequestResponse"|"DryRun"|string;
|
2081
2081
|
export interface InvokeAsyncRequest {
|
2082
2082
|
/**
|
2083
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2083
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2084
2084
|
*/
|
2085
2085
|
FunctionName: NamespacedFunctionName;
|
2086
2086
|
/**
|
@@ -2117,7 +2117,7 @@ declare namespace Lambda {
|
|
2117
2117
|
}
|
2118
2118
|
export interface InvokeWithResponseStreamRequest {
|
2119
2119
|
/**
|
2120
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2120
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2121
2121
|
*/
|
2122
2122
|
FunctionName: NamespacedFunctionName;
|
2123
2123
|
/**
|
@@ -2279,7 +2279,7 @@ declare namespace Lambda {
|
|
2279
2279
|
export type LicenseInfo = string;
|
2280
2280
|
export interface ListAliasesRequest {
|
2281
2281
|
/**
|
2282
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2282
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2283
2283
|
*/
|
2284
2284
|
FunctionName: FunctionName;
|
2285
2285
|
/**
|
@@ -2331,7 +2331,7 @@ declare namespace Lambda {
|
|
2331
2331
|
*/
|
2332
2332
|
EventSourceArn?: Arn;
|
2333
2333
|
/**
|
2334
|
-
* The name of the Lambda function. Name formats Function name – MyFunction. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN – 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
|
2334
|
+
* The name or ARN of the Lambda function. Name formats Function name – MyFunction. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN – 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
|
2335
2335
|
*/
|
2336
2336
|
FunctionName?: FunctionName;
|
2337
2337
|
/**
|
@@ -2355,7 +2355,7 @@ declare namespace Lambda {
|
|
2355
2355
|
}
|
2356
2356
|
export interface ListFunctionEventInvokeConfigsRequest {
|
2357
2357
|
/**
|
2358
|
-
* The name of the Lambda function. Name formats Function name - my-function. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2358
|
+
* The name or ARN of the Lambda function. Name formats Function name - my-function. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2359
2359
|
*/
|
2360
2360
|
FunctionName: FunctionName;
|
2361
2361
|
/**
|
@@ -2379,7 +2379,7 @@ declare namespace Lambda {
|
|
2379
2379
|
}
|
2380
2380
|
export interface ListFunctionUrlConfigsRequest {
|
2381
2381
|
/**
|
2382
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2382
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2383
2383
|
*/
|
2384
2384
|
FunctionName: FunctionName;
|
2385
2385
|
/**
|
@@ -2515,7 +2515,7 @@ declare namespace Lambda {
|
|
2515
2515
|
}
|
2516
2516
|
export interface ListProvisionedConcurrencyConfigsRequest {
|
2517
2517
|
/**
|
2518
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2518
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2519
2519
|
*/
|
2520
2520
|
FunctionName: FunctionName;
|
2521
2521
|
/**
|
@@ -2551,7 +2551,7 @@ declare namespace Lambda {
|
|
2551
2551
|
}
|
2552
2552
|
export interface ListVersionsByFunctionRequest {
|
2553
2553
|
/**
|
2554
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2554
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2555
2555
|
*/
|
2556
2556
|
FunctionName: NamespacedFunctionName;
|
2557
2557
|
/**
|
@@ -2734,7 +2734,7 @@ declare namespace Lambda {
|
|
2734
2734
|
}
|
2735
2735
|
export interface PublishVersionRequest {
|
2736
2736
|
/**
|
2737
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2737
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2738
2738
|
*/
|
2739
2739
|
FunctionName: FunctionName;
|
2740
2740
|
/**
|
@@ -2756,7 +2756,7 @@ declare namespace Lambda {
|
|
2756
2756
|
*/
|
2757
2757
|
CodeSigningConfigArn: CodeSigningConfigArn;
|
2758
2758
|
/**
|
2759
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2759
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2760
2760
|
*/
|
2761
2761
|
FunctionName: FunctionName;
|
2762
2762
|
}
|
@@ -2766,13 +2766,13 @@ declare namespace Lambda {
|
|
2766
2766
|
*/
|
2767
2767
|
CodeSigningConfigArn: CodeSigningConfigArn;
|
2768
2768
|
/**
|
2769
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2769
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2770
2770
|
*/
|
2771
2771
|
FunctionName: FunctionName;
|
2772
2772
|
}
|
2773
2773
|
export interface PutFunctionConcurrencyRequest {
|
2774
2774
|
/**
|
2775
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2775
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2776
2776
|
*/
|
2777
2777
|
FunctionName: FunctionName;
|
2778
2778
|
/**
|
@@ -2782,7 +2782,7 @@ declare namespace Lambda {
|
|
2782
2782
|
}
|
2783
2783
|
export interface PutFunctionEventInvokeConfigRequest {
|
2784
2784
|
/**
|
2785
|
-
* The name of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2785
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2786
2786
|
*/
|
2787
2787
|
FunctionName: FunctionName;
|
2788
2788
|
/**
|
@@ -2804,7 +2804,7 @@ declare namespace Lambda {
|
|
2804
2804
|
}
|
2805
2805
|
export interface PutProvisionedConcurrencyConfigRequest {
|
2806
2806
|
/**
|
2807
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2807
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2808
2808
|
*/
|
2809
2809
|
FunctionName: FunctionName;
|
2810
2810
|
/**
|
@@ -2844,7 +2844,7 @@ declare namespace Lambda {
|
|
2844
2844
|
}
|
2845
2845
|
export interface PutRuntimeManagementConfigRequest {
|
2846
2846
|
/**
|
2847
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2847
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2848
2848
|
*/
|
2849
2849
|
FunctionName: FunctionName;
|
2850
2850
|
/**
|
@@ -2897,7 +2897,7 @@ declare namespace Lambda {
|
|
2897
2897
|
}
|
2898
2898
|
export interface RemovePermissionRequest {
|
2899
2899
|
/**
|
2900
|
-
* The name of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2900
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name – my-function (name-only), my-function:v1 (with alias). Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
2901
2901
|
*/
|
2902
2902
|
FunctionName: FunctionName;
|
2903
2903
|
/**
|
@@ -3050,7 +3050,7 @@ declare namespace Lambda {
|
|
3050
3050
|
}
|
3051
3051
|
export interface UpdateAliasRequest {
|
3052
3052
|
/**
|
3053
|
-
* The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3053
|
+
* The name or ARN of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3054
3054
|
*/
|
3055
3055
|
FunctionName: FunctionName;
|
3056
3056
|
/**
|
@@ -3104,7 +3104,7 @@ declare namespace Lambda {
|
|
3104
3104
|
*/
|
3105
3105
|
UUID: String;
|
3106
3106
|
/**
|
3107
|
-
* The name of the Lambda function. Name formats Function name – MyFunction. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN – 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
|
3107
|
+
* The name or ARN of the Lambda function. Name formats Function name – MyFunction. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN – arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN – 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
|
3108
3108
|
*/
|
3109
3109
|
FunctionName?: FunctionName;
|
3110
3110
|
/**
|
@@ -3166,7 +3166,7 @@ declare namespace Lambda {
|
|
3166
3166
|
}
|
3167
3167
|
export interface UpdateFunctionCodeRequest {
|
3168
3168
|
/**
|
3169
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3169
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3170
3170
|
*/
|
3171
3171
|
FunctionName: FunctionName;
|
3172
3172
|
/**
|
@@ -3208,7 +3208,7 @@ declare namespace Lambda {
|
|
3208
3208
|
}
|
3209
3209
|
export interface UpdateFunctionConfigurationRequest {
|
3210
3210
|
/**
|
3211
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3211
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3212
3212
|
*/
|
3213
3213
|
FunctionName: FunctionName;
|
3214
3214
|
/**
|
@@ -3286,7 +3286,7 @@ declare namespace Lambda {
|
|
3286
3286
|
}
|
3287
3287
|
export interface UpdateFunctionEventInvokeConfigRequest {
|
3288
3288
|
/**
|
3289
|
-
* The name of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3289
|
+
* The name or ARN of the Lambda function, version, or alias. Name formats Function name - my-function (name-only), my-function:v1 (with alias). Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN - 123456789012:function:my-function. You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3290
3290
|
*/
|
3291
3291
|
FunctionName: FunctionName;
|
3292
3292
|
/**
|
@@ -3308,7 +3308,7 @@ declare namespace Lambda {
|
|
3308
3308
|
}
|
3309
3309
|
export interface UpdateFunctionUrlConfigRequest {
|
3310
3310
|
/**
|
3311
|
-
* The name of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3311
|
+
* The name or ARN of the Lambda function. Name formats Function name – my-function. Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function. Partial ARN – 123456789012:function:my-function. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
3312
3312
|
*/
|
3313
3313
|
FunctionName: FunctionName;
|
3314
3314
|
/**
|