@aws-sdk/client-arc-zonal-shift 3.279.0 → 3.281.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 CHANGED
@@ -217,3 +217,54 @@ To contribute to client you can check our [generate clients scripts](https://git
217
217
  This SDK is distributed under the
218
218
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
219
219
  see LICENSE for more information.
220
+
221
+ ## Client Commands (Operations List)
222
+
223
+ <details>
224
+ <summary>
225
+ CancelZonalShift
226
+ </summary>
227
+
228
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/classes/cancelzonalshiftcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/cancelzonalshiftcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/cancelzonalshiftcommandoutput.html)
229
+
230
+ </details>
231
+ <details>
232
+ <summary>
233
+ GetManagedResource
234
+ </summary>
235
+
236
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/classes/getmanagedresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/getmanagedresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/getmanagedresourcecommandoutput.html)
237
+
238
+ </details>
239
+ <details>
240
+ <summary>
241
+ ListManagedResources
242
+ </summary>
243
+
244
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/classes/listmanagedresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/listmanagedresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/listmanagedresourcescommandoutput.html)
245
+
246
+ </details>
247
+ <details>
248
+ <summary>
249
+ ListZonalShifts
250
+ </summary>
251
+
252
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/classes/listzonalshiftscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/listzonalshiftscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/listzonalshiftscommandoutput.html)
253
+
254
+ </details>
255
+ <details>
256
+ <summary>
257
+ StartZonalShift
258
+ </summary>
259
+
260
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/classes/startzonalshiftcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/startzonalshiftcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/startzonalshiftcommandoutput.html)
261
+
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ UpdateZonalShift
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/classes/updatezonalshiftcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/updatezonalshiftcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-arc-zonal-shift/interfaces/updatezonalshiftcommandoutput.html)
269
+
270
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelZonalShiftCommand}.
8
+ */
6
9
  export interface CancelZonalShiftCommandInput extends CancelZonalShiftRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelZonalShiftCommand}.
13
+ */
8
14
  export interface CancelZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetManagedResourceCommand}.
8
+ */
6
9
  export interface GetManagedResourceCommandInput extends GetManagedResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetManagedResourceCommand}.
13
+ */
8
14
  export interface GetManagedResourceCommandOutput extends GetManagedResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListManagedResourcesCommand}.
8
+ */
6
9
  export interface ListManagedResourcesCommandInput extends ListManagedResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListManagedResourcesCommand}.
13
+ */
8
14
  export interface ListManagedResourcesCommandOutput extends ListManagedResourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListZonalShiftsCommand}.
8
+ */
6
9
  export interface ListZonalShiftsCommandInput extends ListZonalShiftsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListZonalShiftsCommand}.
13
+ */
8
14
  export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { StartZonalShiftRequest, ZonalShift } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartZonalShiftCommand}.
8
+ */
6
9
  export interface StartZonalShiftCommandInput extends StartZonalShiftRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartZonalShiftCommand}.
13
+ */
8
14
  export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient";
5
5
  import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateZonalShiftCommand}.
8
+ */
6
9
  export interface UpdateZonalShiftCommandInput extends UpdateZonalShiftRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateZonalShiftCommand}.
13
+ */
8
14
  export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-arc-zonal-shift",
3
3
  "description": "AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",