@aws-sdk/client-pcs 3.899.0 → 3.906.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/README.md +8 -0
- package/dist-cjs/index.js +1396 -1521
- package/dist-es/PCS.js +2 -0
- package/dist-es/commands/UpdateClusterCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +34 -0
- package/dist-types/PCS.d.ts +7 -0
- package/dist-types/PCSClient.d.ts +3 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
- package/dist-types/commands/GetClusterCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +8 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +159 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +16 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +126 -11
- package/dist-types/protocols/Aws_json1_0.d.ts +9 -0
- package/dist-types/ts3.4/PCS.d.ts +17 -0
- package/dist-types/ts3.4/PCSClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -2
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +12 -0
- package/package.json +38 -38
package/README.md
CHANGED
|
@@ -330,6 +330,14 @@ UntagResource
|
|
|
330
330
|
|
|
331
331
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pcs/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pcs/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pcs/Interface/UntagResourceCommandOutput/)
|
|
332
332
|
|
|
333
|
+
</details>
|
|
334
|
+
<details>
|
|
335
|
+
<summary>
|
|
336
|
+
UpdateCluster
|
|
337
|
+
</summary>
|
|
338
|
+
|
|
339
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/pcs/command/UpdateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pcs/Interface/UpdateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-pcs/Interface/UpdateClusterCommandOutput/)
|
|
340
|
+
|
|
333
341
|
</details>
|
|
334
342
|
<details>
|
|
335
343
|
<summary>
|