Skip to content

Commit f4c82b5

Browse files
committed
Updates. Add file for Secrets manager in Services chapter
1 parent cb8f079 commit f4c82b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+156
-87
lines changed

doc_source/API_AccountLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Type: Long
1010
Required: No
1111

1212
**CodeSizeZipped** <a name="SSS-Type-AccountLimit-CodeSizeZipped"></a>
13-
The maximum size of a deployment package when it's uploaded directly to AWS Lambda\. Use Amazon S3 for larger files\.
13+
The maximum size of a deployment package when it's uploaded directly to Lambda\. Use Amazon S3 for larger files\.
1414
Type: Long
1515
Required: No
1616

doc_source/API_AddLayerVersionPermission.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AddLayerVersionPermission<a name="API_AddLayerVersionPermission"></a>
22

3-
Adds permissions to the resource\-based policy of a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\. Use this action to grant layer usage permission to other accounts\. You can grant permission to a single account, all accounts in an organization, or all AWS accounts\.
3+
Adds permissions to the resource\-based policy of a version of an [ AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\. Use this action to grant layer usage permission to other accounts\. You can grant permission to a single account, all accounts in an organization, or all AWS accounts\.
44

55
To revoke permission, call [RemoveLayerVersionPermission](API_RemoveLayerVersionPermission.md) with the statement ID that you specified when you added it\.
66

doc_source/API_CreateEventSourceMapping.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ Valid Range: Minimum value of 1\. Maximum value of 10000\.
8181
Required: No
8282

8383
** [BisectBatchOnFunctionError](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-BisectBatchOnFunctionError"></a>
84-
\(Streams\) If the function returns an error, split the batch in two and retry\.
84+
\(Streams only\) If the function returns an error, split the batch in two and retry\.
8585
Type: Boolean
8686
Required: No
8787

8888
** [DestinationConfig](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-DestinationConfig"></a>
89-
\(Streams\) An Amazon SQS queue or Amazon SNS topic destination for discarded records\.
89+
\(Streams only\) An Amazon SQS queue or Amazon SNS topic destination for discarded records\.
9090
Type: [DestinationConfig](API_DestinationConfig.md) object
9191
Required: No
9292

@@ -120,7 +120,7 @@ Pattern: `(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}
120120
Required: Yes
121121

122122
** [FunctionResponseTypes](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-FunctionResponseTypes"></a>
123-
\(Streams\) A list of current response type enums applied to the event source mapping\.
123+
\(Streams only\) A list of current response type enums applied to the event source mapping\.
124124
Type: Array of strings
125125
Array Members: Minimum number of 0 items\. Maximum number of 1 item\.
126126
Valid Values:` ReportBatchItemFailures`
@@ -133,19 +133,19 @@ Valid Range: Minimum value of 0\. Maximum value of 300\.
133133
Required: No
134134

135135
** [MaximumRecordAgeInSeconds](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-MaximumRecordAgeInSeconds"></a>
136-
\(Streams\) Discard records older than the specified age\. The default value is infinite \(\-1\)\.
136+
\(Streams only\) Discard records older than the specified age\. The default value is infinite \(\-1\)\.
137137
Type: Integer
138138
Valid Range: Minimum value of \-1\. Maximum value of 604800\.
139139
Required: No
140140

141141
** [MaximumRetryAttempts](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-MaximumRetryAttempts"></a>
142-
\(Streams\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records will be retried until the record expires\.
142+
\(Streams only\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records will be retried until the record expires\.
143143
Type: Integer
144144
Valid Range: Minimum value of \-1\. Maximum value of 10000\.
145145
Required: No
146146

147147
** [ParallelizationFactor](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-ParallelizationFactor"></a>
148-
\(Streams\) The number of batches to process from each shard concurrently\.
148+
\(Streams only\) The number of batches to process from each shard concurrently\.
149149
Type: Integer
150150
Valid Range: Minimum value of 1\. Maximum value of 10\.
151151
Required: No
@@ -189,7 +189,7 @@ Pattern: `^[^.]([a-zA-Z0-9\-_.]+)`
189189
Required: No
190190

191191
** [TumblingWindowInSeconds](#API_CreateEventSourceMapping_RequestSyntax) ** <a name="SSS-CreateEventSourceMapping-request-TumblingWindowInSeconds"></a>
192-
\(Streams\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
192+
\(Streams only\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
193193
Type: Integer
194194
Valid Range: Minimum value of 0\. Maximum value of 900\.
195195
Required: No
@@ -272,7 +272,7 @@ Type: String
272272
Pattern: `arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?`
273273

274274
** [FunctionResponseTypes](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-FunctionResponseTypes"></a>
275-
\(Streams\) A list of current response type enums applied to the event source mapping\.
275+
\(Streams only\) A list of current response type enums applied to the event source mapping\.
276276
Type: Array of strings
277277
Array Members: Minimum number of 0 items\. Maximum number of 1 item\.
278278
Valid Values:` ReportBatchItemFailures`
@@ -291,12 +291,12 @@ Type: Integer
291291
Valid Range: Minimum value of 0\. Maximum value of 300\.
292292

293293
** [MaximumRecordAgeInSeconds](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-MaximumRecordAgeInSeconds"></a>
294-
\(Streams only\) Discard records older than the specified age\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
294+
\(Streams only\) Discard records older than the specified age\. The default value is \-1, which sets the maximum age to infinite\. When the value is set to infinite, Lambda never discards old records\.
295295
Type: Integer
296296
Valid Range: Minimum value of \-1\. Maximum value of 604800\.
297297

298298
** [MaximumRetryAttempts](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-MaximumRetryAttempts"></a>
299-
\(Streams only\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
299+
\(Streams only\) Discard records after the specified number of retries\. The default value is \-1, which sets the maximum number of retries to infinite\. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source\.
300300
Type: Integer
301301
Valid Range: Minimum value of \-1\. Maximum value of 10000\.
302302

@@ -346,7 +346,7 @@ Length Constraints: Minimum length of 1\. Maximum length of 249\.
346346
Pattern: `^[^.]([a-zA-Z0-9\-_.]+)`
347347

348348
** [TumblingWindowInSeconds](#API_CreateEventSourceMapping_ResponseSyntax) ** <a name="SSS-CreateEventSourceMapping-response-TumblingWindowInSeconds"></a>
349-
\(Streams\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
349+
\(Streams only\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
350350
Type: Integer
351351
Valid Range: Minimum value of 0\. Maximum value of 900\.
352352

doc_source/API_CreateFunction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CreateFunction<a name="API_CreateFunction"></a>
22

3-
Creates a Lambda function\. To create a function, you need a [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html) and an [execution role](https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role)\. The deployment package is a \.zip file archive or container image that contains your function code\. The execution role grants the function permission to use AWS services, such as Amazon CloudWatch Logs for log streaming and AWS X\-Ray for request tracing\.
3+
Creates a Lambda function\. To create a function, you need a [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html) and an [execution role](https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role)\. The deployment package is a \.zip file archive or container image that contains your function code\. The execution role grants the function permission to use AWS services, such as Amazon CloudWatch Logs for log streaming and X\-Ray for request tracing\.
44

55
You set the package type to `Image` if the deployment package is a [container image](https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html)\. For a container image, the code property must include the URI of a container image in the Amazon ECR registry\. You do not need to specify the handler and runtime properties\.
66

@@ -197,7 +197,7 @@ Valid Range: Minimum value of 1\.
197197
Required: No
198198

199199
** [TracingConfig](#API_CreateFunction_RequestSyntax) ** <a name="SSS-CreateFunction-request-TracingConfig"></a>
200-
Set `Mode` to `Active` to sample and trace a subset of incoming requests with [AWS X\-Ray](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html)\.
200+
Set `Mode` to `Active` to sample and trace a subset of incoming requests with [X\-Ray](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html)\.
201201
Type: [TracingConfig](API_TracingConfig.md) object
202202
Required: No
203203

doc_source/API_DeleteEventSourceMapping.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Type: String
100100
Pattern: `arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?`
101101

102102
** [FunctionResponseTypes](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-FunctionResponseTypes"></a>
103-
\(Streams\) A list of current response type enums applied to the event source mapping\.
103+
\(Streams only\) A list of current response type enums applied to the event source mapping\.
104104
Type: Array of strings
105105
Array Members: Minimum number of 0 items\. Maximum number of 1 item\.
106106
Valid Values:` ReportBatchItemFailures`
@@ -119,12 +119,12 @@ Type: Integer
119119
Valid Range: Minimum value of 0\. Maximum value of 300\.
120120

121121
** [MaximumRecordAgeInSeconds](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-MaximumRecordAgeInSeconds"></a>
122-
\(Streams only\) Discard records older than the specified age\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
122+
\(Streams only\) Discard records older than the specified age\. The default value is \-1, which sets the maximum age to infinite\. When the value is set to infinite, Lambda never discards old records\.
123123
Type: Integer
124124
Valid Range: Minimum value of \-1\. Maximum value of 604800\.
125125

126126
** [MaximumRetryAttempts](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-MaximumRetryAttempts"></a>
127-
\(Streams only\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
127+
\(Streams only\) Discard records after the specified number of retries\. The default value is \-1, which sets the maximum number of retries to infinite\. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source\.
128128
Type: Integer
129129
Valid Range: Minimum value of \-1\. Maximum value of 10000\.
130130

@@ -174,7 +174,7 @@ Length Constraints: Minimum length of 1\. Maximum length of 249\.
174174
Pattern: `^[^.]([a-zA-Z0-9\-_.]+)`
175175

176176
** [TumblingWindowInSeconds](#API_DeleteEventSourceMapping_ResponseSyntax) ** <a name="SSS-DeleteEventSourceMapping-response-TumblingWindowInSeconds"></a>
177-
\(Streams\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
177+
\(Streams only\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
178178
Type: Integer
179179
Valid Range: Minimum value of 0\. Maximum value of 900\.
180180

doc_source/API_DeleteLayerVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DeleteLayerVersion<a name="API_DeleteLayerVersion"></a>
22

3-
Deletes a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\. Deleted versions can no longer be viewed or added to functions\. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it\.
3+
Deletes a version of an [ AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\. Deleted versions can no longer be viewed or added to functions\. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it\.
44

55
## Request Syntax<a name="API_DeleteLayerVersion_RequestSyntax"></a>
66

doc_source/API_EventSourceMappingConfiguration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:functi
3333
Required: No
3434

3535
**FunctionResponseTypes** <a name="SSS-Type-EventSourceMappingConfiguration-FunctionResponseTypes"></a>
36-
\(Streams\) A list of current response type enums applied to the event source mapping\.
36+
\(Streams only\) A list of current response type enums applied to the event source mapping\.
3737
Type: Array of strings
3838
Array Members: Minimum number of 0 items\. Maximum number of 1 item\.
3939
Valid Values:` ReportBatchItemFailures`
@@ -56,13 +56,13 @@ Valid Range: Minimum value of 0\. Maximum value of 300\.
5656
Required: No
5757

5858
**MaximumRecordAgeInSeconds** <a name="SSS-Type-EventSourceMappingConfiguration-MaximumRecordAgeInSeconds"></a>
59-
\(Streams only\) Discard records older than the specified age\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
59+
\(Streams only\) Discard records older than the specified age\. The default value is \-1, which sets the maximum age to infinite\. When the value is set to infinite, Lambda never discards old records\.
6060
Type: Integer
6161
Valid Range: Minimum value of \-1\. Maximum value of 604800\.
6262
Required: No
6363

6464
**MaximumRetryAttempts** <a name="SSS-Type-EventSourceMappingConfiguration-MaximumRetryAttempts"></a>
65-
\(Streams only\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
65+
\(Streams only\) Discard records after the specified number of retries\. The default value is \-1, which sets the maximum number of retries to infinite\. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source\.
6666
Type: Integer
6767
Valid Range: Minimum value of \-1\. Maximum value of 10000\.
6868
Required: No
@@ -122,7 +122,7 @@ Pattern: `^[^.]([a-zA-Z0-9\-_.]+)`
122122
Required: No
123123

124124
**TumblingWindowInSeconds** <a name="SSS-Type-EventSourceMappingConfiguration-TumblingWindowInSeconds"></a>
125-
\(Streams\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
125+
\(Streams only\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
126126
Type: Integer
127127
Valid Range: Minimum value of 0\. Maximum value of 900\.
128128
Required: No

doc_source/API_GetEventSourceMapping.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Type: String
9898
Pattern: `arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?`
9999

100100
** [FunctionResponseTypes](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-FunctionResponseTypes"></a>
101-
\(Streams\) A list of current response type enums applied to the event source mapping\.
101+
\(Streams only\) A list of current response type enums applied to the event source mapping\.
102102
Type: Array of strings
103103
Array Members: Minimum number of 0 items\. Maximum number of 1 item\.
104104
Valid Values:` ReportBatchItemFailures`
@@ -117,12 +117,12 @@ Type: Integer
117117
Valid Range: Minimum value of 0\. Maximum value of 300\.
118118

119119
** [MaximumRecordAgeInSeconds](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-MaximumRecordAgeInSeconds"></a>
120-
\(Streams only\) Discard records older than the specified age\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
120+
\(Streams only\) Discard records older than the specified age\. The default value is \-1, which sets the maximum age to infinite\. When the value is set to infinite, Lambda never discards old records\.
121121
Type: Integer
122122
Valid Range: Minimum value of \-1\. Maximum value of 604800\.
123123

124124
** [MaximumRetryAttempts](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-MaximumRetryAttempts"></a>
125-
\(Streams only\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
125+
\(Streams only\) Discard records after the specified number of retries\. The default value is \-1, which sets the maximum number of retries to infinite\. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source\.
126126
Type: Integer
127127
Valid Range: Minimum value of \-1\. Maximum value of 10000\.
128128

@@ -172,7 +172,7 @@ Length Constraints: Minimum length of 1\. Maximum length of 249\.
172172
Pattern: `^[^.]([a-zA-Z0-9\-_.]+)`
173173

174174
** [TumblingWindowInSeconds](#API_GetEventSourceMapping_ResponseSyntax) ** <a name="SSS-GetEventSourceMapping-response-TumblingWindowInSeconds"></a>
175-
\(Streams\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
175+
\(Streams only\) The duration in seconds of a processing window\. The range is between 1 second up to 900 seconds\.
176176
Type: Integer
177177
Valid Range: Minimum value of 0\. Maximum value of 900\.
178178

doc_source/API_GetLayerVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GetLayerVersion<a name="API_GetLayerVersion"></a>
22

3-
Returns information about a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), with a link to download the layer archive that's valid for 10 minutes\.
3+
Returns information about a version of an [ AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), with a link to download the layer archive that's valid for 10 minutes\.
44

55
## Request Syntax<a name="API_GetLayerVersion_RequestSyntax"></a>
66

doc_source/API_GetLayerVersionByArn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GetLayerVersionByArn<a name="API_GetLayerVersionByArn"></a>
22

3-
Returns information about a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), with a link to download the layer archive that's valid for 10 minutes\.
3+
Returns information about a version of an [ AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), with a link to download the layer archive that's valid for 10 minutes\.
44

55
## Request Syntax<a name="API_GetLayerVersionByArn_RequestSyntax"></a>
66

doc_source/API_GetLayerVersionPolicy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GetLayerVersionPolicy<a name="API_GetLayerVersionPolicy"></a>
22

3-
Returns the permission policy for a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\. For more information, see [AddLayerVersionPermission](API_AddLayerVersionPermission.md)\.
3+
Returns the permission policy for a version of an [ AWS Lambda layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)\. For more information, see [AddLayerVersionPermission](API_AddLayerVersionPermission.md)\.
44

55
## Request Syntax<a name="API_GetLayerVersionPolicy_RequestSyntax"></a>
66

0 commit comments

Comments
 (0)