@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.
- package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyValueStoresCommand.d.ts +1 -3
- package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +320 -320
- package/dist-types/models/models_1.d.ts +317 -317
- package/dist-types/ts3.4/models/models_0.d.ts +328 -320
- package/dist-types/ts3.4/models/models_1.d.ts +333 -317
- package/package.json +7 -7
|
@@ -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:
|
|
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:
|
|
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:
|
|
85
|
+
* // example id: example-1
|
|
86
86
|
* ```
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
@@ -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:
|
|
110
|
+
* // example id: example-1
|
|
113
111
|
* ```
|
|
114
112
|
*
|
|
115
113
|
*/
|