@aws-sdk/client-transfer 3.169.0 → 3.170.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/CHANGELOG.md +11 -0
- package/dist-cjs/Transfer.js +75 -0
- package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
- package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +48 -3
- package/dist-cjs/protocols/Aws_json1_1.js +374 -3
- package/dist-es/Transfer.js +75 -0
- package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
- package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
- package/dist-es/commands/ImportHostKeyCommand.js +39 -0
- package/dist-es/commands/ListHostKeysCommand.js +39 -0
- package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +465 -0
- package/dist-types/Transfer.d.ts +35 -0
- package/dist-types/TransferClient.d.ts +7 -2
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +254 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Transfer.d.ts +1048 -270
- package/dist-types/ts3.4/TransferClient.d.ts +477 -126
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +58 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1460,6 +1460,16 @@ export interface DeleteConnectorRequest {
|
|
|
1460
1460
|
*/
|
|
1461
1461
|
ConnectorId: string | undefined;
|
|
1462
1462
|
}
|
|
1463
|
+
export interface DeleteHostKeyRequest {
|
|
1464
|
+
/**
|
|
1465
|
+
* <p>Provide the ID of the server that contains the host key that you are deleting.</p>
|
|
1466
|
+
*/
|
|
1467
|
+
ServerId: string | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* <p>The ID of the host key that you are deleting.</p>
|
|
1470
|
+
*/
|
|
1471
|
+
HostKeyId: string | undefined;
|
|
1472
|
+
}
|
|
1463
1473
|
export interface DeleteProfileRequest {
|
|
1464
1474
|
/**
|
|
1465
1475
|
* <p>The ID of the profile that you are deleting.</p>
|
|
@@ -2054,6 +2064,58 @@ export interface DescribedExecution {
|
|
|
2054
2064
|
*/
|
|
2055
2065
|
Results?: ExecutionResults;
|
|
2056
2066
|
}
|
|
2067
|
+
/**
|
|
2068
|
+
* <p>The details for a server host key.</p>
|
|
2069
|
+
*/
|
|
2070
|
+
export interface DescribedHostKey {
|
|
2071
|
+
/**
|
|
2072
|
+
* <p>The unique Amazon Resource Name (ARN) for the host key.</p>
|
|
2073
|
+
*/
|
|
2074
|
+
Arn: string | undefined;
|
|
2075
|
+
/**
|
|
2076
|
+
* <p>A unique identifier for the host key.</p>
|
|
2077
|
+
*/
|
|
2078
|
+
HostKeyId?: string;
|
|
2079
|
+
/**
|
|
2080
|
+
* <p>The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.</p>
|
|
2081
|
+
*/
|
|
2082
|
+
HostKeyFingerprint?: string;
|
|
2083
|
+
/**
|
|
2084
|
+
* <p>The text description for this host key.</p>
|
|
2085
|
+
*/
|
|
2086
|
+
Description?: string;
|
|
2087
|
+
/**
|
|
2088
|
+
* <p>The encryption algorithm used for the host key. The <code>Type</code> is one of the
|
|
2089
|
+
* following values:</p>
|
|
2090
|
+
* <ul>
|
|
2091
|
+
* <li>
|
|
2092
|
+
* <p>ssh-rsa</p>
|
|
2093
|
+
* </li>
|
|
2094
|
+
* <li>
|
|
2095
|
+
* <p>ssh-ed25519</p>
|
|
2096
|
+
* </li>
|
|
2097
|
+
* <li>
|
|
2098
|
+
* <p>ecdsa-sha2-nistp256
|
|
2099
|
+
* </p>
|
|
2100
|
+
* </li>
|
|
2101
|
+
* <li>
|
|
2102
|
+
* <p>ecdsa-sha2-nistp384</p>
|
|
2103
|
+
* </li>
|
|
2104
|
+
* <li>
|
|
2105
|
+
* <p>ecdsa-sha2-nistp521</p>
|
|
2106
|
+
* </li>
|
|
2107
|
+
* </ul>
|
|
2108
|
+
*/
|
|
2109
|
+
Type?: string;
|
|
2110
|
+
/**
|
|
2111
|
+
* <p>The date on which the host key was added to the server.</p>
|
|
2112
|
+
*/
|
|
2113
|
+
DateImported?: Date;
|
|
2114
|
+
/**
|
|
2115
|
+
* <p>Key-value pairs that can be used to group and search for host keys.</p>
|
|
2116
|
+
*/
|
|
2117
|
+
Tags?: Tag[];
|
|
2118
|
+
}
|
|
2057
2119
|
/**
|
|
2058
2120
|
* <p>The details for a local or partner AS2 profile.
|
|
2059
2121
|
* profile.</p>
|
|
@@ -2480,6 +2542,22 @@ export interface DescribeExecutionResponse {
|
|
|
2480
2542
|
*/
|
|
2481
2543
|
Execution: DescribedExecution | undefined;
|
|
2482
2544
|
}
|
|
2545
|
+
export interface DescribeHostKeyRequest {
|
|
2546
|
+
/**
|
|
2547
|
+
* <p>Provide the ID of the server that contains the host key that you want described.</p>
|
|
2548
|
+
*/
|
|
2549
|
+
ServerId: string | undefined;
|
|
2550
|
+
/**
|
|
2551
|
+
* <p>Provide the ID of the host key that you want described.</p>
|
|
2552
|
+
*/
|
|
2553
|
+
HostKeyId: string | undefined;
|
|
2554
|
+
}
|
|
2555
|
+
export interface DescribeHostKeyResponse {
|
|
2556
|
+
/**
|
|
2557
|
+
* <p>Returns the details for the specified host key.</p>
|
|
2558
|
+
*/
|
|
2559
|
+
HostKey: DescribedHostKey | undefined;
|
|
2560
|
+
}
|
|
2483
2561
|
export interface DescribeProfileRequest {
|
|
2484
2562
|
/**
|
|
2485
2563
|
* <p>The identifier of the profile that you want described.</p>
|
|
@@ -2592,6 +2670,35 @@ export interface ImportCertificateResponse {
|
|
|
2592
2670
|
*/
|
|
2593
2671
|
CertificateId: string | undefined;
|
|
2594
2672
|
}
|
|
2673
|
+
export interface ImportHostKeyRequest {
|
|
2674
|
+
/**
|
|
2675
|
+
* <p>Provide the ID of the server that contains the host key that you are importing.</p>
|
|
2676
|
+
*/
|
|
2677
|
+
ServerId: string | undefined;
|
|
2678
|
+
/**
|
|
2679
|
+
* <p>The public key portion of an SSH key pair.</p>
|
|
2680
|
+
* <p>Transfer Family accepts RSA, ECDSA, and ED25519 keys.</p>
|
|
2681
|
+
*/
|
|
2682
|
+
HostKeyBody: string | undefined;
|
|
2683
|
+
/**
|
|
2684
|
+
* <p>Enter a text description to identify this host key.</p>
|
|
2685
|
+
*/
|
|
2686
|
+
Description?: string;
|
|
2687
|
+
/**
|
|
2688
|
+
* <p>Key-value pairs that can be used to group and search for host keys.</p>
|
|
2689
|
+
*/
|
|
2690
|
+
Tags?: Tag[];
|
|
2691
|
+
}
|
|
2692
|
+
export interface ImportHostKeyResponse {
|
|
2693
|
+
/**
|
|
2694
|
+
* <p>Returns the server ID that contains the imported key.</p>
|
|
2695
|
+
*/
|
|
2696
|
+
ServerId: string | undefined;
|
|
2697
|
+
/**
|
|
2698
|
+
* <p>Returns the host key ID for the imported key.</p>
|
|
2699
|
+
*/
|
|
2700
|
+
HostKeyId: string | undefined;
|
|
2701
|
+
}
|
|
2595
2702
|
export interface ImportSshPublicKeyRequest {
|
|
2596
2703
|
/**
|
|
2597
2704
|
* <p>A system-assigned unique identifier for a server.</p>
|
|
@@ -2904,6 +3011,54 @@ export interface ListedExecution {
|
|
|
2904
3011
|
*/
|
|
2905
3012
|
Status?: ExecutionStatus | string;
|
|
2906
3013
|
}
|
|
3014
|
+
/**
|
|
3015
|
+
* <p>Returns properties of the host key that is specified.</p>
|
|
3016
|
+
*/
|
|
3017
|
+
export interface ListedHostKey {
|
|
3018
|
+
/**
|
|
3019
|
+
* <p>Specifies the unique Amazon Resource Name (ARN) of the host key.</p>
|
|
3020
|
+
*/
|
|
3021
|
+
Arn: string | undefined;
|
|
3022
|
+
/**
|
|
3023
|
+
* <p></p>
|
|
3024
|
+
*/
|
|
3025
|
+
HostKeyId?: string;
|
|
3026
|
+
/**
|
|
3027
|
+
* <p>The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.</p>
|
|
3028
|
+
*/
|
|
3029
|
+
Fingerprint?: string;
|
|
3030
|
+
/**
|
|
3031
|
+
* <p>The current description for the host key. You can change it by calling the <code>UpdateHostKey</code> operation and providing a new description.</p>
|
|
3032
|
+
*/
|
|
3033
|
+
Description?: string;
|
|
3034
|
+
/**
|
|
3035
|
+
* <p>The encryption algorithm used for the host key. The <code>Type</code> is one of the
|
|
3036
|
+
* following values:</p>
|
|
3037
|
+
* <ul>
|
|
3038
|
+
* <li>
|
|
3039
|
+
* <p>ssh-rsa</p>
|
|
3040
|
+
* </li>
|
|
3041
|
+
* <li>
|
|
3042
|
+
* <p>ssh-ed25519</p>
|
|
3043
|
+
* </li>
|
|
3044
|
+
* <li>
|
|
3045
|
+
* <p>ecdsa-sha2-nistp256
|
|
3046
|
+
* </p>
|
|
3047
|
+
* </li>
|
|
3048
|
+
* <li>
|
|
3049
|
+
* <p>ecdsa-sha2-nistp384</p>
|
|
3050
|
+
* </li>
|
|
3051
|
+
* <li>
|
|
3052
|
+
* <p>ecdsa-sha2-nistp521</p>
|
|
3053
|
+
* </li>
|
|
3054
|
+
* </ul>
|
|
3055
|
+
*/
|
|
3056
|
+
Type?: string;
|
|
3057
|
+
/**
|
|
3058
|
+
* <p>The date on which the host key was added to the server.</p>
|
|
3059
|
+
*/
|
|
3060
|
+
DateImported?: Date;
|
|
3061
|
+
}
|
|
2907
3062
|
/**
|
|
2908
3063
|
* <p>Returns the properties of the profile that was specified.</p>
|
|
2909
3064
|
*/
|
|
@@ -3127,6 +3282,37 @@ export interface ListExecutionsResponse {
|
|
|
3127
3282
|
*/
|
|
3128
3283
|
Executions: ListedExecution[] | undefined;
|
|
3129
3284
|
}
|
|
3285
|
+
export interface ListHostKeysRequest {
|
|
3286
|
+
/**
|
|
3287
|
+
* <p>The maximum number of host keys to return.</p>
|
|
3288
|
+
*/
|
|
3289
|
+
MaxResults?: number;
|
|
3290
|
+
/**
|
|
3291
|
+
* <p>When there are additional results that were not returned, a <code>NextToken</code>
|
|
3292
|
+
* parameter is returned. You can use that value for a subsequent call to
|
|
3293
|
+
* <code>ListHostKeys</code> to continue listing results.</p>
|
|
3294
|
+
*/
|
|
3295
|
+
NextToken?: string;
|
|
3296
|
+
/**
|
|
3297
|
+
* <p>Provide the ID of the server that contains the host keys that you want to view.</p>
|
|
3298
|
+
*/
|
|
3299
|
+
ServerId: string | undefined;
|
|
3300
|
+
}
|
|
3301
|
+
export interface ListHostKeysResponse {
|
|
3302
|
+
/**
|
|
3303
|
+
* <p>Returns a token that you can use to call <code>ListHostKeys</code> again and receive
|
|
3304
|
+
* additional results, if there are any.</p>
|
|
3305
|
+
*/
|
|
3306
|
+
NextToken?: string;
|
|
3307
|
+
/**
|
|
3308
|
+
* <p>Returns the server ID that contains the listed host keys.</p>
|
|
3309
|
+
*/
|
|
3310
|
+
ServerId: string | undefined;
|
|
3311
|
+
/**
|
|
3312
|
+
* <p>Returns an array, where each item contains the details of a host key.</p>
|
|
3313
|
+
*/
|
|
3314
|
+
HostKeys: ListedHostKey[] | undefined;
|
|
3315
|
+
}
|
|
3130
3316
|
export interface ListProfilesRequest {
|
|
3131
3317
|
/**
|
|
3132
3318
|
* <p>The maximum number of profiles to return.</p>
|
|
@@ -3657,6 +3843,30 @@ export interface UpdateConnectorResponse {
|
|
|
3657
3843
|
*/
|
|
3658
3844
|
ConnectorId: string | undefined;
|
|
3659
3845
|
}
|
|
3846
|
+
export interface UpdateHostKeyRequest {
|
|
3847
|
+
/**
|
|
3848
|
+
* <p>Provide the ID of the server that contains the host key that you are updating.</p>
|
|
3849
|
+
*/
|
|
3850
|
+
ServerId: string | undefined;
|
|
3851
|
+
/**
|
|
3852
|
+
* <p>Provide the ID of the host key that you are updating.</p>
|
|
3853
|
+
*/
|
|
3854
|
+
HostKeyId: string | undefined;
|
|
3855
|
+
/**
|
|
3856
|
+
* <p>Provide an updated description for the host key.</p>
|
|
3857
|
+
*/
|
|
3858
|
+
Description: string | undefined;
|
|
3859
|
+
}
|
|
3860
|
+
export interface UpdateHostKeyResponse {
|
|
3861
|
+
/**
|
|
3862
|
+
* <p>Returns the server ID for the server that contains the updated host key.</p>
|
|
3863
|
+
*/
|
|
3864
|
+
ServerId: string | undefined;
|
|
3865
|
+
/**
|
|
3866
|
+
* <p>Returns the host key ID for the updated host key.</p>
|
|
3867
|
+
*/
|
|
3868
|
+
HostKeyId: string | undefined;
|
|
3869
|
+
}
|
|
3660
3870
|
export interface UpdateProfileRequest {
|
|
3661
3871
|
/**
|
|
3662
3872
|
* <p>The identifier of the profile object that you are updating.</p>
|
|
@@ -4162,6 +4372,10 @@ export declare const DeleteCertificateRequestFilterSensitiveLog: (obj: DeleteCer
|
|
|
4162
4372
|
* @internal
|
|
4163
4373
|
*/
|
|
4164
4374
|
export declare const DeleteConnectorRequestFilterSensitiveLog: (obj: DeleteConnectorRequest) => any;
|
|
4375
|
+
/**
|
|
4376
|
+
* @internal
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const DeleteHostKeyRequestFilterSensitiveLog: (obj: DeleteHostKeyRequest) => any;
|
|
4165
4379
|
/**
|
|
4166
4380
|
* @internal
|
|
4167
4381
|
*/
|
|
@@ -4266,6 +4480,10 @@ export declare const ServiceMetadataFilterSensitiveLog: (obj: ServiceMetadata) =
|
|
|
4266
4480
|
* @internal
|
|
4267
4481
|
*/
|
|
4268
4482
|
export declare const DescribedExecutionFilterSensitiveLog: (obj: DescribedExecution) => any;
|
|
4483
|
+
/**
|
|
4484
|
+
* @internal
|
|
4485
|
+
*/
|
|
4486
|
+
export declare const DescribedHostKeyFilterSensitiveLog: (obj: DescribedHostKey) => any;
|
|
4269
4487
|
/**
|
|
4270
4488
|
* @internal
|
|
4271
4489
|
*/
|
|
@@ -4298,6 +4516,14 @@ export declare const DescribeExecutionRequestFilterSensitiveLog: (obj: DescribeE
|
|
|
4298
4516
|
* @internal
|
|
4299
4517
|
*/
|
|
4300
4518
|
export declare const DescribeExecutionResponseFilterSensitiveLog: (obj: DescribeExecutionResponse) => any;
|
|
4519
|
+
/**
|
|
4520
|
+
* @internal
|
|
4521
|
+
*/
|
|
4522
|
+
export declare const DescribeHostKeyRequestFilterSensitiveLog: (obj: DescribeHostKeyRequest) => any;
|
|
4523
|
+
/**
|
|
4524
|
+
* @internal
|
|
4525
|
+
*/
|
|
4526
|
+
export declare const DescribeHostKeyResponseFilterSensitiveLog: (obj: DescribeHostKeyResponse) => any;
|
|
4301
4527
|
/**
|
|
4302
4528
|
* @internal
|
|
4303
4529
|
*/
|
|
@@ -4346,6 +4572,14 @@ export declare const ImportCertificateRequestFilterSensitiveLog: (obj: ImportCer
|
|
|
4346
4572
|
* @internal
|
|
4347
4573
|
*/
|
|
4348
4574
|
export declare const ImportCertificateResponseFilterSensitiveLog: (obj: ImportCertificateResponse) => any;
|
|
4575
|
+
/**
|
|
4576
|
+
* @internal
|
|
4577
|
+
*/
|
|
4578
|
+
export declare const ImportHostKeyRequestFilterSensitiveLog: (obj: ImportHostKeyRequest) => any;
|
|
4579
|
+
/**
|
|
4580
|
+
* @internal
|
|
4581
|
+
*/
|
|
4582
|
+
export declare const ImportHostKeyResponseFilterSensitiveLog: (obj: ImportHostKeyResponse) => any;
|
|
4349
4583
|
/**
|
|
4350
4584
|
* @internal
|
|
4351
4585
|
*/
|
|
@@ -4406,6 +4640,10 @@ export declare const ListConnectorsResponseFilterSensitiveLog: (obj: ListConnect
|
|
|
4406
4640
|
* @internal
|
|
4407
4641
|
*/
|
|
4408
4642
|
export declare const ListedExecutionFilterSensitiveLog: (obj: ListedExecution) => any;
|
|
4643
|
+
/**
|
|
4644
|
+
* @internal
|
|
4645
|
+
*/
|
|
4646
|
+
export declare const ListedHostKeyFilterSensitiveLog: (obj: ListedHostKey) => any;
|
|
4409
4647
|
/**
|
|
4410
4648
|
* @internal
|
|
4411
4649
|
*/
|
|
@@ -4430,6 +4668,14 @@ export declare const ListExecutionsRequestFilterSensitiveLog: (obj: ListExecutio
|
|
|
4430
4668
|
* @internal
|
|
4431
4669
|
*/
|
|
4432
4670
|
export declare const ListExecutionsResponseFilterSensitiveLog: (obj: ListExecutionsResponse) => any;
|
|
4671
|
+
/**
|
|
4672
|
+
* @internal
|
|
4673
|
+
*/
|
|
4674
|
+
export declare const ListHostKeysRequestFilterSensitiveLog: (obj: ListHostKeysRequest) => any;
|
|
4675
|
+
/**
|
|
4676
|
+
* @internal
|
|
4677
|
+
*/
|
|
4678
|
+
export declare const ListHostKeysResponseFilterSensitiveLog: (obj: ListHostKeysResponse) => any;
|
|
4433
4679
|
/**
|
|
4434
4680
|
* @internal
|
|
4435
4681
|
*/
|
|
@@ -4550,6 +4796,14 @@ export declare const UpdateConnectorRequestFilterSensitiveLog: (obj: UpdateConne
|
|
|
4550
4796
|
* @internal
|
|
4551
4797
|
*/
|
|
4552
4798
|
export declare const UpdateConnectorResponseFilterSensitiveLog: (obj: UpdateConnectorResponse) => any;
|
|
4799
|
+
/**
|
|
4800
|
+
* @internal
|
|
4801
|
+
*/
|
|
4802
|
+
export declare const UpdateHostKeyRequestFilterSensitiveLog: (obj: UpdateHostKeyRequest) => any;
|
|
4803
|
+
/**
|
|
4804
|
+
* @internal
|
|
4805
|
+
*/
|
|
4806
|
+
export declare const UpdateHostKeyResponseFilterSensitiveLog: (obj: UpdateHostKeyResponse) => any;
|
|
4553
4807
|
/**
|
|
4554
4808
|
* @internal
|
|
4555
4809
|
*/
|
|
@@ -11,6 +11,7 @@ import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "../commands
|
|
|
11
11
|
import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "../commands/DeleteAgreementCommand";
|
|
12
12
|
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
|
|
13
13
|
import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "../commands/DeleteConnectorCommand";
|
|
14
|
+
import { DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput } from "../commands/DeleteHostKeyCommand";
|
|
14
15
|
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
|
|
15
16
|
import { DeleteServerCommandInput, DeleteServerCommandOutput } from "../commands/DeleteServerCommand";
|
|
16
17
|
import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "../commands/DeleteSshPublicKeyCommand";
|
|
@@ -21,18 +22,21 @@ import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from ".
|
|
|
21
22
|
import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
|
|
22
23
|
import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "../commands/DescribeConnectorCommand";
|
|
23
24
|
import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "../commands/DescribeExecutionCommand";
|
|
25
|
+
import { DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput } from "../commands/DescribeHostKeyCommand";
|
|
24
26
|
import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "../commands/DescribeProfileCommand";
|
|
25
27
|
import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "../commands/DescribeSecurityPolicyCommand";
|
|
26
28
|
import { DescribeServerCommandInput, DescribeServerCommandOutput } from "../commands/DescribeServerCommand";
|
|
27
29
|
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
28
30
|
import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "../commands/DescribeWorkflowCommand";
|
|
29
31
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
|
|
32
|
+
import { ImportHostKeyCommandInput, ImportHostKeyCommandOutput } from "../commands/ImportHostKeyCommand";
|
|
30
33
|
import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "../commands/ImportSshPublicKeyCommand";
|
|
31
34
|
import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
|
|
32
35
|
import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
|
|
33
36
|
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
|
|
34
37
|
import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
|
|
35
38
|
import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
|
|
39
|
+
import { ListHostKeysCommandInput, ListHostKeysCommandOutput } from "../commands/ListHostKeysCommand";
|
|
36
40
|
import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
|
|
37
41
|
import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
|
|
38
42
|
import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
|
|
@@ -50,6 +54,7 @@ import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "../commands
|
|
|
50
54
|
import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "../commands/UpdateAgreementCommand";
|
|
51
55
|
import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "../commands/UpdateCertificateCommand";
|
|
52
56
|
import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "../commands/UpdateConnectorCommand";
|
|
57
|
+
import { UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput } from "../commands/UpdateHostKeyCommand";
|
|
53
58
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
54
59
|
import { UpdateServerCommandInput, UpdateServerCommandOutput } from "../commands/UpdateServerCommand";
|
|
55
60
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
@@ -64,6 +69,7 @@ export declare const serializeAws_json1_1DeleteAccessCommand: (input: DeleteAcce
|
|
|
64
69
|
export declare const serializeAws_json1_1DeleteAgreementCommand: (input: DeleteAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
70
|
export declare const serializeAws_json1_1DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
71
|
export declare const serializeAws_json1_1DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_json1_1DeleteHostKeyCommand: (input: DeleteHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
73
|
export declare const serializeAws_json1_1DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
74
|
export declare const serializeAws_json1_1DeleteServerCommand: (input: DeleteServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
75
|
export declare const serializeAws_json1_1DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -74,18 +80,21 @@ export declare const serializeAws_json1_1DescribeAgreementCommand: (input: Descr
|
|
|
74
80
|
export declare const serializeAws_json1_1DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
81
|
export declare const serializeAws_json1_1DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
82
|
export declare const serializeAws_json1_1DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_json1_1DescribeHostKeyCommand: (input: DescribeHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
84
|
export declare const serializeAws_json1_1DescribeProfileCommand: (input: DescribeProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
85
|
export declare const serializeAws_json1_1DescribeSecurityPolicyCommand: (input: DescribeSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
86
|
export declare const serializeAws_json1_1DescribeServerCommand: (input: DescribeServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
87
|
export declare const serializeAws_json1_1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
88
|
export declare const serializeAws_json1_1DescribeWorkflowCommand: (input: DescribeWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
89
|
export declare const serializeAws_json1_1ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1ImportHostKeyCommand: (input: ImportHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
91
|
export declare const serializeAws_json1_1ImportSshPublicKeyCommand: (input: ImportSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
92
|
export declare const serializeAws_json1_1ListAccessesCommand: (input: ListAccessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
93
|
export declare const serializeAws_json1_1ListAgreementsCommand: (input: ListAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
94
|
export declare const serializeAws_json1_1ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
95
|
export declare const serializeAws_json1_1ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
96
|
export declare const serializeAws_json1_1ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_json1_1ListHostKeysCommand: (input: ListHostKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
98
|
export declare const serializeAws_json1_1ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
99
|
export declare const serializeAws_json1_1ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
100
|
export declare const serializeAws_json1_1ListServersCommand: (input: ListServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -103,6 +112,7 @@ export declare const serializeAws_json1_1UpdateAccessCommand: (input: UpdateAcce
|
|
|
103
112
|
export declare const serializeAws_json1_1UpdateAgreementCommand: (input: UpdateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
113
|
export declare const serializeAws_json1_1UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
114
|
export declare const serializeAws_json1_1UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_json1_1UpdateHostKeyCommand: (input: UpdateHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
116
|
export declare const serializeAws_json1_1UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
117
|
export declare const serializeAws_json1_1UpdateServerCommand: (input: UpdateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
118
|
export declare const serializeAws_json1_1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -117,6 +127,7 @@ export declare const deserializeAws_json1_1DeleteAccessCommand: (output: __HttpR
|
|
|
117
127
|
export declare const deserializeAws_json1_1DeleteAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgreementCommandOutput>;
|
|
118
128
|
export declare const deserializeAws_json1_1DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
|
|
119
129
|
export declare const deserializeAws_json1_1DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1DeleteHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostKeyCommandOutput>;
|
|
120
131
|
export declare const deserializeAws_json1_1DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
|
|
121
132
|
export declare const deserializeAws_json1_1DeleteServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCommandOutput>;
|
|
122
133
|
export declare const deserializeAws_json1_1DeleteSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSshPublicKeyCommandOutput>;
|
|
@@ -127,18 +138,21 @@ export declare const deserializeAws_json1_1DescribeAgreementCommand: (output: __
|
|
|
127
138
|
export declare const deserializeAws_json1_1DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
|
|
128
139
|
export declare const deserializeAws_json1_1DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
|
|
129
140
|
export declare const deserializeAws_json1_1DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_json1_1DescribeHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostKeyCommandOutput>;
|
|
130
142
|
export declare const deserializeAws_json1_1DescribeProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfileCommandOutput>;
|
|
131
143
|
export declare const deserializeAws_json1_1DescribeSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityPolicyCommandOutput>;
|
|
132
144
|
export declare const deserializeAws_json1_1DescribeServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerCommandOutput>;
|
|
133
145
|
export declare const deserializeAws_json1_1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
134
146
|
export declare const deserializeAws_json1_1DescribeWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowCommandOutput>;
|
|
135
147
|
export declare const deserializeAws_json1_1ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
|
|
148
|
+
export declare const deserializeAws_json1_1ImportHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHostKeyCommandOutput>;
|
|
136
149
|
export declare const deserializeAws_json1_1ImportSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSshPublicKeyCommandOutput>;
|
|
137
150
|
export declare const deserializeAws_json1_1ListAccessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessesCommandOutput>;
|
|
138
151
|
export declare const deserializeAws_json1_1ListAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgreementsCommandOutput>;
|
|
139
152
|
export declare const deserializeAws_json1_1ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
|
|
140
153
|
export declare const deserializeAws_json1_1ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
|
|
141
154
|
export declare const deserializeAws_json1_1ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_json1_1ListHostKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostKeysCommandOutput>;
|
|
142
156
|
export declare const deserializeAws_json1_1ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
|
|
143
157
|
export declare const deserializeAws_json1_1ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
|
|
144
158
|
export declare const deserializeAws_json1_1ListServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServersCommandOutput>;
|
|
@@ -156,6 +170,7 @@ export declare const deserializeAws_json1_1UpdateAccessCommand: (output: __HttpR
|
|
|
156
170
|
export declare const deserializeAws_json1_1UpdateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgreementCommandOutput>;
|
|
157
171
|
export declare const deserializeAws_json1_1UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
|
|
158
172
|
export declare const deserializeAws_json1_1UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_json1_1UpdateHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostKeyCommandOutput>;
|
|
159
174
|
export declare const deserializeAws_json1_1UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
|
|
160
175
|
export declare const deserializeAws_json1_1UpdateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCommandOutput>;
|
|
161
176
|
export declare const deserializeAws_json1_1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|