@azure/arm-databox 3.0.0 → 5.0.0-beta.1
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/LICENSE +21 -0
- package/README.md +72 -73
- package/dist/index.js +5592 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataBoxManagementClient.d.ts +29 -0
- package/dist-esm/src/dataBoxManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataBoxManagementClient.js +89 -0
- package/dist-esm/src/dataBoxManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2157 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +168 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +163 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3911 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +24 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +176 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +11 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/jobs.d.ts +161 -0
- package/dist-esm/src/operations/jobs.d.ts.map +1 -0
- package/dist-esm/src/operations/jobs.js +687 -0
- package/dist-esm/src/operations/jobs.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/service.d.ts +83 -0
- package/dist-esm/src/operations/service.d.ts.map +1 -0
- package/dist-esm/src/operations/service.js +307 -0
- package/dist-esm/src/operations/service.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/jobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.js +9 -0
- package/dist-esm/src/operationsInterfaces/service.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-databox.api.md +1376 -0
- package/rollup.config.js +181 -30
- package/src/dataBoxManagementClient.ts +113 -29
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1924 -1354
- package/src/models/mappers.ts +3160 -1086
- package/src/models/parameters.ts +144 -54
- package/src/operations/index.ts +3 -5
- package/src/operations/jobs.ts +702 -480
- package/src/operations/operations.ts +89 -75
- package/src/operations/service.ts +342 -127
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/jobs.ts +205 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/service.ts +107 -0
- package/tsconfig.json +3 -3
- package/types/arm-databox.d.ts +2558 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-databox.js +0 -3090
- package/dist/arm-databox.js.map +0 -1
- package/dist/arm-databox.min.js +0 -1
- package/dist/arm-databox.min.js.map +0 -1
- package/esm/dataBoxManagementClient.d.ts +0 -20
- package/esm/dataBoxManagementClient.d.ts.map +0 -1
- package/esm/dataBoxManagementClient.js +0 -35
- package/esm/dataBoxManagementClient.js.map +0 -1
- package/esm/dataBoxManagementClientContext.d.ts +0 -16
- package/esm/dataBoxManagementClientContext.d.ts.map +0 -1
- package/esm/dataBoxManagementClientContext.js +0 -57
- package/esm/dataBoxManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1754
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/jobsMappers.d.ts +0 -2
- package/esm/models/jobsMappers.d.ts.map +0 -1
- package/esm/models/jobsMappers.js +0 -9
- package/esm/models/jobsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -75
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -2020
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -122
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/serviceMappers.d.ts +0 -2
- package/esm/models/serviceMappers.d.ts.map +0 -1
- package/esm/models/serviceMappers.js +0 -9
- package/esm/models/serviceMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -13
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/jobs.d.ts +0 -245
- package/esm/operations/jobs.d.ts.map +0 -1
- package/esm/operations/jobs.js +0 -444
- package/esm/operations/jobs.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/service.d.ts +0 -79
- package/esm/operations/service.d.ts.map +0 -1
- package/esm/operations/service.js +0 -126
- package/esm/operations/service.js.map +0 -1
- package/src/dataBoxManagementClientContext.ts +0 -69
- package/src/models/jobsMappers.ts +0 -55
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/serviceMappers.ts +0 -22
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/serviceMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Service. */
|
|
15
|
-
var Service = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Service.
|
|
18
|
-
* @param {DataBoxManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Service(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Service.prototype.listAvailableSkus = function (location, availableSkuRequest, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
location: location,
|
|
26
|
-
availableSkuRequest: availableSkuRequest,
|
|
27
|
-
options: options
|
|
28
|
-
}, listAvailableSkusOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
Service.prototype.validateAddressMethod = function (location, shippingAddress, deviceType, options, callback) {
|
|
31
|
-
return this.client.sendOperationRequest({
|
|
32
|
-
location: location,
|
|
33
|
-
shippingAddress: shippingAddress,
|
|
34
|
-
deviceType: deviceType,
|
|
35
|
-
options: options
|
|
36
|
-
}, validateAddressMethodOperationSpec, callback);
|
|
37
|
-
};
|
|
38
|
-
Service.prototype.listAvailableSkusNext = function (nextPageLink, options, callback) {
|
|
39
|
-
return this.client.sendOperationRequest({
|
|
40
|
-
nextPageLink: nextPageLink,
|
|
41
|
-
options: options
|
|
42
|
-
}, listAvailableSkusNextOperationSpec, callback);
|
|
43
|
-
};
|
|
44
|
-
return Service;
|
|
45
|
-
}());
|
|
46
|
-
export { Service };
|
|
47
|
-
// Operation Specifications
|
|
48
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
49
|
-
var listAvailableSkusOperationSpec = {
|
|
50
|
-
httpMethod: "POST",
|
|
51
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/availableSkus",
|
|
52
|
-
urlParameters: [
|
|
53
|
-
Parameters.subscriptionId,
|
|
54
|
-
Parameters.location
|
|
55
|
-
],
|
|
56
|
-
queryParameters: [
|
|
57
|
-
Parameters.apiVersion
|
|
58
|
-
],
|
|
59
|
-
headerParameters: [
|
|
60
|
-
Parameters.acceptLanguage
|
|
61
|
-
],
|
|
62
|
-
requestBody: {
|
|
63
|
-
parameterPath: "availableSkuRequest",
|
|
64
|
-
mapper: __assign(__assign({}, Mappers.AvailableSkuRequest), { required: true })
|
|
65
|
-
},
|
|
66
|
-
responses: {
|
|
67
|
-
200: {
|
|
68
|
-
bodyMapper: Mappers.AvailableSkusResult
|
|
69
|
-
},
|
|
70
|
-
default: {
|
|
71
|
-
bodyMapper: Mappers.CloudError
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
serializer: serializer
|
|
75
|
-
};
|
|
76
|
-
var validateAddressMethodOperationSpec = {
|
|
77
|
-
httpMethod: "POST",
|
|
78
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress",
|
|
79
|
-
urlParameters: [
|
|
80
|
-
Parameters.subscriptionId,
|
|
81
|
-
Parameters.location
|
|
82
|
-
],
|
|
83
|
-
queryParameters: [
|
|
84
|
-
Parameters.apiVersion
|
|
85
|
-
],
|
|
86
|
-
headerParameters: [
|
|
87
|
-
Parameters.acceptLanguage
|
|
88
|
-
],
|
|
89
|
-
requestBody: {
|
|
90
|
-
parameterPath: {
|
|
91
|
-
shippingAddress: "shippingAddress",
|
|
92
|
-
deviceType: "deviceType"
|
|
93
|
-
},
|
|
94
|
-
mapper: __assign(__assign({}, Mappers.ValidateAddress), { required: true })
|
|
95
|
-
},
|
|
96
|
-
responses: {
|
|
97
|
-
200: {
|
|
98
|
-
bodyMapper: Mappers.AddressValidationOutput
|
|
99
|
-
},
|
|
100
|
-
default: {
|
|
101
|
-
bodyMapper: Mappers.CloudError
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
serializer: serializer
|
|
105
|
-
};
|
|
106
|
-
var listAvailableSkusNextOperationSpec = {
|
|
107
|
-
httpMethod: "POST",
|
|
108
|
-
baseUrl: "https://management.azure.com",
|
|
109
|
-
path: "{nextLink}",
|
|
110
|
-
urlParameters: [
|
|
111
|
-
Parameters.nextPageLink
|
|
112
|
-
],
|
|
113
|
-
headerParameters: [
|
|
114
|
-
Parameters.acceptLanguage
|
|
115
|
-
],
|
|
116
|
-
responses: {
|
|
117
|
-
200: {
|
|
118
|
-
bodyMapper: Mappers.AvailableSkusResult
|
|
119
|
-
},
|
|
120
|
-
default: {
|
|
121
|
-
bodyMapper: Mappers.CloudError
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
serializer: serializer
|
|
125
|
-
};
|
|
126
|
-
//# sourceMappingURL=service.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../src/operations/service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import * as Models from "./models";
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
13
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
14
|
-
|
|
15
|
-
const packageName = "@azure/arm-databox";
|
|
16
|
-
const packageVersion = "3.0.0";
|
|
17
|
-
|
|
18
|
-
export class DataBoxManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
19
|
-
credentials: msRest.ServiceClientCredentials;
|
|
20
|
-
apiVersion?: string;
|
|
21
|
-
subscriptionId: string;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Initializes a new instance of the DataBoxManagementClient class.
|
|
25
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
26
|
-
* @param subscriptionId The Subscription Id
|
|
27
|
-
* @param [options] The parameter options
|
|
28
|
-
*/
|
|
29
|
-
constructor(
|
|
30
|
-
credentials: msRest.ServiceClientCredentials,
|
|
31
|
-
subscriptionId: string,
|
|
32
|
-
options?: Models.DataBoxManagementClientOptions
|
|
33
|
-
) {
|
|
34
|
-
if (credentials == undefined) {
|
|
35
|
-
throw new Error("'credentials' cannot be null.");
|
|
36
|
-
}
|
|
37
|
-
if (subscriptionId == undefined) {
|
|
38
|
-
throw new Error("'subscriptionId' cannot be null.");
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
if (!options) {
|
|
42
|
-
options = {};
|
|
43
|
-
}
|
|
44
|
-
if (!options.userAgent) {
|
|
45
|
-
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
46
|
-
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
super(credentials, options);
|
|
50
|
-
|
|
51
|
-
this.apiVersion = "2018-01-01";
|
|
52
|
-
this.acceptLanguage = "en-US";
|
|
53
|
-
this.longRunningOperationRetryTimeout = 30;
|
|
54
|
-
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
55
|
-
this.requestContentType = "application/json; charset=utf-8";
|
|
56
|
-
this.credentials = credentials;
|
|
57
|
-
this.subscriptionId = subscriptionId;
|
|
58
|
-
|
|
59
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
60
|
-
this.acceptLanguage = options.acceptLanguage;
|
|
61
|
-
}
|
|
62
|
-
if (
|
|
63
|
-
options.longRunningOperationRetryTimeout !== null &&
|
|
64
|
-
options.longRunningOperationRetryTimeout !== undefined
|
|
65
|
-
) {
|
|
66
|
-
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AccountCredentialDetails,
|
|
12
|
-
ApplianceNetworkConfiguration,
|
|
13
|
-
BaseResource,
|
|
14
|
-
CancellationReason,
|
|
15
|
-
CloudError,
|
|
16
|
-
ContactDetails,
|
|
17
|
-
CopyLogDetails,
|
|
18
|
-
CopyProgress,
|
|
19
|
-
DataBoxAccountCopyLogDetails,
|
|
20
|
-
DataBoxDiskCopyLogDetails,
|
|
21
|
-
DataBoxDiskCopyProgress,
|
|
22
|
-
DataBoxDiskJobDetails,
|
|
23
|
-
DataBoxDiskJobSecrets,
|
|
24
|
-
DataBoxHeavyAccountCopyLogDetails,
|
|
25
|
-
DataBoxHeavyJobDetails,
|
|
26
|
-
DataBoxHeavyJobSecrets,
|
|
27
|
-
DataBoxHeavySecret,
|
|
28
|
-
DataBoxJobDetails,
|
|
29
|
-
DataboxJobSecrets,
|
|
30
|
-
DataBoxSecret,
|
|
31
|
-
DestinationAccountDetails,
|
|
32
|
-
DestinationManagedDiskDetails,
|
|
33
|
-
DestinationStorageAccountDetails,
|
|
34
|
-
DiskSecret,
|
|
35
|
-
ErrorModel,
|
|
36
|
-
JobDetails,
|
|
37
|
-
JobErrorDetails,
|
|
38
|
-
JobResource,
|
|
39
|
-
JobResourceList,
|
|
40
|
-
JobResourceUpdateParameter,
|
|
41
|
-
JobSecrets,
|
|
42
|
-
JobStages,
|
|
43
|
-
NotificationPreference,
|
|
44
|
-
PackageShippingDetails,
|
|
45
|
-
Preferences,
|
|
46
|
-
Resource,
|
|
47
|
-
ShareCredentialDetails,
|
|
48
|
-
ShipmentPickUpRequest,
|
|
49
|
-
ShipmentPickUpResponse,
|
|
50
|
-
ShippingAddress,
|
|
51
|
-
Sku,
|
|
52
|
-
UnencryptedCredentials,
|
|
53
|
-
UnencryptedCredentialsList,
|
|
54
|
-
UpdateJobDetails
|
|
55
|
-
} from "../models/mappers";
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
CloudError,
|
|
12
|
-
Operation,
|
|
13
|
-
OperationDisplay,
|
|
14
|
-
OperationList
|
|
15
|
-
} from "../models/mappers";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AddressValidationOutput,
|
|
12
|
-
AvailableSkuRequest,
|
|
13
|
-
AvailableSkusResult,
|
|
14
|
-
CloudError,
|
|
15
|
-
DestinationToServiceLocationMap,
|
|
16
|
-
ShippingAddress,
|
|
17
|
-
Sku,
|
|
18
|
-
SkuCapacity,
|
|
19
|
-
SkuCost,
|
|
20
|
-
SkuInformation,
|
|
21
|
-
ValidateAddress
|
|
22
|
-
} from "../models/mappers";
|