A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/b5dc676b54aee7487922730c9387d81422c6b594 below:

Adds support for GB200 UltraServers in Amazon… · aws/aws-sdk-js-v3@b5dc676 · GitHub

@@ -868,6 +868,11 @@ import {

868 868

DescribeProjectCommandInput,

869 869

DescribeProjectCommandOutput,

870 870

} from "./commands/DescribeProjectCommand";

871 +

import {

872 +

DescribeReservedCapacityCommand,

873 +

DescribeReservedCapacityCommandInput,

874 +

DescribeReservedCapacityCommandOutput,

875 +

} from "./commands/DescribeReservedCapacityCommand";

871 876

import {

872 877

DescribeSpaceCommand,

873 878

DescribeSpaceCommandInput,

@@ -1334,6 +1339,11 @@ import {

1334 1339

ListTrialComponentsCommandOutput,

1335 1340

} from "./commands/ListTrialComponentsCommand";

1336 1341

import { ListTrialsCommand, ListTrialsCommandInput, ListTrialsCommandOutput } from "./commands/ListTrialsCommand";

1342 +

import {

1343 +

ListUltraServersByReservedCapacityCommand,

1344 +

ListUltraServersByReservedCapacityCommandInput,

1345 +

ListUltraServersByReservedCapacityCommandOutput,

1346 +

} from "./commands/ListUltraServersByReservedCapacityCommand";

1337 1347

import {

1338 1348

ListUserProfilesCommand,

1339 1349

ListUserProfilesCommandInput,

@@ -1898,6 +1908,7 @@ const commands = {

1898 1908

DescribePipelineExecutionCommand,

1899 1909

DescribeProcessingJobCommand,

1900 1910

DescribeProjectCommand,

1911 +

DescribeReservedCapacityCommand,

1901 1912

DescribeSpaceCommand,

1902 1913

DescribeStudioLifecycleConfigCommand,

1903 1914

DescribeSubscribedWorkteamCommand,

@@ -2000,6 +2011,7 @@ const commands = {

2000 2011

ListTransformJobsCommand,

2001 2012

ListTrialComponentsCommand,

2002 2013

ListTrialsCommand,

2014 +

ListUltraServersByReservedCapacityCommand,

2003 2015

ListUserProfilesCommand,

2004 2016

ListWorkforcesCommand,

2005 2017

ListWorkteamsCommand,

@@ -5012,6 +5024,23 @@ export interface SageMaker {

5012 5024

cb: (err: any, data?: DescribeProjectCommandOutput) => void

5013 5025

): void;

5014 5026 5027 +

/**

5028 +

* @see {@link DescribeReservedCapacityCommand}

5029 +

*/

5030 +

describeReservedCapacity(

5031 +

args: DescribeReservedCapacityCommandInput,

5032 +

options?: __HttpHandlerOptions

5033 +

): Promise<DescribeReservedCapacityCommandOutput>;

5034 +

describeReservedCapacity(

5035 +

args: DescribeReservedCapacityCommandInput,

5036 +

cb: (err: any, data?: DescribeReservedCapacityCommandOutput) => void

5037 +

): void;

5038 +

describeReservedCapacity(

5039 +

args: DescribeReservedCapacityCommandInput,

5040 +

options: __HttpHandlerOptions,

5041 +

cb: (err: any, data?: DescribeReservedCapacityCommandOutput) => void

5042 +

): void;

5043 + 5015 5044

/**

5016 5045

* @see {@link DescribeSpaceCommand}

5017 5046

*/

@@ -6679,6 +6708,23 @@ export interface SageMaker {

6679 6708

cb: (err: any, data?: ListTrialsCommandOutput) => void

6680 6709

): void;

6681 6710 6711 +

/**

6712 +

* @see {@link ListUltraServersByReservedCapacityCommand}

6713 +

*/

6714 +

listUltraServersByReservedCapacity(

6715 +

args: ListUltraServersByReservedCapacityCommandInput,

6716 +

options?: __HttpHandlerOptions

6717 +

): Promise<ListUltraServersByReservedCapacityCommandOutput>;

6718 +

listUltraServersByReservedCapacity(

6719 +

args: ListUltraServersByReservedCapacityCommandInput,

6720 +

cb: (err: any, data?: ListUltraServersByReservedCapacityCommandOutput) => void

6721 +

): void;

6722 +

listUltraServersByReservedCapacity(

6723 +

args: ListUltraServersByReservedCapacityCommandInput,

6724 +

options: __HttpHandlerOptions,

6725 +

cb: (err: any, data?: ListUltraServersByReservedCapacityCommandOutput) => void

6726 +

): void;

6727 + 6682 6728

/**

6683 6729

* @see {@link ListUserProfilesCommand}

6684 6730

*/


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4