@aws-sdk/client-transfer 3.975.0 → 3.978.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-cjs/index.js CHANGED
@@ -2972,83 +2972,6 @@ class UpdateWebAppCustomizationCommand extends smithyClient.Command
2972
2972
  .build() {
2973
2973
  }
2974
2974
 
2975
- const commands = {
2976
- CreateAccessCommand,
2977
- CreateAgreementCommand,
2978
- CreateConnectorCommand,
2979
- CreateProfileCommand,
2980
- CreateServerCommand,
2981
- CreateUserCommand,
2982
- CreateWebAppCommand,
2983
- CreateWorkflowCommand,
2984
- DeleteAccessCommand,
2985
- DeleteAgreementCommand,
2986
- DeleteCertificateCommand,
2987
- DeleteConnectorCommand,
2988
- DeleteHostKeyCommand,
2989
- DeleteProfileCommand,
2990
- DeleteServerCommand,
2991
- DeleteSshPublicKeyCommand,
2992
- DeleteUserCommand,
2993
- DeleteWebAppCommand,
2994
- DeleteWebAppCustomizationCommand,
2995
- DeleteWorkflowCommand,
2996
- DescribeAccessCommand,
2997
- DescribeAgreementCommand,
2998
- DescribeCertificateCommand,
2999
- DescribeConnectorCommand,
3000
- DescribeExecutionCommand,
3001
- DescribeHostKeyCommand,
3002
- DescribeProfileCommand,
3003
- DescribeSecurityPolicyCommand,
3004
- DescribeServerCommand,
3005
- DescribeUserCommand,
3006
- DescribeWebAppCommand,
3007
- DescribeWebAppCustomizationCommand,
3008
- DescribeWorkflowCommand,
3009
- ImportCertificateCommand,
3010
- ImportHostKeyCommand,
3011
- ImportSshPublicKeyCommand,
3012
- ListAccessesCommand,
3013
- ListAgreementsCommand,
3014
- ListCertificatesCommand,
3015
- ListConnectorsCommand,
3016
- ListExecutionsCommand,
3017
- ListFileTransferResultsCommand,
3018
- ListHostKeysCommand,
3019
- ListProfilesCommand,
3020
- ListSecurityPoliciesCommand,
3021
- ListServersCommand,
3022
- ListTagsForResourceCommand,
3023
- ListUsersCommand,
3024
- ListWebAppsCommand,
3025
- ListWorkflowsCommand,
3026
- SendWorkflowStepStateCommand,
3027
- StartDirectoryListingCommand,
3028
- StartFileTransferCommand,
3029
- StartRemoteDeleteCommand,
3030
- StartRemoteMoveCommand,
3031
- StartServerCommand,
3032
- StopServerCommand,
3033
- TagResourceCommand,
3034
- TestConnectionCommand,
3035
- TestIdentityProviderCommand,
3036
- UntagResourceCommand,
3037
- UpdateAccessCommand,
3038
- UpdateAgreementCommand,
3039
- UpdateCertificateCommand,
3040
- UpdateConnectorCommand,
3041
- UpdateHostKeyCommand,
3042
- UpdateProfileCommand,
3043
- UpdateServerCommand,
3044
- UpdateUserCommand,
3045
- UpdateWebAppCommand,
3046
- UpdateWebAppCustomizationCommand,
3047
- };
3048
- class Transfer extends TransferClient {
3049
- }
3050
- smithyClient.createAggregatedClient(commands, Transfer);
3051
-
3052
2975
  const paginateListAccesses = core.createPaginator(TransferClient, ListAccessesCommand, "NextToken", "NextToken", "MaxResults");
3053
2976
 
3054
2977
  const paginateListAgreements = core.createPaginator(TransferClient, ListAgreementsCommand, "NextToken", "NextToken", "MaxResults");
@@ -3153,6 +3076,102 @@ const waitUntilServerOnline = async (params, input) => {
3153
3076
  return utilWaiter.checkExceptions(result);
3154
3077
  };
3155
3078
 
3079
+ const commands = {
3080
+ CreateAccessCommand,
3081
+ CreateAgreementCommand,
3082
+ CreateConnectorCommand,
3083
+ CreateProfileCommand,
3084
+ CreateServerCommand,
3085
+ CreateUserCommand,
3086
+ CreateWebAppCommand,
3087
+ CreateWorkflowCommand,
3088
+ DeleteAccessCommand,
3089
+ DeleteAgreementCommand,
3090
+ DeleteCertificateCommand,
3091
+ DeleteConnectorCommand,
3092
+ DeleteHostKeyCommand,
3093
+ DeleteProfileCommand,
3094
+ DeleteServerCommand,
3095
+ DeleteSshPublicKeyCommand,
3096
+ DeleteUserCommand,
3097
+ DeleteWebAppCommand,
3098
+ DeleteWebAppCustomizationCommand,
3099
+ DeleteWorkflowCommand,
3100
+ DescribeAccessCommand,
3101
+ DescribeAgreementCommand,
3102
+ DescribeCertificateCommand,
3103
+ DescribeConnectorCommand,
3104
+ DescribeExecutionCommand,
3105
+ DescribeHostKeyCommand,
3106
+ DescribeProfileCommand,
3107
+ DescribeSecurityPolicyCommand,
3108
+ DescribeServerCommand,
3109
+ DescribeUserCommand,
3110
+ DescribeWebAppCommand,
3111
+ DescribeWebAppCustomizationCommand,
3112
+ DescribeWorkflowCommand,
3113
+ ImportCertificateCommand,
3114
+ ImportHostKeyCommand,
3115
+ ImportSshPublicKeyCommand,
3116
+ ListAccessesCommand,
3117
+ ListAgreementsCommand,
3118
+ ListCertificatesCommand,
3119
+ ListConnectorsCommand,
3120
+ ListExecutionsCommand,
3121
+ ListFileTransferResultsCommand,
3122
+ ListHostKeysCommand,
3123
+ ListProfilesCommand,
3124
+ ListSecurityPoliciesCommand,
3125
+ ListServersCommand,
3126
+ ListTagsForResourceCommand,
3127
+ ListUsersCommand,
3128
+ ListWebAppsCommand,
3129
+ ListWorkflowsCommand,
3130
+ SendWorkflowStepStateCommand,
3131
+ StartDirectoryListingCommand,
3132
+ StartFileTransferCommand,
3133
+ StartRemoteDeleteCommand,
3134
+ StartRemoteMoveCommand,
3135
+ StartServerCommand,
3136
+ StopServerCommand,
3137
+ TagResourceCommand,
3138
+ TestConnectionCommand,
3139
+ TestIdentityProviderCommand,
3140
+ UntagResourceCommand,
3141
+ UpdateAccessCommand,
3142
+ UpdateAgreementCommand,
3143
+ UpdateCertificateCommand,
3144
+ UpdateConnectorCommand,
3145
+ UpdateHostKeyCommand,
3146
+ UpdateProfileCommand,
3147
+ UpdateServerCommand,
3148
+ UpdateUserCommand,
3149
+ UpdateWebAppCommand,
3150
+ UpdateWebAppCustomizationCommand,
3151
+ };
3152
+ const paginators = {
3153
+ paginateListAccesses,
3154
+ paginateListAgreements,
3155
+ paginateListCertificates,
3156
+ paginateListConnectors,
3157
+ paginateListExecutions,
3158
+ paginateListFileTransferResults,
3159
+ paginateListProfiles,
3160
+ paginateListSecurityPolicies,
3161
+ paginateListServers,
3162
+ paginateListTagsForResource,
3163
+ paginateListUsers,
3164
+ paginateListWebApps,
3165
+ paginateListWorkflows,
3166
+ };
3167
+ const waiters = {
3168
+ waitUntilServerOffline,
3169
+ waitUntilServerOnline,
3170
+ };
3171
+ class Transfer extends TransferClient {
3172
+ }
3173
+ smithyClient.createAggregatedClient(commands, Transfer, { paginators, waiters });
3174
+
3156
3175
  const EnforceMessageSigningType = {
3157
3176
  DISABLED: "DISABLED",
3158
3177
  ENABLED: "ENABLED",
@@ -70,7 +70,22 @@ import { UpdateServerCommand, } from "./commands/UpdateServerCommand";
70
70
  import { UpdateUserCommand } from "./commands/UpdateUserCommand";
71
71
  import { UpdateWebAppCommand, } from "./commands/UpdateWebAppCommand";
72
72
  import { UpdateWebAppCustomizationCommand, } from "./commands/UpdateWebAppCustomizationCommand";
73
+ import { paginateListAccesses } from "./pagination/ListAccessesPaginator";
74
+ import { paginateListAgreements } from "./pagination/ListAgreementsPaginator";
75
+ import { paginateListCertificates } from "./pagination/ListCertificatesPaginator";
76
+ import { paginateListConnectors } from "./pagination/ListConnectorsPaginator";
77
+ import { paginateListExecutions } from "./pagination/ListExecutionsPaginator";
78
+ import { paginateListFileTransferResults } from "./pagination/ListFileTransferResultsPaginator";
79
+ import { paginateListProfiles } from "./pagination/ListProfilesPaginator";
80
+ import { paginateListSecurityPolicies } from "./pagination/ListSecurityPoliciesPaginator";
81
+ import { paginateListServers } from "./pagination/ListServersPaginator";
82
+ import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
83
+ import { paginateListUsers } from "./pagination/ListUsersPaginator";
84
+ import { paginateListWebApps } from "./pagination/ListWebAppsPaginator";
85
+ import { paginateListWorkflows } from "./pagination/ListWorkflowsPaginator";
73
86
  import { TransferClient } from "./TransferClient";
87
+ import { waitUntilServerOffline } from "./waiters/waitForServerOffline";
88
+ import { waitUntilServerOnline } from "./waiters/waitForServerOnline";
74
89
  const commands = {
75
90
  CreateAccessCommand,
76
91
  CreateAgreementCommand,
@@ -144,6 +159,25 @@ const commands = {
144
159
  UpdateWebAppCommand,
145
160
  UpdateWebAppCustomizationCommand,
146
161
  };
162
+ const paginators = {
163
+ paginateListAccesses,
164
+ paginateListAgreements,
165
+ paginateListCertificates,
166
+ paginateListConnectors,
167
+ paginateListExecutions,
168
+ paginateListFileTransferResults,
169
+ paginateListProfiles,
170
+ paginateListSecurityPolicies,
171
+ paginateListServers,
172
+ paginateListTagsForResource,
173
+ paginateListUsers,
174
+ paginateListWebApps,
175
+ paginateListWorkflows,
176
+ };
177
+ const waiters = {
178
+ waitUntilServerOffline,
179
+ waitUntilServerOnline,
180
+ };
147
181
  export class Transfer extends TransferClient {
148
182
  }
149
- createAggregatedClient(commands, Transfer);
183
+ createAggregatedClient(commands, Transfer, { paginators, waiters });
@@ -1,4 +1,5 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
+ import type { WaiterResult } from "@smithy/util-waiter";
2
3
  import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
3
4
  import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "./commands/CreateAgreementCommand";
4
5
  import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
@@ -506,6 +507,109 @@ export interface Transfer {
506
507
  updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebAppCustomizationCommandOutput>;
507
508
  updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void): void;
508
509
  updateWebAppCustomization(args: UpdateWebAppCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void): void;
510
+ /**
511
+ * @see {@link ListAccessesCommand}
512
+ * @param args - command input.
513
+ * @param paginationConfig - optional pagination config.
514
+ * @returns AsyncIterable of {@link ListAccessesCommandOutput}.
515
+ */
516
+ paginateListAccesses(args: ListAccessesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessesCommandOutput>;
517
+ /**
518
+ * @see {@link ListAgreementsCommand}
519
+ * @param args - command input.
520
+ * @param paginationConfig - optional pagination config.
521
+ * @returns AsyncIterable of {@link ListAgreementsCommandOutput}.
522
+ */
523
+ paginateListAgreements(args: ListAgreementsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgreementsCommandOutput>;
524
+ /**
525
+ * @see {@link ListCertificatesCommand}
526
+ * @param args - command input.
527
+ * @param paginationConfig - optional pagination config.
528
+ * @returns AsyncIterable of {@link ListCertificatesCommandOutput}.
529
+ */
530
+ paginateListCertificates(args?: ListCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCertificatesCommandOutput>;
531
+ /**
532
+ * @see {@link ListConnectorsCommand}
533
+ * @param args - command input.
534
+ * @param paginationConfig - optional pagination config.
535
+ * @returns AsyncIterable of {@link ListConnectorsCommandOutput}.
536
+ */
537
+ paginateListConnectors(args?: ListConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListConnectorsCommandOutput>;
538
+ /**
539
+ * @see {@link ListExecutionsCommand}
540
+ * @param args - command input.
541
+ * @param paginationConfig - optional pagination config.
542
+ * @returns AsyncIterable of {@link ListExecutionsCommandOutput}.
543
+ */
544
+ paginateListExecutions(args: ListExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListExecutionsCommandOutput>;
545
+ /**
546
+ * @see {@link ListFileTransferResultsCommand}
547
+ * @param args - command input.
548
+ * @param paginationConfig - optional pagination config.
549
+ * @returns AsyncIterable of {@link ListFileTransferResultsCommandOutput}.
550
+ */
551
+ paginateListFileTransferResults(args: ListFileTransferResultsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFileTransferResultsCommandOutput>;
552
+ /**
553
+ * @see {@link ListProfilesCommand}
554
+ * @param args - command input.
555
+ * @param paginationConfig - optional pagination config.
556
+ * @returns AsyncIterable of {@link ListProfilesCommandOutput}.
557
+ */
558
+ paginateListProfiles(args?: ListProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProfilesCommandOutput>;
559
+ /**
560
+ * @see {@link ListSecurityPoliciesCommand}
561
+ * @param args - command input.
562
+ * @param paginationConfig - optional pagination config.
563
+ * @returns AsyncIterable of {@link ListSecurityPoliciesCommandOutput}.
564
+ */
565
+ paginateListSecurityPolicies(args?: ListSecurityPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSecurityPoliciesCommandOutput>;
566
+ /**
567
+ * @see {@link ListServersCommand}
568
+ * @param args - command input.
569
+ * @param paginationConfig - optional pagination config.
570
+ * @returns AsyncIterable of {@link ListServersCommandOutput}.
571
+ */
572
+ paginateListServers(args?: ListServersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServersCommandOutput>;
573
+ /**
574
+ * @see {@link ListTagsForResourceCommand}
575
+ * @param args - command input.
576
+ * @param paginationConfig - optional pagination config.
577
+ * @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
578
+ */
579
+ paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
580
+ /**
581
+ * @see {@link ListUsersCommand}
582
+ * @param args - command input.
583
+ * @param paginationConfig - optional pagination config.
584
+ * @returns AsyncIterable of {@link ListUsersCommandOutput}.
585
+ */
586
+ paginateListUsers(args: ListUsersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsersCommandOutput>;
587
+ /**
588
+ * @see {@link ListWebAppsCommand}
589
+ * @param args - command input.
590
+ * @param paginationConfig - optional pagination config.
591
+ * @returns AsyncIterable of {@link ListWebAppsCommandOutput}.
592
+ */
593
+ paginateListWebApps(args?: ListWebAppsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWebAppsCommandOutput>;
594
+ /**
595
+ * @see {@link ListWorkflowsCommand}
596
+ * @param args - command input.
597
+ * @param paginationConfig - optional pagination config.
598
+ * @returns AsyncIterable of {@link ListWorkflowsCommandOutput}.
599
+ */
600
+ paginateListWorkflows(args?: ListWorkflowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowsCommandOutput>;
601
+ /**
602
+ * @see {@link DescribeServerCommand}
603
+ * @param args - command input.
604
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
605
+ */
606
+ waitUntilServerOffline(args: DescribeServerCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Transfer>, "client">): Promise<WaiterResult>;
607
+ /**
608
+ * @see {@link DescribeServerCommand}
609
+ * @param args - command input.
610
+ * @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
611
+ */
612
+ waitUntilServerOnline(args: DescribeServerCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Transfer>, "client">): Promise<WaiterResult>;
509
613
  }
510
614
  /**
511
615
  * <p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
@@ -1,4 +1,10 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ WaiterConfiguration,
6
+ } from "@smithy/types";
7
+ import { WaiterResult } from "@smithy/util-waiter";
2
8
  import {
3
9
  CreateAccessCommandInput,
4
10
  CreateAccessCommandOutput,
@@ -1216,5 +1222,114 @@ export interface Transfer {
1216
1222
  options: __HttpHandlerOptions,
1217
1223
  cb: (err: any, data?: UpdateWebAppCustomizationCommandOutput) => void
1218
1224
  ): void;
1225
+ paginateListAccesses(
1226
+ args: ListAccessesCommandInput,
1227
+ paginationConfig?: Pick<
1228
+ PaginationConfiguration,
1229
+ Exclude<keyof PaginationConfiguration, "client">
1230
+ >
1231
+ ): Paginator<ListAccessesCommandOutput>;
1232
+ paginateListAgreements(
1233
+ args: ListAgreementsCommandInput,
1234
+ paginationConfig?: Pick<
1235
+ PaginationConfiguration,
1236
+ Exclude<keyof PaginationConfiguration, "client">
1237
+ >
1238
+ ): Paginator<ListAgreementsCommandOutput>;
1239
+ paginateListCertificates(
1240
+ args?: ListCertificatesCommandInput,
1241
+ paginationConfig?: Pick<
1242
+ PaginationConfiguration,
1243
+ Exclude<keyof PaginationConfiguration, "client">
1244
+ >
1245
+ ): Paginator<ListCertificatesCommandOutput>;
1246
+ paginateListConnectors(
1247
+ args?: ListConnectorsCommandInput,
1248
+ paginationConfig?: Pick<
1249
+ PaginationConfiguration,
1250
+ Exclude<keyof PaginationConfiguration, "client">
1251
+ >
1252
+ ): Paginator<ListConnectorsCommandOutput>;
1253
+ paginateListExecutions(
1254
+ args: ListExecutionsCommandInput,
1255
+ paginationConfig?: Pick<
1256
+ PaginationConfiguration,
1257
+ Exclude<keyof PaginationConfiguration, "client">
1258
+ >
1259
+ ): Paginator<ListExecutionsCommandOutput>;
1260
+ paginateListFileTransferResults(
1261
+ args: ListFileTransferResultsCommandInput,
1262
+ paginationConfig?: Pick<
1263
+ PaginationConfiguration,
1264
+ Exclude<keyof PaginationConfiguration, "client">
1265
+ >
1266
+ ): Paginator<ListFileTransferResultsCommandOutput>;
1267
+ paginateListProfiles(
1268
+ args?: ListProfilesCommandInput,
1269
+ paginationConfig?: Pick<
1270
+ PaginationConfiguration,
1271
+ Exclude<keyof PaginationConfiguration, "client">
1272
+ >
1273
+ ): Paginator<ListProfilesCommandOutput>;
1274
+ paginateListSecurityPolicies(
1275
+ args?: ListSecurityPoliciesCommandInput,
1276
+ paginationConfig?: Pick<
1277
+ PaginationConfiguration,
1278
+ Exclude<keyof PaginationConfiguration, "client">
1279
+ >
1280
+ ): Paginator<ListSecurityPoliciesCommandOutput>;
1281
+ paginateListServers(
1282
+ args?: ListServersCommandInput,
1283
+ paginationConfig?: Pick<
1284
+ PaginationConfiguration,
1285
+ Exclude<keyof PaginationConfiguration, "client">
1286
+ >
1287
+ ): Paginator<ListServersCommandOutput>;
1288
+ paginateListTagsForResource(
1289
+ args: ListTagsForResourceCommandInput,
1290
+ paginationConfig?: Pick<
1291
+ PaginationConfiguration,
1292
+ Exclude<keyof PaginationConfiguration, "client">
1293
+ >
1294
+ ): Paginator<ListTagsForResourceCommandOutput>;
1295
+ paginateListUsers(
1296
+ args: ListUsersCommandInput,
1297
+ paginationConfig?: Pick<
1298
+ PaginationConfiguration,
1299
+ Exclude<keyof PaginationConfiguration, "client">
1300
+ >
1301
+ ): Paginator<ListUsersCommandOutput>;
1302
+ paginateListWebApps(
1303
+ args?: ListWebAppsCommandInput,
1304
+ paginationConfig?: Pick<
1305
+ PaginationConfiguration,
1306
+ Exclude<keyof PaginationConfiguration, "client">
1307
+ >
1308
+ ): Paginator<ListWebAppsCommandOutput>;
1309
+ paginateListWorkflows(
1310
+ args?: ListWorkflowsCommandInput,
1311
+ paginationConfig?: Pick<
1312
+ PaginationConfiguration,
1313
+ Exclude<keyof PaginationConfiguration, "client">
1314
+ >
1315
+ ): Paginator<ListWorkflowsCommandOutput>;
1316
+ waitUntilServerOffline(
1317
+ args: DescribeServerCommandInput,
1318
+ waiterConfig:
1319
+ | number
1320
+ | Pick<
1321
+ WaiterConfiguration<Transfer>,
1322
+ Exclude<keyof WaiterConfiguration<Transfer>, "client">
1323
+ >
1324
+ ): Promise<WaiterResult>;
1325
+ waitUntilServerOnline(
1326
+ args: DescribeServerCommandInput,
1327
+ waiterConfig:
1328
+ | number
1329
+ | Pick<
1330
+ WaiterConfiguration<Transfer>,
1331
+ Exclude<keyof WaiterConfiguration<Transfer>, "client">
1332
+ >
1333
+ ): Promise<WaiterResult>;
1219
1334
  }
1220
1335
  export declare class Transfer extends TransferClient implements Transfer {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.975.0",
4
+ "version": "3.978.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-transfer",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.1",
25
- "@aws-sdk/credential-provider-node": "^3.972.1",
26
- "@aws-sdk/middleware-host-header": "^3.972.1",
27
- "@aws-sdk/middleware-logger": "^3.972.1",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
29
- "@aws-sdk/middleware-user-agent": "^3.972.2",
30
- "@aws-sdk/region-config-resolver": "^3.972.1",
31
- "@aws-sdk/types": "^3.973.0",
24
+ "@aws-sdk/core": "^3.973.4",
25
+ "@aws-sdk/credential-provider-node": "^3.972.2",
26
+ "@aws-sdk/middleware-host-header": "^3.972.2",
27
+ "@aws-sdk/middleware-logger": "^3.972.2",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.2",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.4",
30
+ "@aws-sdk/region-config-resolver": "^3.972.2",
31
+ "@aws-sdk/types": "^3.973.1",
32
32
  "@aws-sdk/util-endpoints": "3.972.0",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
34
- "@aws-sdk/util-user-agent-node": "^3.972.1",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.2",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.2",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.21.1",
36
+ "@smithy/core": "^3.22.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.11",
42
- "@smithy/middleware-retry": "^4.4.27",
41
+ "@smithy/middleware-endpoint": "^4.4.12",
42
+ "@smithy/middleware-retry": "^4.4.29",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.12",
48
+ "@smithy/smithy-client": "^4.11.1",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.26",
55
- "@smithy/util-defaults-mode-node": "^4.2.29",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
55
+ "@smithy/util-defaults-mode-node": "^4.2.31",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",