@aws-sdk/client-cloudfront 3.689.0 → 3.691.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.
@@ -170,7 +170,7 @@ declare const CreateFunctionCommand_base: {
170
170
  * "Location": "https://cloudfront.amazonaws.com/2020-05-31/function/arn:aws:cloudfront::123456789012:function/my-function-name"
171
171
  * }
172
172
  * *\/
173
- * // example id: to-create-a-function-1699737558249
173
+ * // example id: example-1
174
174
  * ```
175
175
  *
176
176
  */
@@ -115,7 +115,7 @@ declare const CreateKeyValueStoreCommand_base: {
115
115
  * "Location": "https://cloudfront.amazonaws.com/2020-05-31/key-value-store/arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889"
116
116
  * }
117
117
  * *\/
118
- * // example id: to-create-a-key-value-store-1699751722467
118
+ * // example id: example-1
119
119
  * ```
120
120
  *
121
121
  */
@@ -82,7 +82,7 @@ declare const DeleteKeyValueStoreCommand_base: {
82
82
  * };
83
83
  * const command = new DeleteKeyValueStoreCommand(input);
84
84
  * await client.send(command);
85
- * // example id: to-delete-a-key-value-store-1699751759648
85
+ * // example id: example-1
86
86
  * ```
87
87
  *
88
88
  */
@@ -96,7 +96,7 @@ declare const DescribeKeyValueStoreCommand_base: {
96
96
  * }
97
97
  * }
98
98
  * *\/
99
- * // example id: to-describe-a-key-value-store-1699751788152
99
+ * // example id: example-1
100
100
  * ```
101
101
  *
102
102
  */
@@ -84,8 +84,6 @@ declare const ListKeyValueStoresCommand_base: {
84
84
  * ```javascript
85
85
  * // The following command retrieves a list of KeyValueStores with READY status.
86
86
  * const input = {
87
- * "Marker": "",
88
- * "MaxItems": "100",
89
87
  * "Status": "READY"
90
88
  * };
91
89
  * const command = new ListKeyValueStoresCommand(input);
@@ -109,7 +107,7 @@ declare const ListKeyValueStoresCommand_base: {
109
107
  * }
110
108
  * }
111
109
  * *\/
112
- * // example id: to-get-a-list-of-key-value-store-1699751799198
110
+ * // example id: example-1
113
111
  * ```
114
112
  *
115
113
  */
@@ -165,7 +165,7 @@ declare const UpdateFunctionCommand_base: {
165
165
  * }
166
166
  * }
167
167
  * *\/
168
- * // example id: to-update-a-function-1699751865053
168
+ * // example id: example-1
169
169
  * ```
170
170
  *
171
171
  */
@@ -107,7 +107,7 @@ declare const UpdateKeyValueStoreCommand_base: {
107
107
  * }
108
108
  * }
109
109
  * *\/
110
- * // example id: to-update-a-key-value-store-1699751822090
110
+ * // example id: example-1
111
111
  * ```
112
112
  *
113
113
  */