@aws-sdk/client-lambda 3.689.0 → 3.692.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.
@@ -76,9 +76,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
76
76
  * <p>Base exception class for all service exceptions from Lambda service.</p>
77
77
  *
78
78
  * @public
79
- * @example To view a provisioned concurrency configuration
79
+ * @example To get a provisioned concurrency configuration
80
80
  * ```javascript
81
- * // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
81
+ * // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
82
82
  * const input = {
83
83
  * "FunctionName": "my-function",
84
84
  * "Qualifier": "BLUE"
@@ -94,12 +94,12 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
94
94
  * "Status": "READY"
95
95
  * }
96
96
  * *\/
97
- * // example id: to-view-a-provisioned-concurrency-configuration-1586490192690
97
+ * // example id: to-get-a-provisioned-concurrency-configuration-1586490192690
98
98
  * ```
99
99
  *
100
- * @example To get a provisioned concurrency configuration
100
+ * @example To view a provisioned concurrency configuration
101
101
  * ```javascript
102
- * // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
102
+ * // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
103
103
  * const input = {
104
104
  * "FunctionName": "my-function",
105
105
  * "Qualifier": "BLUE"
@@ -115,7 +115,7 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
115
115
  * "Status": "READY"
116
116
  * }
117
117
  * *\/
118
- * // example id: to-get-a-provisioned-concurrency-configuration-1586490192690
118
+ * // example id: to-view-a-provisioned-concurrency-configuration-1586490192690
119
119
  * ```
120
120
  *
121
121
  */