diff --git a/docs/AWS_ArchivalStorage.html b/docs/AWS_ArchivalStorage.html index 1d706a42..bc0f255b 100644 --- a/docs/AWS_ArchivalStorage.html +++ b/docs/AWS_ArchivalStorage.html @@ -1,1003 +1,1189 @@ - - - - AWS_ArchivalStorage - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_ArchivalStorage

-
- -
-
-

- AWS_ArchivalStorage(aws, options) -

- -
-

Class to create a Glacier object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_ArchivalStorage(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/storage/aws-archivalStorage.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(params) - → - {Promise.<createVaultResponse>} - -

- -
-

- Trigers the createVault function - of Glacier -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateVaultInput - -

- Data required - for createVault -

-
-
- -
-

- View Source - - AWS/storage/aws-archivalStorage.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createVaultResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteVaultResponse>} - -

- -
-

- Trigers the deleteVault function - of Glacier -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteVaultInput - -

- Data required - for deleteVault -

-
-
- -
-

- View Source - - AWS/storage/aws-archivalStorage.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteVaultResponse> -
-
-
-
-
- -
-

- # - - - deleteFiles(params) - → - {Promise.<deleteArchiveResponse>} - -

- -
-

- Trigers the deleteArchive - function of Glacier -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteArchiveInput - -

- Data required - for - deleteArchive -

-
-
- -
-

- View Source - - AWS/storage/aws-archivalStorage.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteArchiveResponse> -
-
-
-
-
- -
-

- # - - - list(params) - → - {Promise.<listPartsResponse>} - -

- -
-

- Trigers the listParts function - of Glacier -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListPartsInput - -

- Data required - for listParts -

-
-
- -
-

- View Source - - AWS/storage/aws-archivalStorage.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<listPartsResponse> -
-
-
-
-
- -
-

- # - - - upload(params) - → - {Promise.<initiateMultipartUploadResponse>} - -

- -
-

- Trigers the - initiateMultipartUpload function - of Glacier -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - InitiateMultipartUploadInput - -

- Data required - for - initiateMultipartUpload -

-
-
- -
-

- View Source - - AWS/storage/aws-archivalStorage.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<initiateMultipartUploadResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_ArchivalStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_ArchivalStorage

+
+ + + + + +
+ +
+ +

AWS_ArchivalStorage(aws, options)

+ +

Class to create a Glacier object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_ArchivalStorage(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-archivalStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createVaultResponse>} + + +

+ + + + +
+

Trigers the createVault function of Glacier

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateVaultInput + + + +

Data required for createVault

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-archivalStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createVaultResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteVaultResponse>} + + +

+ + + + +
+

Trigers the deleteVault function of Glacier

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteVaultInput + + + +

Data required for deleteVault

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-archivalStorage.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteVaultResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFiles(params) → {Promise.<deleteArchiveResponse>} + + +

+ + + + +
+

Trigers the deleteArchive function of Glacier

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteArchiveInput + + + +

Data required for deleteArchive

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-archivalStorage.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteArchiveResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params) → {Promise.<listPartsResponse>} + + +

+ + + + +
+

Trigers the listParts function of Glacier

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListPartsInput + + + +

Data required for listParts

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-archivalStorage.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listPartsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + upload(params) → {Promise.<initiateMultipartUploadResponse>} + + +

+ + + + +
+

Trigers the initiateMultipartUpload function of Glacier

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +InitiateMultipartUploadInput + + + +

Data required for initiateMultipartUpload

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-archivalStorage.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<initiateMultipartUploadResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_BlockStorage.html b/docs/AWS_BlockStorage.html index b230dc6a..bd16e061 100644 --- a/docs/AWS_BlockStorage.html +++ b/docs/AWS_BlockStorage.html @@ -1,897 +1,1018 @@ - - - - AWS_BlockStorage - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_BlockStorage

-
- -
-
-

- AWS_BlockStorage(aws, options) -

- -
-

Class to create a EC2 object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_BlockStorage(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/storage/aws-blockStorage.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(params) - → - {Promise.<createVolumeResponse>} - -

- -
-

- Trigers the createVolume - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateVolumeRequest - -

- Data required - for createVolume -

-
-
- -
-

- View Source - - AWS/storage/aws-blockStorage.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createVolumeResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteVolumeResponse>} - -

- -
-

- Trigers the deleteVolume - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteVolumeRequest - -

- Data required - for deleteVolume -

-
-
- -
-

- View Source - - AWS/storage/aws-blockStorage.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteVolumeResponse> -
-
-
-
-
- -
-

- # - - - describe(params) - → - {Promise.<describeVolumeAttributeResponse>} - -

- -
-

- Trigers the - describeVolumeAttribute function - of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeVolumeAttributeRequest - -

- Data required - for - describeVolumeAttribute -

-
-
- -
-

- View Source - - AWS/storage/aws-blockStorage.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeVolumeAttributeResponse> -
-
-
-
-
- -
-

- # - - - list(params) - → - {Promise.<describeVolumesResponse>} - -

- -
-

- Trigers the describeVolumes - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeVolumesRequest - -

- Data required - for - describeVolumes -

-
-
- -
-

- View Source - - AWS/storage/aws-blockStorage.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeVolumesResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_BlockStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_BlockStorage

+
+ + + + + +
+ +
+ +

AWS_BlockStorage(aws, options)

+ +

Class to create a EC2 object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_BlockStorage(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-blockStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createVolumeResponse>} + + +

+ + + + +
+

Trigers the createVolume function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateVolumeRequest + + + +

Data required for createVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-blockStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteVolumeResponse>} + + +

+ + + + +
+

Trigers the deleteVolume function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteVolumeRequest + + + +

Data required for deleteVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-blockStorage.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(params) → {Promise.<describeVolumeAttributeResponse>} + + +

+ + + + +
+

Trigers the describeVolumeAttribute function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeVolumeAttributeRequest + + + +

Data required for describeVolumeAttribute

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-blockStorage.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeVolumeAttributeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params) → {Promise.<describeVolumesResponse>} + + +

+ + + + +
+

Trigers the describeVolumes function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeVolumesRequest + + + +

Data required for describeVolumes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-blockStorage.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeVolumesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_ComputeInstance.html b/docs/AWS_ComputeInstance.html index 4a730cae..405e3f8f 100644 --- a/docs/AWS_ComputeInstance.html +++ b/docs/AWS_ComputeInstance.html @@ -1,1426 +1,1873 @@ - - - - AWS_ComputeInstance - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_ComputeInstance

-
- -
-
-

- AWS_ComputeInstance(aws, options) -

- -
-

Class to create a EC2 object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_ComputeInstance(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - addTags(params) - → - {Promise.<createTagsResponse>} - -

- -
-

- Trigers the createTags function - of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateTagsRequest - -

- Data required - for createTags -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createTagsResponse> -
-
-
-
-
- -
-

- # - - - create(params) - → - {Promise.<runInstancesResponse>} - -

- -
-

- Trigers the runInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - RunInstancesRequest - -

- Data required - for runInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<runInstancesResponse> -
-
-
-
-
- -
-

- # - - - destroy(params) - → - {Promise.<terminateInstancesResponse>} - -

- -
-

- Trigers the terminateInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - TerminateInstancesRequest - -

- Data required - for - terminateInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 143 - -

-
- -
-
- -
-
-
-
- - - Promise.<terminateInstancesResponse> -
-
-
-
-
- -
-

- # - - - list(params) - → - {Promise.<describeInstancesResponse>} - -

- -
-

- Trigers the describeInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeInstancesRequest - -

- Data required - for - describeInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeInstancesResponse> -
-
-
-
-
- -
-

- # - - - monitor(params) - → - {Promise.<monitorInstancesResponse>} - -

- -
-

- Trigers the monitorInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - MonitorInstancesRequest - -

- Data required - for - monitorInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<monitorInstancesResponse> -
-
-
-
-
- -
-

- # - - - reboot(params) - → - {Promise.<rebootInstancesResponse>} - -

- -
-

- Trigers the rebootInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - RebootInstancesRequest - -

- Data required - for - rebootInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<rebootInstancesResponse> -
-
-
-
-
- -
-

- # - - - start(params) - → - {Promise.<startInstancesResponse>} - -

- -
-

- Trigers the startInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - StartInstancesRequest - -

- Data required - for - startInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 109 - -

-
- -
-
- -
-
-
-
- - - Promise.<startInstancesResponse> -
-
-
-
-
- -
-

- # - - - stop(params) - → - {Promise.<stopInstancesResponse>} - -

- -
-

- Trigers the stopInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - StopInstancesRequest - -

- Data required - for - stopInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 126 - -

-
- -
-
- -
-
-
-
- - - Promise.<stopInstancesResponse> -
-
-
-
-
- -
-

- # - - - unmonitor(params) - → - {Promise.<unmonitorInstancesResponse>} - -

- -
-

- Trigers the unmonitorInstances - function of EC2 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UnmonitorInstancesRequest - -

- Data required - for - unmonitorInstances -

-
-
- -
-

- View Source - - AWS/compute/aws-computeInstance.js, - line 160 - -

-
- -
-
- -
-
-
-
- - - Promise.<unmonitorInstancesResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_ComputeInstance + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_ComputeInstance

+
+ + + + + +
+ +
+ +

AWS_ComputeInstance(aws, options)

+ +

Class to create a EC2 object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_ComputeInstance(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + addTags(params) → {Promise.<createTagsResponse>} + + +

+ + + + +
+

Trigers the createTags function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateTagsRequest + + + +

Data required for createTags

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createTagsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(params) → {Promise.<runInstancesResponse>} + + +

+ + + + +
+

Trigers the runInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +RunInstancesRequest + + + +

Data required for runInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<runInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + destroy(params) → {Promise.<terminateInstancesResponse>} + + +

+ + + + +
+

Trigers the terminateInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +TerminateInstancesRequest + + + +

Data required for terminateInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 136 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<terminateInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params) → {Promise.<describeInstancesResponse>} + + +

+ + + + +
+

Trigers the describeInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeInstancesRequest + + + +

Data required for describeInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + monitor(params) → {Promise.<monitorInstancesResponse>} + + +

+ + + + +
+

Trigers the monitorInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +MonitorInstancesRequest + + + +

Data required for monitorInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<monitorInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + reboot(params) → {Promise.<rebootInstancesResponse>} + + +

+ + + + +
+

Trigers the rebootInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +RebootInstancesRequest + + + +

Data required for rebootInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<rebootInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + start(params) → {Promise.<startInstancesResponse>} + + +

+ + + + +
+

Trigers the startInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +StartInstancesRequest + + + +

Data required for startInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<startInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + stop(params) → {Promise.<stopInstancesResponse>} + + +

+ + + + +
+

Trigers the stopInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +StopInstancesRequest + + + +

Data required for stopInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 120 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<stopInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + unmonitor(params) → {Promise.<unmonitorInstancesResponse>} + + +

+ + + + +
+

Trigers the unmonitorInstances function of EC2

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UnmonitorInstancesRequest + + + +

Data required for unmonitorInstances

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-computeInstance.js, line 152 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<unmonitorInstancesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_Container.html b/docs/AWS_Container.html index e463eca2..e260a2ff 100644 --- a/docs/AWS_Container.html +++ b/docs/AWS_Container.html @@ -1,894 +1,1018 @@ - - - - AWS_Container - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_Container

-
- -
-
-

- AWS_Container(aws, options) -

- -
-

Class to create a ECS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_Container(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/compute/aws-container.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(params) - → - {Promise.<createClusterResponse>} - -

- -
-

- Trigers the createCluster - function of ECS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateClusterRequest - -

- Data required - for - createCluster -

-
-
- -
-

- View Source - - AWS/compute/aws-container.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createClusterResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteClusterResponse>} - -

- -
-

- Trigers the deleteCluster - function of ECS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteClusterRequest - -

- Data required - for - deleteCluster -

-
-
- -
-

- View Source - - AWS/compute/aws-container.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteClusterResponse> -
-
-
-
-
- -
-

- # - - - describe(params) - → - {Promise.<describeClustersResponse>} - -

- -
-

- Trigers the describeClusters - function of ECS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeClustersRequest - -

- Data required - for - describeClusters -

-
-
- -
-

- View Source - - AWS/compute/aws-container.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeClustersResponse> -
-
-
-
-
- -
-

- # - - - list(params) - → - {Promise.<listClustersResponse>} - -

- -
-

- Trigers the listClusters - function of ECS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListClustersRequest - -

- Data required - for listClusters -

-
-
- -
-

- View Source - - AWS/compute/aws-container.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<listClustersResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_Container + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_Container

+
+ + + + + +
+ +
+ +

AWS_Container(aws, options)

+ +

Class to create a ECS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_Container(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-container.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createClusterResponse>} + + +

+ + + + +
+

Trigers the createCluster function of ECS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateClusterRequest + + + +

Data required for createCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-container.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteClusterResponse>} + + +

+ + + + +
+

Trigers the deleteCluster function of ECS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteClusterRequest + + + +

Data required for deleteCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-container.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(params) → {Promise.<describeClustersResponse>} + + +

+ + + + +
+

Trigers the describeClusters function of ECS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeClustersRequest + + + +

Data required for describeClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-container.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params) → {Promise.<listClustersResponse>} + + +

+ + + + +
+

Trigers the listClusters function of ECS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListClustersRequest + + + +

Data required for listClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-container.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_DNS.html b/docs/AWS_DNS.html index 4e51ed8c..c9bcec33 100644 --- a/docs/AWS_DNS.html +++ b/docs/AWS_DNS.html @@ -1,905 +1,1018 @@ - - - - AWS_DNS - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_DNS

-
- -
-
-

- AWS_DNS(aws, options) -

- -
-

Class to create a Route53 object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_DNS(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/network/aws-DNS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - changeRecordSets(params) - → - {Promise.<changeResourceRecordSetsResponse>} - -

- -
-

- Trigers the - changeResourceRecordSets - function of Route53 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ChangeResourceRecordSetsRequest - -

- Data required - for - changeResourceRecordSets -

-
-
- -
-

- View Source - - AWS/network/aws-DNS.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<changeResourceRecordSetsResponse> -
-
-
-
-
- -
-

- # - - - createZone(params) - → - {Promise.<createHostedZoneResponse>} - -

- -
-

- Trigers the createHostedZone - function of Route53 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateHostedZoneRequest - -

- Data required - for - createHostedZone -

-
-
- -
-

- View Source - - AWS/network/aws-DNS.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<createHostedZoneResponse> -
-
-
-
-
- -
-

- # - - - deleteZone(params) - → - {Promise.<deleteHostedZoneResponse>} - -

- -
-

- Trigers the deleteHostedZone - function of Route53 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteHostedZoneRequest - -

- Data required - for - deleteHostedZone -

-
-
- -
-

- View Source - - AWS/network/aws-DNS.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteHostedZoneResponse> -
-
-
-
-
- -
-

- # - - - listZones(params) - → - {Promise.<listHostedZonesResponse>} - -

- -
-

- Trigers the listHostedZones - function of Route53 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListHostedZonesRequest - -

- Data required - for - listHostedZones -

-
-
- -
-

- View Source - - AWS/network/aws-DNS.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<listHostedZonesResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_DNS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_DNS

+
+ + + + + +
+ +
+ +

AWS_DNS(aws, options)

+ +

Class to create a Route53 object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_DNS(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-DNS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + changeRecordSets(params) → {Promise.<changeResourceRecordSetsResponse>} + + +

+ + + + +
+

Trigers the changeResourceRecordSets function of Route53

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ChangeResourceRecordSetsRequest + + + +

Data required for changeResourceRecordSets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-DNS.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<changeResourceRecordSetsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createZone(params) → {Promise.<createHostedZoneResponse>} + + +

+ + + + +
+

Trigers the createHostedZone function of Route53

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateHostedZoneRequest + + + +

Data required for createHostedZone

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-DNS.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createHostedZoneResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteZone(params) → {Promise.<deleteHostedZoneResponse>} + + +

+ + + + +
+

Trigers the deleteHostedZone function of Route53

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteHostedZoneRequest + + + +

Data required for deleteHostedZone

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-DNS.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteHostedZoneResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listZones(params) → {Promise.<listHostedZonesResponse>} + + +

+ + + + +
+

Trigers the listHostedZones function of Route53

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListHostedZonesRequest + + + +

Data required for listHostedZones

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-DNS.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listHostedZonesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_IAM.html b/docs/AWS_IAM.html index d31ae559..cdcb1f35 100644 --- a/docs/AWS_IAM.html +++ b/docs/AWS_IAM.html @@ -1,1010 +1,1189 @@ - - - - AWS_IAM - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_IAM

-
- -
-
-

- AWS_IAM(aws, options) -

- -
-

Class to create a IAM object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_IAM(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/security/aws-IAM.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - attachGroupPolicy(params) - → - {Promise.<attachGroupPolicyResponse>} - -

- -
-

- Trigers the attachGroupPolicy - function of IAM -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - AttachGroupPolicyRequest - -

- Data required - for - attachGroupPolicy -

-
-
- -
-

- View Source - - AWS/security/aws-IAM.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<attachGroupPolicyResponse> -
-
-
-
-
- -
-

- # - - - createGroup(params) - → - {Promise.<createGroupResponse>} - -

- -
-

- Trigers the createGroup function - of IAM -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateGroupRequest - -

- Data required - for createGroup -

-
-
- -
-

- View Source - - AWS/security/aws-IAM.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<createGroupResponse> -
-
-
-
-
- -
-

- # - - - deleteGroup(params) - → - {Promise.<deleteGroupResponse>} - -

- -
-

- Trigers the deleteGroup function - of IAM -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteGroupRequest - -

- Data required - for deleteGroup -

-
-
- -
-

- View Source - - AWS/security/aws-IAM.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteGroupResponse> -
-
-
-
-
- -
-

- # - - - describe(params) - → - {Promise.<getGroupResponse>} - -

- -
-

- Trigers the getGroup function of - IAM -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - GetGroupRequest - -

- Data required - for getGroup -

-
-
- -
-

- View Source - - AWS/security/aws-IAM.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<getGroupResponse> -
-
-
-
-
- -
-

- # - - - detachGroupPolicy(params) - → - {Promise.<detachGroupPolicyResponse>} - -

- -
-

- Trigers the detachGroupPolicy - function of IAM -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DetachGroupPolicyRequest - -

- Data required - for - detachGroupPolicy -

-
-
- -
-

- View Source - - AWS/security/aws-IAM.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<detachGroupPolicyResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_IAM + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_IAM

+
+ + + + + +
+ +
+ +

AWS_IAM(aws, options)

+ +

Class to create a IAM object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_IAM(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/security/aws-IAM.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + attachGroupPolicy(params) → {Promise.<attachGroupPolicyResponse>} + + +

+ + + + +
+

Trigers the attachGroupPolicy function of IAM

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +AttachGroupPolicyRequest + + + +

Data required for attachGroupPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/security/aws-IAM.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<attachGroupPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createGroup(params) → {Promise.<createGroupResponse>} + + +

+ + + + +
+

Trigers the createGroup function of IAM

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateGroupRequest + + + +

Data required for createGroup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/security/aws-IAM.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createGroupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteGroup(params) → {Promise.<deleteGroupResponse>} + + +

+ + + + +
+

Trigers the deleteGroup function of IAM

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteGroupRequest + + + +

Data required for deleteGroup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/security/aws-IAM.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteGroupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(params) → {Promise.<getGroupResponse>} + + +

+ + + + +
+

Trigers the getGroup function of IAM

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +GetGroupRequest + + + +

Data required for getGroup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/security/aws-IAM.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getGroupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + detachGroupPolicy(params) → {Promise.<detachGroupPolicyResponse>} + + +

+ + + + +
+

Trigers the detachGroupPolicy function of IAM

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DetachGroupPolicyRequest + + + +

Data required for detachGroupPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/security/aws-IAM.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<detachGroupPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_KeyManagement.html b/docs/AWS_KeyManagement.html index 895da74d..558b66a8 100644 --- a/docs/AWS_KeyManagement.html +++ b/docs/AWS_KeyManagement.html @@ -1,1009 +1,1189 @@ - - - - AWS_KeyManagement - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_KeyManagement

-
- -
-
-

- AWS_KeyManagement(aws, options) -

- -
-

Class to create a KMS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_KeyManagement(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/management/aws-keyManagement.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createKey(params) - → - {Promise.<createKeyResponse>} - -

- -
-

- Trigers the createKey function - of KMS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateKeyRequest - -

- Data required - for createKey -

-
-
- -
-

- View Source - - AWS/management/aws-keyManagement.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createKeyResponse> -
-
-
-
-
- -
-

- # - - - deleteKey(params) - → - {Promise.<deleteCustomKeyStoreResponse>} - -

- -
-

- Trigers the deleteCustomKeyStore - function of KMS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteCustomKeyStoreRequest - -

- Data required - for - deleteCustomKeyStore -

-
-
- -
-

- View Source - - AWS/management/aws-keyManagement.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteCustomKeyStoreResponse> -
-
-
-
-
- -
-

- # - - - describeKey(params) - → - {Promise.<describeKeyResponse>} - -

- -
-

- Trigers the describeKey function - of KMS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeKeyRequest - -

- Data required - for describeKey -

-
-
- -
-

- View Source - - AWS/management/aws-keyManagement.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeKeyResponse> -
-
-
-
-
- -
-

- # - - - putKeyPolicy(params) - → - {Promise.<putKeyPolicyResponse>} - -

- -
-

- Trigers the putKeyPolicy - function of KMS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - PutKeyPolicyRequest - -

- Data required - for putKeyPolicy -

-
-
- -
-

- View Source - - AWS/management/aws-keyManagement.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<putKeyPolicyResponse> -
-
-
-
-
- -
-

- # - - - update(params) - → - {Promise.<updateKeyDescriptionResponse>} - -

- -
-

- Trigers the updateKeyDescription - function of KMS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UpdateKeyDescriptionRequest - -

- Data required - for - updateKeyDescription -

-
-
- -
-

- View Source - - AWS/management/aws-keyManagement.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateKeyDescriptionResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_KeyManagement + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_KeyManagement

+
+ + + + + +
+ +
+ +

AWS_KeyManagement(aws, options)

+ +

Class to create a KMS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_KeyManagement(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-keyManagement.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createKey(params) → {Promise.<createKeyResponse>} + + +

+ + + + +
+

Trigers the createKey function of KMS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateKeyRequest + + + +

Data required for createKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-keyManagement.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteKey(params) → {Promise.<deleteCustomKeyStoreResponse>} + + +

+ + + + +
+

Trigers the deleteCustomKeyStore function of KMS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteCustomKeyStoreRequest + + + +

Data required for deleteCustomKeyStore

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-keyManagement.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteCustomKeyStoreResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeKey(params) → {Promise.<describeKeyResponse>} + + +

+ + + + +
+

Trigers the describeKey function of KMS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeKeyRequest + + + +

Data required for describeKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-keyManagement.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + putKeyPolicy(params) → {Promise.<putKeyPolicyResponse>} + + +

+ + + + +
+

Trigers the putKeyPolicy function of KMS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +PutKeyPolicyRequest + + + +

Data required for putKeyPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-keyManagement.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<putKeyPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(params) → {Promise.<updateKeyDescriptionResponse>} + + +

+ + + + +
+

Trigers the updateKeyDescription function of KMS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UpdateKeyDescriptionRequest + + + +

Data required for updateKeyDescription

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-keyManagement.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateKeyDescriptionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_Kubernetes.html b/docs/AWS_Kubernetes.html index cbe81534..38f4ad4b 100644 --- a/docs/AWS_Kubernetes.html +++ b/docs/AWS_Kubernetes.html @@ -1,1554 +1,2044 @@ - - - - AWS_Kubernetes - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_Kubernetes

-
- -
-
-

- AWS_Kubernetes(aws, options) -

- -
-

Class to create a EKS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_Kubernetes(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(params) - → - {Promise.<createClusterResponse>} - -

- -
-

- Trigers the createCluster - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateClusterRequest - -

- Data required - for - createCluster -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createClusterResponse> -
-
-
-
-
- -
-

- # - - - createNodeGroup(params) - → - {Promise.<createNodegroupResponse>} - -

- -
-

- Trigers the createNodegroup - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateNodegroupRequest - -

- Data required - for - createNodegroup -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<createNodegroupResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteClusterResponse>} - -

- -
-

- Trigers the deleteCluster - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteClusterRequest - -

- Data required - for - deleteCluster -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteClusterResponse> -
-
-
-
-
- -
-

- # - - - deleteNodegroup(params) - → - {Promise.<deleteNodegroupResponse>} - -

- -
-

- Trigers the deleteNodegroup - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteNodegroupRequest - -

- Data required - for - deleteNodegroup -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteNodegroupResponse> -
-
-
-
-
- -
-

- # - - - describeCluster(params) - → - {Promise.<describeClusterResponse>} - -

- -
-

- Trigers the describeCluster - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeClusterRequest - -

- Data required - for - describeCluster -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeClusterResponse> -
-
-
-
-
- -
-

- # - - - describeNodeGroup(params) - → - {Promise.<describeNodegroupResponse>} - -

- -
-

- Trigers the describeNodegroup - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeNodegroupRequest - -

- Data required - for - describeNodegroup -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 109 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeNodegroupResponse> -
-
-
-
-
- -
-

- # - - - listClusters(params) - → - {Promise.<listClustersResponse>} - -

- -
-

- Trigers the listClusters - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListClustersRequest - -

- Data required - for listClusters -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 126 - -

-
- -
-
- -
-
-
-
- - - Promise.<listClustersResponse> -
-
-
-
-
- -
-

- # - - - listNodegroups(params) - → - {Promise.<listNodegroupsResponse>} - -

- -
-

- Trigers the listNodegroups - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListNodegroupsRequest - -

- Data required - for - listNodegroups -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 143 - -

-
- -
-
- -
-
-
-
- - - Promise.<listNodegroupsResponse> -
-
-
-
-
- -
-

- # - - - updateConfig(params) - → - {Promise.<updateClusterConfigResponse>} - -

- -
-

- Trigers the updateClusterConfig - function of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UpdateClusterConfigRequest - -

- Data required - for - updateClusterConfig -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 177 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateClusterConfigResponse> -
-
-
-
-
- -
-

- # - - - updateTags(params) - → - {Promise.<tagResourceResponse>} - -

- -
-

- Trigers the tagResource function - of EKS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - TagResourceRequest - -

- Data required - for tagResource -

-
-
- -
-

- View Source - - AWS/compute/aws-kubernetes.js, - line 160 - -

-
- -
-
- -
-
-
-
- - - Promise.<tagResourceResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_Kubernetes + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_Kubernetes

+
+ + + + + +
+ +
+ +

AWS_Kubernetes(aws, options)

+ +

Class to create a EKS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_Kubernetes(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createClusterResponse>} + + +

+ + + + +
+

Trigers the createCluster function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateClusterRequest + + + +

Data required for createCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createNodeGroup(params) → {Promise.<createNodegroupResponse>} + + +

+ + + + +
+

Trigers the createNodegroup function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateNodegroupRequest + + + +

Data required for createNodegroup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createNodegroupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteClusterResponse>} + + +

+ + + + +
+

Trigers the deleteCluster function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteClusterRequest + + + +

Data required for deleteCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNodegroup(params) → {Promise.<deleteNodegroupResponse>} + + +

+ + + + +
+

Trigers the deleteNodegroup function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteNodegroupRequest + + + +

Data required for deleteNodegroup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodegroupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeCluster(params) → {Promise.<describeClusterResponse>} + + +

+ + + + +
+

Trigers the describeCluster function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeClusterRequest + + + +

Data required for describeCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeNodeGroup(params) → {Promise.<describeNodegroupResponse>} + + +

+ + + + +
+

Trigers the describeNodegroup function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeNodegroupRequest + + + +

Data required for describeNodegroup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeNodegroupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listClusters(params) → {Promise.<listClustersResponse>} + + +

+ + + + +
+

Trigers the listClusters function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListClustersRequest + + + +

Data required for listClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 120 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listNodegroups(params) → {Promise.<listNodegroupsResponse>} + + +

+ + + + +
+

Trigers the listNodegroups function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListNodegroupsRequest + + + +

Data required for listNodegroups

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 136 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listNodegroupsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateConfig(params) → {Promise.<updateClusterConfigResponse>} + + +

+ + + + +
+

Trigers the updateClusterConfig function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UpdateClusterConfigRequest + + + +

Data required for updateClusterConfig

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 168 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateClusterConfigResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateTags(params) → {Promise.<tagResourceResponse>} + + +

+ + + + +
+

Trigers the tagResource function of EKS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +TagResourceRequest + + + +

Data required for tagResource

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/compute/aws-kubernetes.js, line 152 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<tagResourceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_LoadBalancer.html b/docs/AWS_LoadBalancer.html index a19ca662..3180230d 100644 --- a/docs/AWS_LoadBalancer.html +++ b/docs/AWS_LoadBalancer.html @@ -1,1005 +1,1189 @@ - - - - AWS_LoadBalancer - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_LoadBalancer

-
- -
-
-

- AWS_LoadBalancer(aws, options) -

- -
-

Class to create a ELB object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_LoadBalancer(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/network/aws-loadBalancer.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - addTags(params) - → - {Promise.<addTagsResponse>} - -

- -
-

- Trigers the addTags function of - ELB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - AddTagsInput - -

- Data required - for addTags -

-
-
- -
-

- View Source - - AWS/network/aws-loadBalancer.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<addTagsResponse> -
-
-
-
-
- -
-

- # - - - create(params) - → - {Promise.<createLoadBalancerResponse>} - -

- -
-

- Trigers the createLoadBalancer - function of ELB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateAccessPointInput - -

- Data required - for - createLoadBalancer -

-
-
- -
-

- View Source - - AWS/network/aws-loadBalancer.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<createLoadBalancerResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteLoadBalancerResponse>} - -

- -
-

- Trigers the deleteLoadBalancer - function of ELB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteAccessPointInput - -

- Data required - for - deleteLoadBalancer -

-
-
- -
-

- View Source - - AWS/network/aws-loadBalancer.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteLoadBalancerResponse> -
-
-
-
-
- -
-

- # - - - describe(params) - → - {Promise.<describeLoadBalancerAttributesResponse>} - -

- -
-

- Trigers the - describeLoadBalancerAttributes - function of ELB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeLoadBalancerAttributesInput - -

- Data required - for - describeLoadBalancerAttributes -

-
-
- -
-

- View Source - - AWS/network/aws-loadBalancer.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeLoadBalancerAttributesResponse> -
-
-
-
-
- -
-

- # - - - list(params) - → - {Promise.<describeLoadBalancersResponse>} - -

- -
-

- Trigers the - describeLoadBalancers function - of ELB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeAccessPointsInput - -

- Data required - for - describeLoadBalancers -

-
-
- -
-

- View Source - - AWS/network/aws-loadBalancer.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeLoadBalancersResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_LoadBalancer + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_LoadBalancer

+
+ + + + + +
+ +
+ +

AWS_LoadBalancer(aws, options)

+ +

Class to create a ELB object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_LoadBalancer(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-loadBalancer.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + addTags(params) → {Promise.<addTagsResponse>} + + +

+ + + + +
+

Trigers the addTags function of ELB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +AddTagsInput + + + +

Data required for addTags

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-loadBalancer.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<addTagsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createLoadBalancerResponse>} + + +

+ + + + +
+

Trigers the createLoadBalancer function of ELB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateAccessPointInput + + + +

Data required for createLoadBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-loadBalancer.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createLoadBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteLoadBalancerResponse>} + + +

+ + + + +
+

Trigers the deleteLoadBalancer function of ELB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteAccessPointInput + + + +

Data required for deleteLoadBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-loadBalancer.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteLoadBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(params) → {Promise.<describeLoadBalancerAttributesResponse>} + + +

+ + + + +
+

Trigers the describeLoadBalancerAttributes function of ELB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeLoadBalancerAttributesInput + + + +

Data required for describeLoadBalancerAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-loadBalancer.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeLoadBalancerAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params) → {Promise.<describeLoadBalancersResponse>} + + +

+ + + + +
+

Trigers the describeLoadBalancers function of ELB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeAccessPointsInput + + + +

Data required for describeLoadBalancers

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/network/aws-loadBalancer.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeLoadBalancersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_Monitoring.html b/docs/AWS_Monitoring.html index dbc6c7f2..c7e98b99 100644 --- a/docs/AWS_Monitoring.html +++ b/docs/AWS_Monitoring.html @@ -1,906 +1,1018 @@ - - - - AWS_Monitoring - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_Monitoring

-
- -
-
-

- AWS_Monitoring(aws, options) -

- -
-

Class to create a CloudWatch object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_Monitoring(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/management/aws-monitoring.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - deleteAlarm(params) - → - {Promise.<deleteAlarmsResponse>} - -

- -
-

- Trigers the deleteAlarms - function of CloudWatch -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteAlarmsInput - -

- Data required - for deleteAlarms -

-
-
- -
-

- View Source - - AWS/management/aws-monitoring.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteAlarmsResponse> -
-
-
-
-
- -
-

- # - - - getMetricData(params) - → - {Promise.<getMetricDataResponse>} - -

- -
-

- Trigers the getMetricData - function of CloudWatch -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - GetMetricDataInput - -

- Data required - for - getMetricData -

-
-
- -
-

- View Source - - AWS/management/aws-monitoring.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<getMetricDataResponse> -
-
-
-
-
- -
-

- # - - - listAlarms(params) - → - {Promise.<listMetricsResponse>} - -

- -
-

- Trigers the listMetrics function - of CloudWatch -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListMetricsInput - -

- Data required - for listMetrics -

-
-
- -
-

- View Source - - AWS/management/aws-monitoring.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<listMetricsResponse> -
-
-
-
-
- -
-

- # - - - updateAlarm(params) - → - {Promise.<putMetricAlarmResponse>} - -

- -
-

- Trigers the putMetricAlarm - function of CloudWatch -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - PutMetricAlarmInput - -

- Data required - for - putMetricAlarm -

-
-
- -
-

- View Source - - AWS/management/aws-monitoring.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<putMetricAlarmResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_Monitoring + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_Monitoring

+
+ + + + + +
+ +
+ +

AWS_Monitoring(aws, options)

+ +

Class to create a CloudWatch object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_Monitoring(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-monitoring.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + deleteAlarm(params) → {Promise.<deleteAlarmsResponse>} + + +

+ + + + +
+

Trigers the deleteAlarms function of CloudWatch

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteAlarmsInput + + + +

Data required for deleteAlarms

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-monitoring.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteAlarmsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getMetricData(params) → {Promise.<getMetricDataResponse>} + + +

+ + + + +
+

Trigers the getMetricData function of CloudWatch

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +GetMetricDataInput + + + +

Data required for getMetricData

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-monitoring.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getMetricDataResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listAlarms(params) → {Promise.<listMetricsResponse>} + + +

+ + + + +
+

Trigers the listMetrics function of CloudWatch

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListMetricsInput + + + +

Data required for listMetrics

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-monitoring.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listMetricsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateAlarm(params) → {Promise.<putMetricAlarmResponse>} + + +

+ + + + +
+

Trigers the putMetricAlarm function of CloudWatch

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +PutMetricAlarmInput + + + +

Data required for putMetricAlarm

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-monitoring.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<putMetricAlarmResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_NoSql.html b/docs/AWS_NoSql.html index d9ac6896..376b0db4 100644 --- a/docs/AWS_NoSql.html +++ b/docs/AWS_NoSql.html @@ -1,1114 +1,1360 @@ - - - - AWS_NoSql - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_NoSql

-
- -
-
-

- AWS_NoSql(aws, options) -

- -
-

Class to create a DynamoDB object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_NoSql(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createItem(params) - → - {Promise.<putItemResponse>} - -

- -
-

- Trigers the putItem function of - DynamoDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - PutItemInput - -

- Data required - for putItem -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<putItemResponse> -
-
-
-
-
- -
-

- # - - - createTable(params) - → - {Promise.<createTableResponse>} - -

- -
-

- Trigers the createTable function - of DynamoDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateTableInput - -

- Data required - for createTable -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createTableResponse> -
-
-
-
-
- -
-

- # - - - deleteItem(params) - → - {Promise.<deleteItemResponse>} - -

- -
-

- Trigers the deleteItem function - of DynamoDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteItemInput - -

- Data required - for deleteItem -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteItemResponse> -
-
-
-
-
- -
-

- # - - - deleteTable(params) - → - {Promise.<deleteTableResponse>} - -

- -
-

- Trigers the deleteTable function - of DynamoDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteTableInput - -

- Data required - for deleteTable -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteTableResponse> -
-
-
-
-
- -
-

- # - - - query(params) - → - {Promise.<queryResponse>} - -

- -
-

- Trigers the query function of - DynamoDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - QueryInput - -

- Data required - for query -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<queryResponse> -
-
-
-
-
- -
-

- # - - - updateItem(params) - → - {Promise.<updateItemResponse>} - -

- -
-

- Trigers the updateItem function - of DynamoDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UpdateItemInput - -

- Data required - for updateItem -

-
-
- -
-

- View Source - - AWS/database/aws-noSql.js, - line 109 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateItemResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_NoSql + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_NoSql

+
+ + + + + +
+ +
+ +

AWS_NoSql(aws, options)

+ +

Class to create a DynamoDB object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_NoSql(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createItem(params) → {Promise.<putItemResponse>} + + +

+ + + + +
+

Trigers the putItem function of DynamoDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +PutItemInput + + + +

Data required for putItem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<putItemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createTable(params) → {Promise.<createTableResponse>} + + +

+ + + + +
+

Trigers the createTable function of DynamoDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateTableInput + + + +

Data required for createTable

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteItem(params) → {Promise.<deleteItemResponse>} + + +

+ + + + +
+

Trigers the deleteItem function of DynamoDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteItemInput + + + +

Data required for deleteItem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteItemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteTable(params) → {Promise.<deleteTableResponse>} + + +

+ + + + +
+

Trigers the deleteTable function of DynamoDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteTableInput + + + +

Data required for deleteTable

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + query(params) → {Promise.<queryResponse>} + + +

+ + + + +
+

Trigers the query function of DynamoDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +QueryInput + + + +

Data required for query

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<queryResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateItem(params) → {Promise.<updateItemResponse>} + + +

+ + + + +
+

Trigers the updateItem function of DynamoDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UpdateItemInput + + + +

Data required for updateItem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSql.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateItemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_NoSqlIndexed.html b/docs/AWS_NoSqlIndexed.html index 97dc52b0..d4d57a69 100644 --- a/docs/AWS_NoSqlIndexed.html +++ b/docs/AWS_NoSqlIndexed.html @@ -1,1447 +1,1873 @@ - - - - AWS_NoSqlIndexed - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_NoSqlIndexed

-
- -
-
-

- AWS_NoSqlIndexed(aws, options) -

- -
-

Class to create a SimpleDB object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_NoSqlIndexed(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - batchDelete(params) - → - {Promise.<batchDeleteAttributesResponse>} - -

- -
-

- Trigers the - batchDeleteAttributes function - of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - BatchDeleteAttributesRequest - -

- Data required - for - batchDeleteAttributes -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<batchDeleteAttributesResponse> -
-
-
-
-
- -
-

- # - - - batchWrite(params) - → - {Promise.<batchPutAttributesResponse>} - -

- -
-

- Trigers the batchPutAttributes - function of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - BatchPutAttributesRequest - -

- Data required - for - batchPutAttributes -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<batchPutAttributesResponse> -
-
-
-
-
- -
-

- # - - - createCollection(params) - → - {Promise.<createDomainResponse>} - -

- -
-

- Trigers the createDomain - function of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateDomainRequest - -

- Data required - for createDomain -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDomainResponse> -
-
-
-
-
- -
-

- # - - - deleteAttribute(params) - → - {Promise.<deleteAttributesResponse>} - -

- -
-

- Trigers the deleteAttributes - function of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteAttributesRequest - -

- Data required - for - deleteAttributes -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteAttributesResponse> -
-
-
-
-
- -
-

- # - - - deleteCollection(params) - → - {Promise.<deleteDomainResponse>} - -

- -
-

- Trigers the deleteDomain - function of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteDomainRequest - -

- Data required - for deleteDomain -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteDomainResponse> -
-
-
-
-
- -
-

- # - - - getAttributes(params) - → - {Promise.<getAttributesResponse>} - -

- -
-

- Trigers the getAttributes - function of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - GetAttributesRequest - -

- Data required - for - getAttributes -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 109 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAttributesResponse> -
-
-
-
-
- -
-

- # - - - listCollections(params) - → - {Promise.<listDomainsResponse>} - -

- -
-

- Trigers the listDomains function - of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListDomainsRequest - -

- Data required - for listDomains -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 126 - -

-
- -
-
- -
-
-
-
- - - Promise.<listDomainsResponse> -
-
-
-
-
- -
-

- # - - - query(params) - → - {Promise.<selectResponse>} - -

- -
-

- Trigers the select function of - SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - SelectRequest - -

- Data required - for select -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 160 - -

-
- -
-
- -
-
-
-
- - - Promise.<selectResponse> -
-
-
-
-
- -
-

- # - - - setAttribute(params) - → - {Promise.<putAttributesResponse>} - -

- -
-

- Trigers the putAttributes - function of SimpleDB -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - PutAttributesRequest - -

- Data required - for - putAttributes -

-
-
- -
-

- View Source - - AWS/database/aws-noSqlIndexed.js, - line 143 - -

-
- -
-
- -
-
-
-
- - - Promise.<putAttributesResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_NoSqlIndexed + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_NoSqlIndexed

+
+ + + + + +
+ +
+ +

AWS_NoSqlIndexed(aws, options)

+ +

Class to create a SimpleDB object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_NoSqlIndexed(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + batchDelete(params) → {Promise.<batchDeleteAttributesResponse>} + + +

+ + + + +
+

Trigers the batchDeleteAttributes function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +BatchDeleteAttributesRequest + + + +

Data required for batchDeleteAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<batchDeleteAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + batchWrite(params) → {Promise.<batchPutAttributesResponse>} + + +

+ + + + +
+

Trigers the batchPutAttributes function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +BatchPutAttributesRequest + + + +

Data required for batchPutAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<batchPutAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createCollection(params) → {Promise.<createDomainResponse>} + + +

+ + + + +
+

Trigers the createDomain function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateDomainRequest + + + +

Data required for createDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteAttribute(params) → {Promise.<deleteAttributesResponse>} + + +

+ + + + +
+

Trigers the deleteAttributes function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteAttributesRequest + + + +

Data required for deleteAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteCollection(params) → {Promise.<deleteDomainResponse>} + + +

+ + + + +
+

Trigers the deleteDomain function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteDomainRequest + + + +

Data required for deleteDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getAttributes(params) → {Promise.<getAttributesResponse>} + + +

+ + + + +
+

Trigers the getAttributes function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +GetAttributesRequest + + + +

Data required for getAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listCollections(params) → {Promise.<listDomainsResponse>} + + +

+ + + + +
+

Trigers the listDomains function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListDomainsRequest + + + +

Data required for listDomains

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 120 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listDomainsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + query(params) → {Promise.<selectResponse>} + + +

+ + + + +
+

Trigers the select function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +SelectRequest + + + +

Data required for select

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 152 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<selectResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + setAttribute(params) → {Promise.<putAttributesResponse>} + + +

+ + + + +
+

Trigers the putAttributes function of SimpleDB

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +PutAttributesRequest + + + +

Data required for putAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-noSqlIndexed.js, line 136 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<putAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_NotificationService.html b/docs/AWS_NotificationService.html index b70829d3..37b5f5d2 100644 --- a/docs/AWS_NotificationService.html +++ b/docs/AWS_NotificationService.html @@ -1,1338 +1,1702 @@ - - - - AWS_NotificationService - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_NotificationService

-
- -
-
-

- AWS_NotificationService(aws, options) -

- -
-

Class to create a SNS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new - AWS_NotificationService(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createTopic(params) - → - {Promise.<createTopicResponse>} - -

- -
-

- Trigers the createTopic function - of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateTopicInput - -

- Data required - for createTopic -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createTopicResponse> -
-
-
-
-
- -
-

- # - - - deleteTopic(params) - → - {Promise.<deleteTopicResponse>} - -

- -
-

- Trigers the deleteTopic function - of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteTopicInput - -

- Data required - for deleteTopic -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteTopicResponse> -
-
-
-
-
- -
-

- # - - - getTopicAttributes(params) - → - {Promise.<getTopicAttributesResponse>} - -

- -
-

- Trigers the getTopicAttributes - function of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - GetTopicAttributesInput - -

- Data required - for - getTopicAttributes -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<getTopicAttributesResponse> -
-
-
-
-
- -
-

- # - - - listSubscriptions(params) - → - {Promise.<listSubscriptionsResponse>} - -

- -
-

- Trigers the listSubscriptions - function of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListSubscriptionsInput - -

- Data required - for - listSubscriptions -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<listSubscriptionsResponse> -
-
-
-
-
- -
-

- # - - - listTopics(params) - → - {Promise.<listTopicsResponse>} - -

- -
-

- Trigers the listTopics function - of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListTopicsInput - -

- Data required - for listTopics -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<listTopicsResponse> -
-
-
-
-
- -
-

- # - - - publish(params) - → - {Promise.<publishResponse>} - -

- -
-

- Trigers the publish function of - SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - PublishInput - -

- Data required - for publish -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 109 - -

-
- -
-
- -
-
-
-
- - - Promise.<publishResponse> -
-
-
-
-
- -
-

- # - - - subscribe(params) - → - {Promise.<subscribeResponse>} - -

- -
-

- Trigers the subscribe function - of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - SubscribeInput - -

- Data required - for subscribe -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 126 - -

-
- -
-
- -
-
-
-
- - - Promise.<subscribeResponse> -
-
-
-
-
- -
-

- # - - - unsubscribe(params) - → - {Promise.<unsubscribeResponse>} - -

- -
-

- Trigers the unsubscribe function - of SNS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UnsubscribeInput - -

- Data required - for unsubscribe -

-
-
- -
-

- View Source - - AWS/management/aws-notificationService.js, - line 143 - -

-
- -
-
- -
-
-
-
- - - Promise.<unsubscribeResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_NotificationService + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_NotificationService

+
+ + + + + +
+ +
+ +

AWS_NotificationService(aws, options)

+ +

Class to create a SNS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_NotificationService(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createTopic(params) → {Promise.<createTopicResponse>} + + +

+ + + + +
+

Trigers the createTopic function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateTopicInput + + + +

Data required for createTopic

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createTopicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteTopic(params) → {Promise.<deleteTopicResponse>} + + +

+ + + + +
+

Trigers the deleteTopic function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteTopicInput + + + +

Data required for deleteTopic

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteTopicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getTopicAttributes(params) → {Promise.<getTopicAttributesResponse>} + + +

+ + + + +
+

Trigers the getTopicAttributes function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +GetTopicAttributesInput + + + +

Data required for getTopicAttributes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getTopicAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listSubscriptions(params) → {Promise.<listSubscriptionsResponse>} + + +

+ + + + +
+

Trigers the listSubscriptions function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListSubscriptionsInput + + + +

Data required for listSubscriptions

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listSubscriptionsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listTopics(params) → {Promise.<listTopicsResponse>} + + +

+ + + + +
+

Trigers the listTopics function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListTopicsInput + + + +

Data required for listTopics

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listTopicsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + publish(params) → {Promise.<publishResponse>} + + +

+ + + + +
+

Trigers the publish function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +PublishInput + + + +

Data required for publish

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<publishResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + subscribe(params) → {Promise.<subscribeResponse>} + + +

+ + + + +
+

Trigers the subscribe function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +SubscribeInput + + + +

Data required for subscribe

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 120 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<subscribeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + unsubscribe(params) → {Promise.<unsubscribeResponse>} + + +

+ + + + +
+

Trigers the unsubscribe function of SNS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UnsubscribeInput + + + +

Data required for unsubscribe

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/management/aws-notificationService.js, line 136 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<unsubscribeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_RDBMS.html b/docs/AWS_RDBMS.html index b5deb00c..d73452c8 100644 --- a/docs/AWS_RDBMS.html +++ b/docs/AWS_RDBMS.html @@ -1,1122 +1,1360 @@ - - - - AWS_RDBMS - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_RDBMS

-
- -
-
-

- AWS_RDBMS(aws, options) -

- -
-

Class to create a RDS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_RDBMS(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createDatabse(params) - → - {Promise.<createDBClusterResponse>} - -

- -
-

- Trigers the createDBCluster - function of RDS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateDBClusterMessage - -

- Data required - for - createDBCluster -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDBClusterResponse> -
-
-
-
-
- -
-

- # - - - createSnapshots(params) - → - {Promise.<createDBSnapshotResponse>} - -

- -
-

- Trigers the createDBSnapshot - function of RDS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateDBSnapshotMessage - -

- Data required - for - createDBSnapshot -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDBSnapshotResponse> -
-
-
-
-
- -
-

- # - - - deleteDatabase(params) - → - {Promise.<deleteDBClusterResponse>} - -

- -
-

- Trigers the deleteDBCluster - function of RDS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteDBClusterMessage - -

- Data required - for - deleteDBCluster -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteDBClusterResponse> -
-
-
-
-
- -
-

- # - - - deleteDBSnapshot(params) - → - {Promise.<deleteDBSnapshotResponse>} - -

- -
-

- Trigers the deleteDBSnapshot - function of RDS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteDBSnapshotMessage - -

- Data required - for - deleteDBSnapshot -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteDBSnapshotResponse> -
-
-
-
-
- -
-

- # - - - modifyDB(params) - → - {Promise.<modifyDBClusterResponse>} - -

- -
-

- Trigers the modifyDBCluster - function of RDS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ModifyDBClusterMessage - -

- Data required - for - modifyDBCluster -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<modifyDBClusterResponse> -
-
-
-
-
- -
-

- # - - - restoreDatabase(params) - → - {Promise.<rebootDBInstanceResponse>} - -

- -
-

- Trigers the rebootDBInstance - function of RDS -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - RebootDBInstanceMessage - -

- Data required - for - rebootDBInstance -

-
-
- -
-

- View Source - - AWS/database/aws-RDBMS.js, - line 109 - -

-
- -
-
- -
-
-
-
- - - Promise.<rebootDBInstanceResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_RDBMS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_RDBMS

+
+ + + + + +
+ +
+ +

AWS_RDBMS(aws, options)

+ +

Class to create a RDS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_RDBMS(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createDatabse(params) → {Promise.<createDBClusterResponse>} + + +

+ + + + +
+

Trigers the createDBCluster function of RDS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateDBClusterMessage + + + +

Data required for createDBCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDBClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createSnapshots(params) → {Promise.<createDBSnapshotResponse>} + + +

+ + + + +
+

Trigers the createDBSnapshot function of RDS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateDBSnapshotMessage + + + +

Data required for createDBSnapshot

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDBSnapshotResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDatabase(params) → {Promise.<deleteDBClusterResponse>} + + +

+ + + + +
+

Trigers the deleteDBCluster function of RDS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteDBClusterMessage + + + +

Data required for deleteDBCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDBClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDBSnapshot(params) → {Promise.<deleteDBSnapshotResponse>} + + +

+ + + + +
+

Trigers the deleteDBSnapshot function of RDS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteDBSnapshotMessage + + + +

Data required for deleteDBSnapshot

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDBSnapshotResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + modifyDB(params) → {Promise.<modifyDBClusterResponse>} + + +

+ + + + +
+

Trigers the modifyDBCluster function of RDS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ModifyDBClusterMessage + + + +

Data required for modifyDBCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<modifyDBClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restoreDatabase(params) → {Promise.<rebootDBInstanceResponse>} + + +

+ + + + +
+

Trigers the rebootDBInstance function of RDS

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +RebootDBInstanceMessage + + + +

Data required for rebootDBInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/database/aws-RDBMS.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<rebootDBInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_StorageBucket.html b/docs/AWS_StorageBucket.html index 39564457..0038e860 100644 --- a/docs/AWS_StorageBucket.html +++ b/docs/AWS_StorageBucket.html @@ -1,959 +1,1138 @@ - - - - AWS_StorageBucket - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_StorageBucket

-
- -
-
-

- AWS_StorageBucket(aws, options) -

- -
-

Class to create a S3 object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_StorageBucket(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/storage/aws-storageBucket.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(params) - → - {Promise.<createBucketResponse>} - -

- -
-

- Trigers the createBucket - function of S3 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateBucketRequest - -

- Data required - for createBucket -

-
-
- -
-

- View Source - - AWS/storage/aws-storageBucket.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createBucketResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteBucketResponse>} - -

- -
-

- Trigers the deleteBucket - function of S3 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteBucketRequest - -

- Data required - for deleteBucket -

-
-
- -
-

- View Source - - AWS/storage/aws-storageBucket.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteBucketResponse> -
-
-
-
-
- -
-

- # - - - deleteFiles(params) - → - {Promise.<deleteObjectsResponse>} - -

- -
-

- Trigers the deleteObjects - function of S3 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteObjectsRequest - -

- Data required - for - deleteObjects -

-
-
- -
-

- View Source - - AWS/storage/aws-storageBucket.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteObjectsResponse> -
-
-
-
-
- -
-

- # - - - list() - → - {Promise.<listBucketsResponse>} - -

- -
-

- Trigers the listBuckets function - of S3 -

-
- -
-

- View Source - - AWS/storage/aws-storageBucket.js, - line 74 - -

-
- -
-
- -
-
-
-
- - - Promise.<listBucketsResponse> -
-
-
-
-
- -
-

- # - - - upload(params) - → - {Promise.<uploadPartResponse>} - -

- -
-

- Trigers the uploadPart function - of S3 -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UploadPartRequest - -

- Data required - for uploadPart -

-
-
- -
-

- View Source - - AWS/storage/aws-storageBucket.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<uploadPartResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_StorageBucket + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_StorageBucket

+
+ + + + + +
+ +
+ +

AWS_StorageBucket(aws, options)

+ +

Class to create a S3 object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_StorageBucket(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-storageBucket.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of S3

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateBucketRequest + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-storageBucket.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of S3

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteBucketRequest + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-storageBucket.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFiles(params) → {Promise.<deleteObjectsResponse>} + + +

+ + + + +
+

Trigers the deleteObjects function of S3

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteObjectsRequest + + + +

Data required for deleteObjects

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-storageBucket.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteObjectsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list() → {Promise.<listBucketsResponse>} + + +

+ + + + +
+

Trigers the listBuckets function of S3

+
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-storageBucket.js, line 71 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + upload(params) → {Promise.<uploadPartResponse>} + + +

+ + + + +
+

Trigers the uploadPart function of S3

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UploadPartRequest + + + +

Data required for uploadPart

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/storage/aws-storageBucket.js, line 87 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<uploadPartResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_Translation.html b/docs/AWS_Translation.html index 2f18c0ab..0f8b46c4 100644 --- a/docs/AWS_Translation.html +++ b/docs/AWS_Translation.html @@ -1,1017 +1,1189 @@ - - - - AWS_Translation - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
-

Class

-

AWS_Translation

-
- -
-
-

- AWS_Translation(aws, options) -

- -
-

Class to create a Translate object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_Translation(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/artificialinteligence/aws-translation.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - batchTranslate(params) - → - {Promise.<startTextTranslationJobResponse>} - -

- -
-

- Trigers the - startTextTranslationJob function - of Translate -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - StartTextTranslationJobRequest - -

- Data required - for - startTextTranslationJob -

-
-
- -
-

- View Source - - AWS/artificialinteligence/aws-translation.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<startTextTranslationJobResponse> -
-
-
-
-
- -
-

- # - - - createGlossary(params) - → - {Promise.<importTerminologyResponse>} - -

- -
-

- Trigers the importTerminology - function of Translate -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ImportTerminologyRequest - -

- Data required - for - importTerminology -

-
-
- -
-

- View Source - - AWS/artificialinteligence/aws-translation.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<importTerminologyResponse> -
-
-
-
-
- -
-

- # - - - deleteGlossary(params) - → - {Promise.<deleteTerminologyResponse>} - -

- -
-

- Trigers the deleteTerminology - function of Translate -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteTerminologyRequest - -

- Data required - for - deleteTerminology -

-
-
- -
-

- View Source - - AWS/artificialinteligence/aws-translation.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteTerminologyResponse> -
-
-
-
-
- -
-

- # - - - getGlossary(params) - → - {Promise.<getTerminologyResponse>} - -

- -
-

- Trigers the getTerminology - function of Translate -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - GetTerminologyRequest - -

- Data required - for - getTerminology -

-
-
- -
-

- View Source - - AWS/artificialinteligence/aws-translation.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<getTerminologyResponse> -
-
-
-
-
- -
-

- # - - - translate(params) - → - {Promise.<translateTextResponse>} - -

- -
-

- Trigers the translateText - function of Translate -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - TranslateTextRequest - -

- Data required - for - translateText -

-
-
- -
-

- View Source - - AWS/artificialinteligence/aws-translation.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<translateTextResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_Translation + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_Translation

+
+ + + + + +
+ +
+ +

AWS_Translation(aws, options)

+ +

Class to create a Translate object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_Translation(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/artificialinteligence/aws-translation.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + batchTranslate(params) → {Promise.<startTextTranslationJobResponse>} + + +

+ + + + +
+

Trigers the startTextTranslationJob function of Translate

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +StartTextTranslationJobRequest + + + +

Data required for startTextTranslationJob

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/artificialinteligence/aws-translation.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<startTextTranslationJobResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createGlossary(params) → {Promise.<importTerminologyResponse>} + + +

+ + + + +
+

Trigers the importTerminology function of Translate

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ImportTerminologyRequest + + + +

Data required for importTerminology

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/artificialinteligence/aws-translation.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<importTerminologyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteGlossary(params) → {Promise.<deleteTerminologyResponse>} + + +

+ + + + +
+

Trigers the deleteTerminology function of Translate

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteTerminologyRequest + + + +

Data required for deleteTerminology

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/artificialinteligence/aws-translation.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteTerminologyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getGlossary(params) → {Promise.<getTerminologyResponse>} + + +

+ + + + +
+

Trigers the getTerminology function of Translate

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +GetTerminologyRequest + + + +

Data required for getTerminology

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/artificialinteligence/aws-translation.js, line 40 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getTerminologyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + translate(params) → {Promise.<translateTextResponse>} + + +

+ + + + +
+

Trigers the translateText function of Translate

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +TranslateTextRequest + + + +

Data required for translateText

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/artificialinteligence/aws-translation.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<translateTextResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_appServices_aws-paaS.js.html b/docs/AWS_appServices_aws-paaS.js.html index 92d39d03..5c435d54 100644 --- a/docs/AWS_appServices_aws-paaS.js.html +++ b/docs/AWS_appServices_aws-paaS.js.html @@ -1,627 +1,414 @@ + + - - - - AWS/appServices/aws-paaS.js - - - - - - - - - - - - - + + + + + AWS/appServices/aws-paaS.js + + + + + + + + + + + + + + + + + + - - + + + -
-
- - - -
-
-
- -
-
-
-

Source

-

AWS/appServices/aws-paaS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/appServices/aws-paaS.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a ElasticBeanstalk object
  * @category AWS
  */
 class AWS_PaaS {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._elasticBeanstalk = new this._AWS.ElasticBeanstalk({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the checkDNSAvailability function of ElasticBeanstalk
-     * @param {CheckDNSAvailabilityMessage} params - Data required for checkDNSAvailability
-     * @returns {Promise<checkDNSAvailabilityResponse>}
-     */
-    checkDNSAvailability(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.checkDNSAvailability(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the composeEnvironments function of ElasticBeanstalk
-     * @param {ComposeEnvironmentsMessage} params - Data required for composeEnvironments
-     * @returns {Promise<composeEnvironmentsResponse>}
-     */
-    composeEnvironments(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.composeEnvironments(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createApplication function of ElasticBeanstalk
-     * @param {CreateApplicationMessage} params - Data required for createApplication
-     * @returns {Promise<createApplicationResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.createApplication(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createConfigurationTemplate function of ElasticBeanstalk
-     * @param {CreateConfigurationTemplateMessage} params - Data required for createConfigurationTemplate
-     * @returns {Promise<createConfigurationTemplateResponse>}
-     */
-    createConfigTemplate(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.createConfigurationTemplate(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createEnvironment function of ElasticBeanstalk
-     * @param {CreateEnvironmentMessage} params - Data required for createEnvironment
-     * @returns {Promise<createEnvironmentResponse>}
-     */
-    createEnvironment(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.createEnvironment(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createStorageLocation function of ElasticBeanstalk
-     * @returns {Promise<createStorageLocationResponse>}
-     */
-    createStorageLocation() {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.createStorageLocation((error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteApplication function of ElasticBeanstalk
-     * @param {DeleteApplicationMessage} params - Data required for deleteApplication
-     * @returns {Promise<deleteApplicationResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.deleteApplication(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteConfigurationTemplate function of ElasticBeanstalk
-     * @param {DeleteConfigurationTemplateMessage} params - Data required for deleteConfigurationTemplate
-     * @returns {Promise<deleteConfigurationTemplateResponse>}
-     */
-    deleteConfigTemplate(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.deleteConfigurationTemplate(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeAccountAttributes function of ElasticBeanstalk
-     * @returns {Promise<describeAccountAttributesResponse>}
-     */
-    describeAccountAttributes() {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.describeAccountAttributes((error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeApplications function of ElasticBeanstalk
-     * @param {DescribeApplicationsMessage} params - Data required for describeApplications
-     * @returns {Promise<describeApplicationsResponse>}
-     */
-    describe(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.describeApplications(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeConfigurationSettings function of ElasticBeanstalk
-     * @param {DescribeConfigurationSettingsMessage} params - Data required for describeConfigurationSettings
-     * @returns {Promise<describeConfigurationSettingsResponse>}
-     */
-    describeConfigSettings(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.describeConfigurationSettings(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listPlatformVersions function of ElasticBeanstalk
-     * @param {ListPlatformVersionsRequest} params - Data required for listPlatformVersions
-     * @returns {Promise<listPlatformVersionsResponse>}
-     */
-    listVersions(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.listPlatformVersions(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the restartAppServer function of ElasticBeanstalk
-     * @param {RestartAppServerMessage} params - Data required for restartAppServer
-     * @returns {Promise<restartAppServerResponse>}
-     */
-    restart(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.restartAppServer(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the terminateEnvironment function of ElasticBeanstalk
-     * @param {TerminateEnvironmentMessage} params - Data required for terminateEnvironment
-     * @returns {Promise<terminateEnvironmentResponse>}
-     */
-    terminateEnvironment(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.terminateEnvironment(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the updateApplication function of ElasticBeanstalk
-     * @param {UpdateApplicationMessage} params - Data required for updateApplication
-     * @returns {Promise<updateApplicationResponse>}
-     */
-    update(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.updateApplication(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the updateEnvironment function of ElasticBeanstalk
-     * @param {UpdateEnvironmentMessage} params - Data required for updateEnvironment
-     * @returns {Promise<updateEnvironmentResponse>}
-     */
-    updateEnvironment(params) {
-        return new Promise((resolve, reject) => {
-            this._elasticBeanstalk.updateEnvironment(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._elasticBeanstalk = new this._AWS.ElasticBeanstalk({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the checkDNSAvailability function of ElasticBeanstalk
+	 * @param {CheckDNSAvailabilityMessage} params - Data required for checkDNSAvailability
+	 * @returns {Promise<checkDNSAvailabilityResponse>}
+	 */
+	checkDNSAvailability(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.checkDNSAvailability(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the composeEnvironments function of ElasticBeanstalk
+	 * @param {ComposeEnvironmentsMessage} params - Data required for composeEnvironments
+	 * @returns {Promise<composeEnvironmentsResponse>}
+	 */
+	composeEnvironments(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.composeEnvironments(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the createApplication function of ElasticBeanstalk
+	 * @param {CreateApplicationMessage} params - Data required for createApplication
+	 * @returns {Promise<createApplicationResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.createApplication(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createConfigurationTemplate function of ElasticBeanstalk
+	 * @param {CreateConfigurationTemplateMessage} params - Data required for createConfigurationTemplate
+	 * @returns {Promise<createConfigurationTemplateResponse>}
+	 */
+	createConfigTemplate(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.createConfigurationTemplate(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the createEnvironment function of ElasticBeanstalk
+	 * @param {CreateEnvironmentMessage} params - Data required for createEnvironment
+	 * @returns {Promise<createEnvironmentResponse>}
+	 */
+	createEnvironment(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.createEnvironment(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createStorageLocation function of ElasticBeanstalk
+	 * @returns {Promise<createStorageLocationResponse>}
+	 */
+	createStorageLocation() {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.createStorageLocation((error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteApplication function of ElasticBeanstalk
+	 * @param {DeleteApplicationMessage} params - Data required for deleteApplication
+	 * @returns {Promise<deleteApplicationResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.deleteApplication(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteConfigurationTemplate function of ElasticBeanstalk
+	 * @param {DeleteConfigurationTemplateMessage} params - Data required for deleteConfigurationTemplate
+	 * @returns {Promise<deleteConfigurationTemplateResponse>}
+	 */
+	deleteConfigTemplate(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.deleteConfigurationTemplate(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the describeAccountAttributes function of ElasticBeanstalk
+	 * @returns {Promise<describeAccountAttributesResponse>}
+	 */
+	describeAccountAttributes() {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.describeAccountAttributes((error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeApplications function of ElasticBeanstalk
+	 * @param {DescribeApplicationsMessage} params - Data required for describeApplications
+	 * @returns {Promise<describeApplicationsResponse>}
+	 */
+	describe(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.describeApplications(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the describeConfigurationSettings function of ElasticBeanstalk
+	 * @param {DescribeConfigurationSettingsMessage} params - Data required for describeConfigurationSettings
+	 * @returns {Promise<describeConfigurationSettingsResponse>}
+	 */
+	describeConfigSettings(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.describeConfigurationSettings(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the listPlatformVersions function of ElasticBeanstalk
+	 * @param {ListPlatformVersionsRequest} params - Data required for listPlatformVersions
+	 * @returns {Promise<listPlatformVersionsResponse>}
+	 */
+	listVersions(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.listPlatformVersions(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the restartAppServer function of ElasticBeanstalk
+	 * @param {RestartAppServerMessage} params - Data required for restartAppServer
+	 * @returns {Promise<restartAppServerResponse>}
+	 */
+	restart(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.restartAppServer(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the terminateEnvironment function of ElasticBeanstalk
+	 * @param {TerminateEnvironmentMessage} params - Data required for terminateEnvironment
+	 * @returns {Promise<terminateEnvironmentResponse>}
+	 */
+	terminateEnvironment(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.terminateEnvironment(
+				params,
+				(error, data) => {
+					if (error) {
+						reject(error);
+					} else {
+						resolve(data);
+					}
+				}
+			);
+		});
+	}
+	/**
+	 * Trigers the updateApplication function of ElasticBeanstalk
+	 * @param {UpdateApplicationMessage} params - Data required for updateApplication
+	 * @returns {Promise<updateApplicationResponse>}
+	 */
+	update(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.updateApplication(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the updateEnvironment function of ElasticBeanstalk
+	 * @param {UpdateEnvironmentMessage} params - Data required for updateEnvironment
+	 * @returns {Promise<updateEnvironmentResponse>}
+	 */
+	updateEnvironment(params) {
+		return new Promise((resolve, reject) => {
+			this._elasticBeanstalk.updateEnvironment(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_PaaS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_artificialinteligence_aws-translation.js.html b/docs/AWS_artificialinteligence_aws-translation.js.html index 7333e602..0b07a040 100644 --- a/docs/AWS_artificialinteligence_aws-translation.js.html +++ b/docs/AWS_artificialinteligence_aws-translation.js.html @@ -1,442 +1,216 @@ + + - - - - AWS/artificialinteligence/aws-translation.js - - - - - - - - - - - - - + + + + + AWS/artificialinteligence/aws-translation.js + + + + + + + + + + + + + + + + + + - - + + + -
- -
-
- -
-
-
-

Source

-

AWS/artificialinteligence/aws-translation.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/artificialinteligence/aws-translation.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Translate object
  * @category AWS
  */
 class AWS_Translation {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._translate = new this._AWS.Translate({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the deleteTerminology function of Translate
-     * @param {DeleteTerminologyRequest} params - Data required for deleteTerminology
-     * @returns {Promise<deleteTerminologyResponse>}
-     */
-    deleteGlossary(params) {
-        return new Promise((resolve, reject) => {
-            this._translate.deleteTerminology(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the getTerminology function of Translate
-     * @param {GetTerminologyRequest} params - Data required for getTerminology
-     * @returns {Promise<getTerminologyResponse>}
-     */
-    getGlossary(params) {
-        return new Promise((resolve, reject) => {
-            this._translate.getTerminology(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the importTerminology function of Translate
-     * @param {ImportTerminologyRequest} params - Data required for importTerminology
-     * @returns {Promise<importTerminologyResponse>}
-     */
-    createGlossary(params) {
-        return new Promise((resolve, reject) => {
-            this._translate.importTerminology(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the startTextTranslationJob function of Translate
-     * @param {StartTextTranslationJobRequest} params - Data required for startTextTranslationJob
-     * @returns {Promise<startTextTranslationJobResponse>}
-     */
-    batchTranslate(params) {
-        return new Promise((resolve, reject) => {
-            this._translate.startTextTranslationJob(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the translateText function of Translate
-     * @param {TranslateTextRequest} params - Data required for translateText
-     * @returns {Promise<translateTextResponse>}
-     */
-    translate(params) {
-        return new Promise((resolve, reject) => {
-            this._translate.translateText(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._translate = new this._AWS.Translate({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the deleteTerminology function of Translate
+	 * @param {DeleteTerminologyRequest} params - Data required for deleteTerminology
+	 * @returns {Promise<deleteTerminologyResponse>}
+	 */
+	deleteGlossary(params) {
+		return new Promise((resolve, reject) => {
+			this._translate.deleteTerminology(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the getTerminology function of Translate
+	 * @param {GetTerminologyRequest} params - Data required for getTerminology
+	 * @returns {Promise<getTerminologyResponse>}
+	 */
+	getGlossary(params) {
+		return new Promise((resolve, reject) => {
+			this._translate.getTerminology(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the importTerminology function of Translate
+	 * @param {ImportTerminologyRequest} params - Data required for importTerminology
+	 * @returns {Promise<importTerminologyResponse>}
+	 */
+	createGlossary(params) {
+		return new Promise((resolve, reject) => {
+			this._translate.importTerminology(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the startTextTranslationJob function of Translate
+	 * @param {StartTextTranslationJobRequest} params - Data required for startTextTranslationJob
+	 * @returns {Promise<startTextTranslationJobResponse>}
+	 */
+	batchTranslate(params) {
+		return new Promise((resolve, reject) => {
+			this._translate.startTextTranslationJob(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the translateText function of Translate
+	 * @param {TranslateTextRequest} params - Data required for translateText
+	 * @returns {Promise<translateTextResponse>}
+	 */
+	translate(params) {
+		return new Promise((resolve, reject) => {
+			this._translate.translateText(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_Translation;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_compute_aws-computeInstance.js.html b/docs/AWS_compute_aws-computeInstance.js.html index f1863516..ee8671fd 100644 --- a/docs/AWS_compute_aws-computeInstance.js.html +++ b/docs/AWS_compute_aws-computeInstance.js.html @@ -1,510 +1,280 @@ + + - - - - AWS/compute/aws-computeInstance.js - - - - - - - - - - - - - + + + + + AWS/compute/aws-computeInstance.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/compute/aws-computeInstance.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/compute/aws-computeInstance.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a EC2 object
  * @category AWS
  */
 class AWS_ComputeInstance {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._eC2 = new this._AWS.EC2({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createTags function of EC2
-     * @param {CreateTagsRequest} params - Data required for createTags
-     * @returns {Promise<createTagsResponse>}
-     */
-    addTags(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.createTags(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeInstances function of EC2
-     * @param {DescribeInstancesRequest} params - Data required for describeInstances
-     * @returns {Promise<describeInstancesResponse>}
-     */
-    list(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.describeInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the monitorInstances function of EC2
-     * @param {MonitorInstancesRequest} params - Data required for monitorInstances
-     * @returns {Promise<monitorInstancesResponse>}
-     */
-    monitor(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.monitorInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the rebootInstances function of EC2
-     * @param {RebootInstancesRequest} params - Data required for rebootInstances
-     * @returns {Promise<rebootInstancesResponse>}
-     */
-    reboot(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.rebootInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the runInstances function of EC2
-     * @param {RunInstancesRequest} params - Data required for runInstances
-     * @returns {Promise<runInstancesResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.runInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the startInstances function of EC2
-     * @param {StartInstancesRequest} params - Data required for startInstances
-     * @returns {Promise<startInstancesResponse>}
-     */
-    start(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.startInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the stopInstances function of EC2
-     * @param {StopInstancesRequest} params - Data required for stopInstances
-     * @returns {Promise<stopInstancesResponse>}
-     */
-    stop(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.stopInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the terminateInstances function of EC2
-     * @param {TerminateInstancesRequest} params - Data required for terminateInstances
-     * @returns {Promise<terminateInstancesResponse>}
-     */
-    destroy(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.terminateInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the unmonitorInstances function of EC2
-     * @param {UnmonitorInstancesRequest} params - Data required for unmonitorInstances
-     * @returns {Promise<unmonitorInstancesResponse>}
-     */
-    unmonitor(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.unmonitorInstances(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._eC2 = new this._AWS.EC2({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createTags function of EC2
+	 * @param {CreateTagsRequest} params - Data required for createTags
+	 * @returns {Promise<createTagsResponse>}
+	 */
+	addTags(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.createTags(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeInstances function of EC2
+	 * @param {DescribeInstancesRequest} params - Data required for describeInstances
+	 * @returns {Promise<describeInstancesResponse>}
+	 */
+	list(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.describeInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the monitorInstances function of EC2
+	 * @param {MonitorInstancesRequest} params - Data required for monitorInstances
+	 * @returns {Promise<monitorInstancesResponse>}
+	 */
+	monitor(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.monitorInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the rebootInstances function of EC2
+	 * @param {RebootInstancesRequest} params - Data required for rebootInstances
+	 * @returns {Promise<rebootInstancesResponse>}
+	 */
+	reboot(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.rebootInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the runInstances function of EC2
+	 * @param {RunInstancesRequest} params - Data required for runInstances
+	 * @returns {Promise<runInstancesResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.runInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the startInstances function of EC2
+	 * @param {StartInstancesRequest} params - Data required for startInstances
+	 * @returns {Promise<startInstancesResponse>}
+	 */
+	start(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.startInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the stopInstances function of EC2
+	 * @param {StopInstancesRequest} params - Data required for stopInstances
+	 * @returns {Promise<stopInstancesResponse>}
+	 */
+	stop(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.stopInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the terminateInstances function of EC2
+	 * @param {TerminateInstancesRequest} params - Data required for terminateInstances
+	 * @returns {Promise<terminateInstancesResponse>}
+	 */
+	destroy(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.terminateInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the unmonitorInstances function of EC2
+	 * @param {UnmonitorInstancesRequest} params - Data required for unmonitorInstances
+	 * @returns {Promise<unmonitorInstancesResponse>}
+	 */
+	unmonitor(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.unmonitorInstances(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_ComputeInstance;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_compute_aws-container.js.html b/docs/AWS_compute_aws-container.js.html index c1ef5a63..36420416 100644 --- a/docs/AWS_compute_aws-container.js.html +++ b/docs/AWS_compute_aws-container.js.html @@ -1,425 +1,200 @@ + + - - - - AWS/compute/aws-container.js - - - - - - - - - - - - - + + + + + AWS/compute/aws-container.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/compute/aws-container.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/compute/aws-container.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a ECS object
  * @category AWS
  */
 class AWS_Container {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._eCS = new this._AWS.ECS({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createCluster function of ECS
-     * @param {CreateClusterRequest} params - Data required for createCluster
-     * @returns {Promise<createClusterResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._eCS.createCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteCluster function of ECS
-     * @param {DeleteClusterRequest} params - Data required for deleteCluster
-     * @returns {Promise<deleteClusterResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._eCS.deleteCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeClusters function of ECS
-     * @param {DescribeClustersRequest} params - Data required for describeClusters
-     * @returns {Promise<describeClustersResponse>}
-     */
-    describe(params) {
-        return new Promise((resolve, reject) => {
-            this._eCS.describeClusters(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listClusters function of ECS
-     * @param {ListClustersRequest} params - Data required for listClusters
-     * @returns {Promise<listClustersResponse>}
-     */
-    list(params) {
-        return new Promise((resolve, reject) => {
-            this._eCS.listClusters(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._eCS = new this._AWS.ECS({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createCluster function of ECS
+	 * @param {CreateClusterRequest} params - Data required for createCluster
+	 * @returns {Promise<createClusterResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._eCS.createCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteCluster function of ECS
+	 * @param {DeleteClusterRequest} params - Data required for deleteCluster
+	 * @returns {Promise<deleteClusterResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._eCS.deleteCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeClusters function of ECS
+	 * @param {DescribeClustersRequest} params - Data required for describeClusters
+	 * @returns {Promise<describeClustersResponse>}
+	 */
+	describe(params) {
+		return new Promise((resolve, reject) => {
+			this._eCS.describeClusters(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listClusters function of ECS
+	 * @param {ListClustersRequest} params - Data required for listClusters
+	 * @returns {Promise<listClustersResponse>}
+	 */
+	list(params) {
+		return new Promise((resolve, reject) => {
+			this._eCS.listClusters(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_Container;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_compute_aws-kubernetes.js.html b/docs/AWS_compute_aws-kubernetes.js.html index 7d371b9d..ae7fd4f9 100644 --- a/docs/AWS_compute_aws-kubernetes.js.html +++ b/docs/AWS_compute_aws-kubernetes.js.html @@ -1,527 +1,296 @@ + + - - - - AWS/compute/aws-kubernetes.js - - - - - - - - - - - - - + + + + + AWS/compute/aws-kubernetes.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/compute/aws-kubernetes.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/compute/aws-kubernetes.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a EKS object
  * @category AWS
  */
 class AWS_Kubernetes {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._eKS = new this._AWS.EKS({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createCluster function of EKS
-     * @param {CreateClusterRequest} params - Data required for createCluster
-     * @returns {Promise<createClusterResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.createCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createNodegroup function of EKS
-     * @param {CreateNodegroupRequest} params - Data required for createNodegroup
-     * @returns {Promise<createNodegroupResponse>}
-     */
-    createNodeGroup(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.createNodegroup(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteCluster function of EKS
-     * @param {DeleteClusterRequest} params - Data required for deleteCluster
-     * @returns {Promise<deleteClusterResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.deleteCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteNodegroup function of EKS
-     * @param {DeleteNodegroupRequest} params - Data required for deleteNodegroup
-     * @returns {Promise<deleteNodegroupResponse>}
-     */
-    deleteNodegroup(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.deleteNodegroup(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeCluster function of EKS
-     * @param {DescribeClusterRequest} params - Data required for describeCluster
-     * @returns {Promise<describeClusterResponse>}
-     */
-    describeCluster(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.describeCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeNodegroup function of EKS
-     * @param {DescribeNodegroupRequest} params - Data required for describeNodegroup
-     * @returns {Promise<describeNodegroupResponse>}
-     */
-    describeNodeGroup(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.describeNodegroup(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listClusters function of EKS
-     * @param {ListClustersRequest} params - Data required for listClusters
-     * @returns {Promise<listClustersResponse>}
-     */
-    listClusters(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.listClusters(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listNodegroups function of EKS
-     * @param {ListNodegroupsRequest} params - Data required for listNodegroups
-     * @returns {Promise<listNodegroupsResponse>}
-     */
-    listNodegroups(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.listNodegroups(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the tagResource function of EKS
-     * @param {TagResourceRequest} params - Data required for tagResource
-     * @returns {Promise<tagResourceResponse>}
-     */
-    updateTags(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.tagResource(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the updateClusterConfig function of EKS
-     * @param {UpdateClusterConfigRequest} params - Data required for updateClusterConfig
-     * @returns {Promise<updateClusterConfigResponse>}
-     */
-    updateConfig(params) {
-        return new Promise((resolve, reject) => {
-            this._eKS.updateClusterConfig(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._eKS = new this._AWS.EKS({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createCluster function of EKS
+	 * @param {CreateClusterRequest} params - Data required for createCluster
+	 * @returns {Promise<createClusterResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.createCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createNodegroup function of EKS
+	 * @param {CreateNodegroupRequest} params - Data required for createNodegroup
+	 * @returns {Promise<createNodegroupResponse>}
+	 */
+	createNodeGroup(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.createNodegroup(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteCluster function of EKS
+	 * @param {DeleteClusterRequest} params - Data required for deleteCluster
+	 * @returns {Promise<deleteClusterResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.deleteCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteNodegroup function of EKS
+	 * @param {DeleteNodegroupRequest} params - Data required for deleteNodegroup
+	 * @returns {Promise<deleteNodegroupResponse>}
+	 */
+	deleteNodegroup(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.deleteNodegroup(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeCluster function of EKS
+	 * @param {DescribeClusterRequest} params - Data required for describeCluster
+	 * @returns {Promise<describeClusterResponse>}
+	 */
+	describeCluster(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.describeCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeNodegroup function of EKS
+	 * @param {DescribeNodegroupRequest} params - Data required for describeNodegroup
+	 * @returns {Promise<describeNodegroupResponse>}
+	 */
+	describeNodeGroup(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.describeNodegroup(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listClusters function of EKS
+	 * @param {ListClustersRequest} params - Data required for listClusters
+	 * @returns {Promise<listClustersResponse>}
+	 */
+	listClusters(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.listClusters(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listNodegroups function of EKS
+	 * @param {ListNodegroupsRequest} params - Data required for listNodegroups
+	 * @returns {Promise<listNodegroupsResponse>}
+	 */
+	listNodegroups(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.listNodegroups(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the tagResource function of EKS
+	 * @param {TagResourceRequest} params - Data required for tagResource
+	 * @returns {Promise<tagResourceResponse>}
+	 */
+	updateTags(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.tagResource(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the updateClusterConfig function of EKS
+	 * @param {UpdateClusterConfigRequest} params - Data required for updateClusterConfig
+	 * @returns {Promise<updateClusterConfigResponse>}
+	 */
+	updateConfig(params) {
+		return new Promise((resolve, reject) => {
+			this._eKS.updateClusterConfig(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_Kubernetes;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_database_aws-RDBMS.js.html b/docs/AWS_database_aws-RDBMS.js.html index 5e2c5aa4..33ecdbf5 100644 --- a/docs/AWS_database_aws-RDBMS.js.html +++ b/docs/AWS_database_aws-RDBMS.js.html @@ -1,459 +1,232 @@ + + - - - - AWS/database/aws-RDBMS.js - - - - - - - - - - - - - + + + + + AWS/database/aws-RDBMS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/database/aws-RDBMS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/database/aws-RDBMS.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a RDS object
  * @category AWS
  */
 class AWS_RDBMS {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._rDS = new this._AWS.RDS({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createDBCluster function of RDS
-     * @param {CreateDBClusterMessage} params - Data required for createDBCluster
-     * @returns {Promise<createDBClusterResponse>}
-     */
-    createDatabse(params) {
-        return new Promise((resolve, reject) => {
-            this._rDS.createDBCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createDBSnapshot function of RDS
-     * @param {CreateDBSnapshotMessage} params - Data required for createDBSnapshot
-     * @returns {Promise<createDBSnapshotResponse>}
-     */
-    createSnapshots(params) {
-        return new Promise((resolve, reject) => {
-            this._rDS.createDBSnapshot(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteDBCluster function of RDS
-     * @param {DeleteDBClusterMessage} params - Data required for deleteDBCluster
-     * @returns {Promise<deleteDBClusterResponse>}
-     */
-    deleteDatabase(params) {
-        return new Promise((resolve, reject) => {
-            this._rDS.deleteDBCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteDBSnapshot function of RDS
-     * @param {DeleteDBSnapshotMessage} params - Data required for deleteDBSnapshot
-     * @returns {Promise<deleteDBSnapshotResponse>}
-     */
-    deleteDBSnapshot(params) {
-        return new Promise((resolve, reject) => {
-            this._rDS.deleteDBSnapshot(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the modifyDBCluster function of RDS
-     * @param {ModifyDBClusterMessage} params - Data required for modifyDBCluster
-     * @returns {Promise<modifyDBClusterResponse>}
-     */
-    modifyDB(params) {
-        return new Promise((resolve, reject) => {
-            this._rDS.modifyDBCluster(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the rebootDBInstance function of RDS
-     * @param {RebootDBInstanceMessage} params - Data required for rebootDBInstance
-     * @returns {Promise<rebootDBInstanceResponse>}
-     */
-    restoreDatabase(params) {
-        return new Promise((resolve, reject) => {
-            this._rDS.rebootDBInstance(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._rDS = new this._AWS.RDS({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createDBCluster function of RDS
+	 * @param {CreateDBClusterMessage} params - Data required for createDBCluster
+	 * @returns {Promise<createDBClusterResponse>}
+	 */
+	createDatabse(params) {
+		return new Promise((resolve, reject) => {
+			this._rDS.createDBCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createDBSnapshot function of RDS
+	 * @param {CreateDBSnapshotMessage} params - Data required for createDBSnapshot
+	 * @returns {Promise<createDBSnapshotResponse>}
+	 */
+	createSnapshots(params) {
+		return new Promise((resolve, reject) => {
+			this._rDS.createDBSnapshot(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteDBCluster function of RDS
+	 * @param {DeleteDBClusterMessage} params - Data required for deleteDBCluster
+	 * @returns {Promise<deleteDBClusterResponse>}
+	 */
+	deleteDatabase(params) {
+		return new Promise((resolve, reject) => {
+			this._rDS.deleteDBCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteDBSnapshot function of RDS
+	 * @param {DeleteDBSnapshotMessage} params - Data required for deleteDBSnapshot
+	 * @returns {Promise<deleteDBSnapshotResponse>}
+	 */
+	deleteDBSnapshot(params) {
+		return new Promise((resolve, reject) => {
+			this._rDS.deleteDBSnapshot(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the modifyDBCluster function of RDS
+	 * @param {ModifyDBClusterMessage} params - Data required for modifyDBCluster
+	 * @returns {Promise<modifyDBClusterResponse>}
+	 */
+	modifyDB(params) {
+		return new Promise((resolve, reject) => {
+			this._rDS.modifyDBCluster(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the rebootDBInstance function of RDS
+	 * @param {RebootDBInstanceMessage} params - Data required for rebootDBInstance
+	 * @returns {Promise<rebootDBInstanceResponse>}
+	 */
+	restoreDatabase(params) {
+		return new Promise((resolve, reject) => {
+			this._rDS.rebootDBInstance(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_RDBMS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_database_aws-noSql.js.html b/docs/AWS_database_aws-noSql.js.html index 6de5810a..7710dc6a 100644 --- a/docs/AWS_database_aws-noSql.js.html +++ b/docs/AWS_database_aws-noSql.js.html @@ -1,459 +1,232 @@ + + - - - - AWS/database/aws-noSql.js - - - - - - - - - - - - - + + + + + AWS/database/aws-noSql.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/database/aws-noSql.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/database/aws-noSql.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a DynamoDB object
  * @category AWS
  */
 class AWS_NoSql {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._dynamoDB = new this._AWS.DynamoDB({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createTable function of DynamoDB
-     * @param {CreateTableInput} params - Data required for createTable
-     * @returns {Promise<createTableResponse>}
-     */
-    createTable(params) {
-        return new Promise((resolve, reject) => {
-            this._dynamoDB.createTable(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteItem function of DynamoDB
-     * @param {DeleteItemInput} params - Data required for deleteItem
-     * @returns {Promise<deleteItemResponse>}
-     */
-    deleteItem(params) {
-        return new Promise((resolve, reject) => {
-            this._dynamoDB.deleteItem(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteTable function of DynamoDB
-     * @param {DeleteTableInput} params - Data required for deleteTable
-     * @returns {Promise<deleteTableResponse>}
-     */
-    deleteTable(params) {
-        return new Promise((resolve, reject) => {
-            this._dynamoDB.deleteTable(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the putItem function of DynamoDB
-     * @param {PutItemInput} params - Data required for putItem
-     * @returns {Promise<putItemResponse>}
-     */
-    createItem(params) {
-        return new Promise((resolve, reject) => {
-            this._dynamoDB.putItem(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the query function of DynamoDB
-     * @param {QueryInput} params - Data required for query
-     * @returns {Promise<queryResponse>}
-     */
-    query(params) {
-        return new Promise((resolve, reject) => {
-            this._dynamoDB.query(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the updateItem function of DynamoDB
-     * @param {UpdateItemInput} params - Data required for updateItem
-     * @returns {Promise<updateItemResponse>}
-     */
-    updateItem(params) {
-        return new Promise((resolve, reject) => {
-            this._dynamoDB.updateItem(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._dynamoDB = new this._AWS.DynamoDB({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createTable function of DynamoDB
+	 * @param {CreateTableInput} params - Data required for createTable
+	 * @returns {Promise<createTableResponse>}
+	 */
+	createTable(params) {
+		return new Promise((resolve, reject) => {
+			this._dynamoDB.createTable(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteItem function of DynamoDB
+	 * @param {DeleteItemInput} params - Data required for deleteItem
+	 * @returns {Promise<deleteItemResponse>}
+	 */
+	deleteItem(params) {
+		return new Promise((resolve, reject) => {
+			this._dynamoDB.deleteItem(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteTable function of DynamoDB
+	 * @param {DeleteTableInput} params - Data required for deleteTable
+	 * @returns {Promise<deleteTableResponse>}
+	 */
+	deleteTable(params) {
+		return new Promise((resolve, reject) => {
+			this._dynamoDB.deleteTable(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the putItem function of DynamoDB
+	 * @param {PutItemInput} params - Data required for putItem
+	 * @returns {Promise<putItemResponse>}
+	 */
+	createItem(params) {
+		return new Promise((resolve, reject) => {
+			this._dynamoDB.putItem(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the query function of DynamoDB
+	 * @param {QueryInput} params - Data required for query
+	 * @returns {Promise<queryResponse>}
+	 */
+	query(params) {
+		return new Promise((resolve, reject) => {
+			this._dynamoDB.query(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the updateItem function of DynamoDB
+	 * @param {UpdateItemInput} params - Data required for updateItem
+	 * @returns {Promise<updateItemResponse>}
+	 */
+	updateItem(params) {
+		return new Promise((resolve, reject) => {
+			this._dynamoDB.updateItem(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_NoSql;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_database_aws-noSqlIndexed.js.html b/docs/AWS_database_aws-noSqlIndexed.js.html index e861d5ff..26626e8a 100644 --- a/docs/AWS_database_aws-noSqlIndexed.js.html +++ b/docs/AWS_database_aws-noSqlIndexed.js.html @@ -1,510 +1,280 @@ + + - - - - AWS/database/aws-noSqlIndexed.js - - - - - - - - - - - - - + + + + + AWS/database/aws-noSqlIndexed.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/database/aws-noSqlIndexed.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/database/aws-noSqlIndexed.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a SimpleDB object
  * @category AWS
  */
 class AWS_NoSqlIndexed {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._simpleDB = new this._AWS.SimpleDB({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the batchDeleteAttributes function of SimpleDB
-     * @param {BatchDeleteAttributesRequest} params - Data required for batchDeleteAttributes
-     * @returns {Promise<batchDeleteAttributesResponse>}
-     */
-    batchDelete(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.batchDeleteAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the batchPutAttributes function of SimpleDB
-     * @param {BatchPutAttributesRequest} params - Data required for batchPutAttributes
-     * @returns {Promise<batchPutAttributesResponse>}
-     */
-    batchWrite(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.batchPutAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createDomain function of SimpleDB
-     * @param {CreateDomainRequest} params - Data required for createDomain
-     * @returns {Promise<createDomainResponse>}
-     */
-    createCollection(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.createDomain(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteAttributes function of SimpleDB
-     * @param {DeleteAttributesRequest} params - Data required for deleteAttributes
-     * @returns {Promise<deleteAttributesResponse>}
-     */
-    deleteAttribute(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.deleteAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteDomain function of SimpleDB
-     * @param {DeleteDomainRequest} params - Data required for deleteDomain
-     * @returns {Promise<deleteDomainResponse>}
-     */
-    deleteCollection(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.deleteDomain(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the getAttributes function of SimpleDB
-     * @param {GetAttributesRequest} params - Data required for getAttributes
-     * @returns {Promise<getAttributesResponse>}
-     */
-    getAttributes(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.getAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listDomains function of SimpleDB
-     * @param {ListDomainsRequest} params - Data required for listDomains
-     * @returns {Promise<listDomainsResponse>}
-     */
-    listCollections(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.listDomains(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the putAttributes function of SimpleDB
-     * @param {PutAttributesRequest} params - Data required for putAttributes
-     * @returns {Promise<putAttributesResponse>}
-     */
-    setAttribute(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.putAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the select function of SimpleDB
-     * @param {SelectRequest} params - Data required for select
-     * @returns {Promise<selectResponse>}
-     */
-    query(params) {
-        return new Promise((resolve, reject) => {
-            this._simpleDB.select(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._simpleDB = new this._AWS.SimpleDB({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the batchDeleteAttributes function of SimpleDB
+	 * @param {BatchDeleteAttributesRequest} params - Data required for batchDeleteAttributes
+	 * @returns {Promise<batchDeleteAttributesResponse>}
+	 */
+	batchDelete(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.batchDeleteAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the batchPutAttributes function of SimpleDB
+	 * @param {BatchPutAttributesRequest} params - Data required for batchPutAttributes
+	 * @returns {Promise<batchPutAttributesResponse>}
+	 */
+	batchWrite(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.batchPutAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createDomain function of SimpleDB
+	 * @param {CreateDomainRequest} params - Data required for createDomain
+	 * @returns {Promise<createDomainResponse>}
+	 */
+	createCollection(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.createDomain(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteAttributes function of SimpleDB
+	 * @param {DeleteAttributesRequest} params - Data required for deleteAttributes
+	 * @returns {Promise<deleteAttributesResponse>}
+	 */
+	deleteAttribute(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.deleteAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteDomain function of SimpleDB
+	 * @param {DeleteDomainRequest} params - Data required for deleteDomain
+	 * @returns {Promise<deleteDomainResponse>}
+	 */
+	deleteCollection(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.deleteDomain(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the getAttributes function of SimpleDB
+	 * @param {GetAttributesRequest} params - Data required for getAttributes
+	 * @returns {Promise<getAttributesResponse>}
+	 */
+	getAttributes(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.getAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listDomains function of SimpleDB
+	 * @param {ListDomainsRequest} params - Data required for listDomains
+	 * @returns {Promise<listDomainsResponse>}
+	 */
+	listCollections(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.listDomains(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the putAttributes function of SimpleDB
+	 * @param {PutAttributesRequest} params - Data required for putAttributes
+	 * @returns {Promise<putAttributesResponse>}
+	 */
+	setAttribute(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.putAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the select function of SimpleDB
+	 * @param {SelectRequest} params - Data required for select
+	 * @returns {Promise<selectResponse>}
+	 */
+	query(params) {
+		return new Promise((resolve, reject) => {
+			this._simpleDB.select(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_NoSqlIndexed;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_management_aws-keyManagement.js.html b/docs/AWS_management_aws-keyManagement.js.html index f1aa52f1..13091816 100644 --- a/docs/AWS_management_aws-keyManagement.js.html +++ b/docs/AWS_management_aws-keyManagement.js.html @@ -1,442 +1,216 @@ + + - - - - AWS/management/aws-keyManagement.js - - - - - - - - - - - - - + + + + + AWS/management/aws-keyManagement.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/management/aws-keyManagement.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/management/aws-keyManagement.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a KMS object
  * @category AWS
  */
 class AWS_KeyManagement {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._kMS = new this._AWS.KMS({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createKey function of KMS
-     * @param {CreateKeyRequest} params - Data required for createKey
-     * @returns {Promise<createKeyResponse>}
-     */
-    createKey(params) {
-        return new Promise((resolve, reject) => {
-            this._kMS.createKey(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteCustomKeyStore function of KMS
-     * @param {DeleteCustomKeyStoreRequest} params - Data required for deleteCustomKeyStore
-     * @returns {Promise<deleteCustomKeyStoreResponse>}
-     */
-    deleteKey(params) {
-        return new Promise((resolve, reject) => {
-            this._kMS.deleteCustomKeyStore(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeKey function of KMS
-     * @param {DescribeKeyRequest} params - Data required for describeKey
-     * @returns {Promise<describeKeyResponse>}
-     */
-    describeKey(params) {
-        return new Promise((resolve, reject) => {
-            this._kMS.describeKey(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the putKeyPolicy function of KMS
-     * @param {PutKeyPolicyRequest} params - Data required for putKeyPolicy
-     * @returns {Promise<putKeyPolicyResponse>}
-     */
-    putKeyPolicy(params) {
-        return new Promise((resolve, reject) => {
-            this._kMS.putKeyPolicy(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the updateKeyDescription function of KMS
-     * @param {UpdateKeyDescriptionRequest} params - Data required for updateKeyDescription
-     * @returns {Promise<updateKeyDescriptionResponse>}
-     */
-    update(params) {
-        return new Promise((resolve, reject) => {
-            this._kMS.updateKeyDescription(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._kMS = new this._AWS.KMS({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createKey function of KMS
+	 * @param {CreateKeyRequest} params - Data required for createKey
+	 * @returns {Promise<createKeyResponse>}
+	 */
+	createKey(params) {
+		return new Promise((resolve, reject) => {
+			this._kMS.createKey(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteCustomKeyStore function of KMS
+	 * @param {DeleteCustomKeyStoreRequest} params - Data required for deleteCustomKeyStore
+	 * @returns {Promise<deleteCustomKeyStoreResponse>}
+	 */
+	deleteKey(params) {
+		return new Promise((resolve, reject) => {
+			this._kMS.deleteCustomKeyStore(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeKey function of KMS
+	 * @param {DescribeKeyRequest} params - Data required for describeKey
+	 * @returns {Promise<describeKeyResponse>}
+	 */
+	describeKey(params) {
+		return new Promise((resolve, reject) => {
+			this._kMS.describeKey(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the putKeyPolicy function of KMS
+	 * @param {PutKeyPolicyRequest} params - Data required for putKeyPolicy
+	 * @returns {Promise<putKeyPolicyResponse>}
+	 */
+	putKeyPolicy(params) {
+		return new Promise((resolve, reject) => {
+			this._kMS.putKeyPolicy(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the updateKeyDescription function of KMS
+	 * @param {UpdateKeyDescriptionRequest} params - Data required for updateKeyDescription
+	 * @returns {Promise<updateKeyDescriptionResponse>}
+	 */
+	update(params) {
+		return new Promise((resolve, reject) => {
+			this._kMS.updateKeyDescription(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_KeyManagement;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_management_aws-monitoring.js.html b/docs/AWS_management_aws-monitoring.js.html index 72ddedc8..3a11b243 100644 --- a/docs/AWS_management_aws-monitoring.js.html +++ b/docs/AWS_management_aws-monitoring.js.html @@ -1,425 +1,200 @@ + + - - - - AWS/management/aws-monitoring.js - - - - - - - - - - - - - + + + + + AWS/management/aws-monitoring.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/management/aws-monitoring.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/management/aws-monitoring.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a CloudWatch object
  * @category AWS
  */
 class AWS_Monitoring {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._cloudWatch = new this._AWS.CloudWatch({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the deleteAlarms function of CloudWatch
-     * @param {DeleteAlarmsInput} params - Data required for deleteAlarms
-     * @returns {Promise<deleteAlarmsResponse>}
-     */
-    deleteAlarm(params) {
-        return new Promise((resolve, reject) => {
-            this._cloudWatch.deleteAlarms(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the getMetricData function of CloudWatch
-     * @param {GetMetricDataInput} params - Data required for getMetricData
-     * @returns {Promise<getMetricDataResponse>}
-     */
-    getMetricData(params) {
-        return new Promise((resolve, reject) => {
-            this._cloudWatch.getMetricData(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listMetrics function of CloudWatch
-     * @param {ListMetricsInput} params - Data required for listMetrics
-     * @returns {Promise<listMetricsResponse>}
-     */
-    listAlarms(params) {
-        return new Promise((resolve, reject) => {
-            this._cloudWatch.listMetrics(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the putMetricAlarm function of CloudWatch
-     * @param {PutMetricAlarmInput} params - Data required for putMetricAlarm
-     * @returns {Promise<putMetricAlarmResponse>}
-     */
-    updateAlarm(params) {
-        return new Promise((resolve, reject) => {
-            this._cloudWatch.putMetricAlarm(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._cloudWatch = new this._AWS.CloudWatch({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the deleteAlarms function of CloudWatch
+	 * @param {DeleteAlarmsInput} params - Data required for deleteAlarms
+	 * @returns {Promise<deleteAlarmsResponse>}
+	 */
+	deleteAlarm(params) {
+		return new Promise((resolve, reject) => {
+			this._cloudWatch.deleteAlarms(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the getMetricData function of CloudWatch
+	 * @param {GetMetricDataInput} params - Data required for getMetricData
+	 * @returns {Promise<getMetricDataResponse>}
+	 */
+	getMetricData(params) {
+		return new Promise((resolve, reject) => {
+			this._cloudWatch.getMetricData(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listMetrics function of CloudWatch
+	 * @param {ListMetricsInput} params - Data required for listMetrics
+	 * @returns {Promise<listMetricsResponse>}
+	 */
+	listAlarms(params) {
+		return new Promise((resolve, reject) => {
+			this._cloudWatch.listMetrics(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the putMetricAlarm function of CloudWatch
+	 * @param {PutMetricAlarmInput} params - Data required for putMetricAlarm
+	 * @returns {Promise<putMetricAlarmResponse>}
+	 */
+	updateAlarm(params) {
+		return new Promise((resolve, reject) => {
+			this._cloudWatch.putMetricAlarm(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_Monitoring;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_management_aws-notificationService.js.html b/docs/AWS_management_aws-notificationService.js.html index 3bc3c945..517743ea 100644 --- a/docs/AWS_management_aws-notificationService.js.html +++ b/docs/AWS_management_aws-notificationService.js.html @@ -1,493 +1,264 @@ + + - - - - AWS/management/aws-notificationService.js - - - - - - - - - - - - - + + + + + AWS/management/aws-notificationService.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/management/aws-notificationService.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/management/aws-notificationService.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a SNS object
  * @category AWS
  */
 class AWS_NotificationService {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._sNS = new this._AWS.SNS({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createTopic function of SNS
-     * @param {CreateTopicInput} params - Data required for createTopic
-     * @returns {Promise<createTopicResponse>}
-     */
-    createTopic(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.createTopic(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteTopic function of SNS
-     * @param {DeleteTopicInput} params - Data required for deleteTopic
-     * @returns {Promise<deleteTopicResponse>}
-     */
-    deleteTopic(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.deleteTopic(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the getTopicAttributes function of SNS
-     * @param {GetTopicAttributesInput} params - Data required for getTopicAttributes
-     * @returns {Promise<getTopicAttributesResponse>}
-     */
-    getTopicAttributes(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.getTopicAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listSubscriptions function of SNS
-     * @param {ListSubscriptionsInput} params - Data required for listSubscriptions
-     * @returns {Promise<listSubscriptionsResponse>}
-     */
-    listSubscriptions(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.listSubscriptions(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listTopics function of SNS
-     * @param {ListTopicsInput} params - Data required for listTopics
-     * @returns {Promise<listTopicsResponse>}
-     */
-    listTopics(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.listTopics(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the publish function of SNS
-     * @param {PublishInput} params - Data required for publish
-     * @returns {Promise<publishResponse>}
-     */
-    publish(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.publish(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the subscribe function of SNS
-     * @param {SubscribeInput} params - Data required for subscribe
-     * @returns {Promise<subscribeResponse>}
-     */
-    subscribe(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.subscribe(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the unsubscribe function of SNS
-     * @param {UnsubscribeInput} params - Data required for unsubscribe
-     * @returns {Promise<unsubscribeResponse>}
-     */
-    unsubscribe(params) {
-        return new Promise((resolve, reject) => {
-            this._sNS.unsubscribe(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._sNS = new this._AWS.SNS({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createTopic function of SNS
+	 * @param {CreateTopicInput} params - Data required for createTopic
+	 * @returns {Promise<createTopicResponse>}
+	 */
+	createTopic(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.createTopic(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteTopic function of SNS
+	 * @param {DeleteTopicInput} params - Data required for deleteTopic
+	 * @returns {Promise<deleteTopicResponse>}
+	 */
+	deleteTopic(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.deleteTopic(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the getTopicAttributes function of SNS
+	 * @param {GetTopicAttributesInput} params - Data required for getTopicAttributes
+	 * @returns {Promise<getTopicAttributesResponse>}
+	 */
+	getTopicAttributes(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.getTopicAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listSubscriptions function of SNS
+	 * @param {ListSubscriptionsInput} params - Data required for listSubscriptions
+	 * @returns {Promise<listSubscriptionsResponse>}
+	 */
+	listSubscriptions(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.listSubscriptions(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listTopics function of SNS
+	 * @param {ListTopicsInput} params - Data required for listTopics
+	 * @returns {Promise<listTopicsResponse>}
+	 */
+	listTopics(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.listTopics(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the publish function of SNS
+	 * @param {PublishInput} params - Data required for publish
+	 * @returns {Promise<publishResponse>}
+	 */
+	publish(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.publish(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the subscribe function of SNS
+	 * @param {SubscribeInput} params - Data required for subscribe
+	 * @returns {Promise<subscribeResponse>}
+	 */
+	subscribe(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.subscribe(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the unsubscribe function of SNS
+	 * @param {UnsubscribeInput} params - Data required for unsubscribe
+	 * @returns {Promise<unsubscribeResponse>}
+	 */
+	unsubscribe(params) {
+		return new Promise((resolve, reject) => {
+			this._sNS.unsubscribe(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_NotificationService;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_network_aws-DNS.js.html b/docs/AWS_network_aws-DNS.js.html index 491ceef7..9de9b2e2 100644 --- a/docs/AWS_network_aws-DNS.js.html +++ b/docs/AWS_network_aws-DNS.js.html @@ -1,425 +1,200 @@ + + - - - - AWS/network/aws-DNS.js - - - - - - - - - - - - - + + + + + AWS/network/aws-DNS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/network/aws-DNS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/network/aws-DNS.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Route53 object
  * @category AWS
  */
 class AWS_DNS {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._route53 = new this._AWS.Route53({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the changeResourceRecordSets function of Route53
-     * @param {ChangeResourceRecordSetsRequest} params - Data required for changeResourceRecordSets
-     * @returns {Promise<changeResourceRecordSetsResponse>}
-     */
-    changeRecordSets(params) {
-        return new Promise((resolve, reject) => {
-            this._route53.changeResourceRecordSets(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createHostedZone function of Route53
-     * @param {CreateHostedZoneRequest} params - Data required for createHostedZone
-     * @returns {Promise<createHostedZoneResponse>}
-     */
-    createZone(params) {
-        return new Promise((resolve, reject) => {
-            this._route53.createHostedZone(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteHostedZone function of Route53
-     * @param {DeleteHostedZoneRequest} params - Data required for deleteHostedZone
-     * @returns {Promise<deleteHostedZoneResponse>}
-     */
-    deleteZone(params) {
-        return new Promise((resolve, reject) => {
-            this._route53.deleteHostedZone(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listHostedZones function of Route53
-     * @param {ListHostedZonesRequest} params - Data required for listHostedZones
-     * @returns {Promise<listHostedZonesResponse>}
-     */
-    listZones(params) {
-        return new Promise((resolve, reject) => {
-            this._route53.listHostedZones(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._route53 = new this._AWS.Route53({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the changeResourceRecordSets function of Route53
+	 * @param {ChangeResourceRecordSetsRequest} params - Data required for changeResourceRecordSets
+	 * @returns {Promise<changeResourceRecordSetsResponse>}
+	 */
+	changeRecordSets(params) {
+		return new Promise((resolve, reject) => {
+			this._route53.changeResourceRecordSets(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createHostedZone function of Route53
+	 * @param {CreateHostedZoneRequest} params - Data required for createHostedZone
+	 * @returns {Promise<createHostedZoneResponse>}
+	 */
+	createZone(params) {
+		return new Promise((resolve, reject) => {
+			this._route53.createHostedZone(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteHostedZone function of Route53
+	 * @param {DeleteHostedZoneRequest} params - Data required for deleteHostedZone
+	 * @returns {Promise<deleteHostedZoneResponse>}
+	 */
+	deleteZone(params) {
+		return new Promise((resolve, reject) => {
+			this._route53.deleteHostedZone(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listHostedZones function of Route53
+	 * @param {ListHostedZonesRequest} params - Data required for listHostedZones
+	 * @returns {Promise<listHostedZonesResponse>}
+	 */
+	listZones(params) {
+		return new Promise((resolve, reject) => {
+			this._route53.listHostedZones(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_DNS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_network_aws-loadBalancer.js.html b/docs/AWS_network_aws-loadBalancer.js.html index 3d6754a9..62756981 100644 --- a/docs/AWS_network_aws-loadBalancer.js.html +++ b/docs/AWS_network_aws-loadBalancer.js.html @@ -1,442 +1,216 @@ + + - - - - AWS/network/aws-loadBalancer.js - - - - - - - - - - - - - + + + + + AWS/network/aws-loadBalancer.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/network/aws-loadBalancer.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/network/aws-loadBalancer.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a ELB object
  * @category AWS
  */
 class AWS_LoadBalancer {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._eLB = new this._AWS.ELB({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the addTags function of ELB
-     * @param {AddTagsInput} params - Data required for addTags
-     * @returns {Promise<addTagsResponse>}
-     */
-    addTags(params) {
-        return new Promise((resolve, reject) => {
-            this._eLB.addTags(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createLoadBalancer function of ELB
-     * @param {CreateAccessPointInput} params - Data required for createLoadBalancer
-     * @returns {Promise<createLoadBalancerResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._eLB.createLoadBalancer(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteLoadBalancer function of ELB
-     * @param {DeleteAccessPointInput} params - Data required for deleteLoadBalancer
-     * @returns {Promise<deleteLoadBalancerResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._eLB.deleteLoadBalancer(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeLoadBalancerAttributes function of ELB
-     * @param {DescribeLoadBalancerAttributesInput} params - Data required for describeLoadBalancerAttributes
-     * @returns {Promise<describeLoadBalancerAttributesResponse>}
-     */
-    describe(params) {
-        return new Promise((resolve, reject) => {
-            this._eLB.describeLoadBalancerAttributes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeLoadBalancers function of ELB
-     * @param {DescribeAccessPointsInput} params - Data required for describeLoadBalancers
-     * @returns {Promise<describeLoadBalancersResponse>}
-     */
-    list(params) {
-        return new Promise((resolve, reject) => {
-            this._eLB.describeLoadBalancers(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._eLB = new this._AWS.ELB({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the addTags function of ELB
+	 * @param {AddTagsInput} params - Data required for addTags
+	 * @returns {Promise<addTagsResponse>}
+	 */
+	addTags(params) {
+		return new Promise((resolve, reject) => {
+			this._eLB.addTags(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createLoadBalancer function of ELB
+	 * @param {CreateAccessPointInput} params - Data required for createLoadBalancer
+	 * @returns {Promise<createLoadBalancerResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._eLB.createLoadBalancer(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteLoadBalancer function of ELB
+	 * @param {DeleteAccessPointInput} params - Data required for deleteLoadBalancer
+	 * @returns {Promise<deleteLoadBalancerResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._eLB.deleteLoadBalancer(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeLoadBalancerAttributes function of ELB
+	 * @param {DescribeLoadBalancerAttributesInput} params - Data required for describeLoadBalancerAttributes
+	 * @returns {Promise<describeLoadBalancerAttributesResponse>}
+	 */
+	describe(params) {
+		return new Promise((resolve, reject) => {
+			this._eLB.describeLoadBalancerAttributes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeLoadBalancers function of ELB
+	 * @param {DescribeAccessPointsInput} params - Data required for describeLoadBalancers
+	 * @returns {Promise<describeLoadBalancersResponse>}
+	 */
+	list(params) {
+		return new Promise((resolve, reject) => {
+			this._eLB.describeLoadBalancers(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_LoadBalancer;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_paas.html b/docs/AWS_paas.html index eb3f2da1..300dea6e 100644 --- a/docs/AWS_paas.html +++ b/docs/AWS_paas.html @@ -1,2143 +1,2968 @@ - - - - AWS_PaaS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

AWS_PaaS

-
- -
-
-

- AWS_PaaS(aws, options) -

- -
-

Class to create a ElasticBeanstalk object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new AWS_PaaS(aws, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- aws - - module - -

AWS SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - checkDNSAvailability(params) - → - {Promise.<checkDNSAvailabilityResponse>} - -

- -
-

- Trigers the checkDNSAvailability - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CheckDNSAvailabilityMessage - -

- Data required - for - checkDNSAvailability -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<checkDNSAvailabilityResponse> -
-
-
-
-
- -
-

- # - - - composeEnvironments(params) - → - {Promise.<composeEnvironmentsResponse>} - -

- -
-

- Trigers the composeEnvironments - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ComposeEnvironmentsMessage - -

- Data required - for - composeEnvironments -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<composeEnvironmentsResponse> -
-
-
-
-
- -
-

- # - - - create(params) - → - {Promise.<createApplicationResponse>} - -

- -
-

- Trigers the createApplication - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateApplicationMessage - -

- Data required - for - createApplication -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<createApplicationResponse> -
-
-
-
-
- -
-

- # - - - createConfigTemplate(params) - → - {Promise.<createConfigurationTemplateResponse>} - -

- -
-

- Trigers the - createConfigurationTemplate - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateConfigurationTemplateMessage - -

- Data required - for - createConfigurationTemplate -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<createConfigurationTemplateResponse> -
-
-
-
-
- -
-

- # - - - createEnvironment(params) - → - {Promise.<createEnvironmentResponse>} - -

- -
-

- Trigers the createEnvironment - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - CreateEnvironmentMessage - -

- Data required - for - createEnvironment -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<createEnvironmentResponse> -
-
-
-
-
- -
-

- # - - - createStorageLocation() - → - {Promise.<createStorageLocationResponse>} - -

- -
-

- Trigers the - createStorageLocation function - of ElasticBeanstalk -

-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 108 - -

-
- -
-
- -
-
-
-
- - - Promise.<createStorageLocationResponse> -
-
-
-
-
- -
-

- # - - - delete(params) - → - {Promise.<deleteApplicationResponse>} - -

- -
-

- Trigers the deleteApplication - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteApplicationMessage - -

- Data required - for - deleteApplication -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 125 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteApplicationResponse> -
-
-
-
-
- -
-

- # - - - deleteConfigTemplate(params) - → - {Promise.<deleteConfigurationTemplateResponse>} - -

- -
-

- Trigers the - deleteConfigurationTemplate - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DeleteConfigurationTemplateMessage - -

- Data required - for - deleteConfigurationTemplate -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 142 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteConfigurationTemplateResponse> -
-
-
-
-
- -
-

- # - - - describe(params) - → - {Promise.<describeApplicationsResponse>} - -

- -
-

- Trigers the describeApplications - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeApplicationsMessage - -

- Data required - for - describeApplications -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 175 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeApplicationsResponse> -
-
-
-
-
- -
-

- # - - - describeAccountAttributes() - → - {Promise.<describeAccountAttributesResponse>} - -

- -
-

- Trigers the - describeAccountAttributes - function of ElasticBeanstalk -

-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 158 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeAccountAttributesResponse> -
-
-
-
-
- -
-

- # - - - describeConfigSettings(params) - → - {Promise.<describeConfigurationSettingsResponse>} - -

- -
-

- Trigers the - describeConfigurationSettings - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - DescribeConfigurationSettingsMessage - -

- Data required - for - describeConfigurationSettings -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 192 - -

-
- -
-
- -
-
-
-
- - - Promise.<describeConfigurationSettingsResponse> -
-
-
-
-
- -
-

- # - - - listVersions(params) - → - {Promise.<listPlatformVersionsResponse>} - -

- -
-

- Trigers the listPlatformVersions - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - ListPlatformVersionsRequest - -

- Data required - for - listPlatformVersions -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 209 - -

-
- -
-
- -
-
-
-
- - - Promise.<listPlatformVersionsResponse> -
-
-
-
-
- -
-

- # - - - restart(params) - → - {Promise.<restartAppServerResponse>} - -

- -
-

- Trigers the restartAppServer - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - RestartAppServerMessage - -

- Data required - for - restartAppServer -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 226 - -

-
- -
-
- -
-
-
-
- - - Promise.<restartAppServerResponse> -
-
-
-
-
- -
-

- # - - - terminateEnvironment(params) - → - {Promise.<terminateEnvironmentResponse>} - -

- -
-

- Trigers the terminateEnvironment - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - TerminateEnvironmentMessage - -

- Data required - for - terminateEnvironment -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 243 - -

-
- -
-
- -
-
-
-
- - - Promise.<terminateEnvironmentResponse> -
-
-
-
-
- -
-

- # - - - update(params) - → - {Promise.<updateApplicationResponse>} - -

- -
-

- Trigers the updateApplication - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UpdateApplicationMessage - -

- Data required - for - updateApplication -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 260 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateApplicationResponse> -
-
-
-
-
- -
-

- # - - - updateEnvironment(params) - → - {Promise.<updateEnvironmentResponse>} - -

- -
-

- Trigers the updateEnvironment - function of ElasticBeanstalk -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - UpdateEnvironmentMessage - -

- Data required - for - updateEnvironment -

-
-
- -
-

- View Source - - AWS/appServices/aws-paaS.js, - line 277 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateEnvironmentResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + AWS_PaaS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

AWS_PaaS

+
+ + + + + +
+ +
+ +

AWS_PaaS(aws, options)

+ +

Class to create a ElasticBeanstalk object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new AWS_PaaS(aws, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
aws + + +module + + + +

AWS SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + checkDNSAvailability(params) → {Promise.<checkDNSAvailabilityResponse>} + + +

+ + + + +
+

Trigers the checkDNSAvailability function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CheckDNSAvailabilityMessage + + + +

Data required for checkDNSAvailability

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<checkDNSAvailabilityResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + composeEnvironments(params) → {Promise.<composeEnvironmentsResponse>} + + +

+ + + + +
+

Trigers the composeEnvironments function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ComposeEnvironmentsMessage + + + +

Data required for composeEnvironments

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<composeEnvironmentsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(params) → {Promise.<createApplicationResponse>} + + +

+ + + + +
+

Trigers the createApplication function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateApplicationMessage + + + +

Data required for createApplication

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 62 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createApplicationResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createConfigTemplate(params) → {Promise.<createConfigurationTemplateResponse>} + + +

+ + + + +
+

Trigers the createConfigurationTemplate function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateConfigurationTemplateMessage + + + +

Data required for createConfigurationTemplate

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 78 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createConfigurationTemplateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createEnvironment(params) → {Promise.<createEnvironmentResponse>} + + +

+ + + + +
+

Trigers the createEnvironment function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +CreateEnvironmentMessage + + + +

Data required for createEnvironment

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 97 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createEnvironmentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createStorageLocation() → {Promise.<createStorageLocationResponse>} + + +

+ + + + +
+

Trigers the createStorageLocation function of ElasticBeanstalk

+
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 112 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createStorageLocationResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(params) → {Promise.<deleteApplicationResponse>} + + +

+ + + + +
+

Trigers the deleteApplication function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteApplicationMessage + + + +

Data required for deleteApplication

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 128 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteApplicationResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteConfigTemplate(params) → {Promise.<deleteConfigurationTemplateResponse>} + + +

+ + + + +
+

Trigers the deleteConfigurationTemplate function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DeleteConfigurationTemplateMessage + + + +

Data required for deleteConfigurationTemplate

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 144 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteConfigurationTemplateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(params) → {Promise.<describeApplicationsResponse>} + + +

+ + + + +
+

Trigers the describeApplications function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeApplicationsMessage + + + +

Data required for describeApplications

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 178 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeApplicationsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeAccountAttributes() → {Promise.<describeAccountAttributesResponse>} + + +

+ + + + +
+

Trigers the describeAccountAttributes function of ElasticBeanstalk

+
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 162 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeAccountAttributesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeConfigSettings(params) → {Promise.<describeConfigurationSettingsResponse>} + + +

+ + + + +
+

Trigers the describeConfigurationSettings function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +DescribeConfigurationSettingsMessage + + + +

Data required for describeConfigurationSettings

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 197 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<describeConfigurationSettingsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listVersions(params) → {Promise.<listPlatformVersionsResponse>} + + +

+ + + + +
+

Trigers the listPlatformVersions function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +ListPlatformVersionsRequest + + + +

Data required for listPlatformVersions

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 216 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listPlatformVersionsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restart(params) → {Promise.<restartAppServerResponse>} + + +

+ + + + +
+

Trigers the restartAppServer function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +RestartAppServerMessage + + + +

Data required for restartAppServer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 235 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<restartAppServerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + terminateEnvironment(params) → {Promise.<terminateEnvironmentResponse>} + + +

+ + + + +
+

Trigers the terminateEnvironment function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +TerminateEnvironmentMessage + + + +

Data required for terminateEnvironment

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 251 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<terminateEnvironmentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(params) → {Promise.<updateApplicationResponse>} + + +

+ + + + +
+

Trigers the updateApplication function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UpdateApplicationMessage + + + +

Data required for updateApplication

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 270 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateApplicationResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateEnvironment(params) → {Promise.<updateEnvironmentResponse>} + + +

+ + + + +
+

Trigers the updateEnvironment function of ElasticBeanstalk

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +UpdateEnvironmentMessage + + + +

Data required for updateEnvironment

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + AWS/appServices/aws-paaS.js, line 286 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateEnvironmentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/AWS_security_aws-IAM.js.html b/docs/AWS_security_aws-IAM.js.html index 62a30f84..15a43f9d 100644 --- a/docs/AWS_security_aws-IAM.js.html +++ b/docs/AWS_security_aws-IAM.js.html @@ -1,442 +1,216 @@ + + - - - - AWS/security/aws-IAM.js - - - - - - - - - - - - - + + + + + AWS/security/aws-IAM.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/security/aws-IAM.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/security/aws-IAM.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a IAM object
  * @category AWS
  */
 class AWS_IAM {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._iAM = new this._AWS.IAM({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the attachGroupPolicy function of IAM
-     * @param {AttachGroupPolicyRequest} params - Data required for attachGroupPolicy
-     * @returns {Promise<attachGroupPolicyResponse>}
-     */
-    attachGroupPolicy(params) {
-        return new Promise((resolve, reject) => {
-            this._iAM.attachGroupPolicy(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the createGroup function of IAM
-     * @param {CreateGroupRequest} params - Data required for createGroup
-     * @returns {Promise<createGroupResponse>}
-     */
-    createGroup(params) {
-        return new Promise((resolve, reject) => {
-            this._iAM.createGroup(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteGroup function of IAM
-     * @param {DeleteGroupRequest} params - Data required for deleteGroup
-     * @returns {Promise<deleteGroupResponse>}
-     */
-    deleteGroup(params) {
-        return new Promise((resolve, reject) => {
-            this._iAM.deleteGroup(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the detachGroupPolicy function of IAM
-     * @param {DetachGroupPolicyRequest} params - Data required for detachGroupPolicy
-     * @returns {Promise<detachGroupPolicyResponse>}
-     */
-    detachGroupPolicy(params) {
-        return new Promise((resolve, reject) => {
-            this._iAM.detachGroupPolicy(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the getGroup function of IAM
-     * @param {GetGroupRequest} params - Data required for getGroup
-     * @returns {Promise<getGroupResponse>}
-     */
-    describe(params) {
-        return new Promise((resolve, reject) => {
-            this._iAM.getGroup(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._iAM = new this._AWS.IAM({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the attachGroupPolicy function of IAM
+	 * @param {AttachGroupPolicyRequest} params - Data required for attachGroupPolicy
+	 * @returns {Promise<attachGroupPolicyResponse>}
+	 */
+	attachGroupPolicy(params) {
+		return new Promise((resolve, reject) => {
+			this._iAM.attachGroupPolicy(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the createGroup function of IAM
+	 * @param {CreateGroupRequest} params - Data required for createGroup
+	 * @returns {Promise<createGroupResponse>}
+	 */
+	createGroup(params) {
+		return new Promise((resolve, reject) => {
+			this._iAM.createGroup(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteGroup function of IAM
+	 * @param {DeleteGroupRequest} params - Data required for deleteGroup
+	 * @returns {Promise<deleteGroupResponse>}
+	 */
+	deleteGroup(params) {
+		return new Promise((resolve, reject) => {
+			this._iAM.deleteGroup(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the detachGroupPolicy function of IAM
+	 * @param {DetachGroupPolicyRequest} params - Data required for detachGroupPolicy
+	 * @returns {Promise<detachGroupPolicyResponse>}
+	 */
+	detachGroupPolicy(params) {
+		return new Promise((resolve, reject) => {
+			this._iAM.detachGroupPolicy(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the getGroup function of IAM
+	 * @param {GetGroupRequest} params - Data required for getGroup
+	 * @returns {Promise<getGroupResponse>}
+	 */
+	describe(params) {
+		return new Promise((resolve, reject) => {
+			this._iAM.getGroup(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_IAM;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_storage_aws-archivalStorage.js.html b/docs/AWS_storage_aws-archivalStorage.js.html index 1eabfdfe..78e08a4a 100644 --- a/docs/AWS_storage_aws-archivalStorage.js.html +++ b/docs/AWS_storage_aws-archivalStorage.js.html @@ -1,442 +1,216 @@ + + - - - - AWS/storage/aws-archivalStorage.js - - - - - - - - - - - - - + + + + + AWS/storage/aws-archivalStorage.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/storage/aws-archivalStorage.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/storage/aws-archivalStorage.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Glacier object
  * @category AWS
  */
 class AWS_ArchivalStorage {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._glacier = new this._AWS.Glacier({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createVault function of Glacier
-     * @param {CreateVaultInput} params - Data required for createVault
-     * @returns {Promise<createVaultResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._glacier.createVault(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteArchive function of Glacier
-     * @param {DeleteArchiveInput} params - Data required for deleteArchive
-     * @returns {Promise<deleteArchiveResponse>}
-     */
-    deleteFiles(params) {
-        return new Promise((resolve, reject) => {
-            this._glacier.deleteArchive(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteVault function of Glacier
-     * @param {DeleteVaultInput} params - Data required for deleteVault
-     * @returns {Promise<deleteVaultResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._glacier.deleteVault(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the initiateMultipartUpload function of Glacier
-     * @param {InitiateMultipartUploadInput} params - Data required for initiateMultipartUpload
-     * @returns {Promise<initiateMultipartUploadResponse>}
-     */
-    upload(params) {
-        return new Promise((resolve, reject) => {
-            this._glacier.initiateMultipartUpload(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listParts function of Glacier
-     * @param {ListPartsInput} params - Data required for listParts
-     * @returns {Promise<listPartsResponse>}
-     */
-    list(params) {
-        return new Promise((resolve, reject) => {
-            this._glacier.listParts(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._glacier = new this._AWS.Glacier({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createVault function of Glacier
+	 * @param {CreateVaultInput} params - Data required for createVault
+	 * @returns {Promise<createVaultResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._glacier.createVault(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteArchive function of Glacier
+	 * @param {DeleteArchiveInput} params - Data required for deleteArchive
+	 * @returns {Promise<deleteArchiveResponse>}
+	 */
+	deleteFiles(params) {
+		return new Promise((resolve, reject) => {
+			this._glacier.deleteArchive(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteVault function of Glacier
+	 * @param {DeleteVaultInput} params - Data required for deleteVault
+	 * @returns {Promise<deleteVaultResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._glacier.deleteVault(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the initiateMultipartUpload function of Glacier
+	 * @param {InitiateMultipartUploadInput} params - Data required for initiateMultipartUpload
+	 * @returns {Promise<initiateMultipartUploadResponse>}
+	 */
+	upload(params) {
+		return new Promise((resolve, reject) => {
+			this._glacier.initiateMultipartUpload(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listParts function of Glacier
+	 * @param {ListPartsInput} params - Data required for listParts
+	 * @returns {Promise<listPartsResponse>}
+	 */
+	list(params) {
+		return new Promise((resolve, reject) => {
+			this._glacier.listParts(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_ArchivalStorage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_storage_aws-blockStorage.js.html b/docs/AWS_storage_aws-blockStorage.js.html index 59acce9f..9051b0f5 100644 --- a/docs/AWS_storage_aws-blockStorage.js.html +++ b/docs/AWS_storage_aws-blockStorage.js.html @@ -1,425 +1,200 @@ + + - - - - AWS/storage/aws-blockStorage.js - - - - - - - - - - - - - + + + + + AWS/storage/aws-blockStorage.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/storage/aws-blockStorage.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/storage/aws-blockStorage.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a EC2 object
  * @category AWS
  */
 class AWS_BlockStorage {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._eC2 = new this._AWS.EC2({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createVolume function of EC2
-     * @param {CreateVolumeRequest} params - Data required for createVolume
-     * @returns {Promise<createVolumeResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.createVolume(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteVolume function of EC2
-     * @param {DeleteVolumeRequest} params - Data required for deleteVolume
-     * @returns {Promise<deleteVolumeResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.deleteVolume(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeVolumeAttribute function of EC2
-     * @param {DescribeVolumeAttributeRequest} params - Data required for describeVolumeAttribute
-     * @returns {Promise<describeVolumeAttributeResponse>}
-     */
-    describe(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.describeVolumeAttribute(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the describeVolumes function of EC2
-     * @param {DescribeVolumesRequest} params - Data required for describeVolumes
-     * @returns {Promise<describeVolumesResponse>}
-     */
-    list(params) {
-        return new Promise((resolve, reject) => {
-            this._eC2.describeVolumes(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._eC2 = new this._AWS.EC2({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createVolume function of EC2
+	 * @param {CreateVolumeRequest} params - Data required for createVolume
+	 * @returns {Promise<createVolumeResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.createVolume(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteVolume function of EC2
+	 * @param {DeleteVolumeRequest} params - Data required for deleteVolume
+	 * @returns {Promise<deleteVolumeResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.deleteVolume(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeVolumeAttribute function of EC2
+	 * @param {DescribeVolumeAttributeRequest} params - Data required for describeVolumeAttribute
+	 * @returns {Promise<describeVolumeAttributeResponse>}
+	 */
+	describe(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.describeVolumeAttribute(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the describeVolumes function of EC2
+	 * @param {DescribeVolumesRequest} params - Data required for describeVolumes
+	 * @returns {Promise<describeVolumesResponse>}
+	 */
+	list(params) {
+		return new Promise((resolve, reject) => {
+			this._eC2.describeVolumes(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_BlockStorage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/AWS_storage_aws-storageBucket.js.html b/docs/AWS_storage_aws-storageBucket.js.html index c1383ef0..62eb2393 100644 --- a/docs/AWS_storage_aws-storageBucket.js.html +++ b/docs/AWS_storage_aws-storageBucket.js.html @@ -1,441 +1,215 @@ + + - - - - AWS/storage/aws-storageBucket.js - - - - - - - - - - - - - + + + + + AWS/storage/aws-storageBucket.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

AWS/storage/aws-storageBucket.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

AWS/storage/aws-storageBucket.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
  * Class to create a S3 object
  * @category AWS
  */
 class AWS_StorageBucket {
-    /**
-     *
-     * @param {module} aws AWS SDK
-     * @param {object} options SDK options
-     */
-    constructor(aws, options) {
-        this._AWS = aws;
-        this._apiVersion = options.apiVersion;
-        this._s3 = new this._AWS.S3({
-            apiVersion: this._apiVersion
-        });
-    }
-    /**
-     * Trigers the createBucket function of S3
-     * @param {CreateBucketRequest} params - Data required for createBucket
-     * @returns {Promise<createBucketResponse>}
-     */
-    create(params) {
-        return new Promise((resolve, reject) => {
-            this._s3.createBucket(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteBucket function of S3
-     * @param {DeleteBucketRequest} params - Data required for deleteBucket
-     * @returns {Promise<deleteBucketResponse>}
-     */
-    delete(params) {
-        return new Promise((resolve, reject) => {
-            this._s3.deleteBucket(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the deleteObjects function of S3
-     * @param {DeleteObjectsRequest} params - Data required for deleteObjects
-     * @returns {Promise<deleteObjectsResponse>}
-     */
-    deleteFiles(params) {
-        return new Promise((resolve, reject) => {
-            this._s3.deleteObjects(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the listBuckets function of S3
-     * @returns {Promise<listBucketsResponse>}
-     */
-    list() {
-        return new Promise((resolve, reject) => {
-            this._s3.listBuckets((error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
-    /**
-     * Trigers the uploadPart function of S3
-     * @param {UploadPartRequest} params - Data required for uploadPart
-     * @returns {Promise<uploadPartResponse>}
-     */
-    upload(params) {
-        return new Promise((resolve, reject) => {
-            this._s3.uploadPart(params, (error, data) => {
-                if (error) {
-                    reject(error);
-                }
-                else {
-                    resolve(data);
-                }
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} aws AWS SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(aws, options) {
+		this._AWS = aws;
+		this._apiVersion = options.apiVersion;
+		this._s3 = new this._AWS.S3({
+			apiVersion: this._apiVersion,
+		});
+	}
+	/**
+	 * Trigers the createBucket function of S3
+	 * @param {CreateBucketRequest} params - Data required for createBucket
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(params) {
+		return new Promise((resolve, reject) => {
+			this._s3.createBucket(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteBucket function of S3
+	 * @param {DeleteBucketRequest} params - Data required for deleteBucket
+	 * @returns {Promise<deleteBucketResponse>}
+	 */
+	delete(params) {
+		return new Promise((resolve, reject) => {
+			this._s3.deleteBucket(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the deleteObjects function of S3
+	 * @param {DeleteObjectsRequest} params - Data required for deleteObjects
+	 * @returns {Promise<deleteObjectsResponse>}
+	 */
+	deleteFiles(params) {
+		return new Promise((resolve, reject) => {
+			this._s3.deleteObjects(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the listBuckets function of S3
+	 * @returns {Promise<listBucketsResponse>}
+	 */
+	list() {
+		return new Promise((resolve, reject) => {
+			this._s3.listBuckets((error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
+	/**
+	 * Trigers the uploadPart function of S3
+	 * @param {UploadPartRequest} params - Data required for uploadPart
+	 * @returns {Promise<uploadPartResponse>}
+	 */
+	upload(params) {
+		return new Promise((resolve, reject) => {
+			this._s3.uploadPart(params, (error, data) => {
+				if (error) {
+					reject(error);
+				} else {
+					resolve(data);
+				}
+			});
+		});
+	}
 }
 module.exports = AWS_StorageBucket;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_BlockStorage.html b/docs/Azure_BlockStorage.html index b621ad9e..3330c5c9 100644 --- a/docs/Azure_BlockStorage.html +++ b/docs/Azure_BlockStorage.html @@ -1,1304 +1,1554 @@ - - - - Azure_BlockStorage - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_BlockStorage

-
- -
-
-

- Azure_BlockStorage(azureRestSdk) -

- -
-

Class to create a BlockStorage object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_BlockStorage(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/storage/azure-blockStorage.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(resourceGroupName, - diskName, disk, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- diskName - - StringKeyword - -

- Mandatory - parameter -

-
- disk - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-blockStorage.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - delete(resourceGroupName, - diskName, optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- diskName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-blockStorage.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - describe(resourceGroupName, - diskName, optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- diskName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-blockStorage.js, - line 67 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - list(optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-blockStorage.js, - line 87 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
- -
-

- # - - - update(resourceGroupName, - diskName, disk, optionsopt) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- diskName - - StringKeyword - -

- Mandatory - parameter -

-
- disk - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-blockStorage.js, - line 110 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_BlockStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_BlockStorage

+
+ + + + + +
+ +
+ +

Azure_BlockStorage(azureRestSdk)

+ +

Class to create a BlockStorage object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_BlockStorage(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-blockStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(resourceGroupName, diskName, disk, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

diskName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

disk + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-blockStorage.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(resourceGroupName, diskName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

diskName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-blockStorage.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(resourceGroupName, diskName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

diskName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-blockStorage.js, line 90 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-blockStorage.js, line 119 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(resourceGroupName, diskName, disk, optionsopt) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

diskName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

disk + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-blockStorage.js, line 149 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_ComputeInstance.html b/docs/Azure_ComputeInstance.html index 029d9d3b..176ef093 100644 --- a/docs/Azure_ComputeInstance.html +++ b/docs/Azure_ComputeInstance.html @@ -1,1469 +1,1803 @@ - - - - Azure_ComputeInstance - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_ComputeInstance

-
- -
-
-

- Azure_ComputeInstance(azureRestSdk) -

- -
-

Class to create a ComputeInstance object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new - Azure_ComputeInstance(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(resourceGroupName, vmName, - parameters, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vmName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - destroy(resourceGroupName, vmName, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vmName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 132 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - list(resourceGroupName, - optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 44 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
- -
-

- # - - - reboot(resourceGroupName, vmName, - optionsopt) - → - {Promise.<restartResponse>} - -

- -
-

- Trigers the restart function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vmName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 110 - -

-
- -
-
- -
-
-
-
- - - Promise.<restartResponse> -
-
-
-
-
- -
-

- # - - - start(resourceGroupName, vmName, - optionsopt) - → - {Promise.<startResponse>} - -

- -
-

- Trigers the start function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vmName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 66 - -

-
- -
-
- -
-
-
-
- - - Promise.<startResponse> -
-
-
-
-
- -
-

- # - - - stop(resourceGroupName, vmName, - optionsopt) - → - {Promise.<powerOffResponse>} - -

- -
-

- Trigers the powerOff function of - compute -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vmName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-computeInstance.js, - line 88 - -

-
- -
-
- -
-
-
-
- - - Promise.<powerOffResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_ComputeInstance + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_ComputeInstance

+
+ + + + + +
+ +
+ +

Azure_ComputeInstance(azureRestSdk)

+ +

Class to create a ComputeInstance object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_ComputeInstance(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(resourceGroupName, vmName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vmName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + destroy(resourceGroupName, vmName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vmName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 182 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(resourceGroupName, optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 58 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + reboot(resourceGroupName, vmName, optionsopt) → {Promise.<restartResponse>} + + +

+ + + + +
+

Trigers the restart function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vmName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 151 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<restartResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + start(resourceGroupName, vmName, optionsopt) → {Promise.<startResponse>} + + +

+ + + + +
+

Trigers the start function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vmName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<startResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + stop(resourceGroupName, vmName, optionsopt) → {Promise.<powerOffResponse>} + + +

+ + + + +
+

Trigers the powerOff function of compute

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vmName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-computeInstance.js, line 120 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<powerOffResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_Container.html b/docs/Azure_Container.html index 6186e6be..376d826b 100644 --- a/docs/Azure_Container.html +++ b/docs/Azure_Container.html @@ -1,1112 +1,1272 @@ - - - - Azure_Container - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_Container

-
- -
-
-

- Azure_Container(azureRestSdk) -

- -
-

Class to create a Container object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_Container(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/compute/azure-container.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(resourceGroupName, - containerServiceName, - parameters, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- containerServiceName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-container.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - delete(resourceGroupName, - containerServiceName, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- containerServiceName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-container.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - describe(resourceGroupName, - containerServiceName, - optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- containerServiceName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-container.js, - line 67 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - list(optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-container.js, - line 87 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_Container + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_Container

+
+ + + + + +
+ +
+ +

Azure_Container(azureRestSdk)

+ +

Class to create a Container object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_Container(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-container.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(resourceGroupName, containerServiceName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

containerServiceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-container.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(resourceGroupName, containerServiceName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

containerServiceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-container.js, line 64 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(resourceGroupName, containerServiceName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

containerServiceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-container.js, line 99 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-container.js, line 128 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_DNS.html b/docs/Azure_DNS.html index 917d9aa9..98e0fb31 100644 --- a/docs/Azure_DNS.html +++ b/docs/Azure_DNS.html @@ -1,1202 +1,1371 @@ - - - - Azure_DNS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_DNS

-
- -
-
-

- Azure_DNS(azureRestSdk) -

- -
-

Class to create a DNS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_DNS(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/network/azure-DNS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - changeRecordSets(resourceGroupName, - zoneName, - relativeRecordSetName, - recordType, parameters, - optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- zoneName - - StringKeyword - -

- Mandatory - parameter -

-
- relativeRecordSetName - - StringKeyword - -

- Mandatory - parameter -

-
- recordType - - TypeReference - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-DNS.js, - line 90 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - createZone(resourceGroupName, - zoneName, parameters, - optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- zoneName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-DNS.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - deleteZone(resourceGroupName, - zoneName, optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- zoneName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-DNS.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - listZones(optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-DNS.js, - line 65 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_DNS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_DNS

+
+ + + + + +
+ +
+ +

Azure_DNS(azureRestSdk)

+ +

Class to create a DNS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_DNS(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-DNS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + changeRecordSets(resourceGroupName, zoneName, relativeRecordSetName, recordType, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

zoneName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

relativeRecordSetName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

recordType + + +TypeReference + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-DNS.js, line 120 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createZone(resourceGroupName, zoneName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

zoneName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-DNS.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteZone(resourceGroupName, zoneName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

zoneName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-DNS.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listZones(optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-DNS.js, line 88 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_KeyManagement.html b/docs/Azure_KeyManagement.html index 14ed2be3..ba4dfd90 100644 --- a/docs/Azure_KeyManagement.html +++ b/docs/Azure_KeyManagement.html @@ -1,1432 +1,1686 @@ - - - - Azure_KeyManagement - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_KeyManagement

-
- -
-
-

- Azure_KeyManagement(azureRestSdk) -

- -
-

Class to create a KeyManagement object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_KeyManagement(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/management/azure-keyManagement.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createKey(resourceGroupName, - vaultName, parameters, - optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of keyvault -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vaultName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-keyManagement.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - deleteKey(resourceGroupName, - vaultName, optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of keyvault -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vaultName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-keyManagement.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - describeKey(resourceGroupName, - vaultName, optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - keyvault -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vaultName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-keyManagement.js, - line 90 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - putKeyPolicy(resourceGroupName, - vaultName, operationKind, - parameters, optionsopt) - → - {Promise.<updateAccessPolicyResponse>} - -

- -
-

- Trigers the updateAccessPolicy - function of keyvault -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vaultName - - StringKeyword - -

- Mandatory - parameter -

-
- operationKind - - TypeReference - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-keyManagement.js, - line 114 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateAccessPolicyResponse> -
-
-
-
-
- -
-

- # - - - update(resourceGroupName, - vaultName, parameters, - optionsopt) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - keyvault -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- vaultName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-keyManagement.js, - line 68 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_KeyManagement + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_KeyManagement

+
+ + + + + +
+ +
+ +

Azure_KeyManagement(azureRestSdk)

+ +

Class to create a KeyManagement object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_KeyManagement(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-keyManagement.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createKey(resourceGroupName, vaultName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of keyvault

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vaultName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-keyManagement.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteKey(resourceGroupName, vaultName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of keyvault

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vaultName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-keyManagement.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeKey(resourceGroupName, vaultName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of keyvault

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vaultName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-keyManagement.js, line 127 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + putKeyPolicy(resourceGroupName, vaultName, operationKind, parameters, optionsopt) → {Promise.<updateAccessPolicyResponse>} + + +

+ + + + +
+

Trigers the updateAccessPolicy function of keyvault

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vaultName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

operationKind + + +TypeReference + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-keyManagement.js, line 160 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateAccessPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(resourceGroupName, vaultName, parameters, optionsopt) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of keyvault

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

vaultName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-keyManagement.js, line 91 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_Kubernetes.html b/docs/Azure_Kubernetes.html index 84dbf52e..cd877796 100644 --- a/docs/Azure_Kubernetes.html +++ b/docs/Azure_Kubernetes.html @@ -1,2303 +1,2931 @@ - - - - Azure_Kubernetes - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_Kubernetes

-
- -
-
-

- Azure_Kubernetes(azureRestSdk) -

- -
-

Class to create a Kubernetes object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_Kubernetes(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(resourceGroupName, - resourceName, parameters, - optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - createNodeGroup(resourceGroupName, - resourceName, agentPoolName, - parameters, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- agentPoolName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 134 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - delete(resourceGroupName, - resourceName, optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - deleteNodegroup(resourceGroupName, - resourceName, agentPoolName, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- agentPoolName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 157 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - describeCluster(resourceGroupName, - resourceName, optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 110 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - describeNodeGroup(resourceGroupName, - resourceName, agentPoolName, - optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- agentPoolName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 180 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - listClusters(optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 88 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
- -
-

- # - - - listNodegroups(resourceGroupName, - resourceName, optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 202 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
- -
-

- # - - - updateConfig(resourceGroupName, - resourceName, optionsopt) - → - {Promise.<rotateClusterCertificatesResponse>} - -

- -
-

- Trigers the - rotateClusterCertificates - function of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 224 - -

-
- -
-
- -
-
-
-
- - - Promise.<rotateClusterCertificatesResponse> -
-
-
-
-
- -
-

- # - - - updateTags(resourceGroupName, - resourceName, parameters, - optionsopt) - → - {Promise.<updateTagsResponse>} - -

- -
-

- Trigers the updateTags function - of containerservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- resourceName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/compute/azure-kubernetes.js, - line 68 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateTagsResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_Kubernetes + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_Kubernetes

+
+ + + + + +
+ +
+ +

Azure_Kubernetes(azureRestSdk)

+ +

Class to create a Kubernetes object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_Kubernetes(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(resourceGroupName, resourceName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createNodeGroup(resourceGroupName, resourceName, agentPoolName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

agentPoolName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 192 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(resourceGroupName, resourceName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNodegroup(resourceGroupName, resourceName, agentPoolName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

agentPoolName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 236 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeCluster(resourceGroupName, resourceName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 159 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeNodeGroup(resourceGroupName, resourceName, agentPoolName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

agentPoolName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 278 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listClusters(optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 130 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listNodegroups(resourceGroupName, resourceName, optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 319 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateConfig(resourceGroupName, resourceName, optionsopt) → {Promise.<rotateClusterCertificatesResponse>} + + +

+ + + + +
+

Trigers the rotateClusterCertificates function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 350 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<rotateClusterCertificatesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateTags(resourceGroupName, resourceName, parameters, optionsopt) → {Promise.<updateTagsResponse>} + + +

+ + + + +
+

Trigers the updateTags function of containerservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

resourceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/compute/azure-kubernetes.js, line 91 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateTagsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_LoadBalancer.html b/docs/Azure_LoadBalancer.html index 2384dfb3..0610cb01 100644 --- a/docs/Azure_LoadBalancer.html +++ b/docs/Azure_LoadBalancer.html @@ -1,1341 +1,1587 @@ - - - - Azure_LoadBalancer - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_LoadBalancer

-
- -
-
-

- Azure_LoadBalancer(azureRestSdk) -

- -
-

Class to create a LoadBalancer object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_LoadBalancer(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/network/azure-loadBalancer.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - addTags(resourceGroupName, - loadBalancerName, - parameters, optionsopt) - → - {Promise.<updateTagsResponse>} - -

- -
-

- Trigers the updateTags function - of network -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- loadBalancerName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-loadBalancer.js, - line 89 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateTagsResponse> -
-
-
-
-
- -
-

- # - - - create(resourceGroupName, - loadBalancerName, - parameters, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of network -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- loadBalancerName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-loadBalancer.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - delete(resourceGroupName, - loadBalancerName, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of network -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- loadBalancerName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-loadBalancer.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - describe(resourceGroupName, - loadBalancerName, - optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - network -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- loadBalancerName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-loadBalancer.js, - line 111 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - list(resourceGroupName, - optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - network -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/network/azure-loadBalancer.js, - line 66 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_LoadBalancer + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_LoadBalancer

+
+ + + + + +
+ +
+ +

Azure_LoadBalancer(azureRestSdk)

+ +

Class to create a LoadBalancer object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_LoadBalancer(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-loadBalancer.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + addTags(resourceGroupName, loadBalancerName, parameters, optionsopt) → {Promise.<updateTagsResponse>} + + +

+ + + + +
+

Trigers the updateTags function of network

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

loadBalancerName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-loadBalancer.js, line 130 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateTagsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(resourceGroupName, loadBalancerName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of network

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

loadBalancerName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-loadBalancer.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(resourceGroupName, loadBalancerName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of network

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

loadBalancerName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-loadBalancer.js, line 64 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(resourceGroupName, loadBalancerName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of network

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

loadBalancerName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-loadBalancer.js, line 171 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(resourceGroupName, optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of network

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/network/azure-loadBalancer.js, line 98 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_Monitoring.html b/docs/Azure_Monitoring.html index 222e8b4d..86116147 100644 --- a/docs/Azure_Monitoring.html +++ b/docs/Azure_Monitoring.html @@ -1,1324 +1,1554 @@ - - - - Azure_Monitoring - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_Monitoring

-
- -
-
-

- Azure_Monitoring(azureRestSdk) -

- -
-

Class to create a Monitoring object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_Monitoring(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/management/azure-monitoring.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createAlarm(resourceGroupName, - ruleName, parameters, - optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of monitor -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- ruleName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-monitoring.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - deleteAlarm(resourceGroupName, - ruleName, optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of monitor -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- ruleName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-monitoring.js, - line 45 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - getMetricData(resourceGroupName, - ruleName, optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - monitor -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- ruleName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-monitoring.js, - line 110 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - listAlarms(optionsopt) - → - {Promise.<listBySubscriptionResponse>} - -

- -
-

- Trigers the listBySubscription - function of monitor -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-monitoring.js, - line 88 - -

-
- -
-
- -
-
-
-
- - - Promise.<listBySubscriptionResponse> -
-
-
-
-
- -
-

- # - - - updateAlarm(resourceGroupName, - ruleName, - alertRulesResource, - optionsopt) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - monitor -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- ruleName - - StringKeyword - -

- Mandatory - parameter -

-
- alertRulesResource - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/management/azure-monitoring.js, - line 68 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_Monitoring + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_Monitoring

+
+ + + + + +
+ +
+ +

Azure_Monitoring(azureRestSdk)

+ +

Class to create a Monitoring object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_Monitoring(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-monitoring.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createAlarm(resourceGroupName, ruleName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of monitor

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

ruleName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-monitoring.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteAlarm(resourceGroupName, ruleName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of monitor

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

ruleName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-monitoring.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getMetricData(resourceGroupName, ruleName, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of monitor

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

ruleName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-monitoring.js, line 161 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listAlarms(optionsopt) → {Promise.<listBySubscriptionResponse>} + + +

+ + + + +
+

Trigers the listBySubscription function of monitor

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-monitoring.js, line 130 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBySubscriptionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateAlarm(resourceGroupName, ruleName, alertRulesResource, optionsopt) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of monitor

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

ruleName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

alertRulesResource + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/management/azure-monitoring.js, line 91 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_NoSql.html b/docs/Azure_NoSql.html index 0b714098..ff457946 100644 --- a/docs/Azure_NoSql.html +++ b/docs/Azure_NoSql.html @@ -1,1494 +1,1752 @@ - - - - Azure_NoSql - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_NoSql

-
- -
-
-

- Azure_NoSql(azureRestSdk) -

- -
-

Class to create a NoSql object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_NoSql(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/database/azure-noSql.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createCollection(resourceGroupName, - accountName, tableName, - createUpdateTableParameters, - optionsopt) - → - {Promise.<createUpdateTableResponse>} - -

- -
-

- Trigers the createUpdateTable - function of cosmosdb -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- tableName - - StringKeyword - -

- Mandatory - parameter -

-
- createUpdateTableParameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-noSql.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createUpdateTableResponse> -
-
-
-
-
- -
-

- # - - - deleteCollection(resourceGroupName, - accountName, tableName, - optionsopt) - → - {Promise.<deleteTableResponse>} - -

- -
-

- Trigers the deleteTable function - of cosmosdb -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- tableName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-noSql.js, - line 47 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteTableResponse> -
-
-
-
-
- -
-

- # - - - getAttributes(resourceGroupName, - accountName, tableName, - optionsopt) - → - {Promise.<getTableResponse>} - -

- -
-

- Trigers the getTable function of - cosmosdb -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- tableName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-noSql.js, - line 116 - -

-
- -
-
- -
-
-
-
- - - Promise.<getTableResponse> -
-
-
-
-
- -
-

- # - - - listCollections(resourceGroupName, - accountName, optionsopt) - → - {Promise.<listTablesResponse>} - -

- -
-

- Trigers the listTables function - of cosmosdb -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-noSql.js, - line 69 - -

-
- -
-
- -
-
-
-
- - - Promise.<listTablesResponse> -
-
-
-
-
- -
-

- # - - - setAttribute(resourceGroupName, - accountName, tableName, - updateThroughputParameters, - optionsopt) - → - {Promise.<updateTableThroughputResponse>} - -

- -
-

- Trigers the - updateTableThroughput function - of cosmosdb -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- tableName - - StringKeyword - -

- Mandatory - parameter -

-
- updateThroughputParameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-noSql.js, - line 93 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateTableThroughputResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_NoSql + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_NoSql

+
+ + + + + +
+ +
+ +

Azure_NoSql(azureRestSdk)

+ +

Class to create a NoSql object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_NoSql(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-noSql.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createCollection(resourceGroupName, accountName, tableName, createUpdateTableParameters, optionsopt) → {Promise.<createUpdateTableResponse>} + + +

+ + + + +
+

Trigers the createUpdateTable function of cosmosdb

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

tableName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

createUpdateTableParameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-noSql.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createUpdateTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteCollection(resourceGroupName, accountName, tableName, optionsopt) → {Promise.<deleteTableResponse>} + + +

+ + + + +
+

Trigers the deleteTable function of cosmosdb

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

tableName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-noSql.js, line 68 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getAttributes(resourceGroupName, accountName, tableName, optionsopt) → {Promise.<getTableResponse>} + + +

+ + + + +
+

Trigers the getTable function of cosmosdb

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

tableName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-noSql.js, line 186 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listCollections(resourceGroupName, accountName, optionsopt) → {Promise.<listTablesResponse>} + + +

+ + + + +
+

Trigers the listTables function of cosmosdb

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-noSql.js, line 109 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listTablesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + setAttribute(resourceGroupName, accountName, tableName, updateThroughputParameters, optionsopt) → {Promise.<updateTableThroughputResponse>} + + +

+ + + + +
+

Trigers the updateTableThroughput function of cosmosdb

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

tableName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

updateThroughputParameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-noSql.js, line 142 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateTableThroughputResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_RDBMS.html b/docs/Azure_RDBMS.html index c000d413..c92e5262 100644 --- a/docs/Azure_RDBMS.html +++ b/docs/Azure_RDBMS.html @@ -1,1576 +1,1851 @@ - - - - Azure_RDBMS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_RDBMS

-
- -
-
-

- Azure_RDBMS(azureRestSdk) -

- -
-

Class to create a RDBMS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_RDBMS(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/database/azure-RDBMS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createDatabse(resourceGroupName, - serverName, databaseName, - parameters, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of sql -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- serverName - - StringKeyword - -

- Mandatory - parameter -

-
- databaseName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-RDBMS.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - createSnapshots(resourceGroupName, - serverName, databaseName, - parameters, optionsopt) - → - {Promise.<exportMethodResponse>} - -

- -
-

- Trigers the exportMethod - function of sql -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- serverName - - StringKeyword - -

- Mandatory - parameter -

-
- databaseName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-RDBMS.js, - line 71 - -

-
- -
-
- -
-
-
-
- - - Promise.<exportMethodResponse> -
-
-
-
-
- -
-

- # - - - deleteDatabase(resourceGroupName, - serverName, databaseName, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of sql -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- serverName - - StringKeyword - -

- Mandatory - parameter -

-
- databaseName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-RDBMS.js, - line 47 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - modifyDB(resourceGroupName, - serverName, databaseName, - parameters, optionsopt) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - sql -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- serverName - - StringKeyword - -

- Mandatory - parameter -

-
- databaseName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-RDBMS.js, - line 95 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
- -
-

- # - - - restoreDatabase(resourceGroupName, - managedInstanceName, - databaseName, parameters, - optionsopt) - → - {Promise.<completeRestoreResponse>} - -

- -
-

- Trigers the completeRestore - function of sql -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- managedInstanceName - - StringKeyword - -

- Mandatory - parameter -

-
- databaseName - - StringKeyword - -

- Mandatory - parameter -

-
- parameters - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/database/azure-RDBMS.js, - line 119 - -

-
- -
-
- -
-
-
-
- - - Promise.<completeRestoreResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_RDBMS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_RDBMS

+
+ + + + + +
+ +
+ +

Azure_RDBMS(azureRestSdk)

+ +

Class to create a RDBMS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_RDBMS(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-RDBMS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createDatabse(resourceGroupName, serverName, databaseName, parameters, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of sql

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

serverName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

databaseName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-RDBMS.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createSnapshots(resourceGroupName, serverName, databaseName, parameters, optionsopt) → {Promise.<exportMethodResponse>} + + +

+ + + + +
+

Trigers the exportMethod function of sql

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

serverName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

databaseName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-RDBMS.js, line 111 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<exportMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDatabase(resourceGroupName, serverName, databaseName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of sql

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

serverName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

databaseName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-RDBMS.js, line 68 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + modifyDB(resourceGroupName, serverName, databaseName, parameters, optionsopt) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of sql

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

serverName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

databaseName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-RDBMS.js, line 156 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restoreDatabase(resourceGroupName, managedInstanceName, databaseName, parameters, optionsopt) → {Promise.<completeRestoreResponse>} + + +

+ + + + +
+

Trigers the completeRestore function of sql

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

managedInstanceName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

databaseName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

parameters + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/database/azure-RDBMS.js, line 201 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<completeRestoreResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_StorageBucket.html b/docs/Azure_StorageBucket.html index ba23f7bb..08d4b5e0 100644 --- a/docs/Azure_StorageBucket.html +++ b/docs/Azure_StorageBucket.html @@ -1,1051 +1,1155 @@ - - - - Azure_StorageBucket - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_StorageBucket

-
- -
-
-

- Azure_StorageBucket(azureRestSdk) -

- -
-

Class to create a StorageBucket object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_StorageBucket(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/storage/azure-storageBucket.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(resourceGroupName, - accountName, containerName, - blobContainer, optionsopt) - → - {Promise.<createResponse>} - -

- -
-

- Trigers the create function of - storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- containerName - - StringKeyword - -

- Mandatory - parameter -

-
- blobContainer - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-storageBucket.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<createResponse> -
-
-
-
-
- -
-

- # - - - delete(resourceGroupName, - accountName, containerName, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- containerName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-storageBucket.js, - line 47 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - list(resourceGroupName, - accountName, optionsopt) - → - {Promise.<listResponse>} - -

- -
-

- Trigers the list function of - storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- accountName - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/storage/azure-storageBucket.js, - line 69 - -

-
- -
-
- -
-
-
-
- - - Promise.<listResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_StorageBucket + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_StorageBucket

+
+ + + + + +
+ +
+ +

Azure_StorageBucket(azureRestSdk)

+ +

Class to create a StorageBucket object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_StorageBucket(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-storageBucket.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(resourceGroupName, accountName, containerName, blobContainer, optionsopt) → {Promise.<createResponse>} + + +

+ + + + +
+

Trigers the create function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

containerName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

blobContainer + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-storageBucket.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(resourceGroupName, accountName, containerName, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

containerName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-storageBucket.js, line 68 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(resourceGroupName, accountName, optionsopt) → {Promise.<listResponse>} + + +

+ + + + +
+

Trigers the list function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

accountName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/storage/azure-storageBucket.js, line 104 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_appServices_azure-paaS.js.html b/docs/Azure_appServices_azure-paaS.js.html index 0c070822..1e52f53a 100644 --- a/docs/Azure_appServices_azure-paaS.js.html +++ b/docs/Azure_appServices_azure-paaS.js.html @@ -1,623 +1,545 @@ + + - - - - Azure/appServices/azure-paaS.js - - - - - - - - - - - - - + + + + + Azure/appServices/azure-paaS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/appServices/azure-paaS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/appServices/azure-paaS.js

+
+ -
-
-
const { WebSiteManagementClient } = require("@azure/arm-appservice");
+
+
+    
+    
+
+
const { WebSiteManagementClient } = require('@azure/arm-appservice');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a PaaS object
  * @category Azure
  */
 class Azure_PaaS {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} siteEnvelope - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    create(resourceGroupName, name, siteEnvelope, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.createOrUpdate(resourceGroupName, name, siteEnvelope, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the update function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} siteEnvelope - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateResponse>}
-     */
-    update(resourceGroupName, name, siteEnvelope, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.update(resourceGroupName, name, siteEnvelope, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describe(resourceGroupName, name, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.get(resourceGroupName, name, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    delete(resourceGroupName, name, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.deleteMethod(resourceGroupName, name, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the restart function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<restartResponse>}
-     */
-    restart(resourceGroupName, name, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.restart(resourceGroupName, name, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createOrUpdate function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} hostingEnvironmentEnvelope - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    createEnvironment(resourceGroupName, name, hostingEnvironmentEnvelope, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.appServiceEnvironments.createOrUpdate(resourceGroupName, name, hostingEnvironmentEnvelope, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the update function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} hostingEnvironmentEnvelope - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateResponse>}
-     */
-    updateEnvironment(resourceGroupName, name, hostingEnvironmentEnvelope, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.appServiceEnvironments.update(resourceGroupName, name, hostingEnvironmentEnvelope, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createOrUpdateSlot function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} siteEnvelope - Mandatory parameter
-     * @param {StringKeyword} slot - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateSlotResponse>}
-     */
-    createConfigTemplate(resourceGroupName, name, siteEnvelope, slot, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.createOrUpdateSlot(resourceGroupName, name, siteEnvelope, slot, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getSlot function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {StringKeyword} slot - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getSlotResponse>}
-     */
-    describeConfigSettings(resourceGroupName, name, slot, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.getSlot(resourceGroupName, name, slot, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteSlot function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {StringKeyword} slot - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteSlotResponse>}
-     */
-    deleteConfigTemplate(resourceGroupName, name, slot, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.webApps.deleteSlot(resourceGroupName, name, slot, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the checkAvailability function of appservice
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<checkAvailabilityResponse>}
-     */
-    checkDNSAvailability(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.domains.checkAvailability(options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of appservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    terminateEnvironment(resourceGroupName, name, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new WebSiteManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.appServiceEnvironments.deleteMethod(resourceGroupName, name, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} siteEnvelope - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	create(resourceGroupName, name, siteEnvelope, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.createOrUpdate(
+							resourceGroupName,
+							name,
+							siteEnvelope,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the update function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} siteEnvelope - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateResponse>}
+	 */
+	update(resourceGroupName, name, siteEnvelope, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.update(resourceGroupName, name, siteEnvelope, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describe(resourceGroupName, name, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.get(resourceGroupName, name, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	delete(resourceGroupName, name, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.deleteMethod(resourceGroupName, name, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the restart function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<restartResponse>}
+	 */
+	restart(resourceGroupName, name, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.restart(resourceGroupName, name, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createOrUpdate function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} hostingEnvironmentEnvelope - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	createEnvironment(
+		resourceGroupName,
+		name,
+		hostingEnvironmentEnvelope,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.appServiceEnvironments
+						.createOrUpdate(
+							resourceGroupName,
+							name,
+							hostingEnvironmentEnvelope,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the update function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} hostingEnvironmentEnvelope - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateResponse>}
+	 */
+	updateEnvironment(
+		resourceGroupName,
+		name,
+		hostingEnvironmentEnvelope,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.appServiceEnvironments
+						.update(
+							resourceGroupName,
+							name,
+							hostingEnvironmentEnvelope,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createOrUpdateSlot function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} siteEnvelope - Mandatory parameter
+	 * @param {StringKeyword} slot - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateSlotResponse>}
+	 */
+	createConfigTemplate(
+		resourceGroupName,
+		name,
+		siteEnvelope,
+		slot,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.createOrUpdateSlot(
+							resourceGroupName,
+							name,
+							siteEnvelope,
+							slot,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getSlot function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {StringKeyword} slot - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getSlotResponse>}
+	 */
+	describeConfigSettings(resourceGroupName, name, slot, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.getSlot(resourceGroupName, name, slot, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteSlot function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {StringKeyword} slot - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteSlotResponse>}
+	 */
+	deleteConfigTemplate(resourceGroupName, name, slot, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.webApps
+						.deleteSlot(resourceGroupName, name, slot, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the checkAvailability function of appservice
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<checkAvailabilityResponse>}
+	 */
+	checkDNSAvailability(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.domains.checkAvailability(options).then(result => {
+						resolve(result);
+					});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of appservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	terminateEnvironment(resourceGroupName, name, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new WebSiteManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.appServiceEnvironments
+						.deleteMethod(resourceGroupName, name, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_PaaS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_compute_azure-computeInstance.js.html b/docs/Azure_compute_azure-computeInstance.js.html index 79eb5709..dd412239 100644 --- a/docs/Azure_compute_azure-computeInstance.js.html +++ b/docs/Azure_compute_azure-computeInstance.js.html @@ -1,485 +1,323 @@ + + - - - - Azure/compute/azure-computeInstance.js - - - - - - - - - - - - - + + + + + Azure/compute/azure-computeInstance.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/compute/azure-computeInstance.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/compute/azure-computeInstance.js

+
+ -
-
-
const { ComputeManagementClient } = require("@azure/arm-compute");
+
+
+    
+    
+
+
const { ComputeManagementClient } = require('@azure/arm-compute');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a ComputeInstance object
  * @category Azure
  */
 class Azure_ComputeInstance {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vmName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    create(resourceGroupName, vmName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.virtualMachines.createOrUpdate(resourceGroupName, vmName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    list(resourceGroupName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.virtualMachines.list(resourceGroupName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the start function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vmName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<startResponse>}
-     */
-    start(resourceGroupName, vmName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.virtualMachines.start(resourceGroupName, vmName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the powerOff function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vmName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<powerOffResponse>}
-     */
-    stop(resourceGroupName, vmName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.virtualMachines.powerOff(resourceGroupName, vmName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the restart function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vmName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<restartResponse>}
-     */
-    reboot(resourceGroupName, vmName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.virtualMachines.restart(resourceGroupName, vmName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vmName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    destroy(resourceGroupName, vmName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.virtualMachines.deleteMethod(resourceGroupName, vmName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vmName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	create(resourceGroupName, vmName, parameters, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.virtualMachines
+						.createOrUpdate(
+							resourceGroupName,
+							vmName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	list(resourceGroupName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.virtualMachines
+						.list(resourceGroupName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the start function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vmName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<startResponse>}
+	 */
+	start(resourceGroupName, vmName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.virtualMachines
+						.start(resourceGroupName, vmName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the powerOff function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vmName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<powerOffResponse>}
+	 */
+	stop(resourceGroupName, vmName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.virtualMachines
+						.powerOff(resourceGroupName, vmName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the restart function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vmName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<restartResponse>}
+	 */
+	reboot(resourceGroupName, vmName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.virtualMachines
+						.restart(resourceGroupName, vmName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vmName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	destroy(resourceGroupName, vmName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.virtualMachines
+						.deleteMethod(resourceGroupName, vmName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_ComputeInstance;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_compute_azure-container.js.html b/docs/Azure_compute_azure-container.js.html index 418bccee..12ff7c57 100644 --- a/docs/Azure_compute_azure-container.js.html +++ b/docs/Azure_compute_azure-container.js.html @@ -1,440 +1,267 @@ + + - - - - Azure/compute/azure-container.js - - - - - - - - - - - - - + + + + + Azure/compute/azure-container.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/compute/azure-container.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/compute/azure-container.js

+
+ -
-
-
const { ContainerServiceClient } = require("@azure/arm-containerservice");
+
+
+    
+    
+
+
const { ContainerServiceClient } = require('@azure/arm-containerservice');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Container object
  * @category Azure
  */
 class Azure_Container {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} containerServiceName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    create(resourceGroupName, containerServiceName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.containerServices.createOrUpdate(resourceGroupName, containerServiceName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} containerServiceName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    delete(resourceGroupName, containerServiceName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.containerServices.deleteMethod(resourceGroupName, containerServiceName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} containerServiceName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describe(resourceGroupName, containerServiceName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.containerServices.get(resourceGroupName, containerServiceName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of containerservice
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    list(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.containerServices.list(options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} containerServiceName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	create(
+		resourceGroupName,
+		containerServiceName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.containerServices
+						.createOrUpdate(
+							resourceGroupName,
+							containerServiceName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} containerServiceName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	delete(resourceGroupName, containerServiceName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.containerServices
+						.deleteMethod(
+							resourceGroupName,
+							containerServiceName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} containerServiceName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describe(resourceGroupName, containerServiceName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.containerServices
+						.get(resourceGroupName, containerServiceName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of containerservice
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	list(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.containerServices.list(options).then(result => {
+						resolve(result);
+					});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_Container;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_compute_azure-kubernetes.js.html b/docs/Azure_compute_azure-kubernetes.js.html index 6ed212eb..e9ce03bb 100644 --- a/docs/Azure_compute_azure-kubernetes.js.html +++ b/docs/Azure_compute_azure-kubernetes.js.html @@ -1,577 +1,495 @@ + + - - - - Azure/compute/azure-kubernetes.js - - - - - - - - - - - - - + + + + + Azure/compute/azure-kubernetes.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/compute/azure-kubernetes.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/compute/azure-kubernetes.js

+
+ -
-
-
const { ContainerServiceClient } = require("@azure/arm-containerservice");
+
+
+    
+    
+
+
const { ContainerServiceClient } = require('@azure/arm-containerservice');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Kubernetes object
  * @category Azure
  */
 class Azure_Kubernetes {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    create(resourceGroupName, resourceName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedClusters.createOrUpdate(resourceGroupName, resourceName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    delete(resourceGroupName, resourceName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedClusters.deleteMethod(resourceGroupName, resourceName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateTags function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateTagsResponse>}
-     */
-    updateTags(resourceGroupName, resourceName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedClusters.updateTags(resourceGroupName, resourceName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of containerservice
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    listClusters(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedClusters.list(options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describeCluster(resourceGroupName, resourceName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedClusters.get(resourceGroupName, resourceName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createOrUpdate function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {StringKeyword} agentPoolName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    createNodeGroup(resourceGroupName, resourceName, agentPoolName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.agentPools.createOrUpdate(resourceGroupName, resourceName, agentPoolName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {StringKeyword} agentPoolName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    deleteNodegroup(resourceGroupName, resourceName, agentPoolName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.agentPools.deleteMethod(resourceGroupName, resourceName, agentPoolName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {StringKeyword} agentPoolName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describeNodeGroup(resourceGroupName, resourceName, agentPoolName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.agentPools.get(resourceGroupName, resourceName, agentPoolName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    listNodegroups(resourceGroupName, resourceName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.agentPools.list(resourceGroupName, resourceName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the rotateClusterCertificates function of containerservice
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} resourceName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<rotateClusterCertificatesResponse>}
-     */
-    updateConfig(resourceGroupName, resourceName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ContainerServiceClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedClusters.rotateClusterCertificates(resourceGroupName, resourceName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	create(resourceGroupName, resourceName, parameters, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedClusters
+						.createOrUpdate(
+							resourceGroupName,
+							resourceName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	delete(resourceGroupName, resourceName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedClusters
+						.deleteMethod(resourceGroupName, resourceName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateTags function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateTagsResponse>}
+	 */
+	updateTags(
+		resourceGroupName,
+		resourceName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedClusters
+						.updateTags(
+							resourceGroupName,
+							resourceName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of containerservice
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	listClusters(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedClusters.list(options).then(result => {
+						resolve(result);
+					});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describeCluster(resourceGroupName, resourceName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedClusters
+						.get(resourceGroupName, resourceName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createOrUpdate function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {StringKeyword} agentPoolName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	createNodeGroup(
+		resourceGroupName,
+		resourceName,
+		agentPoolName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.agentPools
+						.createOrUpdate(
+							resourceGroupName,
+							resourceName,
+							agentPoolName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {StringKeyword} agentPoolName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	deleteNodegroup(
+		resourceGroupName,
+		resourceName,
+		agentPoolName,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.agentPools
+						.deleteMethod(
+							resourceGroupName,
+							resourceName,
+							agentPoolName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {StringKeyword} agentPoolName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describeNodeGroup(
+		resourceGroupName,
+		resourceName,
+		agentPoolName,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.agentPools
+						.get(
+							resourceGroupName,
+							resourceName,
+							agentPoolName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	listNodegroups(resourceGroupName, resourceName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.agentPools
+						.list(resourceGroupName, resourceName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the rotateClusterCertificates function of containerservice
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} resourceName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<rotateClusterCertificatesResponse>}
+	 */
+	updateConfig(resourceGroupName, resourceName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ContainerServiceClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedClusters
+						.rotateClusterCertificates(
+							resourceGroupName,
+							resourceName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_Kubernetes;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_database_azure-RDBMS.js.html b/docs/Azure_database_azure-RDBMS.js.html index cfcdbb91..6c05c0d1 100644 --- a/docs/Azure_database_azure-RDBMS.js.html +++ b/docs/Azure_database_azure-RDBMS.js.html @@ -1,472 +1,354 @@ + + - - - - Azure/database/azure-RDBMS.js - - - - - - - - - - - - - + + + + + Azure/database/azure-RDBMS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/database/azure-RDBMS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/database/azure-RDBMS.js

+
+ -
-
-
const { SqlManagementClient } = require("@azure/arm-sql");
+
+
+    
+    
+
+
const { SqlManagementClient } = require('@azure/arm-sql');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a RDBMS object
  * @category Azure
  */
 class Azure_RDBMS {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of sql
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} serverName - Mandatory parameter
-     * @param {StringKeyword} databaseName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    createDatabse(resourceGroupName, serverName, databaseName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new SqlManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.databases.createOrUpdate(resourceGroupName, serverName, databaseName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of sql
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} serverName - Mandatory parameter
-     * @param {StringKeyword} databaseName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    deleteDatabase(resourceGroupName, serverName, databaseName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new SqlManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.databases.deleteMethod(resourceGroupName, serverName, databaseName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the exportMethod function of sql
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} serverName - Mandatory parameter
-     * @param {StringKeyword} databaseName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<exportMethodResponse>}
-     */
-    createSnapshots(resourceGroupName, serverName, databaseName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new SqlManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.databases.exportMethod(resourceGroupName, serverName, databaseName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the update function of sql
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} serverName - Mandatory parameter
-     * @param {StringKeyword} databaseName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateResponse>}
-     */
-    modifyDB(resourceGroupName, serverName, databaseName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new SqlManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.databases.update(resourceGroupName, serverName, databaseName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the completeRestore function of sql
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} managedInstanceName - Mandatory parameter
-     * @param {StringKeyword} databaseName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<completeRestoreResponse>}
-     */
-    restoreDatabase(resourceGroupName, managedInstanceName, databaseName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new SqlManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.managedDatabases.completeRestore(resourceGroupName, managedInstanceName, databaseName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of sql
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} serverName - Mandatory parameter
+	 * @param {StringKeyword} databaseName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	createDatabse(
+		resourceGroupName,
+		serverName,
+		databaseName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new SqlManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.databases
+						.createOrUpdate(
+							resourceGroupName,
+							serverName,
+							databaseName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of sql
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} serverName - Mandatory parameter
+	 * @param {StringKeyword} databaseName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	deleteDatabase(
+		resourceGroupName,
+		serverName,
+		databaseName,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new SqlManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.databases
+						.deleteMethod(
+							resourceGroupName,
+							serverName,
+							databaseName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the exportMethod function of sql
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} serverName - Mandatory parameter
+	 * @param {StringKeyword} databaseName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<exportMethodResponse>}
+	 */
+	createSnapshots(
+		resourceGroupName,
+		serverName,
+		databaseName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new SqlManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.databases
+						.exportMethod(
+							resourceGroupName,
+							serverName,
+							databaseName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the update function of sql
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} serverName - Mandatory parameter
+	 * @param {StringKeyword} databaseName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateResponse>}
+	 */
+	modifyDB(
+		resourceGroupName,
+		serverName,
+		databaseName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new SqlManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.databases
+						.update(
+							resourceGroupName,
+							serverName,
+							databaseName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the completeRestore function of sql
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} managedInstanceName - Mandatory parameter
+	 * @param {StringKeyword} databaseName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<completeRestoreResponse>}
+	 */
+	restoreDatabase(
+		resourceGroupName,
+		managedInstanceName,
+		databaseName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new SqlManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.managedDatabases
+						.completeRestore(
+							resourceGroupName,
+							managedInstanceName,
+							databaseName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_RDBMS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_database_azure-noSql.js.html b/docs/Azure_database_azure-noSql.js.html index dd2e9b25..2d9fada1 100644 --- a/docs/Azure_database_azure-noSql.js.html +++ b/docs/Azure_database_azure-noSql.js.html @@ -1,469 +1,337 @@ + + - - - - Azure/database/azure-noSql.js - - - - - - - - - - - - - + + + + + Azure/database/azure-noSql.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/database/azure-noSql.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/database/azure-noSql.js

+
+ -
-
-
const { CosmosDBManagementClient } = require("@azure/arm-cosmosdb");
+
+
+    
+    
+
+
const { CosmosDBManagementClient } = require('@azure/arm-cosmosdb');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a NoSql object
  * @category Azure
  */
 class Azure_NoSql {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createUpdateTable function of cosmosdb
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {StringKeyword} tableName - Mandatory parameter
-     * @param {TypeReference} createUpdateTableParameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createUpdateTableResponse>}
-     */
-    createCollection(resourceGroupName, accountName, tableName, createUpdateTableParameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new CosmosDBManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.tableResources.createUpdateTable(resourceGroupName, accountName, tableName, createUpdateTableParameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteTable function of cosmosdb
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {StringKeyword} tableName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteTableResponse>}
-     */
-    deleteCollection(resourceGroupName, accountName, tableName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new CosmosDBManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.tableResources.deleteTable(resourceGroupName, accountName, tableName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listTables function of cosmosdb
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listTablesResponse>}
-     */
-    listCollections(resourceGroupName, accountName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new CosmosDBManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.tableResources.listTables(resourceGroupName, accountName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateTableThroughput function of cosmosdb
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {StringKeyword} tableName - Mandatory parameter
-     * @param {TypeReference} updateThroughputParameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateTableThroughputResponse>}
-     */
-    setAttribute(resourceGroupName, accountName, tableName, updateThroughputParameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new CosmosDBManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.tableResources.updateTableThroughput(resourceGroupName, accountName, tableName, updateThroughputParameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getTable function of cosmosdb
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {StringKeyword} tableName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getTableResponse>}
-     */
-    getAttributes(resourceGroupName, accountName, tableName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new CosmosDBManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.tableResources.getTable(resourceGroupName, accountName, tableName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createUpdateTable function of cosmosdb
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {StringKeyword} tableName - Mandatory parameter
+	 * @param {TypeReference} createUpdateTableParameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createUpdateTableResponse>}
+	 */
+	createCollection(
+		resourceGroupName,
+		accountName,
+		tableName,
+		createUpdateTableParameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new CosmosDBManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.tableResources
+						.createUpdateTable(
+							resourceGroupName,
+							accountName,
+							tableName,
+							createUpdateTableParameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteTable function of cosmosdb
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {StringKeyword} tableName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteTableResponse>}
+	 */
+	deleteCollection(
+		resourceGroupName,
+		accountName,
+		tableName,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new CosmosDBManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.tableResources
+						.deleteTable(
+							resourceGroupName,
+							accountName,
+							tableName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listTables function of cosmosdb
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listTablesResponse>}
+	 */
+	listCollections(resourceGroupName, accountName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new CosmosDBManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.tableResources
+						.listTables(resourceGroupName, accountName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateTableThroughput function of cosmosdb
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {StringKeyword} tableName - Mandatory parameter
+	 * @param {TypeReference} updateThroughputParameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateTableThroughputResponse>}
+	 */
+	setAttribute(
+		resourceGroupName,
+		accountName,
+		tableName,
+		updateThroughputParameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new CosmosDBManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.tableResources
+						.updateTableThroughput(
+							resourceGroupName,
+							accountName,
+							tableName,
+							updateThroughputParameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getTable function of cosmosdb
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {StringKeyword} tableName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getTableResponse>}
+	 */
+	getAttributes(
+		resourceGroupName,
+		accountName,
+		tableName,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new CosmosDBManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.tableResources
+						.getTable(
+							resourceGroupName,
+							accountName,
+							tableName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_NoSql;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_management_azure-keyManagement.js.html b/docs/Azure_management_azure-keyManagement.js.html index 90b646bc..fac787ed 100644 --- a/docs/Azure_management_azure-keyManagement.js.html +++ b/docs/Azure_management_azure-keyManagement.js.html @@ -1,467 +1,313 @@ + + - - - - Azure/management/azure-keyManagement.js - - - - - - - - - - - - - + + + + + Azure/management/azure-keyManagement.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/management/azure-keyManagement.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/management/azure-keyManagement.js

+
+ -
-
-
const { KeyVaultManagementClient } = require("@azure/arm-keyvault");
+
+
+    
+    
+
+
const { KeyVaultManagementClient } = require('@azure/arm-keyvault');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a KeyManagement object
  * @category Azure
  */
 class Azure_KeyManagement {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of keyvault
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vaultName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    createKey(resourceGroupName, vaultName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new KeyVaultManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.vaults.createOrUpdate(resourceGroupName, vaultName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of keyvault
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vaultName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    deleteKey(resourceGroupName, vaultName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new KeyVaultManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.vaults.deleteMethod(resourceGroupName, vaultName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the update function of keyvault
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vaultName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateResponse>}
-     */
-    update(resourceGroupName, vaultName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new KeyVaultManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.vaults.update(resourceGroupName, vaultName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of keyvault
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vaultName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describeKey(resourceGroupName, vaultName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new KeyVaultManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.vaults.get(resourceGroupName, vaultName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateAccessPolicy function of keyvault
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} vaultName - Mandatory parameter
-     * @param {TypeReference} operationKind - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateAccessPolicyResponse>}
-     */
-    putKeyPolicy(resourceGroupName, vaultName, operationKind, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new KeyVaultManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.vaults.updateAccessPolicy(resourceGroupName, vaultName, operationKind, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of keyvault
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vaultName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	createKey(resourceGroupName, vaultName, parameters, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new KeyVaultManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.vaults
+						.createOrUpdate(
+							resourceGroupName,
+							vaultName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of keyvault
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vaultName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	deleteKey(resourceGroupName, vaultName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new KeyVaultManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.vaults
+						.deleteMethod(resourceGroupName, vaultName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the update function of keyvault
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vaultName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateResponse>}
+	 */
+	update(resourceGroupName, vaultName, parameters, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new KeyVaultManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.vaults
+						.update(
+							resourceGroupName,
+							vaultName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of keyvault
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vaultName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describeKey(resourceGroupName, vaultName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new KeyVaultManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.vaults
+						.get(resourceGroupName, vaultName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateAccessPolicy function of keyvault
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} vaultName - Mandatory parameter
+	 * @param {TypeReference} operationKind - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateAccessPolicyResponse>}
+	 */
+	putKeyPolicy(
+		resourceGroupName,
+		vaultName,
+		operationKind,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new KeyVaultManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.vaults
+						.updateAccessPolicy(
+							resourceGroupName,
+							vaultName,
+							operationKind,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_KeyManagement;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_management_azure-monitoring.js.html b/docs/Azure_management_azure-monitoring.js.html index 779787c6..20fa517a 100644 --- a/docs/Azure_management_azure-monitoring.js.html +++ b/docs/Azure_management_azure-monitoring.js.html @@ -1,463 +1,302 @@ + + - - - - Azure/management/azure-monitoring.js - - - - - - - - - - - - - + + + + + Azure/management/azure-monitoring.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/management/azure-monitoring.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/management/azure-monitoring.js

+
+ -
-
-
const { MonitorManagementClient } = require("@azure/arm-monitor");
+
+
+    
+    
+
+
const { MonitorManagementClient } = require('@azure/arm-monitor');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Monitoring object
  * @category Azure
  */
 class Azure_Monitoring {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of monitor
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} ruleName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    createAlarm(resourceGroupName, ruleName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new MonitorManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.alertRules.createOrUpdate(resourceGroupName, ruleName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of monitor
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} ruleName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    deleteAlarm(resourceGroupName, ruleName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new MonitorManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.alertRules.deleteMethod(resourceGroupName, ruleName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the update function of monitor
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} ruleName - Mandatory parameter
-     * @param {TypeReference} alertRulesResource - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateResponse>}
-     */
-    updateAlarm(resourceGroupName, ruleName, alertRulesResource, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new MonitorManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.alertRules.update(resourceGroupName, ruleName, alertRulesResource, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listBySubscription function of monitor
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listBySubscriptionResponse>}
-     */
-    listAlarms(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new MonitorManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.alertRules.listBySubscription(options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of monitor
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} ruleName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    getMetricData(resourceGroupName, ruleName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new MonitorManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.alertRules.get(resourceGroupName, ruleName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of monitor
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} ruleName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	createAlarm(resourceGroupName, ruleName, parameters, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new MonitorManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.alertRules
+						.createOrUpdate(
+							resourceGroupName,
+							ruleName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of monitor
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} ruleName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	deleteAlarm(resourceGroupName, ruleName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new MonitorManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.alertRules
+						.deleteMethod(resourceGroupName, ruleName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the update function of monitor
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} ruleName - Mandatory parameter
+	 * @param {TypeReference} alertRulesResource - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateResponse>}
+	 */
+	updateAlarm(
+		resourceGroupName,
+		ruleName,
+		alertRulesResource,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new MonitorManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.alertRules
+						.update(
+							resourceGroupName,
+							ruleName,
+							alertRulesResource,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listBySubscription function of monitor
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listBySubscriptionResponse>}
+	 */
+	listAlarms(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new MonitorManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.alertRules
+						.listBySubscription(options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of monitor
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} ruleName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	getMetricData(resourceGroupName, ruleName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new MonitorManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.alertRules
+						.get(resourceGroupName, ruleName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_Monitoring;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_network_azure-DNS.js.html b/docs/Azure_network_azure-DNS.js.html index 3b133877..5f95f239 100644 --- a/docs/Azure_network_azure-DNS.js.html +++ b/docs/Azure_network_azure-DNS.js.html @@ -1,443 +1,275 @@ + + - - - - Azure/network/azure-DNS.js - - - - - - - - - - - - - + + + + + Azure/network/azure-DNS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/network/azure-DNS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/network/azure-DNS.js

+
+ -
-
-
const { DnsManagementClient } = require("@azure/arm-dns");
+
+
+    
+    
+
+
const { DnsManagementClient } = require('@azure/arm-dns');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a DNS object
  * @category Azure
  */
 class Azure_DNS {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of dns
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} zoneName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    createZone(resourceGroupName, zoneName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new DnsManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.zones.createOrUpdate(resourceGroupName, zoneName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of dns
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} zoneName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    deleteZone(resourceGroupName, zoneName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new DnsManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.zones.deleteMethod(resourceGroupName, zoneName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of dns
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    listZones(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new DnsManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.zones.list(options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createOrUpdate function of dns
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} zoneName - Mandatory parameter
-     * @param {StringKeyword} relativeRecordSetName - Mandatory parameter
-     * @param {TypeReference} recordType - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    changeRecordSets(resourceGroupName, zoneName, relativeRecordSetName, recordType, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new DnsManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.recordSets.createOrUpdate(resourceGroupName, zoneName, relativeRecordSetName, recordType, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of dns
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} zoneName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	createZone(resourceGroupName, zoneName, parameters, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new DnsManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.zones
+						.createOrUpdate(
+							resourceGroupName,
+							zoneName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of dns
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} zoneName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	deleteZone(resourceGroupName, zoneName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new DnsManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.zones
+						.deleteMethod(resourceGroupName, zoneName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of dns
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	listZones(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new DnsManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.zones.list(options).then(result => {
+						resolve(result);
+					});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createOrUpdate function of dns
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} zoneName - Mandatory parameter
+	 * @param {StringKeyword} relativeRecordSetName - Mandatory parameter
+	 * @param {TypeReference} recordType - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	changeRecordSets(
+		resourceGroupName,
+		zoneName,
+		relativeRecordSetName,
+		recordType,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new DnsManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.recordSets
+						.createOrUpdate(
+							resourceGroupName,
+							zoneName,
+							relativeRecordSetName,
+							recordType,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_DNS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_network_azure-loadBalancer.js.html b/docs/Azure_network_azure-loadBalancer.js.html index aeb1ea23..ea6b2c62 100644 --- a/docs/Azure_network_azure-loadBalancer.js.html +++ b/docs/Azure_network_azure-loadBalancer.js.html @@ -1,464 +1,312 @@ + + - - - - Azure/network/azure-loadBalancer.js - - - - - - - - - - - - - + + + + + Azure/network/azure-loadBalancer.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/network/azure-loadBalancer.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/network/azure-loadBalancer.js

+
+ -
-
-
const { NetworkManagementClient } = require("@azure/arm-network");
+
+
+    
+    
+
+
const { NetworkManagementClient } = require('@azure/arm-network');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a LoadBalancer object
  * @category Azure
  */
 class Azure_LoadBalancer {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of network
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} loadBalancerName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    create(resourceGroupName, loadBalancerName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new NetworkManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.loadBalancers.createOrUpdate(resourceGroupName, loadBalancerName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of network
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} loadBalancerName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    delete(resourceGroupName, loadBalancerName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new NetworkManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.loadBalancers.deleteMethod(resourceGroupName, loadBalancerName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of network
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    list(resourceGroupName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new NetworkManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.loadBalancers.list(resourceGroupName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateTags function of network
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} loadBalancerName - Mandatory parameter
-     * @param {TypeReference} parameters - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateTagsResponse>}
-     */
-    addTags(resourceGroupName, loadBalancerName, parameters, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new NetworkManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.loadBalancers.updateTags(resourceGroupName, loadBalancerName, parameters, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of network
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} loadBalancerName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describe(resourceGroupName, loadBalancerName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new NetworkManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.loadBalancers.get(resourceGroupName, loadBalancerName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of network
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} loadBalancerName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	create(
+		resourceGroupName,
+		loadBalancerName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new NetworkManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.loadBalancers
+						.createOrUpdate(
+							resourceGroupName,
+							loadBalancerName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of network
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} loadBalancerName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	delete(resourceGroupName, loadBalancerName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new NetworkManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.loadBalancers
+						.deleteMethod(
+							resourceGroupName,
+							loadBalancerName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of network
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	list(resourceGroupName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new NetworkManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.loadBalancers
+						.list(resourceGroupName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateTags function of network
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} loadBalancerName - Mandatory parameter
+	 * @param {TypeReference} parameters - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateTagsResponse>}
+	 */
+	addTags(
+		resourceGroupName,
+		loadBalancerName,
+		parameters,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new NetworkManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.loadBalancers
+						.updateTags(
+							resourceGroupName,
+							loadBalancerName,
+							parameters,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of network
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} loadBalancerName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describe(resourceGroupName, loadBalancerName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new NetworkManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.loadBalancers
+						.get(resourceGroupName, loadBalancerName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_LoadBalancer;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_paas.html b/docs/Azure_paas.html index 4d82c5d0..ba8f7015 100644 --- a/docs/Azure_paas.html +++ b/docs/Azure_paas.html @@ -1,2681 +1,3495 @@ - - - - Azure_PaaS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Azure_PaaS

-
- -
-
-

- Azure_PaaS(azureRestSdk) -

- -
-

Class to create a PaaS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Azure_PaaS(azureRestSdk) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- azureRestSdk - - module - -

- Azure Rest - SDK -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - checkDNSAvailability(optionsopt) - → - {Promise.<checkAvailabilityResponse>} - -

- -
-

- Trigers the checkAvailability - function of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 248 - -

-
- -
-
- -
-
-
-
- - - Promise.<checkAvailabilityResponse> -
-
-
-
-
- -
-

- # - - - create(resourceGroupName, name, - siteEnvelope, optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- siteEnvelope - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - createConfigTemplate(resourceGroupName, name, - siteEnvelope, slot, - optionsopt) - → - {Promise.<createOrUpdateSlotResponse>} - -

- -
-

- Trigers the createOrUpdateSlot - function of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- siteEnvelope - - TypeReference - -

- Mandatory - parameter -

-
- slot - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 182 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateSlotResponse> -
-
-
-
-
- -
-

- # - - - createEnvironment(resourceGroupName, name, - hostingEnvironmentEnvelope, - optionsopt) - → - {Promise.<createOrUpdateResponse>} - -

- -
-

- Trigers the createOrUpdate - function of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- hostingEnvironmentEnvelope - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 135 - -

-
- -
-
- -
-
-
-
- - - Promise.<createOrUpdateResponse> -
-
-
-
-
- -
-

- # - - - delete(resourceGroupName, name, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 90 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - deleteConfigTemplate(resourceGroupName, name, - slot, optionsopt) - → - {Promise.<deleteSlotResponse>} - -

- -
-

- Trigers the deleteSlot function - of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- slot - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 228 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteSlotResponse> -
-
-
-
-
- -
-

- # - - - describe(resourceGroupName, name, - optionsopt) - → - {Promise.<getResponse>} - -

- -
-

- Trigers the get function of - appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 68 - -

-
- -
-
- -
-
-
-
- - - Promise.<getResponse> -
-
-
-
-
- -
-

- # - - - describeConfigSettings(resourceGroupName, name, - slot, optionsopt) - → - {Promise.<getSlotResponse>} - -

- -
-

- Trigers the getSlot function of - appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- slot - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 205 - -

-
- -
-
- -
-
-
-
- - - Promise.<getSlotResponse> -
-
-
-
-
- -
-

- # - - - restart(resourceGroupName, name, - optionsopt) - → - {Promise.<restartResponse>} - -

- -
-

- Trigers the restart function of - appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 112 - -

-
- -
-
- -
-
-
-
- - - Promise.<restartResponse> -
-
-
-
-
- -
-

- # - - - terminateEnvironment(resourceGroupName, name, - optionsopt) - → - {Promise.<deleteMethodResponse>} - -

- -
-

- Trigers the deleteMethod - function of appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 270 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteMethodResponse> -
-
-
-
-
- -
-

- # - - - update(resourceGroupName, name, - siteEnvelope, optionsopt) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- siteEnvelope - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 46 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
- -
-

- # - - - updateEnvironment(resourceGroupName, name, - hostingEnvironmentEnvelope, - optionsopt) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - appservice -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- resourceGroupName - - StringKeyword - -

- Mandatory - parameter -

-
- name - - StringKeyword - -

- Mandatory - parameter -

-
- hostingEnvironmentEnvelope - - TypeReference - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - Azure/appServices/azure-paaS.js, - line 158 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Azure_PaaS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Azure_PaaS

+
+ + + + + +
+ +
+ +

Azure_PaaS(azureRestSdk)

+ +

Class to create a PaaS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Azure_PaaS(azureRestSdk) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
azureRestSdk + + +module + + + +

Azure Rest SDK

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + checkDNSAvailability(optionsopt) → {Promise.<checkAvailabilityResponse>} + + +

+ + + + +
+

Trigers the checkAvailability function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 375 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<checkAvailabilityResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(resourceGroupName, name, siteEnvelope, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

siteEnvelope + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createConfigTemplate(resourceGroupName, name, siteEnvelope, slot, optionsopt) → {Promise.<createOrUpdateSlotResponse>} + + +

+ + + + +
+

Trigers the createOrUpdateSlot function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

siteEnvelope + + +TypeReference + + + + + + + + + +

Mandatory parameter

slot + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 270 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateSlotResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createEnvironment(resourceGroupName, name, hostingEnvironmentEnvelope, optionsopt) → {Promise.<createOrUpdateResponse>} + + +

+ + + + +
+

Trigers the createOrUpdate function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

hostingEnvironmentEnvelope + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 185 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOrUpdateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(resourceGroupName, name, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 122 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteConfigTemplate(resourceGroupName, name, slot, optionsopt) → {Promise.<deleteSlotResponse>} + + +

+ + + + +
+

Trigers the deleteSlot function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

slot + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 346 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteSlotResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(resourceGroupName, name, optionsopt) → {Promise.<getResponse>} + + +

+ + + + +
+

Trigers the get function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 91 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeConfigSettings(resourceGroupName, name, slot, optionsopt) → {Promise.<getSlotResponse>} + + +

+ + + + +
+

Trigers the getSlot function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

slot + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 314 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getSlotResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restart(resourceGroupName, name, optionsopt) → {Promise.<restartResponse>} + + +

+ + + + +
+

Trigers the restart function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 153 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<restartResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + terminateEnvironment(resourceGroupName, name, optionsopt) → {Promise.<deleteMethodResponse>} + + +

+ + + + +
+

Trigers the deleteMethod function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 404 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteMethodResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(resourceGroupName, name, siteEnvelope, optionsopt) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

siteEnvelope + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 60 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateEnvironment(resourceGroupName, name, hostingEnvironmentEnvelope, optionsopt) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of appservice

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
resourceGroupName + + +StringKeyword + + + + + + + + + +

Mandatory parameter

name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

hostingEnvironmentEnvelope + + +TypeReference + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Azure/appServices/azure-paaS.js, line 227 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Azure_storage_azure-blockStorage.js.html b/docs/Azure_storage_azure-blockStorage.js.html index 89466b30..89e79f7e 100644 --- a/docs/Azure_storage_azure-blockStorage.js.html +++ b/docs/Azure_storage_azure-blockStorage.js.html @@ -1,463 +1,290 @@ + + - - - - Azure/storage/azure-blockStorage.js - - - - - - - - - - - - - + + + + + Azure/storage/azure-blockStorage.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/storage/azure-blockStorage.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/storage/azure-blockStorage.js

+
+ -
-
-
const { ComputeManagementClient } = require("@azure/arm-compute");
+
+
+    
+    
+
+
const { ComputeManagementClient } = require('@azure/arm-compute');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a BlockStorage object
  * @category Azure
  */
 class Azure_BlockStorage {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the createOrUpdate function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} diskName - Mandatory parameter
-     * @param {TypeReference} disk - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createOrUpdateResponse>}
-     */
-    create(resourceGroupName, diskName, disk, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.disks.createOrUpdate(resourceGroupName, diskName, disk, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} diskName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    delete(resourceGroupName, diskName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.disks.deleteMethod(resourceGroupName, diskName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the get function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} diskName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getResponse>}
-     */
-    describe(resourceGroupName, diskName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.disks.get(resourceGroupName, diskName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of compute
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    list(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.disks.list(options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the update function of compute
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} diskName - Mandatory parameter
-     * @param {TypeReference} disk - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<updateResponse>}
-     */
-    update(resourceGroupName, diskName, disk, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new ComputeManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.disks.update(resourceGroupName, diskName, disk, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the createOrUpdate function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} diskName - Mandatory parameter
+	 * @param {TypeReference} disk - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createOrUpdateResponse>}
+	 */
+	create(resourceGroupName, diskName, disk, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.disks
+						.createOrUpdate(
+							resourceGroupName,
+							diskName,
+							disk,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} diskName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	delete(resourceGroupName, diskName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.disks
+						.deleteMethod(resourceGroupName, diskName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the get function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} diskName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getResponse>}
+	 */
+	describe(resourceGroupName, diskName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.disks
+						.get(resourceGroupName, diskName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of compute
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	list(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.disks.list(options).then(result => {
+						resolve(result);
+					});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the update function of compute
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} diskName - Mandatory parameter
+	 * @param {TypeReference} disk - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<updateResponse>}
+	 */
+	update(resourceGroupName, diskName, disk, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new ComputeManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.disks
+						.update(resourceGroupName, diskName, disk, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_BlockStorage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Azure_storage_azure-storageBucket.js.html b/docs/Azure_storage_azure-storageBucket.js.html index 468be23a..0c70987c 100644 --- a/docs/Azure_storage_azure-storageBucket.js.html +++ b/docs/Azure_storage_azure-storageBucket.js.html @@ -1,422 +1,245 @@ + + - - - - Azure/storage/azure-storageBucket.js - - - - - - - - - - - - - + + + + + Azure/storage/azure-storageBucket.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Azure/storage/azure-storageBucket.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Azure/storage/azure-storageBucket.js

+
+ -
-
-
const { StorageManagementClient } = require("@azure/arm-storage");
+
+
+    
+    
+
+
const { StorageManagementClient } = require('@azure/arm-storage');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a StorageBucket object
  * @category Azure
  */
 class Azure_StorageBucket {
-    /**
-     *
-     * @param {module} azureRestSdk Azure Rest SDK
-     */
-    constructor(azureRestSdk) {
-        this._azureRestSdk = azureRestSdk;
-    }
-    /**
-     * Trigers the create function of storage
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {StringKeyword} containerName - Mandatory parameter
-     * @param {TypeReference} blobContainer - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<createResponse>}
-     */
-    create(resourceGroupName, accountName, containerName, blobContainer, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new StorageManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.blobContainers.create(resourceGroupName, accountName, containerName, blobContainer, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteMethod function of storage
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {StringKeyword} containerName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteMethodResponse>}
-     */
-    delete(resourceGroupName, accountName, containerName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new StorageManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.blobContainers.deleteMethod(resourceGroupName, accountName, containerName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the list function of storage
-     * @param {StringKeyword} resourceGroupName - Mandatory parameter
-     * @param {StringKeyword} accountName - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<listResponse>}
-     */
-    list(resourceGroupName, accountName, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._azureRestSdk
-                .loginWithServicePrincipalSecretWithAuthResponse(process.env.AZURE_CLIENT_ID, process.env.AZURE_CLIENT_SECRET, process.env.AZURE_TENANT_ID)
-                .then(authres => {
-                const client = new StorageManagementClient(authres.credentials, process.env.AZURE_SUBSCRIPTION_ID);
-                client.blobContainers.list(resourceGroupName, accountName, options).then(result => {
-                    resolve(result);
-                });
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {module} azureRestSdk Azure Rest SDK
+	 */
+	constructor(azureRestSdk) {
+		this._azureRestSdk = azureRestSdk;
+	}
+	/**
+	 * Trigers the create function of storage
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {StringKeyword} containerName - Mandatory parameter
+	 * @param {TypeReference} blobContainer - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<createResponse>}
+	 */
+	create(
+		resourceGroupName,
+		accountName,
+		containerName,
+		blobContainer,
+		options = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new StorageManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.blobContainers
+						.create(
+							resourceGroupName,
+							accountName,
+							containerName,
+							blobContainer,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteMethod function of storage
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {StringKeyword} containerName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteMethodResponse>}
+	 */
+	delete(resourceGroupName, accountName, containerName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new StorageManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.blobContainers
+						.deleteMethod(
+							resourceGroupName,
+							accountName,
+							containerName,
+							options
+						)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the list function of storage
+	 * @param {StringKeyword} resourceGroupName - Mandatory parameter
+	 * @param {StringKeyword} accountName - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<listResponse>}
+	 */
+	list(resourceGroupName, accountName, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._azureRestSdk
+				.loginWithServicePrincipalSecretWithAuthResponse(
+					process.env.AZURE_CLIENT_ID,
+					process.env.AZURE_CLIENT_SECRET,
+					process.env.AZURE_TENANT_ID
+				)
+				.then(authres => {
+					const client = new StorageManagementClient(
+						authres.credentials,
+						process.env.AZURE_SUBSCRIPTION_ID
+					);
+					client.blobContainers
+						.list(resourceGroupName, accountName, options)
+						.then(result => {
+							resolve(result);
+						});
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = Azure_StorageBucket;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_BlockStorage.html b/docs/DO_BlockStorage.html index fd70e70c..4b187cb9 100644 --- a/docs/DO_BlockStorage.html +++ b/docs/DO_BlockStorage.html @@ -1,898 +1,1018 @@ - - - - DO_BlockStorage - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_BlockStorage

-
- -
-
-

- DO_BlockStorage(do, options) -

- -
-

Class to create a Volumes object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_BlockStorage(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/storage/do-blockStorage.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(options) - → - {Promise.<createResponse>} - -

- -
-

- Trigers the create function of - Volumes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- options - - VolumeCreationOptions - -

- Data required - for create -

-
-
- -
-

- View Source - - DO/storage/do-blockStorage.js, - line 34 - -

-
- -
-
- -
-
-
-
- - - Promise.<createResponse> -
-
-
-
-
- -
-

- # - - - delete(volumeId) - → - {Promise.<deleteByIdResponse>} - -

- -
-

- Trigers the deleteById function - of Volumes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- volumeId - - StringKeyword - -

- Data required - for deleteById -

-
-
- -
-

- View Source - - DO/storage/do-blockStorage.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteByIdResponse> -
-
-
-
-
- -
-

- # - - - describe(volumeId) - → - {Promise.<getByIdResponse>} - -

- -
-

- Trigers the getById function of - Volumes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- volumeId - - StringKeyword - -

- Data required - for getById -

-
-
- -
-

- View Source - - DO/storage/do-blockStorage.js, - line 46 - -

-
- -
-
- -
-
-
-
- - - Promise.<getByIdResponse> -
-
-
-
-
- -
-

- # - - - list(region) - → - {Promise.<getAllResponse>} - -

- -
-

- Trigers the getAll function of - Volumes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- region - - StringKeyword - -

- Data required - for getAll -

-
-
- -
-

- View Source - - DO/storage/do-blockStorage.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_BlockStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_BlockStorage

+
+ + + + + +
+ +
+ +

DO_BlockStorage(do, options)

+ +

Class to create a Volumes object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_BlockStorage(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-blockStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(options) → {Promise.<createResponse>} + + +

+ + + + +
+

Trigers the create function of Volumes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
options + + +VolumeCreationOptions + + + +

Data required for create

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-blockStorage.js, line 35 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(volumeId) → {Promise.<deleteByIdResponse>} + + +

+ + + + +
+

Trigers the deleteById function of Volumes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
volumeId + + +StringKeyword + + + +

Data required for deleteById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-blockStorage.js, line 61 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(volumeId) → {Promise.<getByIdResponse>} + + +

+ + + + +
+

Trigers the getById function of Volumes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
volumeId + + +StringKeyword + + + +

Data required for getById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-blockStorage.js, line 48 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(region) → {Promise.<getAllResponse>} + + +

+ + + + +
+

Trigers the getAll function of Volumes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
region + + +StringKeyword + + + +

Data required for getAll

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-blockStorage.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_ComputeInstance.html b/docs/DO_ComputeInstance.html index 31234eaf..dbdaddcc 100644 --- a/docs/DO_ComputeInstance.html +++ b/docs/DO_ComputeInstance.html @@ -1,991 +1,1118 @@ - - - - DO_ComputeInstance - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_ComputeInstance

-
- -
-
-

- DO_ComputeInstance(do, options) -

- -
-

Class to create a Droplets object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_ComputeInstance(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/compute/do-computeInstance.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(options) - → - {Promise.<createResponse>} - -

- -
-

- Trigers the create function of - Droplets -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- options - - DropletCreationRequest - -

- Data required - for create -

-
-
- -
-

- View Source - - DO/compute/do-computeInstance.js, - line 37 - -

-
- -
-
- -
-
-
-
- - - Promise.<createResponse> -
-
-
-
-
- -
-

- # - - - destroy(dropletId) - → - {Promise.<deleteByIdResponse>} - -

- -
-

- Trigers the deleteById function - of Droplets -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- dropletId - - StringKeyword - -

- Data required - for deleteById -

-
-
- -
-

- View Source - - DO/compute/do-computeInstance.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteByIdResponse> -
-
-
-
-
- -
-

- # - - - list(tagName, includeAll, page, - pageSize) - → - {Promise.<getAllResponse>} - -

- -
-

- Trigers the getAll function of - Droplets -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- tagName - - StringKeyword - -

- Data required - for getAll -

-
- includeAll - - BooleanKeyword - -

- Data required - for getAll -

-
- page - - NumberKeyword - -

- Data required - for getAll -

-
- pageSize - - NumberKeyword - -

- Data required - for getAll -

-
-
- -
-

- View Source - - DO/compute/do-computeInstance.js, - line 25 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllResponse> -
-
-
-
-
- -
-

- # - - - stop(dropletId, action) - → - {Promise.<requestActionResponse>} - -

- -
-

- Trigers the requestAction - function of Droplets -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- dropletId - - StringKeyword - -

- Data required - for - requestAction -

-
- action - - AnyKeyword - -

- Data required - for - requestAction -

-
-
- -
-

- View Source - - DO/compute/do-computeInstance.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<requestActionResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_ComputeInstance + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_ComputeInstance

+
+ + + + + +
+ +
+ +

DO_ComputeInstance(do, options)

+ +

Class to create a Droplets object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_ComputeInstance(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-computeInstance.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(options) → {Promise.<createResponse>} + + +

+ + + + +
+

Trigers the create function of Droplets

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
options + + +DropletCreationRequest + + + +

Data required for create

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-computeInstance.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + destroy(dropletId) → {Promise.<deleteByIdResponse>} + + +

+ + + + +
+

Trigers the deleteById function of Droplets

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
dropletId + + +StringKeyword + + + +

Data required for deleteById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-computeInstance.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(tagName, includeAll, page, pageSize) → {Promise.<getAllResponse>} + + +

+ + + + +
+

Trigers the getAll function of Droplets

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
tagName + + +StringKeyword + + + +

Data required for getAll

includeAll + + +BooleanKeyword + + + +

Data required for getAll

page + + +NumberKeyword + + + +

Data required for getAll

pageSize + + +NumberKeyword + + + +

Data required for getAll

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-computeInstance.js, line 25 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + start(dropletId, action) → {Promise.<requestActionResponse>} + + +

+ + + + +
+

Trigers the requestAction function of Droplets

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
dropletId + + +StringKeyword + + + +

Data required for requestAction

action + + +AnyKeyword + + + +

Data required for requestAction

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-computeInstance.js, line 70 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<requestActionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_DNS.html b/docs/DO_DNS.html index 248d9f06..a1ffe45c 100644 --- a/docs/DO_DNS.html +++ b/docs/DO_DNS.html @@ -1,1236 +1,1414 @@ - - - - DO_DNS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_DNS

-
- -
-
-

- DO_DNS(do, options) -

- -
-

Class to create a Domains object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_DNS(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/network/do-DNS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - changeRecordSets(domainName, recordId, - options) - → - {Promise.<updateRecordResponse>} - -

- -
-

- Trigers the updateRecord - function of Domains -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainName - - StringKeyword - -

- Data required - for updateRecord -

-
- recordId - - StringKeyword - -

- Data required - for updateRecord -

-
- options - - DomainRecordRequestOptions - -

- Data required - for updateRecord -

-
-
- -
-

- View Source - - DO/network/do-DNS.js, - line 79 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateRecordResponse> -
-
-
-
-
- -
-

- # - - - createRecord(domainName, options) - → - {Promise.<createRecordResponse>} - -

- -
-

- Trigers the createRecord - function of Domains -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainName - - StringKeyword - -

- Data required - for createRecord -

-
- options - - DomainRecordRequestOptions - -

- Data required - for createRecord -

-
-
- -
-

- View Source - - DO/network/do-DNS.js, - line 39 - -

-
- -
-
- -
-
-
-
- - - Promise.<createRecordResponse> -
-
-
-
-
- -
-

- # - - - deleteRecord(domainName, - recordId) - → - {Promise.<deleteRecordResponse>} - -

- -
-

- Trigers the deleteRecord - function of Domains -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainName - - StringKeyword - -

- Data required - for deleteRecord -

-
- recordId - - StringKeyword - -

- Data required - for deleteRecord -

-
-
- -
-

- View Source - - DO/network/do-DNS.js, - line 65 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteRecordResponse> -
-
-
-
-
- -
-

- # - - - getRecord(domainName, - recordId) - → - {Promise.<getRecordResponse>} - -

- -
-

- Trigers the getRecord function - of Domains -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainName - - StringKeyword - -

- Data required - for getRecord -

-
- recordId - - StringKeyword - -

- Data required - for getRecord -

-
-
- -
-

- View Source - - DO/network/do-DNS.js, - line 52 - -

-
- -
-
- -
-
-
-
- - - Promise.<getRecordResponse> -
-
-
-
-
- -
-

- # - - - getRecords(domainName, tagName, - includeAll, page, - pageSize) - → - {Promise.<getAllRecordsResponse>} - -

- -
-

- Trigers the getAllRecords - function of Domains -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainName - - StringKeyword - -

- Data required - for - getAllRecords -

-
- tagName - - StringKeyword - -

- Data required - for - getAllRecords -

-
- includeAll - - BooleanKeyword - -

- Data required - for - getAllRecords -

-
- page - - NumberKeyword - -

- Data required - for - getAllRecords -

-
- pageSize - - NumberKeyword - -

- Data required - for - getAllRecords -

-
-
- -
-

- View Source - - DO/network/do-DNS.js, - line 26 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllRecordsResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_DNS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_DNS

+
+ + + + + +
+ +
+ +

DO_DNS(do, options)

+ +

Class to create a Domains object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_DNS(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-DNS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + changeRecordSets(domainName, recordId, options) → {Promise.<updateRecordResponse>} + + +

+ + + + +
+

Trigers the updateRecord function of Domains

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainName + + +StringKeyword + + + +

Data required for updateRecord

recordId + + +StringKeyword + + + +

Data required for updateRecord

options + + +DomainRecordRequestOptions + + + +

Data required for updateRecord

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-DNS.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateRecordResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createRecord(domainName, options) → {Promise.<createRecordResponse>} + + +

+ + + + +
+

Trigers the createRecord function of Domains

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainName + + +StringKeyword + + + +

Data required for createRecord

options + + +DomainRecordRequestOptions + + + +

Data required for createRecord

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-DNS.js, line 46 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createRecordResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteRecord(domainName, recordId) → {Promise.<deleteRecordResponse>} + + +

+ + + + +
+

Trigers the deleteRecord function of Domains

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainName + + +StringKeyword + + + +

Data required for deleteRecord

recordId + + +StringKeyword + + + +

Data required for deleteRecord

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-DNS.js, line 74 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteRecordResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getRecord(domainName, recordId) → {Promise.<getRecordResponse>} + + +

+ + + + +
+

Trigers the getRecord function of Domains

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainName + + +StringKeyword + + + +

Data required for getRecord

recordId + + +StringKeyword + + + +

Data required for getRecord

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-DNS.js, line 60 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getRecordResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getRecords(domainName, tagName, includeAll, page, pageSize) → {Promise.<getAllRecordsResponse>} + + +

+ + + + +
+

Trigers the getAllRecords function of Domains

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainName + + +StringKeyword + + + +

Data required for getAllRecords

tagName + + +StringKeyword + + + +

Data required for getAllRecords

includeAll + + +BooleanKeyword + + + +

Data required for getAllRecords

page + + +NumberKeyword + + + +

Data required for getAllRecords

pageSize + + +NumberKeyword + + + +

Data required for getAllRecords

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-DNS.js, line 26 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllRecordsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_KeyManagement.html b/docs/DO_KeyManagement.html index e072b0dd..782ee01f 100644 --- a/docs/DO_KeyManagement.html +++ b/docs/DO_KeyManagement.html @@ -1,973 +1,1093 @@ - - - - DO_KeyManagement - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_KeyManagement

-
- -
-
-

- DO_KeyManagement(do, options) -

- -
-

Class to create a Keys object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_KeyManagement(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/management/do-keyManagement.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createKey(addKeyRequest) - → - {Promise.<addResponse>} - -

- -
-

- Trigers the add function of Keys -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- addKeyRequest - - AddKeyRequest - -

- Data required - for add -

-
-
- -
-

- View Source - - DO/management/do-keyManagement.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<addResponse> -
-
-
-
-
- -
-

- # - - - deleteKey(identifier) - → - {Promise.<deleteResponse>} - -

- -
-

- Trigers the delete function of - Keys -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- identifier - - StringKeyword - -

- Data required - for delete -

-
-
- -
-

- View Source - - DO/management/do-keyManagement.js, - line 61 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteResponse> -
-
-
-
-
- -
-

- # - - - describeKey(keyId) - → - {Promise.<getByIdResponse>} - -

- -
-

- Trigers the getById function of - Keys -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- keyId - - NumberKeyword - -

- Data required - for getById -

-
-
- -
-

- View Source - - DO/management/do-keyManagement.js, - line 37 - -

-
- -
-
- -
-
-
-
- - - Promise.<getByIdResponse> -
-
-
-
-
- -
-

- # - - - list(tagName, includeAll, page, - pageSize) - → - {Promise.<getAllResponse>} - -

- -
-

- Trigers the getAll function of - Keys -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- tagName - - StringKeyword - -

- Data required - for getAll -

-
- includeAll - - BooleanKeyword - -

- Data required - for getAll -

-
- page - - NumberKeyword - -

- Data required - for getAll -

-
- pageSize - - NumberKeyword - -

- Data required - for getAll -

-
-
- -
-

- View Source - - DO/management/do-keyManagement.js, - line 25 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_KeyManagement + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_KeyManagement

+
+ + + + + +
+ +
+ +

DO_KeyManagement(do, options)

+ +

Class to create a Keys object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_KeyManagement(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/management/do-keyManagement.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createKey(addKeyRequest) → {Promise.<addResponse>} + + +

+ + + + +
+

Trigers the add function of Keys

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
addKeyRequest + + +AddKeyRequest + + + +

Data required for add

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/management/do-keyManagement.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<addResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteKey(identifier) → {Promise.<deleteResponse>} + + +

+ + + + +
+

Trigers the delete function of Keys

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
identifier + + +StringKeyword + + + +

Data required for delete

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/management/do-keyManagement.js, line 69 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeKey(keyId) → {Promise.<getByIdResponse>} + + +

+ + + + +
+

Trigers the getById function of Keys

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
keyId + + +NumberKeyword + + + +

Data required for getById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/management/do-keyManagement.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(tagName, includeAll, page, pageSize) → {Promise.<getAllResponse>} + + +

+ + + + +
+

Trigers the getAll function of Keys

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
tagName + + +StringKeyword + + + +

Data required for getAll

includeAll + + +BooleanKeyword + + + +

Data required for getAll

page + + +NumberKeyword + + + +

Data required for getAll

pageSize + + +NumberKeyword + + + +

Data required for getAll

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/management/do-keyManagement.js, line 25 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_Kubernetes.html b/docs/DO_Kubernetes.html index 2b20e551..6bb31cd9 100644 --- a/docs/DO_Kubernetes.html +++ b/docs/DO_Kubernetes.html @@ -1,1537 +1,1902 @@ - - - - DO_Kubernetes - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_Kubernetes

-
- -
-
-

- DO_Kubernetes(do, options) -

- -
-

Class to create a Kubernetes object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_Kubernetes(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(options) - → - {Promise.<createResponse>} - -

- -
-

- Trigers the create function of - Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- options - - NewClusterRequest - -

- Data required - for create -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 36 - -

-
- -
-
- -
-
-
-
- - - Promise.<createResponse> -
-
-
-
-
- -
-

- # - - - createNodeGroup(clusterId, nodePool) - → - {Promise.<addNodePoolResponse>} - -

- -
-

- Trigers the addNodePool function - of Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for addNodePool -

-
- nodePool - - ClusterNodePool - -

- Data required - for addNodePool -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 101 - -

-
- -
-
- -
-
-
-
- - - Promise.<addNodePoolResponse> -
-
-
-
-
- -
-

- # - - - delete(clusterId) - → - {Promise.<deleteResponse>} - -

- -
-

- Trigers the delete function of - Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for delete -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 60 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteResponse> -
-
-
-
-
- -
-

- # - - - deleteNodegroup(clusterId, - nodePoolId) - → - {Promise.<deleteNodePoolResponse>} - -

- -
-

- Trigers the deleteNodePool - function of Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for - deleteNodePool -

-
- nodePoolId - - StringKeyword - -

- Data required - for - deleteNodePool -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 114 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteNodePoolResponse> -
-
-
-
-
- -
-

- # - - - describeCluster(clusterId) - → - {Promise.<getByIdResponse>} - -

- -
-

- Trigers the getById function of - Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for getById -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 48 - -

-
- -
-
- -
-
-
-
- - - Promise.<getByIdResponse> -
-
-
-
-
- -
-

- # - - - describeNodeGroup(clusterId, - nodePoolId) - → - {Promise.<getNodePoolByIdResponse>} - -

- -
-

- Trigers the getNodePoolById - function of Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for - getNodePoolById -

-
- nodePoolId - - StringKeyword - -

- Data required - for - getNodePoolById -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 88 - -

-
- -
-
- -
-
-
-
- - - Promise.<getNodePoolByIdResponse> -
-
-
-
-
- -
-

- # - - - listClusters(includeAll, page, - pageSize) - → - {Promise.<getClustersResponse>} - -

- -
-

- Trigers the getClusters function - of Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- includeAll - - BooleanKeyword - -

- Data required - for getClusters -

-
- page - - NumberKeyword - -

- Data required - for getClusters -

-
- pageSize - - NumberKeyword - -

- Data required - for getClusters -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 24 - -

-
- -
-
- -
-
-
-
- - - Promise.<getClustersResponse> -
-
-
-
-
- -
-

- # - - - listNodegroups(clusterId, includeAll, - page, pageSize) - → - {Promise.<getNodePoolsResponse>} - -

- -
-

- Trigers the getNodePools - function of Kubernetes -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for getNodePools -

-
- includeAll - - BooleanKeyword - -

- Data required - for getNodePools -

-
- page - - NumberKeyword - -

- Data required - for getNodePools -

-
- pageSize - - NumberKeyword - -

- Data required - for getNodePools -

-
-
- -
-

- View Source - - DO/compute/do-kubernetes.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<getNodePoolsResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_Kubernetes + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_Kubernetes

+
+ + + + + +
+ +
+ +

DO_Kubernetes(do, options)

+ +

Class to create a Kubernetes object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_Kubernetes(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(options) → {Promise.<createResponse>} + + +

+ + + + +
+

Trigers the create function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
options + + +NewClusterRequest + + + +

Data required for create

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 41 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createNodeGroup(clusterId, nodePool) → {Promise.<addNodePoolResponse>} + + +

+ + + + +
+

Trigers the addNodePool function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for addNodePool

nodePool + + +ClusterNodePool + + + +

Data required for addNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 116 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<addNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(clusterId) → {Promise.<deleteResponse>} + + +

+ + + + +
+

Trigers the delete function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for delete

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 67 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNodegroup(clusterId, nodePoolId) → {Promise.<deleteNodePoolResponse>} + + +

+ + + + +
+

Trigers the deleteNodePool function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for deleteNodePool

nodePoolId + + +StringKeyword + + + +

Data required for deleteNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 130 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeCluster(clusterId) → {Promise.<getByIdResponse>} + + +

+ + + + +
+

Trigers the getById function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 54 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeNodeGroup(clusterId, nodePoolId) → {Promise.<getNodePoolByIdResponse>} + + +

+ + + + +
+

Trigers the getNodePoolById function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getNodePoolById

nodePoolId + + +StringKeyword + + + +

Data required for getNodePoolById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodePoolByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listClusters(includeAll, page, pageSize) → {Promise.<getClustersResponse>} + + +

+ + + + +
+

Trigers the getClusters function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
includeAll + + +BooleanKeyword + + + +

Data required for getClusters

page + + +NumberKeyword + + + +

Data required for getClusters

pageSize + + +NumberKeyword + + + +

Data required for getClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listNodegroups(clusterId, includeAll, page, pageSize) → {Promise.<getNodePoolsResponse>} + + +

+ + + + +
+

Trigers the getNodePools function of Kubernetes

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getNodePools

includeAll + + +BooleanKeyword + + + +

Data required for getNodePools

page + + +NumberKeyword + + + +

Data required for getNodePools

pageSize + + +NumberKeyword + + + +

Data required for getNodePools

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/compute/do-kubernetes.js, line 83 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodePoolsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_LoadBalancer.html b/docs/DO_LoadBalancer.html index 71f451f2..0dc41fd5 100644 --- a/docs/DO_LoadBalancer.html +++ b/docs/DO_LoadBalancer.html @@ -1,877 +1,992 @@ - - - - DO_LoadBalancer - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_LoadBalancer

-
- -
-
-

- DO_LoadBalancer(do, options) -

- -
-

Class to create a LoadBalancers object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_LoadBalancer(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/network/do-loadBalancer.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(options) - → - {Promise.<createResponse>} - -

- -
-

- Trigers the create function of - LoadBalancers -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- options - - LoadBalancerCreationOptions - -

- Data required - for create -

-
-
- -
-

- View Source - - DO/network/do-loadBalancer.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<createResponse> -
-
-
-
-
- -
-

- # - - - delete(loadBalancerId) - → - {Promise.<deleteResponse>} - -

- -
-

- Trigers the delete function of - LoadBalancers -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- loadBalancerId - - StringKeyword - -

- Data required - for delete -

-
-
- -
-

- View Source - - DO/network/do-loadBalancer.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteResponse> -
-
-
-
-
- -
-

- # - - - list() - → - {Promise.<getAllResponse>} - -

- -
-

- Trigers the getAll function of - LoadBalancers -

-
- -
-

- View Source - - DO/network/do-loadBalancer.js, - line 33 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllResponse> -
-
-
-
-
- -
-

- # - - - update(loadBalancerId, - options) - → - {Promise.<updateResponse>} - -

- -
-

- Trigers the update function of - LoadBalancers -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- loadBalancerId - - StringKeyword - -

- Data required - for update -

-
- options - - AnyKeyword - -

- Data required - for update -

-
-
- -
-

- View Source - - DO/network/do-loadBalancer.js, - line 46 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_LoadBalancer + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_LoadBalancer

+
+ + + + + +
+ +
+ +

DO_LoadBalancer(do, options)

+ +

Class to create a LoadBalancers object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_LoadBalancer(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-loadBalancer.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(options) → {Promise.<createResponse>} + + +

+ + + + +
+

Trigers the create function of LoadBalancers

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
options + + +LoadBalancerCreationOptions + + + +

Data required for create

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-loadBalancer.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(loadBalancerId) → {Promise.<deleteResponse>} + + +

+ + + + +
+

Trigers the delete function of LoadBalancers

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
loadBalancerId + + +StringKeyword + + + +

Data required for delete

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-loadBalancer.js, line 61 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list() → {Promise.<getAllResponse>} + + +

+ + + + +
+

Trigers the getAll function of LoadBalancers

+
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-loadBalancer.js, line 34 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(loadBalancerId, options) → {Promise.<updateResponse>} + + +

+ + + + +
+

Trigers the update function of LoadBalancers

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
loadBalancerId + + +StringKeyword + + + +

Data required for update

options + + +AnyKeyword + + + +

Data required for update

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/network/do-loadBalancer.js, line 48 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_NoSql.html b/docs/DO_NoSql.html index 0a958aa9..8acea011 100644 --- a/docs/DO_NoSql.html +++ b/docs/DO_NoSql.html @@ -1,1011 +1,1118 @@ - - - - DO_NoSql - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_NoSql

-
- -
-
-

- DO_NoSql(do, options) -

- -
-

Class to create a Databases object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_NoSql(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/database/do-noSql.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createCluster(clusterOptions) - → - {Promise.<createClusterResponse>} - -

- -
-

- Trigers the createCluster - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterOptions - - DatabaseCreateClusterRequest - -

- Data required - for - createCluster -

-
-
- -
-

- View Source - - DO/database/do-noSql.js, - line 37 - -

-
- -
-
- -
-
-
-
- - - Promise.<createClusterResponse> -
-
-
-
-
- -
-

- # - - - getCluster(clusterId) - → - {Promise.<getClusterByIdResponse>} - -

- -
-

- Trigers the getClusterById - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for - getClusterById -

-
-
- -
-

- View Source - - DO/database/do-noSql.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<getClusterByIdResponse> -
-
-
-
-
- -
-

- # - - - getClusters(tagName, includeAll, page, - pageSize) - → - {Promise.<getAllClustersResponse>} - -

- -
-

- Trigers the getAllClusters - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- tagName - - StringKeyword - -

- Data required - for - getAllClusters -

-
- includeAll - - BooleanKeyword - -

- Data required - for - getAllClusters -

-
- page - - NumberKeyword - -

- Data required - for - getAllClusters -

-
- pageSize - - NumberKeyword - -

- Data required - for - getAllClusters -

-
-
- -
-

- View Source - - DO/database/do-noSql.js, - line 25 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllClustersResponse> -
-
-
-
-
- -
-

- # - - - updateCluster(clusterId, - configuration) - → - {Promise.<resizeClusterResponse>} - -

- -
-

- Trigers the resizeCluster - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for - resizeCluster -

-
- configuration - - DatabaseResizeClusterRequest - -

- Data required - for - resizeCluster -

-
-
- -
-

- View Source - - DO/database/do-noSql.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<resizeClusterResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_NoSql + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_NoSql

+
+ + + + + +
+ +
+ +

DO_NoSql(do, options)

+ +

Class to create a Databases object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_NoSql(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-noSql.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createCluster(clusterOptions) → {Promise.<createClusterResponse>} + + +

+ + + + +
+

Trigers the createCluster function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterOptions + + +DatabaseCreateClusterRequest + + + +

Data required for createCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-noSql.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getCluster(clusterId) → {Promise.<getClusterByIdResponse>} + + +

+ + + + +
+

Trigers the getClusterById function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getClusterById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-noSql.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getClusterByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getClusters(tagName, includeAll, page, pageSize) → {Promise.<getAllClustersResponse>} + + +

+ + + + +
+

Trigers the getAllClusters function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
tagName + + +StringKeyword + + + +

Data required for getAllClusters

includeAll + + +BooleanKeyword + + + +

Data required for getAllClusters

page + + +NumberKeyword + + + +

Data required for getAllClusters

pageSize + + +NumberKeyword + + + +

Data required for getAllClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-noSql.js, line 25 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateCluster(clusterId, configuration) → {Promise.<resizeClusterResponse>} + + +

+ + + + +
+

Trigers the resizeCluster function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for resizeCluster

configuration + + +DatabaseResizeClusterRequest + + + +

Data required for resizeCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-noSql.js, line 70 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<resizeClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_RDBMS.html b/docs/DO_RDBMS.html index 3211dd7d..4dbb0aa8 100644 --- a/docs/DO_RDBMS.html +++ b/docs/DO_RDBMS.html @@ -1,1011 +1,1118 @@ - - - - DO_RDBMS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

DO_RDBMS

-
- -
-
-

- DO_RDBMS(do, options) -

- -
-

Class to create a Databases object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new DO_RDBMS(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

DO SDK

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - DO/database/do-RDBMS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createCluster(clusterOptions) - → - {Promise.<createClusterResponse>} - -

- -
-

- Trigers the createCluster - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterOptions - - DatabaseCreateClusterRequest - -

- Data required - for - createCluster -

-
-
- -
-

- View Source - - DO/database/do-RDBMS.js, - line 37 - -

-
- -
-
- -
-
-
-
- - - Promise.<createClusterResponse> -
-
-
-
-
- -
-

- # - - - getCluster(clusterId) - → - {Promise.<getClusterByIdResponse>} - -

- -
-

- Trigers the getClusterById - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for - getClusterById -

-
-
- -
-

- View Source - - DO/database/do-RDBMS.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<getClusterByIdResponse> -
-
-
-
-
- -
-

- # - - - getClusters(tagName, includeAll, page, - pageSize) - → - {Promise.<getAllClustersResponse>} - -

- -
-

- Trigers the getAllClusters - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- tagName - - StringKeyword - -

- Data required - for - getAllClusters -

-
- includeAll - - BooleanKeyword - -

- Data required - for - getAllClusters -

-
- page - - NumberKeyword - -

- Data required - for - getAllClusters -

-
- pageSize - - NumberKeyword - -

- Data required - for - getAllClusters -

-
-
- -
-

- View Source - - DO/database/do-RDBMS.js, - line 25 - -

-
- -
-
- -
-
-
-
- - - Promise.<getAllClustersResponse> -
-
-
-
-
- -
-

- # - - - updateCluster(clusterId, - configuration) - → - {Promise.<resizeClusterResponse>} - -

- -
-

- Trigers the resizeCluster - function of Databases -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterId - - StringKeyword - -

- Data required - for - resizeCluster -

-
- configuration - - DatabaseResizeClusterRequest - -

- Data required - for - resizeCluster -

-
-
- -
-

- View Source - - DO/database/do-RDBMS.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<resizeClusterResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + DO_RDBMS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

DO_RDBMS

+
+ + + + + +
+ +
+ +

DO_RDBMS(do, options)

+ +

Class to create a Databases object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new DO_RDBMS(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

DO SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-RDBMS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createCluster(clusterOptions) → {Promise.<createClusterResponse>} + + +

+ + + + +
+

Trigers the createCluster function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterOptions + + +DatabaseCreateClusterRequest + + + +

Data required for createCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-RDBMS.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getCluster(clusterId) → {Promise.<getClusterByIdResponse>} + + +

+ + + + +
+

Trigers the getClusterById function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getClusterById

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-RDBMS.js, line 56 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getClusterByIdResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getClusters(tagName, includeAll, page, pageSize) → {Promise.<getAllClustersResponse>} + + +

+ + + + +
+

Trigers the getAllClusters function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
tagName + + +StringKeyword + + + +

Data required for getAllClusters

includeAll + + +BooleanKeyword + + + +

Data required for getAllClusters

page + + +NumberKeyword + + + +

Data required for getAllClusters

pageSize + + +NumberKeyword + + + +

Data required for getAllClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-RDBMS.js, line 25 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getAllClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateCluster(clusterId, configuration) → {Promise.<resizeClusterResponse>} + + +

+ + + + +
+

Trigers the resizeCluster function of Databases

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for resizeCluster

configuration + + +DatabaseResizeClusterRequest + + + +

Data required for resizeCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/database/do-RDBMS.js, line 70 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<resizeClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/DO_compute_do-computeInstance.js.html b/docs/DO_compute_do-computeInstance.js.html index e642c613..ea135aee 100644 --- a/docs/DO_compute_do-computeInstance.js.html +++ b/docs/DO_compute_do-computeInstance.js.html @@ -1,407 +1,195 @@ + + - - - - DO/compute/do-computeInstance.js - - - - - - - - - - - - - + + + + + DO/compute/do-computeInstance.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/compute/do-computeInstance.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/compute/do-computeInstance.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Droplets object
-* @category Digital Ocean
-*/
+ * Class to create a Droplets object
+ * @category Digital Ocean
+ */
 class DO_ComputeInstance {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._droplets = this._instance.droplets;
-    }
-    /**
-    * Trigers the getAll function of Droplets
-    * @param {StringKeyword} tagName - Data required for getAll
-    * @param {BooleanKeyword} includeAll - Data required for getAll
-    * @param {NumberKeyword} page - Data required for getAll
-    * @param {NumberKeyword} pageSize - Data required for getAll
-    * @returns {Promise<getAllResponse>}
-    */
-    list(tagName, includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._droplets.getAll(tagName, includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the create function of Droplets
-    * @param {DropletCreationRequest} options - Data required for create
-    * @returns {Promise<createResponse>}
-    */
-    create(options) {
-        return new Promise((resolve, reject) => {
-            this._droplets.create(options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the deleteById function of Droplets
-    * @param {StringKeyword} dropletId - Data required for deleteById
-    * @returns {Promise<deleteByIdResponse>}
-    */
-    destroy(dropletId) {
-        return new Promise((resolve, reject) => {
-            this._droplets.deleteById(dropletId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the requestAction function of Droplets
-    * @param {StringKeyword} dropletId - Data required for requestAction
-    * @param {AnyKeyword} action - Data required for requestAction
-    * @returns {Promise<requestActionResponse>}
-    */
-    stop(dropletId, action) {
-        return new Promise((resolve, reject) => {
-            this._droplets.requestAction(dropletId, action)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._droplets = this._instance.droplets;
+	}
+	/**
+	 * Trigers the getAll function of Droplets
+	 * @param {StringKeyword} tagName - Data required for getAll
+	 * @param {BooleanKeyword} includeAll - Data required for getAll
+	 * @param {NumberKeyword} page - Data required for getAll
+	 * @param {NumberKeyword} pageSize - Data required for getAll
+	 * @returns {Promise<getAllResponse>}
+	 */
+	list(
+		tagName,
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._droplets
+				.getAll(tagName, includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the create function of Droplets
+	 * @param {DropletCreationRequest} options - Data required for create
+	 * @returns {Promise<createResponse>}
+	 */
+	create(options) {
+		return new Promise((resolve, reject) => {
+			this._droplets
+				.create(options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteById function of Droplets
+	 * @param {StringKeyword} dropletId - Data required for deleteById
+	 * @returns {Promise<deleteByIdResponse>}
+	 */
+	destroy(dropletId) {
+		return new Promise((resolve, reject) => {
+			this._droplets
+				.deleteById(dropletId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the requestAction function of Droplets
+	 * @param {StringKeyword} dropletId - Data required for requestAction
+	 * @param {AnyKeyword} action - Data required for requestAction
+	 * @returns {Promise<requestActionResponse>}
+	 */
+	start(dropletId, action) {
+		return new Promise((resolve, reject) => {
+			this._droplets
+				.requestAction(dropletId, action)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_ComputeInstance;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_compute_do-kubernetes.js.html b/docs/DO_compute_do-kubernetes.js.html index 365c5b1b..3c2a02eb 100644 --- a/docs/DO_compute_do-kubernetes.js.html +++ b/docs/DO_compute_do-kubernetes.js.html @@ -1,459 +1,255 @@ + + - - - - DO/compute/do-kubernetes.js - - - - - - - - - - - - - + + + + + DO/compute/do-kubernetes.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/compute/do-kubernetes.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/compute/do-kubernetes.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Kubernetes object
-* @category Digital Ocean
-*/
+ * Class to create a Kubernetes object
+ * @category Digital Ocean
+ */
 class DO_Kubernetes {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._kubernetes = this._instance.kubernetes;
-    }
-    /**
-    * Trigers the getClusters function of Kubernetes
-    * @param {BooleanKeyword} includeAll - Data required for getClusters
-    * @param {NumberKeyword} page - Data required for getClusters
-    * @param {NumberKeyword} pageSize - Data required for getClusters
-    * @returns {Promise<getClustersResponse>}
-    */
-    listClusters(includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.getClusters(includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the create function of Kubernetes
-    * @param {NewClusterRequest} options - Data required for create
-    * @returns {Promise<createResponse>}
-    */
-    create(options) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.create(options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getById function of Kubernetes
-    * @param {StringKeyword} clusterId - Data required for getById
-    * @returns {Promise<getByIdResponse>}
-    */
-    describeCluster(clusterId) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.getById(clusterId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the delete function of Kubernetes
-    * @param {StringKeyword} clusterId - Data required for delete
-    * @returns {Promise<deleteResponse>}
-    */
-    delete(clusterId) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.delete(clusterId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getNodePools function of Kubernetes
-    * @param {StringKeyword} clusterId - Data required for getNodePools
-    * @param {BooleanKeyword} includeAll - Data required for getNodePools
-    * @param {NumberKeyword} page - Data required for getNodePools
-    * @param {NumberKeyword} pageSize - Data required for getNodePools
-    * @returns {Promise<getNodePoolsResponse>}
-    */
-    listNodegroups(clusterId, includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.getNodePools(clusterId, includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getNodePoolById function of Kubernetes
-    * @param {StringKeyword} clusterId - Data required for getNodePoolById
-    * @param {StringKeyword} nodePoolId - Data required for getNodePoolById
-    * @returns {Promise<getNodePoolByIdResponse>}
-    */
-    describeNodeGroup(clusterId, nodePoolId) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.getNodePoolById(clusterId, nodePoolId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the addNodePool function of Kubernetes
-    * @param {StringKeyword} clusterId - Data required for addNodePool
-    * @param {ClusterNodePool} nodePool - Data required for addNodePool
-    * @returns {Promise<addNodePoolResponse>}
-    */
-    createNodeGroup(clusterId, nodePool) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.addNodePool(clusterId, nodePool)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the deleteNodePool function of Kubernetes
-    * @param {StringKeyword} clusterId - Data required for deleteNodePool
-    * @param {StringKeyword} nodePoolId - Data required for deleteNodePool
-    * @returns {Promise<deleteNodePoolResponse>}
-    */
-    deleteNodegroup(clusterId, nodePoolId) {
-        return new Promise((resolve, reject) => {
-            this._kubernetes.deleteNodePool(clusterId, nodePoolId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._kubernetes = this._instance.kubernetes;
+	}
+	/**
+	 * Trigers the getClusters function of Kubernetes
+	 * @param {BooleanKeyword} includeAll - Data required for getClusters
+	 * @param {NumberKeyword} page - Data required for getClusters
+	 * @param {NumberKeyword} pageSize - Data required for getClusters
+	 * @returns {Promise<getClustersResponse>}
+	 */
+	listClusters(
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.getClusters(includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the create function of Kubernetes
+	 * @param {NewClusterRequest} options - Data required for create
+	 * @returns {Promise<createResponse>}
+	 */
+	create(options) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.create(options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getById function of Kubernetes
+	 * @param {StringKeyword} clusterId - Data required for getById
+	 * @returns {Promise<getByIdResponse>}
+	 */
+	describeCluster(clusterId) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.getById(clusterId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the delete function of Kubernetes
+	 * @param {StringKeyword} clusterId - Data required for delete
+	 * @returns {Promise<deleteResponse>}
+	 */
+	delete(clusterId) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.delete(clusterId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getNodePools function of Kubernetes
+	 * @param {StringKeyword} clusterId - Data required for getNodePools
+	 * @param {BooleanKeyword} includeAll - Data required for getNodePools
+	 * @param {NumberKeyword} page - Data required for getNodePools
+	 * @param {NumberKeyword} pageSize - Data required for getNodePools
+	 * @returns {Promise<getNodePoolsResponse>}
+	 */
+	listNodegroups(
+		clusterId,
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.getNodePools(clusterId, includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getNodePoolById function of Kubernetes
+	 * @param {StringKeyword} clusterId - Data required for getNodePoolById
+	 * @param {StringKeyword} nodePoolId - Data required for getNodePoolById
+	 * @returns {Promise<getNodePoolByIdResponse>}
+	 */
+	describeNodeGroup(clusterId, nodePoolId) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.getNodePoolById(clusterId, nodePoolId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the addNodePool function of Kubernetes
+	 * @param {StringKeyword} clusterId - Data required for addNodePool
+	 * @param {ClusterNodePool} nodePool - Data required for addNodePool
+	 * @returns {Promise<addNodePoolResponse>}
+	 */
+	createNodeGroup(clusterId, nodePool) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.addNodePool(clusterId, nodePool)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteNodePool function of Kubernetes
+	 * @param {StringKeyword} clusterId - Data required for deleteNodePool
+	 * @param {StringKeyword} nodePoolId - Data required for deleteNodePool
+	 * @returns {Promise<deleteNodePoolResponse>}
+	 */
+	deleteNodegroup(clusterId, nodePoolId) {
+		return new Promise((resolve, reject) => {
+			this._kubernetes
+				.deleteNodePool(clusterId, nodePoolId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_Kubernetes;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_database_do-RDBMS.js.html b/docs/DO_database_do-RDBMS.js.html index 51e87ea2..071b6e6d 100644 --- a/docs/DO_database_do-RDBMS.js.html +++ b/docs/DO_database_do-RDBMS.js.html @@ -1,407 +1,195 @@ + + - - - - DO/database/do-RDBMS.js - - - - - - - - - - - - - + + + + + DO/database/do-RDBMS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/database/do-RDBMS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/database/do-RDBMS.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Databases object
-* @category Digital Ocean
-*/
+ * Class to create a Databases object
+ * @category Digital Ocean
+ */
 class DO_RDBMS {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._databases = this._instance.databases;
-    }
-    /**
-    * Trigers the getAllClusters function of Databases
-    * @param {StringKeyword} tagName - Data required for getAllClusters
-    * @param {BooleanKeyword} includeAll - Data required for getAllClusters
-    * @param {NumberKeyword} page - Data required for getAllClusters
-    * @param {NumberKeyword} pageSize - Data required for getAllClusters
-    * @returns {Promise<getAllClustersResponse>}
-    */
-    getClusters(tagName, includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databases.getAllClusters(tagName, includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the createCluster function of Databases
-    * @param {DatabaseCreateClusterRequest} clusterOptions - Data required for createCluster
-    * @returns {Promise<createClusterResponse>}
-    */
-    createCluster(clusterOptions) {
-        return new Promise((resolve, reject) => {
-            this._databases.createCluster(clusterOptions)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getClusterById function of Databases
-    * @param {StringKeyword} clusterId - Data required for getClusterById
-    * @returns {Promise<getClusterByIdResponse>}
-    */
-    getCluster(clusterId) {
-        return new Promise((resolve, reject) => {
-            this._databases.getClusterById(clusterId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the resizeCluster function of Databases
-    * @param {StringKeyword} clusterId - Data required for resizeCluster
-    * @param {DatabaseResizeClusterRequest} configuration - Data required for resizeCluster
-    * @returns {Promise<resizeClusterResponse>}
-    */
-    updateCluster(clusterId, configuration) {
-        return new Promise((resolve, reject) => {
-            this._databases.resizeCluster(clusterId, configuration)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._databases = this._instance.databases;
+	}
+	/**
+	 * Trigers the getAllClusters function of Databases
+	 * @param {StringKeyword} tagName - Data required for getAllClusters
+	 * @param {BooleanKeyword} includeAll - Data required for getAllClusters
+	 * @param {NumberKeyword} page - Data required for getAllClusters
+	 * @param {NumberKeyword} pageSize - Data required for getAllClusters
+	 * @returns {Promise<getAllClustersResponse>}
+	 */
+	getClusters(
+		tagName,
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.getAllClusters(tagName, includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createCluster function of Databases
+	 * @param {DatabaseCreateClusterRequest} clusterOptions - Data required for createCluster
+	 * @returns {Promise<createClusterResponse>}
+	 */
+	createCluster(clusterOptions) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.createCluster(clusterOptions)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getClusterById function of Databases
+	 * @param {StringKeyword} clusterId - Data required for getClusterById
+	 * @returns {Promise<getClusterByIdResponse>}
+	 */
+	getCluster(clusterId) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.getClusterById(clusterId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the resizeCluster function of Databases
+	 * @param {StringKeyword} clusterId - Data required for resizeCluster
+	 * @param {DatabaseResizeClusterRequest} configuration - Data required for resizeCluster
+	 * @returns {Promise<resizeClusterResponse>}
+	 */
+	updateCluster(clusterId, configuration) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.resizeCluster(clusterId, configuration)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_RDBMS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_database_do-noSql.js.html b/docs/DO_database_do-noSql.js.html index 9902f15a..d9367b66 100644 --- a/docs/DO_database_do-noSql.js.html +++ b/docs/DO_database_do-noSql.js.html @@ -1,407 +1,195 @@ + + - - - - DO/database/do-noSql.js - - - - - - - - - - - - - + + + + + DO/database/do-noSql.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/database/do-noSql.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/database/do-noSql.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Databases object
-* @category Digital Ocean
-*/
+ * Class to create a Databases object
+ * @category Digital Ocean
+ */
 class DO_NoSql {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._databases = this._instance.databases;
-    }
-    /**
-    * Trigers the getAllClusters function of Databases
-    * @param {StringKeyword} tagName - Data required for getAllClusters
-    * @param {BooleanKeyword} includeAll - Data required for getAllClusters
-    * @param {NumberKeyword} page - Data required for getAllClusters
-    * @param {NumberKeyword} pageSize - Data required for getAllClusters
-    * @returns {Promise<getAllClustersResponse>}
-    */
-    getClusters(tagName, includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databases.getAllClusters(tagName, includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the createCluster function of Databases
-    * @param {DatabaseCreateClusterRequest} clusterOptions - Data required for createCluster
-    * @returns {Promise<createClusterResponse>}
-    */
-    createCluster(clusterOptions) {
-        return new Promise((resolve, reject) => {
-            this._databases.createCluster(clusterOptions)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getClusterById function of Databases
-    * @param {StringKeyword} clusterId - Data required for getClusterById
-    * @returns {Promise<getClusterByIdResponse>}
-    */
-    getCluster(clusterId) {
-        return new Promise((resolve, reject) => {
-            this._databases.getClusterById(clusterId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the resizeCluster function of Databases
-    * @param {StringKeyword} clusterId - Data required for resizeCluster
-    * @param {DatabaseResizeClusterRequest} configuration - Data required for resizeCluster
-    * @returns {Promise<resizeClusterResponse>}
-    */
-    updateCluster(clusterId, configuration) {
-        return new Promise((resolve, reject) => {
-            this._databases.resizeCluster(clusterId, configuration)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._databases = this._instance.databases;
+	}
+	/**
+	 * Trigers the getAllClusters function of Databases
+	 * @param {StringKeyword} tagName - Data required for getAllClusters
+	 * @param {BooleanKeyword} includeAll - Data required for getAllClusters
+	 * @param {NumberKeyword} page - Data required for getAllClusters
+	 * @param {NumberKeyword} pageSize - Data required for getAllClusters
+	 * @returns {Promise<getAllClustersResponse>}
+	 */
+	getClusters(
+		tagName,
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.getAllClusters(tagName, includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createCluster function of Databases
+	 * @param {DatabaseCreateClusterRequest} clusterOptions - Data required for createCluster
+	 * @returns {Promise<createClusterResponse>}
+	 */
+	createCluster(clusterOptions) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.createCluster(clusterOptions)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getClusterById function of Databases
+	 * @param {StringKeyword} clusterId - Data required for getClusterById
+	 * @returns {Promise<getClusterByIdResponse>}
+	 */
+	getCluster(clusterId) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.getClusterById(clusterId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the resizeCluster function of Databases
+	 * @param {StringKeyword} clusterId - Data required for resizeCluster
+	 * @param {DatabaseResizeClusterRequest} configuration - Data required for resizeCluster
+	 * @returns {Promise<resizeClusterResponse>}
+	 */
+	updateCluster(clusterId, configuration) {
+		return new Promise((resolve, reject) => {
+			this._databases
+				.resizeCluster(clusterId, configuration)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_NoSql;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_management_do-keyManagement.js.html b/docs/DO_management_do-keyManagement.js.html index 52c05ace..962148c6 100644 --- a/docs/DO_management_do-keyManagement.js.html +++ b/docs/DO_management_do-keyManagement.js.html @@ -1,406 +1,194 @@ + + - - - - DO/management/do-keyManagement.js - - - - - - - - - - - - - + + + + + DO/management/do-keyManagement.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/management/do-keyManagement.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/management/do-keyManagement.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Keys object
-* @category Digital Ocean
-*/
+ * Class to create a Keys object
+ * @category Digital Ocean
+ */
 class DO_KeyManagement {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._keys = this._instance.keys;
-    }
-    /**
-    * Trigers the getAll function of Keys
-    * @param {StringKeyword} tagName - Data required for getAll
-    * @param {BooleanKeyword} includeAll - Data required for getAll
-    * @param {NumberKeyword} page - Data required for getAll
-    * @param {NumberKeyword} pageSize - Data required for getAll
-    * @returns {Promise<getAllResponse>}
-    */
-    list(tagName, includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._keys.getAll(tagName, includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getById function of Keys
-    * @param {NumberKeyword} keyId - Data required for getById
-    * @returns {Promise<getByIdResponse>}
-    */
-    describeKey(keyId) {
-        return new Promise((resolve, reject) => {
-            this._keys.getById(keyId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the add function of Keys
-    * @param {AddKeyRequest} addKeyRequest - Data required for add
-    * @returns {Promise<addResponse>}
-    */
-    createKey(addKeyRequest) {
-        return new Promise((resolve, reject) => {
-            this._keys.add(addKeyRequest)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the delete function of Keys
-    * @param {StringKeyword} identifier - Data required for delete
-    * @returns {Promise<deleteResponse>}
-    */
-    deleteKey(identifier) {
-        return new Promise((resolve, reject) => {
-            this._keys.delete(identifier)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._keys = this._instance.keys;
+	}
+	/**
+	 * Trigers the getAll function of Keys
+	 * @param {StringKeyword} tagName - Data required for getAll
+	 * @param {BooleanKeyword} includeAll - Data required for getAll
+	 * @param {NumberKeyword} page - Data required for getAll
+	 * @param {NumberKeyword} pageSize - Data required for getAll
+	 * @returns {Promise<getAllResponse>}
+	 */
+	list(
+		tagName,
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._keys
+				.getAll(tagName, includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getById function of Keys
+	 * @param {NumberKeyword} keyId - Data required for getById
+	 * @returns {Promise<getByIdResponse>}
+	 */
+	describeKey(keyId) {
+		return new Promise((resolve, reject) => {
+			this._keys
+				.getById(keyId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the add function of Keys
+	 * @param {AddKeyRequest} addKeyRequest - Data required for add
+	 * @returns {Promise<addResponse>}
+	 */
+	createKey(addKeyRequest) {
+		return new Promise((resolve, reject) => {
+			this._keys
+				.add(addKeyRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the delete function of Keys
+	 * @param {StringKeyword} identifier - Data required for delete
+	 * @returns {Promise<deleteResponse>}
+	 */
+	deleteKey(identifier) {
+		return new Promise((resolve, reject) => {
+			this._keys
+				.delete(identifier)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_KeyManagement;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_network_do-DNS.js.html b/docs/DO_network_do-DNS.js.html index e1fb3197..4d305fdb 100644 --- a/docs/DO_network_do-DNS.js.html +++ b/docs/DO_network_do-DNS.js.html @@ -1,424 +1,214 @@ + + - - - - DO/network/do-DNS.js - - - - - - - - - - - - - + + + + + DO/network/do-DNS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/network/do-DNS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/network/do-DNS.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Domains object
-* @category Digital Ocean
-*/
+ * Class to create a Domains object
+ * @category Digital Ocean
+ */
 class DO_DNS {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._domains = this._instance.domains;
-    }
-    /**
-    * Trigers the getAllRecords function of Domains
-    * @param {StringKeyword} domainName - Data required for getAllRecords
-    * @param {StringKeyword} tagName - Data required for getAllRecords
-    * @param {BooleanKeyword} includeAll - Data required for getAllRecords
-    * @param {NumberKeyword} page - Data required for getAllRecords
-    * @param {NumberKeyword} pageSize - Data required for getAllRecords
-    * @returns {Promise<getAllRecordsResponse>}
-    */
-    getRecords(domainName, tagName, includeAll = undefined, page = undefined, pageSize = undefined) {
-        return new Promise((resolve, reject) => {
-            this._domains.getAllRecords(domainName, tagName, includeAll, page, pageSize)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the createRecord function of Domains
-    * @param {StringKeyword} domainName - Data required for createRecord
-    * @param {DomainRecordRequestOptions} options - Data required for createRecord
-    * @returns {Promise<createRecordResponse>}
-    */
-    createRecord(domainName, options) {
-        return new Promise((resolve, reject) => {
-            this._domains.createRecord(domainName, options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getRecord function of Domains
-    * @param {StringKeyword} domainName - Data required for getRecord
-    * @param {StringKeyword} recordId - Data required for getRecord
-    * @returns {Promise<getRecordResponse>}
-    */
-    getRecord(domainName, recordId) {
-        return new Promise((resolve, reject) => {
-            this._domains.getRecord(domainName, recordId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the deleteRecord function of Domains
-    * @param {StringKeyword} domainName - Data required for deleteRecord
-    * @param {StringKeyword} recordId - Data required for deleteRecord
-    * @returns {Promise<deleteRecordResponse>}
-    */
-    deleteRecord(domainName, recordId) {
-        return new Promise((resolve, reject) => {
-            this._domains.deleteRecord(domainName, recordId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the updateRecord function of Domains
-    * @param {StringKeyword} domainName - Data required for updateRecord
-    * @param {StringKeyword} recordId - Data required for updateRecord
-    * @param {DomainRecordRequestOptions} options - Data required for updateRecord
-    * @returns {Promise<updateRecordResponse>}
-    */
-    changeRecordSets(domainName, recordId, options) {
-        return new Promise((resolve, reject) => {
-            this._domains.updateRecord(domainName, recordId, options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._domains = this._instance.domains;
+	}
+	/**
+	 * Trigers the getAllRecords function of Domains
+	 * @param {StringKeyword} domainName - Data required for getAllRecords
+	 * @param {StringKeyword} tagName - Data required for getAllRecords
+	 * @param {BooleanKeyword} includeAll - Data required for getAllRecords
+	 * @param {NumberKeyword} page - Data required for getAllRecords
+	 * @param {NumberKeyword} pageSize - Data required for getAllRecords
+	 * @returns {Promise<getAllRecordsResponse>}
+	 */
+	getRecords(
+		domainName,
+		tagName,
+		includeAll = undefined,
+		page = undefined,
+		pageSize = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._domains
+				.getAllRecords(domainName, tagName, includeAll, page, pageSize)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createRecord function of Domains
+	 * @param {StringKeyword} domainName - Data required for createRecord
+	 * @param {DomainRecordRequestOptions} options - Data required for createRecord
+	 * @returns {Promise<createRecordResponse>}
+	 */
+	createRecord(domainName, options) {
+		return new Promise((resolve, reject) => {
+			this._domains
+				.createRecord(domainName, options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getRecord function of Domains
+	 * @param {StringKeyword} domainName - Data required for getRecord
+	 * @param {StringKeyword} recordId - Data required for getRecord
+	 * @returns {Promise<getRecordResponse>}
+	 */
+	getRecord(domainName, recordId) {
+		return new Promise((resolve, reject) => {
+			this._domains
+				.getRecord(domainName, recordId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteRecord function of Domains
+	 * @param {StringKeyword} domainName - Data required for deleteRecord
+	 * @param {StringKeyword} recordId - Data required for deleteRecord
+	 * @returns {Promise<deleteRecordResponse>}
+	 */
+	deleteRecord(domainName, recordId) {
+		return new Promise((resolve, reject) => {
+			this._domains
+				.deleteRecord(domainName, recordId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateRecord function of Domains
+	 * @param {StringKeyword} domainName - Data required for updateRecord
+	 * @param {StringKeyword} recordId - Data required for updateRecord
+	 * @param {DomainRecordRequestOptions} options - Data required for updateRecord
+	 * @returns {Promise<updateRecordResponse>}
+	 */
+	changeRecordSets(domainName, recordId, options) {
+		return new Promise((resolve, reject) => {
+			this._domains
+				.updateRecord(domainName, recordId, options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_DNS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_network_do-loadBalancer.js.html b/docs/DO_network_do-loadBalancer.js.html index fd1cd195..4bf42a75 100644 --- a/docs/DO_network_do-loadBalancer.js.html +++ b/docs/DO_network_do-loadBalancer.js.html @@ -1,403 +1,186 @@ + + - - - - DO/network/do-loadBalancer.js - - - - - - - - - - - - - + + + + + DO/network/do-loadBalancer.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/network/do-loadBalancer.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/network/do-loadBalancer.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a LoadBalancers object
-* @category Digital Ocean
-*/
+ * Class to create a LoadBalancers object
+ * @category Digital Ocean
+ */
 class DO_LoadBalancer {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._loadBalancers = this._instance.loadBalancers;
-    }
-    /**
-    * Trigers the create function of LoadBalancers
-    * @param {LoadBalancerCreationOptions} options - Data required for create
-    * @returns {Promise<createResponse>}
-    */
-    create(options) {
-        return new Promise((resolve, reject) => {
-            this._loadBalancers.create(options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getAll function of LoadBalancers
-    * @returns {Promise<getAllResponse>}
-    */
-    list() {
-        return new Promise((resolve, reject) => {
-            this._loadBalancers.getAll()
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the update function of LoadBalancers
-    * @param {StringKeyword} loadBalancerId - Data required for update
-    * @param {AnyKeyword} options - Data required for update
-    * @returns {Promise<updateResponse>}
-    */
-    update(loadBalancerId, options) {
-        return new Promise((resolve, reject) => {
-            this._loadBalancers.update(loadBalancerId, options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the delete function of LoadBalancers
-    * @param {StringKeyword} loadBalancerId - Data required for delete
-    * @returns {Promise<deleteResponse>}
-    */
-    delete(loadBalancerId) {
-        return new Promise((resolve, reject) => {
-            this._loadBalancers.delete(loadBalancerId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._loadBalancers = this._instance.loadBalancers;
+	}
+	/**
+	 * Trigers the create function of LoadBalancers
+	 * @param {LoadBalancerCreationOptions} options - Data required for create
+	 * @returns {Promise<createResponse>}
+	 */
+	create(options) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancers
+				.create(options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getAll function of LoadBalancers
+	 * @returns {Promise<getAllResponse>}
+	 */
+	list() {
+		return new Promise((resolve, reject) => {
+			this._loadBalancers
+				.getAll()
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the update function of LoadBalancers
+	 * @param {StringKeyword} loadBalancerId - Data required for update
+	 * @param {AnyKeyword} options - Data required for update
+	 * @returns {Promise<updateResponse>}
+	 */
+	update(loadBalancerId, options) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancers
+				.update(loadBalancerId, options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the delete function of LoadBalancers
+	 * @param {StringKeyword} loadBalancerId - Data required for delete
+	 * @returns {Promise<deleteResponse>}
+	 */
+	delete(loadBalancerId) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancers
+				.delete(loadBalancerId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_LoadBalancer;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/DO_storage_do-archivalStorage.js.html b/docs/DO_storage_do-archivalStorage.js.html new file mode 100644 index 00000000..e6f97f7a --- /dev/null +++ b/docs/DO_storage_do-archivalStorage.js.html @@ -0,0 +1,188 @@ + + + + + + + + + + DO/storage/do-archivalStorage.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/storage/do-archivalStorage.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a ObjectStorageClient object
+ * @category Oracle Cloud
+ */
+class Oracle_ArchivalStorage {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk;
+		this._sdkclassName = this._oci.objectStorageClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createBucket function of ObjectStorageClient
+	 * @param {CreateBucketRequest} createBucketRequest - Data required for createBucket
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(createBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.createBucket(createBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteBucket function of ObjectStorageClient
+	 * @param {DeleteBucketRequest} deleteBucketRequest - Data required for deleteBucket
+	 * @returns {Promise<deleteBucketResponse>}
+	 */
+	delete(deleteBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.deleteBucket(deleteBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listBuckets function of ObjectStorageClient
+	 * @param {ListBucketsRequest} listBucketsRequest - Data required for listBuckets
+	 * @returns {Promise<listBucketsResponse>}
+	 */
+	list(listBucketsRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.listBuckets(listBucketsRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateBucket function of ObjectStorageClient
+	 * @param {UpdateBucketRequest} updateBucketRequest - Data required for updateBucket
+	 * @returns {Promise<updateBucketResponse>}
+	 */
+	update(updateBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.updateBucket(updateBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_ArchivalStorage;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/DO_storage_do-blockStorage.js.html b/docs/DO_storage_do-blockStorage.js.html index d8f39b75..219c4945 100644 --- a/docs/DO_storage_do-blockStorage.js.html +++ b/docs/DO_storage_do-blockStorage.js.html @@ -1,403 +1,186 @@ + + - - - - DO/storage/do-blockStorage.js - - - - - - - - - - - - - + + + + + DO/storage/do-blockStorage.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

DO/storage/do-blockStorage.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

DO/storage/do-blockStorage.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-* Class to create a Volumes object
-* @category Digital Ocean
-*/
+ * Class to create a Volumes object
+ * @category Digital Ocean
+ */
 class DO_BlockStorage {
-    /**
-     *
-     * @param {module} do DO SDK
-     * @param {object} options SDK options
-     */
-    constructor(dosdk, dotoken) {
-        this._DO = dosdk;
-        this._instance = new this._DO(dotoken);
-        this._volumes = this._instance.volumes;
-    }
-    /**
-    * Trigers the getAll function of Volumes
-    * @param {StringKeyword} region - Data required for getAll
-    * @returns {Promise<getAllResponse>}
-    */
-    list(region) {
-        return new Promise((resolve, reject) => {
-            this._volumes.getAll(region)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the create function of Volumes
-    * @param {VolumeCreationOptions} options - Data required for create
-    * @returns {Promise<createResponse>}
-    */
-    create(options) {
-        return new Promise((resolve, reject) => {
-            this._volumes.create(options)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the getById function of Volumes
-    * @param {StringKeyword} volumeId - Data required for getById
-    * @returns {Promise<getByIdResponse>}
-    */
-    describe(volumeId) {
-        return new Promise((resolve, reject) => {
-            this._volumes.getById(volumeId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-    * Trigers the deleteById function of Volumes
-    * @param {StringKeyword} volumeId - Data required for deleteById
-    * @returns {Promise<deleteByIdResponse>}
-    */
-    delete(volumeId) {
-        return new Promise((resolve, reject) => {
-            this._volumes.deleteById(volumeId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do DO SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(dosdk, dotoken) {
+		this._DO = dosdk;
+		this._instance = new this._DO(dotoken);
+		this._volumes = this._instance.volumes;
+	}
+	/**
+	 * Trigers the getAll function of Volumes
+	 * @param {StringKeyword} region - Data required for getAll
+	 * @returns {Promise<getAllResponse>}
+	 */
+	list(region) {
+		return new Promise((resolve, reject) => {
+			this._volumes
+				.getAll(region)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the create function of Volumes
+	 * @param {VolumeCreationOptions} options - Data required for create
+	 * @returns {Promise<createResponse>}
+	 */
+	create(options) {
+		return new Promise((resolve, reject) => {
+			this._volumes
+				.create(options)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getById function of Volumes
+	 * @param {StringKeyword} volumeId - Data required for getById
+	 * @returns {Promise<getByIdResponse>}
+	 */
+	describe(volumeId) {
+		return new Promise((resolve, reject) => {
+			this._volumes
+				.getById(volumeId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteById function of Volumes
+	 * @param {StringKeyword} volumeId - Data required for deleteById
+	 * @returns {Promise<deleteByIdResponse>}
+	 */
+	delete(volumeId) {
+		return new Promise((resolve, reject) => {
+			this._volumes
+				.deleteById(volumeId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = DO_BlockStorage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/GCP_KeyManagement.html b/docs/GCP_KeyManagement.html index df339579..29dcaf43 100644 --- a/docs/GCP_KeyManagement.html +++ b/docs/GCP_KeyManagement.html @@ -1,1200 +1,1424 @@ - - - - GCP_KeyManagement - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_KeyManagement

-
- -
-
-

- GCP_KeyManagement(config) -

- -
-

Class to create a KeyManagement object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_KeyManagement(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/management/gcp-keyManagement.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createKey(request, optionsopt) - → - {Promise.<createCryptoKeyResponse>} - -

- -
-

- Trigers the createCryptoKey - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createCryptoKey -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createCryptoKey -

-
-
- -
-

- View Source - - googleCloud/management/gcp-keyManagement.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<createCryptoKeyResponse> -
-
-
-
-
- -
-

- # - - - deleteKey(request, optionsopt) - → - {Promise.<destroyCryptoKeyVersionResponse>} - -

- -
-

- Trigers the - destroyCryptoKeyVersion function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - destroyCryptoKeyVersion -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - destroyCryptoKeyVersion -

-
-
- -
-

- View Source - - googleCloud/management/gcp-keyManagement.js, - line 38 - -

-
- -
-
- -
-
-
-
- - - Promise.<destroyCryptoKeyVersionResponse> -
-
-
-
-
- -
-

- # - - - describeKey(request, optionsopt) - → - {Promise.<getCryptoKeyResponse>} - -

- -
-

- Trigers the getCryptoKey - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for getCryptoKey -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for getCryptoKey -

-
-
- -
-

- View Source - - googleCloud/management/gcp-keyManagement.js, - line 72 - -

-
- -
-
- -
-
-
-
- - - Promise.<getCryptoKeyResponse> -
-
-
-
-
- -
-

- # - - - putKeyPolicy(request, optionsopt, callbackopt) - → - {Promise.<setIamPolicyResponse>} - -

- -
-

- Trigers the setIamPolicy - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for setIamPolicy -

-
- options - - UnionType - - <optional>
-
-

- Data required - for setIamPolicy -

-
- callback - - TypeReference - - <optional>
-
-

- Data required - for setIamPolicy -

-
-
- -
-

- View Source - - googleCloud/management/gcp-keyManagement.js, - line 90 - -

-
- -
-
- -
-
-
-
- - - Promise.<setIamPolicyResponse> -
-
-
-
-
- -
-

- # - - - update(request, optionsopt) - → - {Promise.<updateCryptoKeyResponse>} - -

- -
-

- Trigers the updateCryptoKey - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - updateCryptoKey -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - updateCryptoKey -

-
-
- -
-

- View Source - - googleCloud/management/gcp-keyManagement.js, - line 55 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateCryptoKeyResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_KeyManagement + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_KeyManagement

+
+ + + + + +
+ +
+ +

GCP_KeyManagement(config)

+ +

Class to create a KeyManagement object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_KeyManagement(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-keyManagement.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createKey(request, optionsopt) → {Promise.<createCryptoKeyResponse>} + + +

+ + + + +
+

Trigers the createCryptoKey function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createCryptoKey

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createCryptoKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-keyManagement.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createCryptoKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteKey(request, optionsopt) → {Promise.<destroyCryptoKeyVersionResponse>} + + +

+ + + + +
+

Trigers the destroyCryptoKeyVersion function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for destroyCryptoKeyVersion

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for destroyCryptoKeyVersion

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-keyManagement.js, line 41 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<destroyCryptoKeyVersionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeKey(request, optionsopt) → {Promise.<getCryptoKeyResponse>} + + +

+ + + + +
+

Trigers the getCryptoKey function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for getCryptoKey

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for getCryptoKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-keyManagement.js, line 77 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getCryptoKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + putKeyPolicy(request, optionsopt, callbackopt) → {Promise.<setIamPolicyResponse>} + + +

+ + + + +
+

Trigers the setIamPolicy function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for setIamPolicy

options + + +UnionType + + + + + + <optional>
+ + + + + +

Data required for setIamPolicy

callback + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for setIamPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-keyManagement.js, line 96 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<setIamPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(request, optionsopt) → {Promise.<updateCryptoKeyResponse>} + + +

+ + + + +
+

Trigers the updateCryptoKey function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for updateCryptoKey

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for updateCryptoKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-keyManagement.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateCryptoKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_Kubernetes.html b/docs/GCP_Kubernetes.html index 54e2abb7..96eefcea 100644 --- a/docs/GCP_Kubernetes.html +++ b/docs/GCP_Kubernetes.html @@ -1,1745 +1,2253 @@ - - - - GCP_Kubernetes - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_Kubernetes

-
- -
-
-

- GCP_Kubernetes(config) -

- -
-

Class to create a Kubernetes object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_Kubernetes(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(request, optionsopt) - → - {Promise.<createClusterResponse>} - -

- -
-

- Trigers the createCluster - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createCluster -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createCluster -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<createClusterResponse> -
-
-
-
-
- -
-

- # - - - createNodeGroup(request, optionsopt) - → - {Promise.<createNodePoolResponse>} - -

- -
-

- Trigers the createNodePool - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createNodePool -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createNodePool -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 89 - -

-
- -
-
- -
-
-
-
- - - Promise.<createNodePoolResponse> -
-
-
-
-
- -
-

- # - - - delete(request, optionsopt) - → - {Promise.<deleteClusterResponse>} - -

- -
-

- Trigers the deleteCluster - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - deleteCluster -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - deleteCluster -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 38 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteClusterResponse> -
-
-
-
-
- -
-

- # - - - deleteNodegroup(request, optionsopt) - → - {Promise.<deleteNodePoolResponse>} - -

- -
-

- Trigers the deleteNodePool - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - deleteNodePool -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - deleteNodePool -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 106 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteNodePoolResponse> -
-
-
-
-
- -
-

- # - - - describeCluster(request, optionsopt) - → - {Promise.<getClusterResponse>} - -

- -
-

- Trigers the getCluster function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for getCluster -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for getCluster -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 72 - -

-
- -
-
- -
-
-
-
- - - Promise.<getClusterResponse> -
-
-
-
-
- -
-

- # - - - describeNodeGroup(request, optionsopt) - → - {Promise.<getNodePoolResponse>} - -

- -
-

- Trigers the getNodePool function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for getNodePool -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for getNodePool -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 123 - -

-
- -
-
- -
-
-
-
- - - Promise.<getNodePoolResponse> -
-
-
-
-
- -
-

- # - - - listClusters(request, optionsopt) - → - {Promise.<listClustersResponse>} - -

- -
-

- Trigers the listClusters - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for listClusters -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for listClusters -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 55 - -

-
- -
-
- -
-
-
-
- - - Promise.<listClustersResponse> -
-
-
-
-
- -
-

- # - - - listNodegroups(request, optionsopt) - → - {Promise.<listNodePoolsResponse>} - -

- -
-

- Trigers the listNodePools - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - listNodePools -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - listNodePools -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 140 - -

-
- -
-
- -
-
-
-
- - - Promise.<listNodePoolsResponse> -
-
-
-
-
- -
-

- # - - - updateConfig(request, optionsopt) - → - {Promise.<setAddonsConfigResponse>} - -

- -
-

- Trigers the setAddonsConfig - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - setAddonsConfig -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - setAddonsConfig -

-
-
- -
-

- View Source - - googleCloud/compute/gcp-kubernetes.js, - line 157 - -

-
- -
-
- -
-
-
-
- - - Promise.<setAddonsConfigResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_Kubernetes + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_Kubernetes

+
+ + + + + +
+ +
+ +

GCP_Kubernetes(config)

+ +

Class to create a Kubernetes object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_Kubernetes(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(request, optionsopt) → {Promise.<createClusterResponse>} + + +

+ + + + +
+

Trigers the createCluster function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createCluster

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 21 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createNodeGroup(request, optionsopt) → {Promise.<createNodePoolResponse>} + + +

+ + + + +
+

Trigers the createNodePool function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createNodePool

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 93 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(request, optionsopt) → {Promise.<deleteClusterResponse>} + + +

+ + + + +
+

Trigers the deleteCluster function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteCluster

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 39 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNodegroup(request, optionsopt) → {Promise.<deleteNodePoolResponse>} + + +

+ + + + +
+

Trigers the deleteNodePool function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteNodePool

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 111 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeCluster(request, optionsopt) → {Promise.<getClusterResponse>} + + +

+ + + + +
+

Trigers the getCluster function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for getCluster

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for getCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 75 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describeNodeGroup(request, optionsopt) → {Promise.<getNodePoolResponse>} + + +

+ + + + +
+

Trigers the getNodePool function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for getNodePool

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for getNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 129 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listClusters(request, optionsopt) → {Promise.<listClustersResponse>} + + +

+ + + + +
+

Trigers the listClusters function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for listClusters

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for listClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 57 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listNodegroups(request, optionsopt) → {Promise.<listNodePoolsResponse>} + + +

+ + + + +
+

Trigers the listNodePools function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for listNodePools

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for listNodePools

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 147 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listNodePoolsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateConfig(request, optionsopt) → {Promise.<setAddonsConfigResponse>} + + +

+ + + + +
+

Trigers the setAddonsConfig function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for setAddonsConfig

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for setAddonsConfig

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/compute/gcp-kubernetes.js, line 165 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<setAddonsConfigResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_Monitoring.html b/docs/GCP_Monitoring.html index 50a11433..01ac671c 100644 --- a/docs/GCP_Monitoring.html +++ b/docs/GCP_Monitoring.html @@ -1,1285 +1,1560 @@ - - - - GCP_Monitoring - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_Monitoring

-
- -
-
-

- GCP_Monitoring(config) -

- -
-

Class to create a Monitoring object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_Monitoring(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 13 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createAlarm(request, optionsopt) - → - {Promise.<createAlertPolicyResponse>} - -

- -
-

- Trigers the createAlertPolicy - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createAlertPolicy -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createAlertPolicy -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createAlertPolicyResponse> -
-
-
-
-
- -
-

- # - - - deleteAlarm(request, optionsopt) - → - {Promise.<deleteAlertPolicyResponse>} - -

- -
-

- Trigers the deleteAlertPolicy - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - deleteAlertPolicy -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - deleteAlertPolicy -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 40 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteAlertPolicyResponse> -
-
-
-
-
- -
-

- # - - - getMetricData(request, optionsopt) - → - {Promise.<getMetricDescriptorResponse>} - -

- -
-

- Trigers the getMetricDescriptor - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - getMetricDescriptor -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - getMetricDescriptor -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<getMetricDescriptorResponse> -
-
-
-
-
- -
-

- # - - - listAlarms(request, optionsopt) - → - {Promise.<listAlertPoliciesResponse>} - -

- -
-

- Trigers the listAlertPolicies - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - listAlertPolicies -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - listAlertPolicies -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 74 - -

-
- -
-
- -
-
-
-
- - - Promise.<listAlertPoliciesResponse> -
-
-
-
-
- -
-

- # - - - projectPath(project) - → - {Promise.<projectPathResponse>} - -

- -
-

- Trigers the projectPath function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- project - - StringKeyword - -

- Data required - for projectPath -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 107 - -

-
- -
-
- -
-
-
-
- - - Promise.<projectPathResponse> -
-
-
-
-
- -
-

- # - - - updateAlarm(request, optionsopt) - → - {Promise.<updateAlertPolicyResponse>} - -

- -
-

- Trigers the updateAlertPolicy - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - updateAlertPolicy -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - updateAlertPolicy -

-
-
- -
-

- View Source - - googleCloud/management/gcp-monitoring.js, - line 57 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateAlertPolicyResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_Monitoring + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_Monitoring

+
+ + + + + +
+ +
+ +

GCP_Monitoring(config)

+ +

Class to create a Monitoring object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_Monitoring(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 13 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createAlarm(request, optionsopt) → {Promise.<createAlertPolicyResponse>} + + +

+ + + + +
+

Trigers the createAlertPolicy function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createAlertPolicy

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createAlertPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createAlertPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteAlarm(request, optionsopt) → {Promise.<deleteAlertPolicyResponse>} + + +

+ + + + +
+

Trigers the deleteAlertPolicy function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteAlertPolicy

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteAlertPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 41 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteAlertPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getMetricData(request, optionsopt) → {Promise.<getMetricDescriptorResponse>} + + +

+ + + + +
+

Trigers the getMetricDescriptor function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for getMetricDescriptor

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for getMetricDescriptor

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 95 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getMetricDescriptorResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listAlarms(request, optionsopt) → {Promise.<listAlertPoliciesResponse>} + + +

+ + + + +
+

Trigers the listAlertPolicies function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for listAlertPolicies

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for listAlertPolicies

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 77 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listAlertPoliciesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + projectPath(project) → {Promise.<projectPathResponse>} + + +

+ + + + +
+

Trigers the projectPath function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
project + + +StringKeyword + + + +

Data required for projectPath

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 112 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<projectPathResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateAlarm(request, optionsopt) → {Promise.<updateAlertPolicyResponse>} + + +

+ + + + +
+

Trigers the updateAlertPolicy function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for updateAlertPolicy

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for updateAlertPolicy

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-monitoring.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateAlertPolicyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_NoSql.html b/docs/GCP_NoSql.html index 90642d72..1162d876 100644 --- a/docs/GCP_NoSql.html +++ b/docs/GCP_NoSql.html @@ -1,1026 +1,1175 @@ - - - - GCP_NoSql - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_NoSql

-
- -
-
-

- GCP_NoSql(config) -

- -
-

Class to create a NoSql object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_NoSql(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/database/gcp-noSql.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createItem(request, optionsopt) - → - {Promise.<createDocumentResponse>} - -

- -
-

- Trigers the createDocument - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createDocument -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createDocument -

-
-
- -
-

- View Source - - googleCloud/database/gcp-noSql.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDocumentResponse> -
-
-
-
-
- -
-

- # - - - deleteItem(request, optionsopt) - → - {Promise.<deleteDocumentResponse>} - -

- -
-

- Trigers the deleteDocument - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - deleteDocument -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - deleteDocument -

-
-
- -
-

- View Source - - googleCloud/database/gcp-noSql.js, - line 38 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteDocumentResponse> -
-
-
-
-
- -
-

- # - - - query(requestopt, optionsopt) - → - {Promise.<runQueryResponse>} - -

- -
-

- Trigers the runQuery function of - undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - - <optional>
-
-

- Data required - for runQuery -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for runQuery -

-
-
- -
-

- View Source - - googleCloud/database/gcp-noSql.js, - line 72 - -

-
- -
-
- -
-
-
-
- - - Promise.<runQueryResponse> -
-
-
-
-
- -
-

- # - - - updateItem(request, optionsopt) - → - {Promise.<updateDocumentResponse>} - -

- -
-

- Trigers the updateDocument - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - updateDocument -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - updateDocument -

-
-
- -
-

- View Source - - googleCloud/database/gcp-noSql.js, - line 55 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateDocumentResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_NoSql + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_NoSql

+
+ + + + + +
+ +
+ +

GCP_NoSql(config)

+ +

Class to create a NoSql object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_NoSql(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-noSql.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createItem(request, optionsopt) → {Promise.<createDocumentResponse>} + + +

+ + + + +
+

Trigers the createDocument function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createDocument

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createDocument

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-noSql.js, line 21 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDocumentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteItem(request, optionsopt) → {Promise.<deleteDocumentResponse>} + + +

+ + + + +
+

Trigers the deleteDocument function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteDocument

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteDocument

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-noSql.js, line 39 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDocumentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + query(requestopt, optionsopt) → {Promise.<runQueryResponse>} + + +

+ + + + +
+

Trigers the runQuery function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for runQuery

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for runQuery

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-noSql.js, line 75 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<runQueryResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateItem(request, optionsopt) → {Promise.<updateDocumentResponse>} + + +

+ + + + +
+

Trigers the updateDocument function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for updateDocument

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for updateDocument

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-noSql.js, line 57 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateDocumentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_NotificationService.html b/docs/GCP_NotificationService.html index 5bf24ad8..2b4635f5 100644 --- a/docs/GCP_NotificationService.html +++ b/docs/GCP_NotificationService.html @@ -1,1605 +1,2037 @@ - - - - GCP_NotificationService - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_NotificationService

-
- -
-
-

- GCP_NotificationService(config) -

- -
-

- Class to create a NotificationService object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new - GCP_NotificationService(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 13 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createTopic(request, optionsopt) - → - {Promise.<createTopicResponse>} - -

- -
-

- Trigers the createTopic function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for createTopic -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for createTopic -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 23 - -

-
- -
-
- -
-
-
-
- - - Promise.<createTopicResponse> -
-
-
-
-
- -
-

- # - - - deleteTopic(request, optionsopt) - → - {Promise.<deleteTopicResponse>} - -

- -
-

- Trigers the deleteTopic function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for deleteTopic -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for deleteTopic -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 40 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteTopicResponse> -
-
-
-
-
- -
-

- # - - - getTopicAttributes(request, optionsopt) - → - {Promise.<getTopicResponse>} - -

- -
-

- Trigers the getTopic function of - undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for getTopic -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for getTopic -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 57 - -

-
- -
-
- -
-
-
-
- - - Promise.<getTopicResponse> -
-
-
-
-
- -
-

- # - - - listSubscriptions(request, optionsopt) - → - {Promise.<listTopicSubscriptionsResponse>} - -

- -
-

- Trigers the - listTopicSubscriptions function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - listTopicSubscriptions -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - listTopicSubscriptions -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 74 - -

-
- -
-
- -
-
-
-
- - - Promise.<listTopicSubscriptionsResponse> -
-
-
-
-
- -
-

- # - - - listTopics(request, optionsopt) - → - {Promise.<listTopicsResponse>} - -

- -
-

- Trigers the listTopics function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for listTopics -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for listTopics -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 125 - -

-
- -
-
- -
-
-
-
- - - Promise.<listTopicsResponse> -
-
-
-
-
- -
-

- # - - - publish(request, optionsopt) - → - {Promise.<publishResponse>} - -

- -
-

- Trigers the publish function of - undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for publish -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for publish -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 108 - -

-
- -
-
- -
-
-
-
- - - Promise.<publishResponse> -
-
-
-
-
- -
-

- # - - - subscribe(request, optionsopt) - → - {Promise.<createSubscriptionResponse>} - -

- -
-

- Trigers the createSubscription - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createSubscription -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createSubscription -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<createSubscriptionResponse> -
-
-
-
-
- -
-

- # - - - unsubscribe(request, optionsopt) - → - {Promise.<deleteSubscriptionResponse>} - -

- -
-

- Trigers the deleteSubscription - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - deleteSubscription -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - deleteSubscription -

-
-
- -
-

- View Source - - googleCloud/management/gcp-notificationService.js, - line 142 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteSubscriptionResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_NotificationService + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_NotificationService

+
+ + + + + +
+ +
+ +

GCP_NotificationService(config)

+ +

Class to create a NotificationService object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_NotificationService(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 13 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createTopic(request, optionsopt) → {Promise.<createTopicResponse>} + + +

+ + + + +
+

Trigers the createTopic function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createTopic

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createTopic

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createTopicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteTopic(request, optionsopt) → {Promise.<deleteTopicResponse>} + + +

+ + + + +
+

Trigers the deleteTopic function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteTopic

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteTopic

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 41 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteTopicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getTopicAttributes(request, optionsopt) → {Promise.<getTopicResponse>} + + +

+ + + + +
+

Trigers the getTopic function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for getTopic

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for getTopic

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 59 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getTopicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listSubscriptions(request, optionsopt) → {Promise.<listTopicSubscriptionsResponse>} + + +

+ + + + +
+

Trigers the listTopicSubscriptions function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for listTopicSubscriptions

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for listTopicSubscriptions

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 77 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listTopicSubscriptionsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listTopics(request, optionsopt) → {Promise.<listTopicsResponse>} + + +

+ + + + +
+

Trigers the listTopics function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for listTopics

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for listTopics

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 131 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listTopicsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + publish(request, optionsopt) → {Promise.<publishResponse>} + + +

+ + + + +
+

Trigers the publish function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for publish

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for publish

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 113 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<publishResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + subscribe(request, optionsopt) → {Promise.<createSubscriptionResponse>} + + +

+ + + + +
+

Trigers the createSubscription function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createSubscription

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createSubscription

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 95 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createSubscriptionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + unsubscribe(request, optionsopt) → {Promise.<deleteSubscriptionResponse>} + + +

+ + + + +
+

Trigers the deleteSubscription function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteSubscription

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteSubscription

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/management/gcp-notificationService.js, line 149 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteSubscriptionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_RDBMS.html b/docs/GCP_RDBMS.html index d7930522..c4f642d4 100644 --- a/docs/GCP_RDBMS.html +++ b/docs/GCP_RDBMS.html @@ -1,1468 +1,1826 @@ - - - - GCP_RDBMS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_RDBMS

-
- -
-
-

- GCP_RDBMS(config) -

- -
-

Class to create a RDBMS object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_RDBMS(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createDatabse(request, optionsopt) - → - {Promise.<createDatabaseResponse>} - -

- -
-

- Trigers the createDatabase - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createDatabase -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createDatabase -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDatabaseResponse> -
-
-
-
-
- -
-

- # - - - createSnapshots(request, optionsopt) - → - {Promise.<createBackupResponse>} - -

- -
-

- Trigers the createBackup - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for createBackup -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for createBackup -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 55 - -

-
- -
-
- -
-
-
-
- - - Promise.<createBackupResponse> -
-
-
-
-
- -
-

- # - - - databasePath(project, instance, - database) - → - {Promise.<databasePathResponse>} - -

- -
-

- Trigers the databasePath - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- project - - StringKeyword - -

- Data required - for databasePath -

-
- instance - - StringKeyword - -

- Data required - for databasePath -

-
- database - - StringKeyword - -

- Data required - for databasePath -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 124 - -

-
- -
-
- -
-
-
-
- - - Promise.<databasePathResponse> -
-
-
-
-
- -
-

- # - - - deleteDatabase(request, optionsopt) - → - {Promise.<dropDatabaseResponse>} - -

- -
-

- Trigers the dropDatabase - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for dropDatabase -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for dropDatabase -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 38 - -

-
- -
-
- -
-
-
-
- - - Promise.<dropDatabaseResponse> -
-
-
-
-
- -
-

- # - - - deleteDBSnapshot(request, optionsopt) - → - {Promise.<deleteBackupResponse>} - -

- -
-

- Trigers the deleteBackup - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for deleteBackup -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for deleteBackup -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 106 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteBackupResponse> -
-
-
-
-
- -
-

- # - - - modifyDB(request, optionsopt) - → - {Promise.<updateDatabaseDdlResponse>} - -

- -
-

- Trigers the updateDatabaseDdl - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - updateDatabaseDdl -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - updateDatabaseDdl -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 72 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateDatabaseDdlResponse> -
-
-
-
-
- -
-

- # - - - restoreDatabase(request, optionsopt) - → - {Promise.<restoreDatabaseResponse>} - -

- -
-

- Trigers the restoreDatabase - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - restoreDatabase -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - restoreDatabase -

-
-
- -
-

- View Source - - googleCloud/database/gcp-RDBMS.js, - line 89 - -

-
- -
-
- -
-
-
-
- - - Promise.<restoreDatabaseResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_RDBMS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_RDBMS

+
+ + + + + +
+ +
+ +

GCP_RDBMS(config)

+ +

Class to create a RDBMS object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_RDBMS(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createDatabse(request, optionsopt) → {Promise.<createDatabaseResponse>} + + +

+ + + + +
+

Trigers the createDatabase function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createDatabase

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 21 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createSnapshots(request, optionsopt) → {Promise.<createBackupResponse>} + + +

+ + + + +
+

Trigers the createBackup function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createBackup

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createBackup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 57 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBackupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + databasePath(project, instance, database) → {Promise.<databasePathResponse>} + + +

+ + + + +
+

Trigers the databasePath function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
project + + +StringKeyword + + + +

Data required for databasePath

instance + + +StringKeyword + + + +

Data required for databasePath

database + + +StringKeyword + + + +

Data required for databasePath

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 130 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<databasePathResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDatabase(request, optionsopt) → {Promise.<dropDatabaseResponse>} + + +

+ + + + +
+

Trigers the dropDatabase function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for dropDatabase

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for dropDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 39 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<dropDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDBSnapshot(request, optionsopt) → {Promise.<deleteBackupResponse>} + + +

+ + + + +
+

Trigers the deleteBackup function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for deleteBackup

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for deleteBackup

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 111 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBackupResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + modifyDB(request, optionsopt) → {Promise.<updateDatabaseDdlResponse>} + + +

+ + + + +
+

Trigers the updateDatabaseDdl function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for updateDatabaseDdl

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for updateDatabaseDdl

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 75 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateDatabaseDdlResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restoreDatabase(request, optionsopt) → {Promise.<restoreDatabaseResponse>} + + +

+ + + + +
+

Trigers the restoreDatabase function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for restoreDatabase

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for restoreDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/database/gcp-RDBMS.js, line 93 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<restoreDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_Translation.html b/docs/GCP_Translation.html index f1852556..6765acee 100644 --- a/docs/GCP_Translation.html +++ b/docs/GCP_Translation.html @@ -1,1174 +1,1389 @@ - - - - GCP_Translation - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_Translation

-
- -
-
-

- GCP_Translation(config) -

- -
-

Class to create a Translation object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_Translation(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/artificialinteligence/gcp-translation.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - batchTranslate(request, optionsopt) - → - {Promise.<batchTranslateTextResponse>} - -

- -
-

- Trigers the batchTranslateText - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - batchTranslateText -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - batchTranslateText -

-
-
- -
-

- View Source - - googleCloud/artificialinteligence/gcp-translation.js, - line 38 - -

-
- -
-
- -
-
-
-
- - - Promise.<batchTranslateTextResponse> -
-
-
-
-
- -
-

- # - - - createGlossary(request, optionsopt) - → - {Promise.<createGlossaryResponse>} - -

- -
-

- Trigers the createGlossary - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - createGlossary -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - createGlossary -

-
-
- -
-

- View Source - - googleCloud/artificialinteligence/gcp-translation.js, - line 72 - -

-
- -
-
- -
-
-
-
- - - Promise.<createGlossaryResponse> -
-
-
-
-
- -
-

- # - - - detectLanguage(request, optionsopt) - → - {Promise.<detectLanguageResponse>} - -

- -
-

- Trigers the detectLanguage - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - detectLanguage -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - detectLanguage -

-
-
- -
-

- View Source - - googleCloud/artificialinteligence/gcp-translation.js, - line 89 - -

-
- -
-
- -
-
-
-
- - - Promise.<detectLanguageResponse> -
-
-
-
-
- -
-

- # - - - getGlossary(request, optionsopt) - → - {Promise.<getGlossaryResponse>} - -

- -
-

- Trigers the getGlossary function - of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for getGlossary -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for getGlossary -

-
-
- -
-

- View Source - - googleCloud/artificialinteligence/gcp-translation.js, - line 55 - -

-
- -
-
- -
-
-
-
- - - Promise.<getGlossaryResponse> -
-
-
-
-
- -
-

- # - - - translate(request, optionsopt) - → - {Promise.<translateTextResponse>} - -

- -
-

- Trigers the translateText - function of undefined -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- request - - TypeReference - -

- Data required - for - translateText -

-
- options - - TypeReference - - <optional>
-
-

- Data required - for - translateText -

-
-
- -
-

- View Source - - googleCloud/artificialinteligence/gcp-translation.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<translateTextResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_Translation + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_Translation

+
+ + + + + +
+ +
+ +

GCP_Translation(config)

+ +

Class to create a Translation object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_Translation(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/artificialinteligence/gcp-translation.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + batchTranslate(request, optionsopt) → {Promise.<batchTranslateTextResponse>} + + +

+ + + + +
+

Trigers the batchTranslateText function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for batchTranslateText

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for batchTranslateText

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/artificialinteligence/gcp-translation.js, line 39 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<batchTranslateTextResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createGlossary(request, optionsopt) → {Promise.<createGlossaryResponse>} + + +

+ + + + +
+

Trigers the createGlossary function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for createGlossary

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for createGlossary

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/artificialinteligence/gcp-translation.js, line 75 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createGlossaryResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + detectLanguage(request, optionsopt) → {Promise.<detectLanguageResponse>} + + +

+ + + + +
+

Trigers the detectLanguage function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for detectLanguage

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for detectLanguage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/artificialinteligence/gcp-translation.js, line 93 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<detectLanguageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getGlossary(request, optionsopt) → {Promise.<getGlossaryResponse>} + + +

+ + + + +
+

Trigers the getGlossary function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for getGlossary

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for getGlossary

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/artificialinteligence/gcp-translation.js, line 57 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getGlossaryResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + translate(request, optionsopt) → {Promise.<translateTextResponse>} + + +

+ + + + +
+

Trigers the translateText function of undefined

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
request + + +TypeReference + + + + + + + + + +

Data required for translateText

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Data required for translateText

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/artificialinteligence/gcp-translation.js, line 21 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<translateTextResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_dns.html b/docs/GCP_dns.html index 0232860b..9bd9a568 100644 --- a/docs/GCP_dns.html +++ b/docs/GCP_dns.html @@ -1,1277 +1,1523 @@ - - - - GCP_dns - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_dns

-
- -
-
-

- GCP_dns(config) -

- -
-

Class to create a dns object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_dns(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/network/gcp-DNS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - changeRecordSets(identifieropt, dns, config) - → - {Promise.<createChangeResponse>} - -

- -
-

- Trigers the createChange - function of dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- dns - - DNS - -

- Mandatory - parameter -

-
- config - - TypeReference - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/network/gcp-DNS.js, - line 56 - -

-
- -
-
- -
-
-
-
- - - Promise.<createChangeResponse> -
-
-
-
-
- -
-

- # - - - createZone(identifieropt, dns, config) - → - {Promise.<createResponse>} - -

- -
-

- Trigers the create function of - dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- dns - - DNS - -

- Mandatory - parameter -

-
- config - - TypeReference - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/network/gcp-DNS.js, - line 38 - -

-
- -
-
- -
-
-
-
- - - Promise.<createResponse> -
-
-
-
-
- -
-

- # - - - deleteZone(identifieropt, dns, optionsopt) - → - {Promise.<deleteResponse>} - -

- -
-

- Trigers the delete function of - dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- dns - - DNS - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/network/gcp-DNS.js, - line 74 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteResponse> -
-
-
-
-
- -
-

- # - - - listZones(queryopt) - → - {Promise.<getZonesResponse>} - -

- -
-

- Trigers the getZones function of - dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- query - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/network/gcp-DNS.js, - line 20 - -

-
- -
-
- -
-
-
-
- - - Promise.<getZonesResponse> -
-
-
-
-
- -
-

- # - - - record(identifieropt, dns, type, - metadata) - → - {Promise.<recordResponse>} - -

- -
-

- Trigers the record function of - dns -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- dns - - DNS - -

- Mandatory - parameter -

-
- type - - StringKeyword - -

- Mandatory - parameter -

-
- metadata - - TypeReference - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/network/gcp-DNS.js, - line 93 - -

-
- -
-
- -
-
-
-
- - - Promise.<recordResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_dns + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_dns

+
+ + + + + +
+ +
+ +

GCP_dns(config)

+ +

Class to create a dns object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_dns(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/network/gcp-DNS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + changeRecordSets(identifieropt, dns, config) → {Promise.<createChangeResponse>} + + +

+ + + + +
+

Trigers the createChange function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

dns + + +DNS + + + + + + + + + +

Mandatory parameter

config + + +TypeReference + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/network/gcp-DNS.js, line 58 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createChangeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createZone(identifieropt, dns, config) → {Promise.<createResponse>} + + +

+ + + + +
+

Trigers the create function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

dns + + +DNS + + + + + + + + + +

Mandatory parameter

config + + +TypeReference + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/network/gcp-DNS.js, line 39 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteZone(identifieropt, dns, optionsopt) → {Promise.<deleteResponse>} + + +

+ + + + +
+

Trigers the delete function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

dns + + +DNS + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/network/gcp-DNS.js, line 77 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listZones(queryopt) → {Promise.<getZonesResponse>} + + +

+ + + + +
+

Trigers the getZones function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
query + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/network/gcp-DNS.js, line 20 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getZonesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + record(identifieropt, dns, type, metadata) → {Promise.<recordResponse>} + + +

+ + + + +
+

Trigers the record function of dns

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

dns + + +DNS + + + + + + + + + +

Mandatory parameter

type + + +StringKeyword + + + + + + + + + +

Mandatory parameter

metadata + + +TypeReference + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/network/gcp-DNS.js, line 97 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<recordResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/GCP_storage.html b/docs/GCP_storage.html index b52a708b..acd3288a 100644 --- a/docs/GCP_storage.html +++ b/docs/GCP_storage.html @@ -1,3669 +1,5116 @@ - - - - GCP_storage - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

GCP_storage

-
- -
-
-

- GCP_storage(config) -

- -
-

Class to create a storage object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_storage(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(name, metadataopt) - → - {Promise.<createBucketResponse>} - -

- -
-

- Trigers the createBucket - function of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- name - - StringKeyword - -

- Mandatory - parameter -

-
- metadata - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<createBucketResponse> -
-
-
-
-
- -
-

- # - - - create(name, metadataopt) - → - {Promise.<createBucketResponse>} - -

- -
-

- Trigers the createBucket - function of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- name - - StringKeyword - -

- Mandatory - parameter -

-
- metadata - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<createBucketResponse> -
-
-
-
-
- -
-

- # - - - deleteFiles(identifieropt, storage, queryopt) - → - {Promise.<deleteFilesResponse>} - -

- -
-

- Trigers the deleteFiles function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- query - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteFilesResponse> -
-
-
-
-
- -
-

- # - - - deleteFiles(identifieropt, storage, queryopt) - → - {Promise.<deleteFilesResponse>} - -

- -
-

- Trigers the deleteFiles function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- query - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteFilesResponse> -
-
-
-
-
- -
-

- # - - - list(optionsopt) - → - {Promise.<getBucketsResponse>} - -

- -
-

- Trigers the getBuckets function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<getBucketsResponse> -
-
-
-
-
- -
-

- # - - - list(optionsopt) - → - {Promise.<getBucketsResponse>} - -

- -
-

- Trigers the getBuckets function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<getBucketsResponse> -
-
-
-
-
- -
-

- # - - - makePublic(identifieropt, bucket) - → - {Promise.<makePublicResponse>} - -

- -
-

- Trigers the makePublic function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- bucket - - Bucket - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<makePublicResponse> -
-
-
-
-
- -
-

- # - - - makePublic(identifieropt, bucket) - → - {Promise.<makePublicResponse>} - -

- -
-

- Trigers the makePublic function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- bucket - - Bucket - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<makePublicResponse> -
-
-
-
-
- -
-

- # - - - upload(identifieropt, storage, pathString, - optionsopt) - → - {Promise.<uploadResponse>} - -

- -
-

- Trigers the upload function of - storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- pathString - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<uploadResponse> -
-
-
-
-
- -
-

- # - - - upload(identifieropt, storage, pathString, - optionsopt) - → - {Promise.<uploadResponse>} - -

- -
-

- Trigers the upload function of - storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- pathString - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<uploadResponse> -
-
-
-
-
-
-
-
-
- -
-
-

- GCP_storage(config) -

- -
-

Class to create a storage object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new GCP_storage(config) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- config - - object - -

- Configuration - object -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(name, metadataopt) - → - {Promise.<createBucketResponse>} - -

- -
-

- Trigers the createBucket - function of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- name - - StringKeyword - -

- Mandatory - parameter -

-
- metadata - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<createBucketResponse> -
-
-
-
-
- -
-

- # - - - create(name, metadataopt) - → - {Promise.<createBucketResponse>} - -

- -
-

- Trigers the createBucket - function of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- name - - StringKeyword - -

- Mandatory - parameter -

-
- metadata - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<createBucketResponse> -
-
-
-
-
- -
-

- # - - - deleteFiles(identifieropt, storage, queryopt) - → - {Promise.<deleteFilesResponse>} - -

- -
-

- Trigers the deleteFiles function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- query - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteFilesResponse> -
-
-
-
-
- -
-

- # - - - deleteFiles(identifieropt, storage, queryopt) - → - {Promise.<deleteFilesResponse>} - -

- -
-

- Trigers the deleteFiles function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- query - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteFilesResponse> -
-
-
-
-
- -
-

- # - - - list(optionsopt) - → - {Promise.<getBucketsResponse>} - -

- -
-

- Trigers the getBuckets function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<getBucketsResponse> -
-
-
-
-
- -
-

- # - - - list(optionsopt) - → - {Promise.<getBucketsResponse>} - -

- -
-

- Trigers the getBuckets function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<getBucketsResponse> -
-
-
-
-
- -
-

- # - - - makePublic(identifieropt, bucket) - → - {Promise.<makePublicResponse>} - -

- -
-

- Trigers the makePublic function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- bucket - - Bucket - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<makePublicResponse> -
-
-
-
-
- -
-

- # - - - makePublic(identifieropt, bucket) - → - {Promise.<makePublicResponse>} - -

- -
-

- Trigers the makePublic function - of storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- bucket - - Bucket - -

- Mandatory - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 58 - -

-
- -
-
- -
-
-
-
- - - Promise.<makePublicResponse> -
-
-
-
-
- -
-

- # - - - upload(identifieropt, storage, pathString, - optionsopt) - → - {Promise.<uploadResponse>} - -

- -
-

- Trigers the upload function of - storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- pathString - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-archivalStorage.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<uploadResponse> -
-
-
-
-
- -
-

- # - - - upload(identifieropt, storage, pathString, - optionsopt) - → - {Promise.<uploadResponse>} - -

- -
-

- Trigers the upload function of - storage -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeAttributes - Description -
- identifier - - string - - <optional>
-
-

- Optional - parameter -

-
- storage - - Storage - -

- Mandatory - parameter -

-
- pathString - - StringKeyword - -

- Mandatory - parameter -

-
- options - - TypeReference - - <optional>
-
-

- Optional - parameter -

-
-
- -
-

- View Source - - googleCloud/storage/gcp-storageBucket.js, - line 41 - -

-
- -
-
- -
-
-
-
- - - Promise.<uploadResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + GCP_storage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

GCP_storage

+
+ + + + + +
+ +
+ +

GCP_storage(config)

+ +

Class to create a storage object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_storage(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(name, metadataopt) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

metadata + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 81 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(name, metadataopt) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

metadata + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 81 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFiles(identifieropt, storage, queryopt) → {Promise.<deleteFilesResponse>} + + +

+ + + + +
+

Trigers the deleteFiles function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

query + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteFilesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFiles(identifieropt, storage, queryopt) → {Promise.<deleteFilesResponse>} + + +

+ + + + +
+

Trigers the deleteFiles function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

query + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteFilesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(optionsopt) → {Promise.<getBucketsResponse>} + + +

+ + + + +
+

Trigers the getBuckets function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 98 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(optionsopt) → {Promise.<getBucketsResponse>} + + +

+ + + + +
+

Trigers the getBuckets function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 98 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + makePublic(identifieropt, bucket) → {Promise.<makePublicResponse>} + + +

+ + + + +
+

Trigers the makePublic function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

bucket + + +Bucket + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 62 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<makePublicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + makePublic(identifieropt, bucket) → {Promise.<makePublicResponse>} + + +

+ + + + +
+

Trigers the makePublic function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

bucket + + +Bucket + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 62 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<makePublicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + upload(identifieropt, storage, pathString, optionsopt) → {Promise.<uploadResponse>} + + +

+ + + + +
+

Trigers the upload function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

pathString + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<uploadResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + upload(identifieropt, storage, pathString, optionsopt) → {Promise.<uploadResponse>} + + +

+ + + + +
+

Trigers the upload function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

pathString + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<uploadResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + + + + +
+ +
+ +

GCP_storage(config)

+ +

Class to create a storage object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new GCP_storage(config) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
config + + +object + + + +

Configuration object

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(name, metadataopt) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

metadata + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 81 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(name, metadataopt) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
name + + +StringKeyword + + + + + + + + + +

Mandatory parameter

metadata + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 81 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFiles(identifieropt, storage, queryopt) → {Promise.<deleteFilesResponse>} + + +

+ + + + +
+

Trigers the deleteFiles function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

query + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteFilesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFiles(identifieropt, storage, queryopt) → {Promise.<deleteFilesResponse>} + + +

+ + + + +
+

Trigers the deleteFiles function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

query + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteFilesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(optionsopt) → {Promise.<getBucketsResponse>} + + +

+ + + + +
+

Trigers the getBuckets function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 98 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(optionsopt) → {Promise.<getBucketsResponse>} + + +

+ + + + +
+

Trigers the getBuckets function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 98 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + makePublic(identifieropt, bucket) → {Promise.<makePublicResponse>} + + +

+ + + + +
+

Trigers the makePublic function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

bucket + + +Bucket + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 62 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<makePublicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + makePublic(identifieropt, bucket) → {Promise.<makePublicResponse>} + + +

+ + + + +
+

Trigers the makePublic function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

bucket + + +Bucket + + + + + + + + + +

Mandatory parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 62 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<makePublicResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + upload(identifieropt, storage, pathString, optionsopt) → {Promise.<uploadResponse>} + + +

+ + + + +
+

Trigers the upload function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

pathString + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-archivalStorage.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<uploadResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + upload(identifieropt, storage, pathString, optionsopt) → {Promise.<uploadResponse>} + + +

+ + + + +
+

Trigers the upload function of storage

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
identifier + + +string + + + + + + <optional>
+ + + + + +

Optional parameter

storage + + +Storage + + + + + + + + + +

Mandatory parameter

pathString + + +StringKeyword + + + + + + + + + +

Mandatory parameter

options + + +TypeReference + + + + + + <optional>
+ + + + + +

Optional parameter

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + googleCloud/storage/gcp-storageBucket.js, line 43 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<uploadResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_BlockStorage.html b/docs/Linode_BlockStorage.html index 919502e9..b0a8a90b 100644 --- a/docs/Linode_BlockStorage.html +++ b/docs/Linode_BlockStorage.html @@ -1,948 +1,1068 @@ - - - - Linode_BlockStorage - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_BlockStorage

-
- -
-
-

- Linode_BlockStorage(do, options) -

- -
-

- Class to create a BlockStorageLinodeClass - object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_BlockStorage(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/storage/linode-blockStorage.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(data) - → - {Promise.<createVolumeResponse>} - -

- -
-

- Trigers the createVolume - function of - BlockStorageLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - VolumeRequestPayload - -

- Data required - for createVolume -

-
-
- -
-

- View Source - - Linode/storage/linode-blockStorage.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<createVolumeResponse> -
-
-
-
-
- -
-

- # - - - delete(volumeId) - → - {Promise.<deleteVolumeResponse>} - -

- -
-

- Trigers the deleteVolume - function of - BlockStorageLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- volumeId - - NumberKeyword - -

- Data required - for deleteVolume -

-
-
- -
-

- View Source - - Linode/storage/linode-blockStorage.js, - line 35 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteVolumeResponse> -
-
-
-
-
- -
-

- # - - - list(params, filters) - → - {Promise.<getVolumesResponse>} - -

- -
-

- Trigers the getVolumes function - of BlockStorageLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getVolumes -

-
- filters - - Filter - -

- Data required - for getVolumes -

-
-
- -
-

- View Source - - Linode/storage/linode-blockStorage.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getVolumesResponse> -
-
-
-
-
- -
-

- # - - - update(volumeId, data) - → - {Promise.<updateVolumeResponse>} - -

- -
-

- Trigers the updateVolume - function of - BlockStorageLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- volumeId - - NumberKeyword - -

- Data required - for updateVolume -

-
- data - - UpdateVolumeRequest - -

- Data required - for updateVolume -

-
-
- -
-

- View Source - - Linode/storage/linode-blockStorage.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateVolumeResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_BlockStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_BlockStorage

+
+ + + + + +
+ +
+ +

Linode_BlockStorage(do, options)

+ +

Class to create a BlockStorageLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_BlockStorage(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-blockStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(data) → {Promise.<createVolumeResponse>} + + +

+ + + + +
+

Trigers the createVolume function of BlockStorageLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +VolumeRequestPayload + + + +

Data required for createVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-blockStorage.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(volumeId) → {Promise.<deleteVolumeResponse>} + + +

+ + + + +
+

Trigers the deleteVolume function of BlockStorageLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
volumeId + + +NumberKeyword + + + +

Data required for deleteVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-blockStorage.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params, filters) → {Promise.<getVolumesResponse>} + + +

+ + + + +
+

Trigers the getVolumes function of BlockStorageLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getVolumes

filters + + +Filter + + + +

Data required for getVolumes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-blockStorage.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getVolumesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(volumeId, data) → {Promise.<updateVolumeResponse>} + + +

+ + + + +
+

Trigers the updateVolume function of BlockStorageLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
volumeId + + +NumberKeyword + + + +

Data required for updateVolume

data + + +UpdateVolumeRequest + + + +

Data required for updateVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-blockStorage.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_ComputeInstance.html b/docs/Linode_ComputeInstance.html index 509236cd..b5fcba42 100644 --- a/docs/Linode_ComputeInstance.html +++ b/docs/Linode_ComputeInstance.html @@ -1,949 +1,1068 @@ - - - - Linode_ComputeInstance - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_ComputeInstance

-
- -
-
-

- Linode_ComputeInstance(do, options) -

- -
-

- Class to create a ComputeInstanceLinodeClass - object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new - Linode_ComputeInstance(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/compute/linode-computeInstance.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(data) - → - {Promise.<createLinodeResponse>} - -

- -
-

- Trigers the createLinode - function of - ComputeInstanceLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - CreateLinodeRequest - -

- Data required - for createLinode -

-
-
- -
-

- View Source - - Linode/compute/linode-computeInstance.js, - line 35 - -

-
- -
-
- -
-
-
-
- - - Promise.<createLinodeResponse> -
-
-
-
-
- -
-

- # - - - delete(linodeId) - → - {Promise.<deleteLinodeResponse>} - -

- -
-

- Trigers the deleteLinode - function of - ComputeInstanceLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- linodeId - - NumberKeyword - -

- Data required - for deleteLinode -

-
-
- -
-

- View Source - - Linode/compute/linode-computeInstance.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteLinodeResponse> -
-
-
-
-
- -
-

- # - - - list(params, filter) - → - {Promise.<getLinodesResponse>} - -

- -
-

- Trigers the getLinodes function - of ComputeInstanceLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getLinodes -

-
- filter - - Filter - -

- Data required - for getLinodes -

-
-
- -
-

- View Source - - Linode/compute/linode-computeInstance.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getLinodesResponse> -
-
-
-
-
- -
-

- # - - - update(linodeId, values) - → - {Promise.<updateLinodeResponse>} - -

- -
-

- Trigers the updateLinode - function of - ComputeInstanceLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- linodeId - - NumberKeyword - -

- Data required - for updateLinode -

-
- values - - DeepPartial - -

- Data required - for updateLinode -

-
-
- -
-

- View Source - - Linode/compute/linode-computeInstance.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateLinodeResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_ComputeInstance + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_ComputeInstance

+
+ + + + + +
+ +
+ +

Linode_ComputeInstance(do, options)

+ +

Class to create a ComputeInstanceLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_ComputeInstance(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-computeInstance.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(data) → {Promise.<createLinodeResponse>} + + +

+ + + + +
+

Trigers the createLinode function of ComputeInstanceLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +CreateLinodeRequest + + + +

Data required for createLinode

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-computeInstance.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createLinodeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(linodeId) → {Promise.<deleteLinodeResponse>} + + +

+ + + + +
+

Trigers the deleteLinode function of ComputeInstanceLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
linodeId + + +NumberKeyword + + + +

Data required for deleteLinode

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-computeInstance.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteLinodeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params, filter) → {Promise.<getLinodesResponse>} + + +

+ + + + +
+

Trigers the getLinodes function of ComputeInstanceLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getLinodes

filter + + +Filter + + + +

Data required for getLinodes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-computeInstance.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getLinodesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(linodeId, values) → {Promise.<updateLinodeResponse>} + + +

+ + + + +
+

Trigers the updateLinode function of ComputeInstanceLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
linodeId + + +NumberKeyword + + + +

Data required for updateLinode

values + + +DeepPartial + + + +

Data required for updateLinode

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-computeInstance.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateLinodeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_DNS.html b/docs/Linode_DNS.html index 8463a250..ef1c3937 100644 --- a/docs/Linode_DNS.html +++ b/docs/Linode_DNS.html @@ -1,1192 +1,1435 @@ - - - - Linode_DNS - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_DNS

-
- -
-
-

- Linode_DNS(do, options) -

- -
-

Class to create a DNSLinodeClass object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_DNS(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - cloneDomain(domainId, data) - → - {Promise.<cloneDomainResponse>} - -

- -
-

- Trigers the cloneDomain function - of DNSLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainId - - NumberKeyword - -

- Data required - for cloneDomain -

-
- data - - CloneDomainPayload - -

- Data required - for cloneDomain -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 89 - -

-
- -
-
- -
-
-
-
- - - Promise.<cloneDomainResponse> -
-
-
-
-
- -
-

- # - - - createDomain(data) - → - {Promise.<createDomainResponse>} - -

- -
-

- Trigers the createDomain - function of DNSLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - CreateDomainPayload - -

- Data required - for createDomain -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 48 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDomainResponse> -
-
-
-
-
- -
-

- # - - - deleteDomain(domainId) - → - {Promise.<deleteDomainResponse>} - -

- -
-

- Trigers the deleteDomain - function of DNSLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainId - - NumberKeyword - -

- Data required - for deleteDomain -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteDomainResponse> -
-
-
-
-
- -
-

- # - - - getDomain(domainId) - → - {Promise.<getDomainResponse>} - -

- -
-

- Trigers the getDomain function - of DNSLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainId - - NumberKeyword - -

- Data required - for getDomain -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 35 - -

-
- -
-
- -
-
-
-
- - - Promise.<getDomainResponse> -
-
-
-
-
- -
-

- # - - - getDomains(params, filter) - → - {Promise.<getDomainsResponse>} - -

- -
-

- Trigers the getDomains function - of DNSLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getDomains -

-
- filter - - Filter - -

- Data required - for getDomains -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getDomainsResponse> -
-
-
-
-
- -
-

- # - - - updateDomain(domainId, data) - → - {Promise.<updateDomainResponse>} - -

- -
-

- Trigers the updateDomain - function of DNSLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- domainId - - NumberKeyword - -

- Data required - for updateDomain -

-
- data - - UpdateDomainPayload - -

- Data required - for updateDomain -

-
-
- -
-

- View Source - - Linode/network/linode-DNS.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateDomainResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_DNS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_DNS

+
+ + + + + +
+ +
+ +

Linode_DNS(do, options)

+ +

Class to create a DNSLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_DNS(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + cloneDomain(domainId, data) → {Promise.<cloneDomainResponse>} + + +

+ + + + +
+

Trigers the cloneDomain function of DNSLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainId + + +NumberKeyword + + + +

Data required for cloneDomain

data + + +CloneDomainPayload + + + +

Data required for cloneDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 90 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<cloneDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createDomain(data) → {Promise.<createDomainResponse>} + + +

+ + + + +
+

Trigers the createDomain function of DNSLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +CreateDomainPayload + + + +

Data required for createDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 49 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDomain(domainId) → {Promise.<deleteDomainResponse>} + + +

+ + + + +
+

Trigers the deleteDomain function of DNSLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainId + + +NumberKeyword + + + +

Data required for deleteDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDomain(domainId) → {Promise.<getDomainResponse>} + + +

+ + + + +
+

Trigers the getDomain function of DNSLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainId + + +NumberKeyword + + + +

Data required for getDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDomains(params, filter) → {Promise.<getDomainsResponse>} + + +

+ + + + +
+

Trigers the getDomains function of DNSLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getDomains

filter + + +Filter + + + +

Data required for getDomains

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDomainsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateDomain(domainId, data) → {Promise.<updateDomainResponse>} + + +

+ + + + +
+

Trigers the updateDomain function of DNSLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
domainId + + +NumberKeyword + + + +

Data required for updateDomain

data + + +UpdateDomainPayload + + + +

Data required for updateDomain

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-DNS.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateDomainResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_Firewalls.html b/docs/Linode_Firewalls.html index e64feb75..c2a1eb4b 100644 --- a/docs/Linode_Firewalls.html +++ b/docs/Linode_Firewalls.html @@ -1,1293 +1,1581 @@ - - - - Linode_Firewalls - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_Firewalls

-
- -
-
-

- Linode_Firewalls(do, options) -

- -
-

- Class to create a FirewallsLinodeClass - object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_Firewalls(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createFirewall(data) - → - {Promise.<createFirewallResponse>} - -

- -
-

- Trigers the createFirewall - function of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - CreateFirewallPayload - -

- Data required - for - createFirewall -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 48 - -

-
- -
-
- -
-
-
-
- - - Promise.<createFirewallResponse> -
-
-
-
-
- -
-

- # - - - deleteFirewall(firewallID) - → - {Promise.<deleteFirewallResponse>} - -

- -
-

- Trigers the deleteFirewall - function of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- firewallID - - NumberKeyword - -

- Data required - for - deleteFirewall -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 101 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteFirewallResponse> -
-
-
-
-
- -
-

- # - - - disableFirewall(firewallID) - → - {Promise.<disableFirewallResponse>} - -

- -
-

- Trigers the disableFirewall - function of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- firewallID - - NumberKeyword - -

- Data required - for - disableFirewall -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 88 - -

-
- -
-
- -
-
-
-
- - - Promise.<disableFirewallResponse> -
-
-
-
-
- -
-

- # - - - enableFirewall(firewallID) - → - {Promise.<enableFirewallResponse>} - -

- -
-

- Trigers the enableFirewall - function of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- firewallID - - NumberKeyword - -

- Data required - for - enableFirewall -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 75 - -

-
- -
-
- -
-
-
-
- - - Promise.<enableFirewallResponse> -
-
-
-
-
- -
-

- # - - - getFirewall(firewallID) - → - {Promise.<getFirewallResponse>} - -

- -
-

- Trigers the getFirewall function - of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- firewallID - - NumberKeyword - -

- Data required - for getFirewall -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 35 - -

-
- -
-
- -
-
-
-
- - - Promise.<getFirewallResponse> -
-
-
-
-
- -
-

- # - - - getFirewalls(params, filter) - → - {Promise.<getFirewallsResponse>} - -

- -
-

- Trigers the getFirewalls - function of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getFirewalls -

-
- filter - - Filter - -

- Data required - for getFirewalls -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getFirewallsResponse> -
-
-
-
-
- -
-

- # - - - updateFirewall(firewallID, data) - → - {Promise.<updateFirewallResponse>} - -

- -
-

- Trigers the updateFirewall - function of FirewallsLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- firewallID - - NumberKeyword - -

- Data required - for - updateFirewall -

-
- data - - UpdateFirewallPayload - -

- Data required - for - updateFirewall -

-
-
- -
-

- View Source - - Linode/firewalls/linode-firewalls.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateFirewallResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_Firewalls + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_Firewalls

+
+ + + + + +
+ +
+ +

Linode_Firewalls(do, options)

+ +

Class to create a FirewallsLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_Firewalls(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createFirewall(data) → {Promise.<createFirewallResponse>} + + +

+ + + + +
+

Trigers the createFirewall function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +CreateFirewallPayload + + + +

Data required for createFirewall

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 49 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createFirewallResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteFirewall(firewallID) → {Promise.<deleteFirewallResponse>} + + +

+ + + + +
+

Trigers the deleteFirewall function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
firewallID + + +NumberKeyword + + + +

Data required for deleteFirewall

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteFirewallResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + disableFirewall(firewallID) → {Promise.<disableFirewallResponse>} + + +

+ + + + +
+

Trigers the disableFirewall function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
firewallID + + +NumberKeyword + + + +

Data required for disableFirewall

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<disableFirewallResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + enableFirewall(firewallID) → {Promise.<enableFirewallResponse>} + + +

+ + + + +
+

Trigers the enableFirewall function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
firewallID + + +NumberKeyword + + + +

Data required for enableFirewall

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<enableFirewallResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getFirewall(firewallID) → {Promise.<getFirewallResponse>} + + +

+ + + + +
+

Trigers the getFirewall function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
firewallID + + +NumberKeyword + + + +

Data required for getFirewall

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getFirewallResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getFirewalls(params, filter) → {Promise.<getFirewallsResponse>} + + +

+ + + + +
+

Trigers the getFirewalls function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getFirewalls

filter + + +Filter + + + +

Data required for getFirewalls

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getFirewallsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateFirewall(firewallID, data) → {Promise.<updateFirewallResponse>} + + +

+ + + + +
+

Trigers the updateFirewall function of FirewallsLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
firewallID + + +NumberKeyword + + + +

Data required for updateFirewall

data + + +UpdateFirewallPayload + + + +

Data required for updateFirewall

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/firewalls/linode-firewalls.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateFirewallResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_Images.html b/docs/Linode_Images.html index 1cee7b13..3eba3979 100644 --- a/docs/Linode_Images.html +++ b/docs/Linode_Images.html @@ -1,1260 +1,1510 @@ - - - - Linode_Images - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_Images

-
- -
-
-

- Linode_Images(do, options) -

- -
-

- Class to create a ImagesLinodeClass object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_Images(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createImage(diskId, label, - description, - cloud_init) - → - {Promise.<createImageResponse>} - -

- -
-

- Trigers the createImage function - of ImagesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- diskId - - NumberKeyword - -

- Data required - for createImage -

-
- label - - StringKeyword - -

- Data required - for createImage -

-
- description - - StringKeyword - -

- Data required - for createImage -

-
- cloud_init - - BooleanKeyword - -

- Data required - for createImage -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 51 - -

-
- -
-
- -
-
-
-
- - - Promise.<createImageResponse> -
-
-
-
-
- -
-

- # - - - deleteImage(imageId) - → - {Promise.<deleteImageResponse>} - -

- -
-

- Trigers the deleteImage function - of ImagesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- imageId - - StringKeyword - -

- Data required - for deleteImage -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 79 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteImageResponse> -
-
-
-
-
- -
-

- # - - - getImage(imageId) - → - {Promise.<getImageResponse>} - -

- -
-

- Trigers the getImage function of - ImagesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- imageId - - StringKeyword - -

- Data required - for getImage -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<getImageResponse> -
-
-
-
-
- -
-

- # - - - getImages(params, filters) - → - {Promise.<getImagesResponse>} - -

- -
-

- Trigers the getImages function - of ImagesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getImages -

-
- filters - - Filter - -

- Data required - for getImages -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 35 - -

-
- -
-
- -
-
-
-
- - - Promise.<getImagesResponse> -
-
-
-
-
- -
-

- # - - - updateImage(imageId, label, - description) - → - {Promise.<updateImageResponse>} - -

- -
-

- Trigers the updateImage function - of ImagesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- imageId - - StringKeyword - -

- Data required - for updateImage -

-
- label - - StringKeyword - -

- Data required - for updateImage -

-
- description - - StringKeyword - -

- Data required - for updateImage -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 66 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateImageResponse> -
-
-
-
-
- -
-

- # - - - uploadImage(data) - → - {Promise.<uploadImageResponse>} - -

- -
-

- Trigers the uploadImage function - of ImagesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - ImageUploadPayload - -

- Data required - for uploadImage -

-
-
- -
-

- View Source - - Linode/images/linode-images.js, - line 92 - -

-
- -
-
- -
-
-
-
- - - Promise.<uploadImageResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_Images + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_Images

+
+ + + + + +
+ +
+ +

Linode_Images(do, options)

+ +

Class to create a ImagesLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_Images(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createImage(diskId, label, description, cloud_init) → {Promise.<createImageResponse>} + + +

+ + + + +
+

Trigers the createImage function of ImagesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
diskId + + +NumberKeyword + + + +

Data required for createImage

label + + +StringKeyword + + + +

Data required for createImage

description + + +StringKeyword + + + +

Data required for createImage

cloud_init + + +BooleanKeyword + + + +

Data required for createImage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 52 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createImageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteImage(imageId) → {Promise.<deleteImageResponse>} + + +

+ + + + +
+

Trigers the deleteImage function of ImagesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
imageId + + +StringKeyword + + + +

Data required for deleteImage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 85 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteImageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getImage(imageId) → {Promise.<getImageResponse>} + + +

+ + + + +
+

Trigers the getImage function of ImagesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
imageId + + +StringKeyword + + + +

Data required for getImage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 22 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getImageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getImages(params, filters) → {Promise.<getImagesResponse>} + + +

+ + + + +
+

Trigers the getImages function of ImagesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getImages

filters + + +Filter + + + +

Data required for getImages

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getImagesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateImage(imageId, label, description) → {Promise.<updateImageResponse>} + + +

+ + + + +
+

Trigers the updateImage function of ImagesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
imageId + + +StringKeyword + + + +

Data required for updateImage

label + + +StringKeyword + + + +

Data required for updateImage

description + + +StringKeyword + + + +

Data required for updateImage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 72 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateImageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + uploadImage(data) → {Promise.<uploadImageResponse>} + + +

+ + + + +
+

Trigers the uploadImage function of ImagesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +ImageUploadPayload + + + +

Data required for uploadImage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/images/linode-images.js, line 98 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<uploadImageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_Kubernetes.html b/docs/Linode_Kubernetes.html index 402cc7e6..5ac09e81 100644 --- a/docs/Linode_Kubernetes.html +++ b/docs/Linode_Kubernetes.html @@ -1,1262 +1,1902 @@ - - - - Linode_Kubernetes - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_Kubernetes

-
- -
-
-

- Linode_Kubernetes(do, options) -

- -
-

- Class to create a KubernetesLinodeClass - object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_Kubernetes(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(data) - → - {Promise.<createKubernetesClusterResponse>} - -

- -
-

- Trigers the - createKubernetesCluster function - of KubernetesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - CreateKubeClusterPayload - -

- Data required - for - createKubernetesCluster -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 21 - -

-
- -
-
- -
-
-
-
- - - Promise.<createKubernetesClusterResponse> -
-
-
-
-
- -
-

- # - - - createNodePool(clusterID, data) - → - {Promise.<createNodePoolResponse>} - -

- -
-

- Trigers the createNodePool - function of - KubernetesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterID - - NumberKeyword - -

- Data required - for - createNodePool -

-
- data - - CreateNodePoolData - -

- Data required - for - createNodePool -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<createNodePoolResponse> -
-
-
-
-
- -
-

- # - - - delete(clusterID) - → - {Promise.<deleteKubernetesClusterResponse>} - -

- -
-

- Trigers the - deleteKubernetesCluster function - of KubernetesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterID - - NumberKeyword - -

- Data required - for - deleteKubernetesCluster -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 34 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteKubernetesClusterResponse> -
-
-
-
-
- -
-

- # - - - deleteNodePool(clusterID, - nodePoolID) - → - {Promise.<deleteNodePoolResponse>} - -

- -
-

- Trigers the deleteNodePool - function of - KubernetesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterID - - NumberKeyword - -

- Data required - for - deleteNodePool -

-
- nodePoolID - - NumberKeyword - -

- Data required - for - deleteNodePool -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 91 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteNodePoolResponse> -
-
-
-
-
- -
-

- # - - - getNodePool(clusterID, - nodePoolID) - → - {Promise.<getNodePoolResponse>} - -

- -
-

- Trigers the getNodePool function - of KubernetesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterID - - NumberKeyword - -

- Data required - for getNodePool -

-
- nodePoolID - - NumberKeyword - -

- Data required - for getNodePool -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 48 - -

-
- -
-
- -
-
-
-
- - - Promise.<getNodePoolResponse> -
-
-
-
-
- -
-

- # - - - updateNodePool(clusterID, nodePoolID, - data) - → - {Promise.<updateNodePoolResponse>} - -

- -
-

- Trigers the updateNodePool - function of - KubernetesLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- clusterID - - NumberKeyword - -

- Data required - for - updateNodePool -

-
- nodePoolID - - NumberKeyword - -

- Data required - for - updateNodePool -

-
- data - - Partial - -

- Data required - for - updateNodePool -

-
-
- -
-

- View Source - - Linode/compute/linode-kubernetes.js, - line 77 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateNodePoolResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_Kubernetes + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_Kubernetes

+
+ + + + + +
+ +
+ +

Linode_Kubernetes(do, options)

+ +

Class to create a KubernetesLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_Kubernetes(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(data) → {Promise.<createKubernetesClusterResponse>} + + +

+ + + + +
+

Trigers the createKubernetesCluster function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +CreateKubeClusterPayload + + + +

Data required for createKubernetesCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createKubernetesClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createNodePool(clusterID, data) → {Promise.<createNodePoolResponse>} + + +

+ + + + +
+

Trigers the createNodePool function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterID + + +NumberKeyword + + + +

Data required for createNodePool

data + + +CreateNodePoolData + + + +

Data required for createNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 92 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(clusterID) → {Promise.<deleteKubernetesClusterResponse>} + + +

+ + + + +
+

Trigers the deleteKubernetesCluster function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterID + + +NumberKeyword + + + +

Data required for deleteKubernetesCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 49 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteKubernetesClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNodePool(clusterID, nodePoolID) → {Promise.<deleteNodePoolResponse>} + + +

+ + + + +
+

Trigers the deleteNodePool function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterID + + +NumberKeyword + + + +

Data required for deleteNodePool

nodePoolID + + +NumberKeyword + + + +

Data required for deleteNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 121 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getAllClusters(params, filters) → {Promise.<getKubernetesClustersResponse>} + + +

+ + + + +
+

Trigers the getKubernetesClusters function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getKubernetesClusters

filters + + +Filter + + + +

Data required for getKubernetesClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getKubernetesClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getNodePool(clusterID, nodePoolID) → {Promise.<getNodePoolResponse>} + + +

+ + + + +
+

Trigers the getNodePool function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterID + + +NumberKeyword + + + +

Data required for getNodePool

nodePoolID + + +NumberKeyword + + + +

Data required for getNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 78 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getNodePools(clusterID, params, filters) → {Promise.<getNodePoolsResponse>} + + +

+ + + + +
+

Trigers the getNodePools function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterID + + +NumberKeyword + + + +

Data required for getNodePools

params + + +Params + + + +

Data required for getNodePools

filters + + +Filter + + + +

Data required for getNodePools

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 64 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodePoolsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateNodePool(clusterID, nodePoolID, data) → {Promise.<updateNodePoolResponse>} + + +

+ + + + +
+

Trigers the updateNodePool function of KubernetesLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterID + + +NumberKeyword + + + +

Data required for updateNodePool

nodePoolID + + +NumberKeyword + + + +

Data required for updateNodePool

data + + +Partial + + + +

Data required for updateNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/compute/linode-kubernetes.js, line 107 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_LoadBalancer.html b/docs/Linode_LoadBalancer.html index 39484515..244e41b0 100644 --- a/docs/Linode_LoadBalancer.html +++ b/docs/Linode_LoadBalancer.html @@ -1,956 +1,1068 @@ - - - - Linode_LoadBalancer - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_LoadBalancer

-
- -
-
-

- Linode_LoadBalancer(do, options) -

- -
-

- Class to create a LoadBalancerLinodeClass - object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_LoadBalancer(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/network/linode-loadBalancer.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - create(data) - → - {Promise.<createNodeBalancerResponse>} - -

- -
-

- Trigers the createNodeBalancer - function of - LoadBalancerLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - CreateNodeBalancerPayload - -

- Data required - for - createNodeBalancer -

-
-
- -
-

- View Source - - Linode/network/linode-loadBalancer.js, - line 49 - -

-
- -
-
- -
-
-
-
- - - Promise.<createNodeBalancerResponse> -
-
-
-
-
- -
-

- # - - - delete(nodeBalancerId) - → - {Promise.<deleteNodeBalancerResponse>} - -

- -
-

- Trigers the deleteNodeBalancer - function of - LoadBalancerLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- nodeBalancerId - - NumberKeyword - -

- Data required - for - deleteNodeBalancer -

-
-
- -
-

- View Source - - Linode/network/linode-loadBalancer.js, - line 62 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteNodeBalancerResponse> -
-
-
-
-
- -
-

- # - - - list(params, filters) - → - {Promise.<getNodeBalancersResponse>} - -

- -
-

- Trigers the getNodeBalancers - function of - LoadBalancerLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for - getNodeBalancers -

-
- filters - - Filter - -

- Data required - for - getNodeBalancers -

-
-
- -
-

- View Source - - Linode/network/linode-loadBalancer.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getNodeBalancersResponse> -
-
-
-
-
- -
-

- # - - - update(nodeBalancerId, - data) - → - {Promise.<updateNodeBalancerResponse>} - -

- -
-

- Trigers the updateNodeBalancer - function of - LoadBalancerLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- nodeBalancerId - - NumberKeyword - -

- Data required - for - updateNodeBalancer -

-
- data - - Partial - -

- Data required - for - updateNodeBalancer -

-
-
- -
-

- View Source - - Linode/network/linode-loadBalancer.js, - line 36 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateNodeBalancerResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_LoadBalancer + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_LoadBalancer

+
+ + + + + +
+ +
+ +

Linode_LoadBalancer(do, options)

+ +

Class to create a LoadBalancerLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_LoadBalancer(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-loadBalancer.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(data) → {Promise.<createNodeBalancerResponse>} + + +

+ + + + +
+

Trigers the createNodeBalancer function of LoadBalancerLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +CreateNodeBalancerPayload + + + +

Data required for createNodeBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-loadBalancer.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createNodeBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(nodeBalancerId) → {Promise.<deleteNodeBalancerResponse>} + + +

+ + + + +
+

Trigers the deleteNodeBalancer function of LoadBalancerLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
nodeBalancerId + + +NumberKeyword + + + +

Data required for deleteNodeBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-loadBalancer.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodeBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params, filters) → {Promise.<getNodeBalancersResponse>} + + +

+ + + + +
+

Trigers the getNodeBalancers function of LoadBalancerLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getNodeBalancers

filters + + +Filter + + + +

Data required for getNodeBalancers

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-loadBalancer.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodeBalancersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(nodeBalancerId, data) → {Promise.<updateNodeBalancerResponse>} + + +

+ + + + +
+

Trigers the updateNodeBalancer function of LoadBalancerLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
nodeBalancerId + + +NumberKeyword + + + +

Data required for updateNodeBalancer

data + + +Partial + + + +

Data required for updateNodeBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/network/linode-loadBalancer.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateNodeBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_Monitoring.html b/docs/Linode_Monitoring.html index 0289e0ef..5a5420ae 100644 --- a/docs/Linode_Monitoring.html +++ b/docs/Linode_Monitoring.html @@ -1,1583 +1,1973 @@ - - - - Linode_Monitoring - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_Monitoring

-
- -
-
-

- Linode_Monitoring(do, options) -

- -
-

- Class to create a MonitoringLinodeClass - object -

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_Monitoring(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createServiceMonitor(data) - → - {Promise.<createServiceMonitorResponse>} - -

- -
-

- Trigers the createServiceMonitor - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- data - - ManagedServicePayload - -

- Data required - for - createServiceMonitor -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 74 - -

-
- -
-
- -
-
-
-
- - - Promise.<createServiceMonitorResponse> -
-
-
-
-
- -
-

- # - - - deleteCredential(credentialID) - → - {Promise.<deleteCredentialResponse>} - -

- -
-

- Trigers the deleteCredential - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- credentialID - - NumberKeyword - -

- Data required - for - deleteCredential -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 129 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteCredentialResponse> -
-
-
-
-
- -
-

- # - - - deleteServiceMonitor(serviceID) - → - {Promise.<deleteServiceMonitorResponse>} - -

- -
-

- Trigers the deleteServiceMonitor - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- serviceID - - NumberKeyword - -

- Data required - for - deleteServiceMonitor -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 61 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteServiceMonitorResponse> -
-
-
-
-
- -
-

- # - - - disableServiceMonitor(serviceID) - → - {Promise.<disableServiceMonitorResponse>} - -

- -
-

- Trigers the - disableServiceMonitor function - of MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- serviceID - - NumberKeyword - -

- Data required - for - disableServiceMonitor -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 35 - -

-
- -
-
- -
-
-
-
- - - Promise.<disableServiceMonitorResponse> -
-
-
-
-
- -
-

- # - - - enableServiceMonitor(serviceID) - → - {Promise.<enableServiceMonitorResponse>} - -

- -
-

- Trigers the enableServiceMonitor - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- serviceID - - NumberKeyword - -

- Data required - for - enableServiceMonitor -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 48 - -

-
- -
-
- -
-
-
-
- - - Promise.<enableServiceMonitorResponse> -
-
-
-
-
- -
-

- # - - - getCredentials(params, filters) - → - {Promise.<getCredentialsResponse>} - -

- -
-

- Trigers the getCredentials - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for - getCredentials -

-
- filters - - Filter - -

- Data required - for - getCredentials -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 102 - -

-
- -
-
- -
-
-
-
- - - Promise.<getCredentialsResponse> -
-
-
-
-
- -
-

- # - - - getServices(params, filters) - → - {Promise.<getServicesResponse>} - -

- -
-

- Trigers the getServices function - of MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getServices -

-
- filters - - Filter - -

- Data required - for getServices -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getServicesResponse> -
-
-
-
-
- -
-

- # - - - updateCredential(credentialID, data) - → - {Promise.<updateCredentialResponse>} - -

- -
-

- Trigers the updateCredential - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- credentialID - - NumberKeyword - -

- Data required - for - updateCredential -

-
- data - - UpdateCredentialPayload - -

- Data required - for - updateCredential -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 116 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateCredentialResponse> -
-
-
-
-
- -
-

- # - - - updateServiceMonitor(monitorID, data) - → - {Promise.<updateServiceMonitorResponse>} - -

- -
-

- Trigers the updateServiceMonitor - function of - MonitoringLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- monitorID - - NumberKeyword - -

- Data required - for - updateServiceMonitor -

-
- data - - Partial - -

- Data required - for - updateServiceMonitor -

-
-
- -
-

- View Source - - Linode/management/linode-monitoring.js, - line 88 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateServiceMonitorResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_Monitoring + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_Monitoring

+
+ + + + + +
+ +
+ +

Linode_Monitoring(do, options)

+ +

Class to create a MonitoringLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_Monitoring(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createServiceMonitor(data) → {Promise.<createServiceMonitorResponse>} + + +

+ + + + +
+

Trigers the createServiceMonitor function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +ManagedServicePayload + + + +

Data required for createServiceMonitor

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 75 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createServiceMonitorResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteCredential(credentialID) → {Promise.<deleteCredentialResponse>} + + +

+ + + + +
+

Trigers the deleteCredential function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
credentialID + + +NumberKeyword + + + +

Data required for deleteCredential

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 130 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteCredentialResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteServiceMonitor(serviceID) → {Promise.<deleteServiceMonitorResponse>} + + +

+ + + + +
+

Trigers the deleteServiceMonitor function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
serviceID + + +NumberKeyword + + + +

Data required for deleteServiceMonitor

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 62 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteServiceMonitorResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + disableServiceMonitor(serviceID) → {Promise.<disableServiceMonitorResponse>} + + +

+ + + + +
+

Trigers the disableServiceMonitor function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
serviceID + + +NumberKeyword + + + +

Data required for disableServiceMonitor

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 36 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<disableServiceMonitorResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + enableServiceMonitor(serviceID) → {Promise.<enableServiceMonitorResponse>} + + +

+ + + + +
+

Trigers the enableServiceMonitor function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
serviceID + + +NumberKeyword + + + +

Data required for enableServiceMonitor

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 49 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<enableServiceMonitorResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getCredentials(params, filters) → {Promise.<getCredentialsResponse>} + + +

+ + + + +
+

Trigers the getCredentials function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getCredentials

filters + + +Filter + + + +

Data required for getCredentials

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 103 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getCredentialsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getServices(params, filters) → {Promise.<getServicesResponse>} + + +

+ + + + +
+

Trigers the getServices function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getServices

filters + + +Filter + + + +

Data required for getServices

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getServicesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateCredential(credentialID, data) → {Promise.<updateCredentialResponse>} + + +

+ + + + +
+

Trigers the updateCredential function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
credentialID + + +NumberKeyword + + + +

Data required for updateCredential

data + + +UpdateCredentialPayload + + + +

Data required for updateCredential

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 117 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateCredentialResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateServiceMonitor(monitorID, data) → {Promise.<updateServiceMonitorResponse>} + + +

+ + + + +
+

Trigers the updateServiceMonitor function of MonitoringLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
monitorID + + +NumberKeyword + + + +

Data required for updateServiceMonitor

data + + +Partial + + + +

Data required for updateServiceMonitor

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/management/linode-monitoring.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateServiceMonitorResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_NoSql.html b/docs/Linode_NoSql.html index 5b84150b..ea173cde 100644 --- a/docs/Linode_NoSql.html +++ b/docs/Linode_NoSql.html @@ -1,1294 +1,1535 @@ - - - - Linode_NoSql - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Class

-

Linode_NoSql

-
- -
-
-

- Linode_NoSql(do, options) -

- -
-

Class to create a NoSqlLinodeClass object

-
-
- -
-
-
-
-
-
- Constructor -
- -

- # - - - new Linode_NoSql(do, options) - -

- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- do - - module - -

- Linode SDK -

-
- options - - object - -

- SDK options -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 12 - -

-
-
-
-
-
- -
-

Methods

-
-
-

- # - - - createDatabase(engine, data) - → - {Promise.<createDatabaseResponse>} - -

- -
-

- Trigers the createDatabase - function of NoSqlLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- engine - - UnionType - -

- Data required - for - createDatabase -

-
- data - - CreateDatabasePayload - -

- Data required - for - createDatabase -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 50 - -

-
- -
-
- -
-
-
-
- - - Promise.<createDatabaseResponse> -
-
-
-
-
- -
-

- # - - - deleteDatabase(engine, databaseID) - → - {Promise.<deleteDatabaseResponse>} - -

- -
-

- Trigers the deleteDatabase - function of NoSqlLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- engine - - Engine - -

- Data required - for - deleteDatabase -

-
- databaseID - - NumberKeyword - -

- Data required - for - deleteDatabase -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 93 - -

-
- -
-
- -
-
-
-
- - - Promise.<deleteDatabaseResponse> -
-
-
-
-
- -
-

- # - - - getDatabaseEngines(params, filter) - → - {Promise.<getDatabaseEnginesResponse>} - -

- -
-

- Trigers the getDatabaseEngines - function of NoSqlLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for - getDatabaseEngines -

-
- filter - - Filter - -

- Data required - for - getDatabaseEngines -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 36 - -

-
- -
-
- -
-
-
-
- - - Promise.<getDatabaseEnginesResponse> -
-
-
-
-
- -
-

- # - - - getDatabases(params, filter) - → - {Promise.<getDatabasesResponse>} - -

- -
-

- Trigers the getDatabases - function of NoSqlLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- params - - Params - -

- Data required - for getDatabases -

-
- filter - - Filter - -

- Data required - for getDatabases -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 22 - -

-
- -
-
- -
-
-
-
- - - Promise.<getDatabasesResponse> -
-
-
-
-
- -
-

- # - - - getEngineDatabase(engine, databaseID) - → - {Promise.<getEngineDatabaseResponse>} - -

- -
-

- Trigers the getEngineDatabase - function of NoSqlLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- engine - - Engine - -

- Data required - for - getEngineDatabase -

-
- databaseID - - NumberKeyword - -

- Data required - for - getEngineDatabase -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 64 - -

-
- -
-
- -
-
-
-
- - - Promise.<getEngineDatabaseResponse> -
-
-
-
-
- -
-

- # - - - updateDatabase(engine, databaseID, - data) - → - {Promise.<updateDatabaseResponse>} - -

- -
-

- Trigers the updateDatabase - function of NoSqlLinodeClass -

-
- -
Parameters:
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameType - Description -
- engine - - Engine - -

- Data required - for - updateDatabase -

-
- databaseID - - NumberKeyword - -

- Data required - for - updateDatabase -

-
- data - - UpdateDatabasePayload - -

- Data required - for - updateDatabase -

-
-
- -
-

- View Source - - Linode/database/linode-noSql.js, - line 79 - -

-
- -
-
- -
-
-
-
- - - Promise.<updateDatabaseResponse> -
-
-
-
-
-
-
-
-
-
- - -
-
-
- - - - - + + + + + + Linode_NoSql + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_NoSql

+
+ + + + + +
+ +
+ +

Linode_NoSql(do, options)

+ +

Class to create a NoSqlLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_NoSql(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createDatabase(engine, data) → {Promise.<createDatabaseResponse>} + + +

+ + + + +
+

Trigers the createDatabase function of NoSqlLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
engine + + +UnionType + + + +

Data required for createDatabase

data + + +CreateDatabasePayload + + + +

Data required for createDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 51 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDatabase(engine, databaseID) → {Promise.<deleteDatabaseResponse>} + + +

+ + + + +
+

Trigers the deleteDatabase function of NoSqlLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
engine + + +Engine + + + +

Data required for deleteDatabase

databaseID + + +NumberKeyword + + + +

Data required for deleteDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 94 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDatabaseEngines(params, filter) → {Promise.<getDatabaseEnginesResponse>} + + +

+ + + + +
+

Trigers the getDatabaseEngines function of NoSqlLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getDatabaseEngines

filter + + +Filter + + + +

Data required for getDatabaseEngines

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDatabaseEnginesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDatabases(params, filter) → {Promise.<getDatabasesResponse>} + + +

+ + + + +
+

Trigers the getDatabases function of NoSqlLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getDatabases

filter + + +Filter + + + +

Data required for getDatabases

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDatabasesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getEngineDatabase(engine, databaseID) → {Promise.<getEngineDatabaseResponse>} + + +

+ + + + +
+

Trigers the getEngineDatabase function of NoSqlLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
engine + + +Engine + + + +

Data required for getEngineDatabase

databaseID + + +NumberKeyword + + + +

Data required for getEngineDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 65 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getEngineDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateDatabase(engine, databaseID, data) → {Promise.<updateDatabaseResponse>} + + +

+ + + + +
+

Trigers the updateDatabase function of NoSqlLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
engine + + +Engine + + + +

Data required for updateDatabase

databaseID + + +NumberKeyword + + + +

Data required for updateDatabase

data + + +UpdateDatabasePayload + + + +

Data required for updateDatabase

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/database/linode-noSql.js, line 80 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateDatabaseResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_StorageBucket.html b/docs/Linode_StorageBucket.html new file mode 100644 index 00000000..4682d40b --- /dev/null +++ b/docs/Linode_StorageBucket.html @@ -0,0 +1,1485 @@ + + + + + + + + Linode_StorageBucket + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Linode_StorageBucket

+
+ + + + + +
+ +
+ +

Linode_StorageBucket(do, options)

+ +

Class to create a StorageBucketLinodeClass object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Linode_StorageBucket(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Linode SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(data) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of StorageBucketLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
data + + +ObjectStorageBucketRequestPayload + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete({cluster,label}) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of StorageBucketLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
{cluster,label} + + +ObjectStorageDeleteBucketRequestPayload + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + get(clusterId, bucketName) → {Promise.<getBucketResponse>} + + +

+ + + + +
+

Trigers the getBucket function of StorageBucketLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getBucket

bucketName + + +StringKeyword + + + +

Data required for getBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 23 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getBucketAccess(clusterId, bucketName) → {Promise.<getBucketAccessResponse>} + + +

+ + + + +
+

Trigers the getBucketAccess function of StorageBucketLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for getBucketAccess

bucketName + + +StringKeyword + + + +

Data required for getBucketAccess

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 77 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketAccessResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(params, filters) → {Promise.<getBucketsResponse>} + + +

+ + + + +
+

Trigers the getBuckets function of StorageBucketLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
params + + +Params + + + +

Data required for getBuckets

filters + + +Filter + + + +

Data required for getBuckets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateBucketAccess(clusterId, bucketName, data) → {Promise.<updateBucketAccessResponse>} + + +

+ + + + +
+

Trigers the updateBucketAccess function of StorageBucketLinodeClass

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
clusterId + + +StringKeyword + + + +

Data required for updateBucketAccess

bucketName + + +StringKeyword + + + +

Data required for updateBucketAccess

data + + +ObjectStorageBucketAccessRequest + + + +

Data required for updateBucketAccess

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Linode/storage/linode-storageBucket.js, line 92 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateBucketAccessResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Linode_compute_linode-computeInstance.js.html b/docs/Linode_compute_linode-computeInstance.js.html index 0df2d449..f06432cf 100644 --- a/docs/Linode_compute_linode-computeInstance.js.html +++ b/docs/Linode_compute_linode-computeInstance.js.html @@ -1,408 +1,188 @@ + + - - - - Linode/compute/linode-computeInstance.js - - - - - - - - - - - - - + + + + + Linode/compute/linode-computeInstance.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/compute/linode-computeInstance.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/compute/linode-computeInstance.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a ComputeInstanceLinodeClass object
-    * @category Linode
-    */
+ * Class to create a ComputeInstanceLinodeClass object
+ * @category Linode
+ */
 class Linode_ComputeInstance {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getLinodes function of ComputeInstanceLinodeClass
-        * @param {Params} params - Data required for getLinodes
-    * @param {Filter} filter - Data required for getLinodes
-        * @returns {Promise<getLinodesResponse>}
-        */
-    list(params = undefined, filter = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getLinodes(params, filter)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createLinode function of ComputeInstanceLinodeClass
-        * @param {CreateLinodeRequest} data - Data required for createLinode
-        * @returns {Promise<createLinodeResponse>}
-        */
-    create(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createLinode(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateLinode function of ComputeInstanceLinodeClass
-        * @param {NumberKeyword} linodeId - Data required for updateLinode
-    * @param {DeepPartial} values - Data required for updateLinode
-        * @returns {Promise<updateLinodeResponse>}
-        */
-    update(linodeId, values) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateLinode(linodeId, values)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteLinode function of ComputeInstanceLinodeClass
-        * @param {NumberKeyword} linodeId - Data required for deleteLinode
-        * @returns {Promise<deleteLinodeResponse>}
-        */
-    delete(linodeId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteLinode(linodeId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getLinodes function of ComputeInstanceLinodeClass
+	 * @param {Params} params - Data required for getLinodes
+	 * @param {Filter} filter - Data required for getLinodes
+	 * @returns {Promise<getLinodesResponse>}
+	 */
+	list(params = undefined, filter = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getLinodes(params, filter)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createLinode function of ComputeInstanceLinodeClass
+	 * @param {CreateLinodeRequest} data - Data required for createLinode
+	 * @returns {Promise<createLinodeResponse>}
+	 */
+	create(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createLinode(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateLinode function of ComputeInstanceLinodeClass
+	 * @param {NumberKeyword} linodeId - Data required for updateLinode
+	 * @param {DeepPartial} values - Data required for updateLinode
+	 * @returns {Promise<updateLinodeResponse>}
+	 */
+	update(linodeId, values) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateLinode(linodeId, values)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteLinode function of ComputeInstanceLinodeClass
+	 * @param {NumberKeyword} linodeId - Data required for deleteLinode
+	 * @returns {Promise<deleteLinodeResponse>}
+	 */
+	delete(linodeId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteLinode(linodeId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_ComputeInstance;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_compute_linode-kubernetes.js.html b/docs/Linode_compute_linode-kubernetes.js.html index 531e14dc..f6317a44 100644 --- a/docs/Linode_compute_linode-kubernetes.js.html +++ b/docs/Linode_compute_linode-kubernetes.js.html @@ -1,437 +1,246 @@ + + - - - - Linode/compute/linode-kubernetes.js - - - - - - - - - - - - - + + + + + Linode/compute/linode-kubernetes.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/compute/linode-kubernetes.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/compute/linode-kubernetes.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a KubernetesLinodeClass object
-    * @category Linode
-    */
+ * Class to create a KubernetesLinodeClass object
+ * @category Linode
+ */
 class Linode_Kubernetes {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the createKubernetesCluster function of KubernetesLinodeClass
-        * @param {CreateKubeClusterPayload} data - Data required for createKubernetesCluster
-        * @returns {Promise<createKubernetesClusterResponse>}
-        */
-    create(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createKubernetesCluster(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteKubernetesCluster function of KubernetesLinodeClass
-        * @param {NumberKeyword} clusterID - Data required for deleteKubernetesCluster
-        * @returns {Promise<deleteKubernetesClusterResponse>}
-        */
-    delete(clusterID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteKubernetesCluster(clusterID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getNodePool function of KubernetesLinodeClass
-        * @param {NumberKeyword} clusterID - Data required for getNodePool
-    * @param {NumberKeyword} nodePoolID - Data required for getNodePool
-        * @returns {Promise<getNodePoolResponse>}
-        */
-    getNodePool(clusterID, nodePoolID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getNodePool(clusterID, nodePoolID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createNodePool function of KubernetesLinodeClass
-        * @param {NumberKeyword} clusterID - Data required for createNodePool
-    * @param {CreateNodePoolData} data - Data required for createNodePool
-        * @returns {Promise<createNodePoolResponse>}
-        */
-    createNodePool(clusterID, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createNodePool(clusterID, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateNodePool function of KubernetesLinodeClass
-        * @param {NumberKeyword} clusterID - Data required for updateNodePool
-    * @param {NumberKeyword} nodePoolID - Data required for updateNodePool
-    * @param {Partial} data - Data required for updateNodePool
-        * @returns {Promise<updateNodePoolResponse>}
-        */
-    updateNodePool(clusterID, nodePoolID, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateNodePool(clusterID, nodePoolID, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteNodePool function of KubernetesLinodeClass
-        * @param {NumberKeyword} clusterID - Data required for deleteNodePool
-    * @param {NumberKeyword} nodePoolID - Data required for deleteNodePool
-        * @returns {Promise<deleteNodePoolResponse>}
-        */
-    deleteNodePool(clusterID, nodePoolID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteNodePool(clusterID, nodePoolID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getKubernetesClusters function of KubernetesLinodeClass
+	 * @param {Params} params - Data required for getKubernetesClusters
+	 * @param {Filter} filters - Data required for getKubernetesClusters
+	 * @returns {Promise<getKubernetesClustersResponse>}
+	 */
+	getAllClusters(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getKubernetesClusters(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createKubernetesCluster function of KubernetesLinodeClass
+	 * @param {CreateKubeClusterPayload} data - Data required for createKubernetesCluster
+	 * @returns {Promise<createKubernetesClusterResponse>}
+	 */
+	create(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createKubernetesCluster(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteKubernetesCluster function of KubernetesLinodeClass
+	 * @param {NumberKeyword} clusterID - Data required for deleteKubernetesCluster
+	 * @returns {Promise<deleteKubernetesClusterResponse>}
+	 */
+	delete(clusterID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteKubernetesCluster(clusterID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getNodePools function of KubernetesLinodeClass
+	 * @param {NumberKeyword} clusterID - Data required for getNodePools
+	 * @param {Params} params - Data required for getNodePools
+	 * @param {Filter} filters - Data required for getNodePools
+	 * @returns {Promise<getNodePoolsResponse>}
+	 */
+	getNodePools(clusterID, params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getNodePools(clusterID, params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getNodePool function of KubernetesLinodeClass
+	 * @param {NumberKeyword} clusterID - Data required for getNodePool
+	 * @param {NumberKeyword} nodePoolID - Data required for getNodePool
+	 * @returns {Promise<getNodePoolResponse>}
+	 */
+	getNodePool(clusterID, nodePoolID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getNodePool(clusterID, nodePoolID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createNodePool function of KubernetesLinodeClass
+	 * @param {NumberKeyword} clusterID - Data required for createNodePool
+	 * @param {CreateNodePoolData} data - Data required for createNodePool
+	 * @returns {Promise<createNodePoolResponse>}
+	 */
+	createNodePool(clusterID, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createNodePool(clusterID, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateNodePool function of KubernetesLinodeClass
+	 * @param {NumberKeyword} clusterID - Data required for updateNodePool
+	 * @param {NumberKeyword} nodePoolID - Data required for updateNodePool
+	 * @param {Partial} data - Data required for updateNodePool
+	 * @returns {Promise<updateNodePoolResponse>}
+	 */
+	updateNodePool(clusterID, nodePoolID, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateNodePool(clusterID, nodePoolID, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteNodePool function of KubernetesLinodeClass
+	 * @param {NumberKeyword} clusterID - Data required for deleteNodePool
+	 * @param {NumberKeyword} nodePoolID - Data required for deleteNodePool
+	 * @returns {Promise<deleteNodePoolResponse>}
+	 */
+	deleteNodePool(clusterID, nodePoolID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteNodePool(clusterID, nodePoolID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_Kubernetes;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_database_linode-noSql.js.html b/docs/Linode_database_linode-noSql.js.html index b772b579..48c95b55 100644 --- a/docs/Linode_database_linode-noSql.js.html +++ b/docs/Linode_database_linode-noSql.js.html @@ -1,439 +1,219 @@ + + - - - - Linode/database/linode-noSql.js - - - - - - - - - - - - - + + + + + Linode/database/linode-noSql.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/database/linode-noSql.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/database/linode-noSql.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a NoSqlLinodeClass object
-    * @category Linode
-    */
+ * Class to create a NoSqlLinodeClass object
+ * @category Linode
+ */
 class Linode_NoSql {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getDatabases function of NoSqlLinodeClass
-        * @param {Params} params - Data required for getDatabases
-    * @param {Filter} filter - Data required for getDatabases
-        * @returns {Promise<getDatabasesResponse>}
-        */
-    getDatabases(params = undefined, filter = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getDatabases(params, filter)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getDatabaseEngines function of NoSqlLinodeClass
-        * @param {Params} params - Data required for getDatabaseEngines
-    * @param {Filter} filter - Data required for getDatabaseEngines
-        * @returns {Promise<getDatabaseEnginesResponse>}
-        */
-    getDatabaseEngines(params = undefined, filter = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getDatabaseEngines(params, filter)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createDatabase function of NoSqlLinodeClass
-        * @param {UnionType} engine - Data required for createDatabase
-    * @param {CreateDatabasePayload} data - Data required for createDatabase
-        * @returns {Promise<createDatabaseResponse>}
-        */
-    createDatabase(engine, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createDatabase(engine, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getEngineDatabase function of NoSqlLinodeClass
-        * @param {Engine} engine - Data required for getEngineDatabase
-    * @param {NumberKeyword} databaseID - Data required for getEngineDatabase
-        * @returns {Promise<getEngineDatabaseResponse>}
-        */
-    getEngineDatabase(engine, databaseID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getEngineDatabase(engine, databaseID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateDatabase function of NoSqlLinodeClass
-        * @param {Engine} engine - Data required for updateDatabase
-    * @param {NumberKeyword} databaseID - Data required for updateDatabase
-    * @param {UpdateDatabasePayload} data - Data required for updateDatabase
-        * @returns {Promise<updateDatabaseResponse>}
-        */
-    updateDatabase(engine, databaseID, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateDatabase(engine, databaseID, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteDatabase function of NoSqlLinodeClass
-        * @param {Engine} engine - Data required for deleteDatabase
-    * @param {NumberKeyword} databaseID - Data required for deleteDatabase
-        * @returns {Promise<deleteDatabaseResponse>}
-        */
-    deleteDatabase(engine, databaseID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteDatabase(engine, databaseID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getDatabases function of NoSqlLinodeClass
+	 * @param {Params} params - Data required for getDatabases
+	 * @param {Filter} filter - Data required for getDatabases
+	 * @returns {Promise<getDatabasesResponse>}
+	 */
+	getDatabases(params = undefined, filter = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getDatabases(params, filter)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getDatabaseEngines function of NoSqlLinodeClass
+	 * @param {Params} params - Data required for getDatabaseEngines
+	 * @param {Filter} filter - Data required for getDatabaseEngines
+	 * @returns {Promise<getDatabaseEnginesResponse>}
+	 */
+	getDatabaseEngines(params = undefined, filter = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getDatabaseEngines(params, filter)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createDatabase function of NoSqlLinodeClass
+	 * @param {UnionType} engine - Data required for createDatabase
+	 * @param {CreateDatabasePayload} data - Data required for createDatabase
+	 * @returns {Promise<createDatabaseResponse>}
+	 */
+	createDatabase(engine, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createDatabase(engine, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getEngineDatabase function of NoSqlLinodeClass
+	 * @param {Engine} engine - Data required for getEngineDatabase
+	 * @param {NumberKeyword} databaseID - Data required for getEngineDatabase
+	 * @returns {Promise<getEngineDatabaseResponse>}
+	 */
+	getEngineDatabase(engine, databaseID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getEngineDatabase(engine, databaseID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateDatabase function of NoSqlLinodeClass
+	 * @param {Engine} engine - Data required for updateDatabase
+	 * @param {NumberKeyword} databaseID - Data required for updateDatabase
+	 * @param {UpdateDatabasePayload} data - Data required for updateDatabase
+	 * @returns {Promise<updateDatabaseResponse>}
+	 */
+	updateDatabase(engine, databaseID, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateDatabase(engine, databaseID, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteDatabase function of NoSqlLinodeClass
+	 * @param {Engine} engine - Data required for deleteDatabase
+	 * @param {NumberKeyword} databaseID - Data required for deleteDatabase
+	 * @returns {Promise<deleteDatabaseResponse>}
+	 */
+	deleteDatabase(engine, databaseID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteDatabase(engine, databaseID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_NoSql;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_firewalls_linode-firewalls.js.html b/docs/Linode_firewalls_linode-firewalls.js.html index 2f9391c4..a5d6417e 100644 --- a/docs/Linode_firewalls_linode-firewalls.js.html +++ b/docs/Linode_firewalls_linode-firewalls.js.html @@ -1,447 +1,227 @@ + + - - - - Linode/firewalls/linode-firewalls.js - - - - - - - - - - - - - + + + + + Linode/firewalls/linode-firewalls.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/firewalls/linode-firewalls.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/firewalls/linode-firewalls.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a FirewallsLinodeClass object
-    * @category Linode
-    */
+ * Class to create a FirewallsLinodeClass object
+ * @category Linode
+ */
 class Linode_Firewalls {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getFirewalls function of FirewallsLinodeClass
-        * @param {Params} params - Data required for getFirewalls
-    * @param {Filter} filter - Data required for getFirewalls
-        * @returns {Promise<getFirewallsResponse>}
-        */
-    getFirewalls(params = undefined, filter = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getFirewalls(params, filter)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getFirewall function of FirewallsLinodeClass
-        * @param {NumberKeyword} firewallID - Data required for getFirewall
-        * @returns {Promise<getFirewallResponse>}
-        */
-    getFirewall(firewallID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getFirewall(firewallID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createFirewall function of FirewallsLinodeClass
-        * @param {CreateFirewallPayload} data - Data required for createFirewall
-        * @returns {Promise<createFirewallResponse>}
-        */
-    createFirewall(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createFirewall(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateFirewall function of FirewallsLinodeClass
-        * @param {NumberKeyword} firewallID - Data required for updateFirewall
-    * @param {UpdateFirewallPayload} data - Data required for updateFirewall
-        * @returns {Promise<updateFirewallResponse>}
-        */
-    updateFirewall(firewallID, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateFirewall(firewallID, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the enableFirewall function of FirewallsLinodeClass
-        * @param {NumberKeyword} firewallID - Data required for enableFirewall
-        * @returns {Promise<enableFirewallResponse>}
-        */
-    enableFirewall(firewallID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.enableFirewall(firewallID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the disableFirewall function of FirewallsLinodeClass
-        * @param {NumberKeyword} firewallID - Data required for disableFirewall
-        * @returns {Promise<disableFirewallResponse>}
-        */
-    disableFirewall(firewallID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.disableFirewall(firewallID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteFirewall function of FirewallsLinodeClass
-        * @param {NumberKeyword} firewallID - Data required for deleteFirewall
-        * @returns {Promise<deleteFirewallResponse>}
-        */
-    deleteFirewall(firewallID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteFirewall(firewallID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getFirewalls function of FirewallsLinodeClass
+	 * @param {Params} params - Data required for getFirewalls
+	 * @param {Filter} filter - Data required for getFirewalls
+	 * @returns {Promise<getFirewallsResponse>}
+	 */
+	getFirewalls(params = undefined, filter = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getFirewalls(params, filter)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getFirewall function of FirewallsLinodeClass
+	 * @param {NumberKeyword} firewallID - Data required for getFirewall
+	 * @returns {Promise<getFirewallResponse>}
+	 */
+	getFirewall(firewallID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getFirewall(firewallID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createFirewall function of FirewallsLinodeClass
+	 * @param {CreateFirewallPayload} data - Data required for createFirewall
+	 * @returns {Promise<createFirewallResponse>}
+	 */
+	createFirewall(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createFirewall(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateFirewall function of FirewallsLinodeClass
+	 * @param {NumberKeyword} firewallID - Data required for updateFirewall
+	 * @param {UpdateFirewallPayload} data - Data required for updateFirewall
+	 * @returns {Promise<updateFirewallResponse>}
+	 */
+	updateFirewall(firewallID, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateFirewall(firewallID, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the enableFirewall function of FirewallsLinodeClass
+	 * @param {NumberKeyword} firewallID - Data required for enableFirewall
+	 * @returns {Promise<enableFirewallResponse>}
+	 */
+	enableFirewall(firewallID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.enableFirewall(firewallID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the disableFirewall function of FirewallsLinodeClass
+	 * @param {NumberKeyword} firewallID - Data required for disableFirewall
+	 * @returns {Promise<disableFirewallResponse>}
+	 */
+	disableFirewall(firewallID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.disableFirewall(firewallID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteFirewall function of FirewallsLinodeClass
+	 * @param {NumberKeyword} firewallID - Data required for deleteFirewall
+	 * @returns {Promise<deleteFirewallResponse>}
+	 */
+	deleteFirewall(firewallID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteFirewall(firewallID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_Firewalls;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_images_linode-images.js.html b/docs/Linode_images_linode-images.js.html index 0d362214..64ff4dec 100644 --- a/docs/Linode_images_linode-images.js.html +++ b/docs/Linode_images_linode-images.js.html @@ -1,438 +1,223 @@ + + - - - - Linode/images/linode-images.js - - - - - - - - - - - - - + + + + + Linode/images/linode-images.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/images/linode-images.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/images/linode-images.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a ImagesLinodeClass object
-    * @category Linode
-    */
+ * Class to create a ImagesLinodeClass object
+ * @category Linode
+ */
 class Linode_Images {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getImage function of ImagesLinodeClass
-        * @param {StringKeyword} imageId - Data required for getImage
-        * @returns {Promise<getImageResponse>}
-        */
-    getImage(imageId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getImage(imageId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getImages function of ImagesLinodeClass
-        * @param {Params} params - Data required for getImages
-    * @param {Filter} filters - Data required for getImages
-        * @returns {Promise<getImagesResponse>}
-        */
-    getImages(params = undefined, filters = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getImages(params, filters)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createImage function of ImagesLinodeClass
-        * @param {NumberKeyword} diskId - Data required for createImage
-    * @param {StringKeyword} label - Data required for createImage
-    * @param {StringKeyword} description - Data required for createImage
-    * @param {BooleanKeyword} cloud_init - Data required for createImage
-        * @returns {Promise<createImageResponse>}
-        */
-    createImage(diskId, label = undefined, description = undefined, cloud_init = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createImage(diskId, label, description, cloud_init)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateImage function of ImagesLinodeClass
-        * @param {StringKeyword} imageId - Data required for updateImage
-    * @param {StringKeyword} label - Data required for updateImage
-    * @param {StringKeyword} description - Data required for updateImage
-        * @returns {Promise<updateImageResponse>}
-        */
-    updateImage(imageId, label = undefined, description = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateImage(imageId, label, description)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteImage function of ImagesLinodeClass
-        * @param {StringKeyword} imageId - Data required for deleteImage
-        * @returns {Promise<deleteImageResponse>}
-        */
-    deleteImage(imageId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteImage(imageId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the uploadImage function of ImagesLinodeClass
-        * @param {ImageUploadPayload} data - Data required for uploadImage
-        * @returns {Promise<uploadImageResponse>}
-        */
-    uploadImage(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.uploadImage(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getImage function of ImagesLinodeClass
+	 * @param {StringKeyword} imageId - Data required for getImage
+	 * @returns {Promise<getImageResponse>}
+	 */
+	getImage(imageId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getImage(imageId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getImages function of ImagesLinodeClass
+	 * @param {Params} params - Data required for getImages
+	 * @param {Filter} filters - Data required for getImages
+	 * @returns {Promise<getImagesResponse>}
+	 */
+	getImages(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getImages(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createImage function of ImagesLinodeClass
+	 * @param {NumberKeyword} diskId - Data required for createImage
+	 * @param {StringKeyword} label - Data required for createImage
+	 * @param {StringKeyword} description - Data required for createImage
+	 * @param {BooleanKeyword} cloud_init - Data required for createImage
+	 * @returns {Promise<createImageResponse>}
+	 */
+	createImage(
+		diskId,
+		label = undefined,
+		description = undefined,
+		cloud_init = undefined
+	) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createImage(diskId, label, description, cloud_init)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateImage function of ImagesLinodeClass
+	 * @param {StringKeyword} imageId - Data required for updateImage
+	 * @param {StringKeyword} label - Data required for updateImage
+	 * @param {StringKeyword} description - Data required for updateImage
+	 * @returns {Promise<updateImageResponse>}
+	 */
+	updateImage(imageId, label = undefined, description = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateImage(imageId, label, description)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteImage function of ImagesLinodeClass
+	 * @param {StringKeyword} imageId - Data required for deleteImage
+	 * @returns {Promise<deleteImageResponse>}
+	 */
+	deleteImage(imageId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteImage(imageId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the uploadImage function of ImagesLinodeClass
+	 * @param {ImageUploadPayload} data - Data required for uploadImage
+	 * @returns {Promise<uploadImageResponse>}
+	 */
+	uploadImage(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.uploadImage(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_Images;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_management_linode-monitoring.js.html b/docs/Linode_management_linode-monitoring.js.html index 1f5a314d..45f817e5 100644 --- a/docs/Linode_management_linode-monitoring.js.html +++ b/docs/Linode_management_linode-monitoring.js.html @@ -1,475 +1,255 @@ + + - - - - Linode/management/linode-monitoring.js - - - - - - - - - - - - - + + + + + Linode/management/linode-monitoring.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/management/linode-monitoring.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/management/linode-monitoring.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a MonitoringLinodeClass object
-    * @category Linode
-    */
+ * Class to create a MonitoringLinodeClass object
+ * @category Linode
+ */
 class Linode_Monitoring {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getServices function of MonitoringLinodeClass
-        * @param {Params} params - Data required for getServices
-    * @param {Filter} filters - Data required for getServices
-        * @returns {Promise<getServicesResponse>}
-        */
-    getServices(params = undefined, filters = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getServices(params, filters)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the disableServiceMonitor function of MonitoringLinodeClass
-        * @param {NumberKeyword} serviceID - Data required for disableServiceMonitor
-        * @returns {Promise<disableServiceMonitorResponse>}
-        */
-    disableServiceMonitor(serviceID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.disableServiceMonitor(serviceID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the enableServiceMonitor function of MonitoringLinodeClass
-        * @param {NumberKeyword} serviceID - Data required for enableServiceMonitor
-        * @returns {Promise<enableServiceMonitorResponse>}
-        */
-    enableServiceMonitor(serviceID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.enableServiceMonitor(serviceID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteServiceMonitor function of MonitoringLinodeClass
-        * @param {NumberKeyword} serviceID - Data required for deleteServiceMonitor
-        * @returns {Promise<deleteServiceMonitorResponse>}
-        */
-    deleteServiceMonitor(serviceID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteServiceMonitor(serviceID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createServiceMonitor function of MonitoringLinodeClass
-        * @param {ManagedServicePayload} data - Data required for createServiceMonitor
-        * @returns {Promise<createServiceMonitorResponse>}
-        */
-    createServiceMonitor(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createServiceMonitor(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateServiceMonitor function of MonitoringLinodeClass
-        * @param {NumberKeyword} monitorID - Data required for updateServiceMonitor
-    * @param {Partial} data - Data required for updateServiceMonitor
-        * @returns {Promise<updateServiceMonitorResponse>}
-        */
-    updateServiceMonitor(monitorID, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateServiceMonitor(monitorID, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getCredentials function of MonitoringLinodeClass
-        * @param {Params} params - Data required for getCredentials
-    * @param {Filter} filters - Data required for getCredentials
-        * @returns {Promise<getCredentialsResponse>}
-        */
-    getCredentials(params = undefined, filters = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getCredentials(params, filters)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateCredential function of MonitoringLinodeClass
-        * @param {NumberKeyword} credentialID - Data required for updateCredential
-    * @param {UpdateCredentialPayload} data - Data required for updateCredential
-        * @returns {Promise<updateCredentialResponse>}
-        */
-    updateCredential(credentialID, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateCredential(credentialID, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteCredential function of MonitoringLinodeClass
-        * @param {NumberKeyword} credentialID - Data required for deleteCredential
-        * @returns {Promise<deleteCredentialResponse>}
-        */
-    deleteCredential(credentialID) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteCredential(credentialID)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getServices function of MonitoringLinodeClass
+	 * @param {Params} params - Data required for getServices
+	 * @param {Filter} filters - Data required for getServices
+	 * @returns {Promise<getServicesResponse>}
+	 */
+	getServices(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getServices(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the disableServiceMonitor function of MonitoringLinodeClass
+	 * @param {NumberKeyword} serviceID - Data required for disableServiceMonitor
+	 * @returns {Promise<disableServiceMonitorResponse>}
+	 */
+	disableServiceMonitor(serviceID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.disableServiceMonitor(serviceID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the enableServiceMonitor function of MonitoringLinodeClass
+	 * @param {NumberKeyword} serviceID - Data required for enableServiceMonitor
+	 * @returns {Promise<enableServiceMonitorResponse>}
+	 */
+	enableServiceMonitor(serviceID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.enableServiceMonitor(serviceID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteServiceMonitor function of MonitoringLinodeClass
+	 * @param {NumberKeyword} serviceID - Data required for deleteServiceMonitor
+	 * @returns {Promise<deleteServiceMonitorResponse>}
+	 */
+	deleteServiceMonitor(serviceID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteServiceMonitor(serviceID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createServiceMonitor function of MonitoringLinodeClass
+	 * @param {ManagedServicePayload} data - Data required for createServiceMonitor
+	 * @returns {Promise<createServiceMonitorResponse>}
+	 */
+	createServiceMonitor(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createServiceMonitor(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateServiceMonitor function of MonitoringLinodeClass
+	 * @param {NumberKeyword} monitorID - Data required for updateServiceMonitor
+	 * @param {Partial} data - Data required for updateServiceMonitor
+	 * @returns {Promise<updateServiceMonitorResponse>}
+	 */
+	updateServiceMonitor(monitorID, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateServiceMonitor(monitorID, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getCredentials function of MonitoringLinodeClass
+	 * @param {Params} params - Data required for getCredentials
+	 * @param {Filter} filters - Data required for getCredentials
+	 * @returns {Promise<getCredentialsResponse>}
+	 */
+	getCredentials(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getCredentials(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateCredential function of MonitoringLinodeClass
+	 * @param {NumberKeyword} credentialID - Data required for updateCredential
+	 * @param {UpdateCredentialPayload} data - Data required for updateCredential
+	 * @returns {Promise<updateCredentialResponse>}
+	 */
+	updateCredential(credentialID, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateCredential(credentialID, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteCredential function of MonitoringLinodeClass
+	 * @param {NumberKeyword} credentialID - Data required for deleteCredential
+	 * @returns {Promise<deleteCredentialResponse>}
+	 */
+	deleteCredential(credentialID) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteCredential(credentialID)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_Monitoring;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_network_linode-DNS.js.html b/docs/Linode_network_linode-DNS.js.html index 05bd52f5..3a209a45 100644 --- a/docs/Linode_network_linode-DNS.js.html +++ b/docs/Linode_network_linode-DNS.js.html @@ -1,435 +1,215 @@ + + - - - - Linode/network/linode-DNS.js - - - - - - - - - - - - - + + + + + Linode/network/linode-DNS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/network/linode-DNS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/network/linode-DNS.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a DNSLinodeClass object
-    * @category Linode
-    */
+ * Class to create a DNSLinodeClass object
+ * @category Linode
+ */
 class Linode_DNS {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getDomains function of DNSLinodeClass
-        * @param {Params} params - Data required for getDomains
-    * @param {Filter} filter - Data required for getDomains
-        * @returns {Promise<getDomainsResponse>}
-        */
-    getDomains(params = undefined, filter = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getDomains(params, filter)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the getDomain function of DNSLinodeClass
-        * @param {NumberKeyword} domainId - Data required for getDomain
-        * @returns {Promise<getDomainResponse>}
-        */
-    getDomain(domainId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getDomain(domainId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createDomain function of DNSLinodeClass
-        * @param {CreateDomainPayload} data - Data required for createDomain
-        * @returns {Promise<createDomainResponse>}
-        */
-    createDomain(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createDomain(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateDomain function of DNSLinodeClass
-        * @param {NumberKeyword} domainId - Data required for updateDomain
-    * @param {UpdateDomainPayload} data - Data required for updateDomain
-        * @returns {Promise<updateDomainResponse>}
-        */
-    updateDomain(domainId, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateDomain(domainId, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteDomain function of DNSLinodeClass
-        * @param {NumberKeyword} domainId - Data required for deleteDomain
-        * @returns {Promise<deleteDomainResponse>}
-        */
-    deleteDomain(domainId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteDomain(domainId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the cloneDomain function of DNSLinodeClass
-        * @param {NumberKeyword} domainId - Data required for cloneDomain
-    * @param {CloneDomainPayload} data - Data required for cloneDomain
-        * @returns {Promise<cloneDomainResponse>}
-        */
-    cloneDomain(domainId, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.cloneDomain(domainId, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getDomains function of DNSLinodeClass
+	 * @param {Params} params - Data required for getDomains
+	 * @param {Filter} filter - Data required for getDomains
+	 * @returns {Promise<getDomainsResponse>}
+	 */
+	getDomains(params = undefined, filter = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getDomains(params, filter)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getDomain function of DNSLinodeClass
+	 * @param {NumberKeyword} domainId - Data required for getDomain
+	 * @returns {Promise<getDomainResponse>}
+	 */
+	getDomain(domainId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getDomain(domainId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createDomain function of DNSLinodeClass
+	 * @param {CreateDomainPayload} data - Data required for createDomain
+	 * @returns {Promise<createDomainResponse>}
+	 */
+	createDomain(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createDomain(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateDomain function of DNSLinodeClass
+	 * @param {NumberKeyword} domainId - Data required for updateDomain
+	 * @param {UpdateDomainPayload} data - Data required for updateDomain
+	 * @returns {Promise<updateDomainResponse>}
+	 */
+	updateDomain(domainId, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateDomain(domainId, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteDomain function of DNSLinodeClass
+	 * @param {NumberKeyword} domainId - Data required for deleteDomain
+	 * @returns {Promise<deleteDomainResponse>}
+	 */
+	deleteDomain(domainId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteDomain(domainId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the cloneDomain function of DNSLinodeClass
+	 * @param {NumberKeyword} domainId - Data required for cloneDomain
+	 * @param {CloneDomainPayload} data - Data required for cloneDomain
+	 * @returns {Promise<cloneDomainResponse>}
+	 */
+	cloneDomain(domainId, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.cloneDomain(domainId, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_DNS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_network_linode-loadBalancer.js.html b/docs/Linode_network_linode-loadBalancer.js.html index 75c73c1f..5cf303ba 100644 --- a/docs/Linode_network_linode-loadBalancer.js.html +++ b/docs/Linode_network_linode-loadBalancer.js.html @@ -1,408 +1,188 @@ + + - - - - Linode/network/linode-loadBalancer.js - - - - - - - - - - - - - + + + + + Linode/network/linode-loadBalancer.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/network/linode-loadBalancer.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/network/linode-loadBalancer.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a LoadBalancerLinodeClass object
-    * @category Linode
-    */
+ * Class to create a LoadBalancerLinodeClass object
+ * @category Linode
+ */
 class Linode_LoadBalancer {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getNodeBalancers function of LoadBalancerLinodeClass
-        * @param {Params} params - Data required for getNodeBalancers
-    * @param {Filter} filters - Data required for getNodeBalancers
-        * @returns {Promise<getNodeBalancersResponse>}
-        */
-    list(params = undefined, filters = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getNodeBalancers(params, filters)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateNodeBalancer function of LoadBalancerLinodeClass
-        * @param {NumberKeyword} nodeBalancerId - Data required for updateNodeBalancer
-    * @param {Partial} data - Data required for updateNodeBalancer
-        * @returns {Promise<updateNodeBalancerResponse>}
-        */
-    update(nodeBalancerId, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateNodeBalancer(nodeBalancerId, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createNodeBalancer function of LoadBalancerLinodeClass
-        * @param {CreateNodeBalancerPayload} data - Data required for createNodeBalancer
-        * @returns {Promise<createNodeBalancerResponse>}
-        */
-    create(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createNodeBalancer(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteNodeBalancer function of LoadBalancerLinodeClass
-        * @param {NumberKeyword} nodeBalancerId - Data required for deleteNodeBalancer
-        * @returns {Promise<deleteNodeBalancerResponse>}
-        */
-    delete(nodeBalancerId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteNodeBalancer(nodeBalancerId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getNodeBalancers function of LoadBalancerLinodeClass
+	 * @param {Params} params - Data required for getNodeBalancers
+	 * @param {Filter} filters - Data required for getNodeBalancers
+	 * @returns {Promise<getNodeBalancersResponse>}
+	 */
+	list(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getNodeBalancers(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateNodeBalancer function of LoadBalancerLinodeClass
+	 * @param {NumberKeyword} nodeBalancerId - Data required for updateNodeBalancer
+	 * @param {Partial} data - Data required for updateNodeBalancer
+	 * @returns {Promise<updateNodeBalancerResponse>}
+	 */
+	update(nodeBalancerId, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateNodeBalancer(nodeBalancerId, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createNodeBalancer function of LoadBalancerLinodeClass
+	 * @param {CreateNodeBalancerPayload} data - Data required for createNodeBalancer
+	 * @returns {Promise<createNodeBalancerResponse>}
+	 */
+	create(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createNodeBalancer(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteNodeBalancer function of LoadBalancerLinodeClass
+	 * @param {NumberKeyword} nodeBalancerId - Data required for deleteNodeBalancer
+	 * @returns {Promise<deleteNodeBalancerResponse>}
+	 */
+	delete(nodeBalancerId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteNodeBalancer(nodeBalancerId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_LoadBalancer;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_storage_linode-blockStorage.js.html b/docs/Linode_storage_linode-blockStorage.js.html index 1251146e..513b173f 100644 --- a/docs/Linode_storage_linode-blockStorage.js.html +++ b/docs/Linode_storage_linode-blockStorage.js.html @@ -1,408 +1,188 @@ + + - - - - Linode/storage/linode-blockStorage.js - - - - - - - - - - - - - + + + + + Linode/storage/linode-blockStorage.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

Linode/storage/linode-blockStorage.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/storage/linode-blockStorage.js

+
+ -
-
-
/*This is an auto generated class, please do not change.*/
+
+
+    
+    
+
+
/*This is an auto generated class, please do not change.*/
 /**
-    * Class to create a BlockStorageLinodeClass object
-    * @category Linode
-    */
+ * Class to create a BlockStorageLinodeClass object
+ * @category Linode
+ */
 class Linode_BlockStorage {
-    /**
-     *
-     * @param {module} do Linode SDK
-     * @param {object} options SDK options
-     */
-    constructor(linodeSdk, linodeToken) {
-        this._linode = linodeSdk;
-        this._linodeToken = linodeToken;
-    }
-    /**
-        * Trigers the getVolumes function of BlockStorageLinodeClass
-        * @param {Params} params - Data required for getVolumes
-    * @param {Filter} filters - Data required for getVolumes
-        * @returns {Promise<getVolumesResponse>}
-        */
-    list(params = undefined, filters = undefined) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.getVolumes(params, filters)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the deleteVolume function of BlockStorageLinodeClass
-        * @param {NumberKeyword} volumeId - Data required for deleteVolume
-        * @returns {Promise<deleteVolumeResponse>}
-        */
-    delete(volumeId) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.deleteVolume(volumeId)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the updateVolume function of BlockStorageLinodeClass
-        * @param {NumberKeyword} volumeId - Data required for updateVolume
-    * @param {UpdateVolumeRequest} data - Data required for updateVolume
-        * @returns {Promise<updateVolumeResponse>}
-        */
-    update(volumeId, data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.updateVolume(volumeId, data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
-    /**
-        * Trigers the createVolume function of BlockStorageLinodeClass
-        * @param {VolumeRequestPayload} data - Data required for createVolume
-        * @returns {Promise<createVolumeResponse>}
-        */
-    create(data) {
-        this._linode.setToken(this._linodeToken);
-        return new Promise((resolve, reject) => {
-            this._linode.createVolume(data)
-                .then(data => resolve(data))
-                .catch(err => reject(err));
-        });
-    }
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getVolumes function of BlockStorageLinodeClass
+	 * @param {Params} params - Data required for getVolumes
+	 * @param {Filter} filters - Data required for getVolumes
+	 * @returns {Promise<getVolumesResponse>}
+	 */
+	list(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getVolumes(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteVolume function of BlockStorageLinodeClass
+	 * @param {NumberKeyword} volumeId - Data required for deleteVolume
+	 * @returns {Promise<deleteVolumeResponse>}
+	 */
+	delete(volumeId) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteVolume(volumeId)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateVolume function of BlockStorageLinodeClass
+	 * @param {NumberKeyword} volumeId - Data required for updateVolume
+	 * @param {UpdateVolumeRequest} data - Data required for updateVolume
+	 * @returns {Promise<updateVolumeResponse>}
+	 */
+	update(volumeId, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateVolume(volumeId, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createVolume function of BlockStorageLinodeClass
+	 * @param {VolumeRequestPayload} data - Data required for createVolume
+	 * @returns {Promise<createVolumeResponse>}
+	 */
+	create(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createVolume(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
 }
 module.exports = Linode_BlockStorage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/Linode_storage_linode-storageBucket.js.html b/docs/Linode_storage_linode-storageBucket.js.html new file mode 100644 index 00000000..86879100 --- /dev/null +++ b/docs/Linode_storage_linode-storageBucket.js.html @@ -0,0 +1,217 @@ + + + + + + + + + + Linode/storage/linode-storageBucket.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Linode/storage/linode-storageBucket.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a StorageBucketLinodeClass object
+ * @category Linode
+ */
+class Linode_StorageBucket {
+	/**
+	 *
+	 * @param {module} do Linode SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(linodeSdk, linodeToken) {
+		this._linode = linodeSdk;
+		this._linodeToken = linodeToken;
+		this._linode.setToken(this._linodeToken);
+	}
+	/**
+	 * Trigers the getBucket function of StorageBucketLinodeClass
+	 * @param {StringKeyword} clusterId - Data required for getBucket
+	 * @param {StringKeyword} bucketName - Data required for getBucket
+	 * @returns {Promise<getBucketResponse>}
+	 */
+	get(clusterId, bucketName) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getBucket(clusterId, bucketName)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getBuckets function of StorageBucketLinodeClass
+	 * @param {Params} params - Data required for getBuckets
+	 * @param {Filter} filters - Data required for getBuckets
+	 * @returns {Promise<getBucketsResponse>}
+	 */
+	list(params = undefined, filters = undefined) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getBuckets(params, filters)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createBucket function of StorageBucketLinodeClass
+	 * @param {ObjectStorageBucketRequestPayload} data - Data required for createBucket
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.createBucket(data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteBucket function of StorageBucketLinodeClass
+	 * @param {ObjectStorageDeleteBucketRequestPayload} {cluster,label} - Data required for deleteBucket
+	 * @returns {Promise<deleteBucketResponse>}
+	 */
+	delete({ cluster, label }) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.deleteBucket({ cluster, label })
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getBucketAccess function of StorageBucketLinodeClass
+	 * @param {StringKeyword} clusterId - Data required for getBucketAccess
+	 * @param {StringKeyword} bucketName - Data required for getBucketAccess
+	 * @returns {Promise<getBucketAccessResponse>}
+	 */
+	getBucketAccess(clusterId, bucketName) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.getBucketAccess(clusterId, bucketName)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateBucketAccess function of StorageBucketLinodeClass
+	 * @param {StringKeyword} clusterId - Data required for updateBucketAccess
+	 * @param {StringKeyword} bucketName - Data required for updateBucketAccess
+	 * @param {ObjectStorageBucketAccessRequest} data - Data required for updateBucketAccess
+	 * @returns {Promise<updateBucketAccessResponse>}
+	 */
+	updateBucketAccess(clusterId, bucketName, data) {
+		return new Promise((resolve, reject) => {
+			this._linode
+				.updateBucketAccess(clusterId, bucketName, data)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Linode_StorageBucket;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_ArchivalStorage.html b/docs/Oracle_ArchivalStorage.html new file mode 100644 index 00000000..12a18e1f --- /dev/null +++ b/docs/Oracle_ArchivalStorage.html @@ -0,0 +1,3302 @@ + + + + + + + + Oracle_ArchivalStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_ArchivalStorage

+
+ + + + + +
+ +
+ +

Oracle_ArchivalStorage(do, options)

+ +

Class to create a ObjectStorageClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_ArchivalStorage(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createBucketRequest) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createBucketRequest + + +CreateBucketRequest + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(createBucketRequest) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createBucketRequest + + +CreateBucketRequest + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteBucketRequest) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteBucketRequest + + +DeleteBucketRequest + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteBucketRequest) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteBucketRequest + + +DeleteBucketRequest + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listBucketsRequest) → {Promise.<listBucketsResponse>} + + +

+ + + + +
+

Trigers the listBuckets function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listBucketsRequest + + +ListBucketsRequest + + + +

Data required for listBuckets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listBucketsRequest) → {Promise.<listBucketsResponse>} + + +

+ + + + +
+

Trigers the listBuckets function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listBucketsRequest + + +ListBucketsRequest + + + +

Data required for listBuckets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateBucketRequest) → {Promise.<updateBucketResponse>} + + +

+ + + + +
+

Trigers the updateBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateBucketRequest + + +UpdateBucketRequest + + + +

Data required for updateBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateBucketRequest) → {Promise.<updateBucketResponse>} + + +

+ + + + +
+

Trigers the updateBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateBucketRequest + + +UpdateBucketRequest + + + +

Data required for updateBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + + + + +
+ +
+ +

Oracle_ArchivalStorage(do, options)

+ +

Class to create a ObjectStorageClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_ArchivalStorage(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createBucketRequest) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createBucketRequest + + +CreateBucketRequest + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + create(createBucketRequest) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createBucketRequest + + +CreateBucketRequest + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteBucketRequest) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteBucketRequest + + +DeleteBucketRequest + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteBucketRequest) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteBucketRequest + + +DeleteBucketRequest + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listBucketsRequest) → {Promise.<listBucketsResponse>} + + +

+ + + + +
+

Trigers the listBuckets function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listBucketsRequest + + +ListBucketsRequest + + + +

Data required for listBuckets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listBucketsRequest) → {Promise.<listBucketsResponse>} + + +

+ + + + +
+

Trigers the listBuckets function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listBucketsRequest + + +ListBucketsRequest + + + +

Data required for listBuckets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateBucketRequest) → {Promise.<updateBucketResponse>} + + +

+ + + + +
+

Trigers the updateBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateBucketRequest + + +UpdateBucketRequest + + + +

Data required for updateBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + DO/storage/do-archivalStorage.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateBucketRequest) → {Promise.<updateBucketResponse>} + + +

+ + + + +
+

Trigers the updateBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateBucketRequest + + +UpdateBucketRequest + + + +

Data required for updateBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-archivalStorage.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_BlockChain.html b/docs/Oracle_BlockChain.html new file mode 100644 index 00000000..dafc58e7 --- /dev/null +++ b/docs/Oracle_BlockChain.html @@ -0,0 +1,2044 @@ + + + + + + + + Oracle_BlockChain + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_BlockChain

+
+ + + + + +
+ +
+ +

Oracle_BlockChain(do, options)

+ +

Class to create a BlockchainPlatformClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_BlockChain(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createBlockchainPlatform(createBlockchainPlatformRequest) → {Promise.<createBlockchainPlatformResponse>} + + +

+ + + + +
+

Trigers the createBlockchainPlatform function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createBlockchainPlatformRequest + + +CreateBlockchainPlatformRequest + + + +

Data required for createBlockchainPlatform

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBlockchainPlatformResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createOsn(createOsnRequest) → {Promise.<createOsnResponse>} + + +

+ + + + +
+

Trigers the createOsn function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createOsnRequest + + +CreateOsnRequest + + + +

Data required for createOsn

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createOsnResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createPeer(createPeerRequest) → {Promise.<createPeerResponse>} + + +

+ + + + +
+

Trigers the createPeer function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createPeerRequest + + +CreatePeerRequest + + + +

Data required for createPeer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createPeerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteBlockchainPlatform(deleteBlockchainPlatformRequest) → {Promise.<deleteBlockchainPlatformResponse>} + + +

+ + + + +
+

Trigers the deleteBlockchainPlatform function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteBlockchainPlatformRequest + + +DeleteBlockchainPlatformRequest + + + +

Data required for deleteBlockchainPlatform

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBlockchainPlatformResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteOsn(deleteOsnRequest) → {Promise.<deleteOsnResponse>} + + +

+ + + + +
+

Trigers the deleteOsn function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteOsnRequest + + +DeleteOsnRequest + + + +

Data required for deleteOsn

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteOsnResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deletePeer(deletePeerRequest) → {Promise.<deletePeerResponse>} + + +

+ + + + +
+

Trigers the deletePeer function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deletePeerRequest + + +DeletePeerRequest + + + +

Data required for deletePeer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deletePeerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getOsn(getOsnRequest) → {Promise.<getOsnResponse>} + + +

+ + + + +
+

Trigers the getOsn function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getOsnRequest + + +GetOsnRequest + + + +

Data required for getOsn

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getOsnResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listBlockchainPlatforms(listBlockchainPlatformsRequest) → {Promise.<listBlockchainPlatformsResponse>} + + +

+ + + + +
+

Trigers the listBlockchainPlatforms function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listBlockchainPlatformsRequest + + +ListBlockchainPlatformsRequest + + + +

Data required for listBlockchainPlatforms

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 115 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBlockchainPlatformsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listOsns(listOsnsRequest) → {Promise.<listOsnsResponse>} + + +

+ + + + +
+

Trigers the listOsns function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listOsnsRequest + + +ListOsnsRequest + + + +

Data required for listOsns

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 128 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listOsnsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listPeers(listPeersRequest) → {Promise.<listPeersResponse>} + + +

+ + + + +
+

Trigers the listPeers function of BlockchainPlatformClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listPeersRequest + + +ListPeersRequest + + + +

Data required for listPeers

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/blockchain/oci-blockChain.js, line 141 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listPeersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_BlockStorage.html b/docs/Oracle_BlockStorage.html new file mode 100644 index 00000000..54a242c9 --- /dev/null +++ b/docs/Oracle_BlockStorage.html @@ -0,0 +1,1018 @@ + + + + + + + + Oracle_BlockStorage + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_BlockStorage

+
+ + + + + +
+ +
+ +

Oracle_BlockStorage(do, options)

+ +

Class to create a BlockstorageClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_BlockStorage(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-blockStorage.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createVolumeRequest) → {Promise.<createVolumeResponse>} + + +

+ + + + +
+

Trigers the createVolume function of BlockstorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createVolumeRequest + + +CreateVolumeRequest + + + +

Data required for createVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-blockStorage.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteVolumeRequest) → {Promise.<deleteVolumeResponse>} + + +

+ + + + +
+

Trigers the deleteVolume function of BlockstorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteVolumeRequest + + +DeleteVolumeRequest + + + +

Data required for deleteVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-blockStorage.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + get(getVolumeRequest) → {Promise.<getVolumeResponse>} + + +

+ + + + +
+

Trigers the getVolume function of BlockstorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getVolumeRequest + + +GetVolumeRequest + + + +

Data required for getVolume

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-blockStorage.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getVolumeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listVolumesRequest) → {Promise.<listVolumesResponse>} + + +

+ + + + +
+

Trigers the listVolumes function of BlockstorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listVolumesRequest + + +ListVolumesRequest + + + +

Data required for listVolumes

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-blockStorage.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listVolumesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_ComputeInstance.html b/docs/Oracle_ComputeInstance.html new file mode 100644 index 00000000..e25a2699 --- /dev/null +++ b/docs/Oracle_ComputeInstance.html @@ -0,0 +1,1873 @@ + + + + + + + + Oracle_ComputeInstance + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_ComputeInstance

+
+ + + + + +
+ +
+ +

Oracle_ComputeInstance(do, options)

+ +

Class to create a ContainerInstanceClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_ComputeInstance(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createContainerInstanceRequest) → {Promise.<createContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the createContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createContainerInstanceRequest + + +CreateContainerInstanceRequest + + + +

Data required for createContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteContainerInstanceRequest) → {Promise.<deleteContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the deleteContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteContainerInstanceRequest + + +DeleteContainerInstanceRequest + + + +

Data required for deleteContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + get(getContainerInstanceRequest) → {Promise.<getContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the getContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getContainerInstanceRequest + + +GetContainerInstanceRequest + + + +

Data required for getContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getAll(getContainerRequest) → {Promise.<getContainerResponse>} + + +

+ + + + +
+

Trigers the getContainer function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getContainerRequest + + +GetContainerRequest + + + +

Data required for getContainer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getContainerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listContainersRequest) → {Promise.<listContainersResponse>} + + +

+ + + + +
+

Trigers the listContainers function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listContainersRequest + + +ListContainersRequest + + + +

Data required for listContainers

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listContainersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restart(restartContainerInstanceRequest) → {Promise.<restartContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the restartContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
restartContainerInstanceRequest + + +RestartContainerInstanceRequest + + + +

Data required for restartContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<restartContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + start(startContainerInstanceRequest) → {Promise.<startContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the startContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
startContainerInstanceRequest + + +StartContainerInstanceRequest + + + +

Data required for startContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<startContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + stop(stopContainerInstanceRequest) → {Promise.<stopContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the stopContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stopContainerInstanceRequest + + +StopContainerInstanceRequest + + + +

Data required for stopContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 115 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<stopContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateContainerRequest) → {Promise.<updateContainerResponse>} + + +

+ + + + +
+

Trigers the updateContainer function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateContainerRequest + + +UpdateContainerRequest + + + +

Data required for updateContainer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-computeInstance.js, line 128 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateContainerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_Container.html b/docs/Oracle_Container.html new file mode 100644 index 00000000..d11699bc --- /dev/null +++ b/docs/Oracle_Container.html @@ -0,0 +1,1360 @@ + + + + + + + + Oracle_Container + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_Container

+
+ + + + + +
+ +
+ +

Oracle_Container(do, options)

+ +

Class to create a ContainerInstanceClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_Container(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createContainerInstanceRequest) → {Promise.<createContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the createContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createContainerInstanceRequest + + +CreateContainerInstanceRequest + + + +

Data required for createContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteContainerInstanceRequest) → {Promise.<deleteContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the deleteContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteContainerInstanceRequest + + +DeleteContainerInstanceRequest + + + +

Data required for deleteContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + describe(getContainerRequest) → {Promise.<getContainerResponse>} + + +

+ + + + +
+

Trigers the getContainer function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getContainerRequest + + +GetContainerRequest + + + +

Data required for getContainer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getContainerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listContainersRequest) → {Promise.<listContainersResponse>} + + +

+ + + + +
+

Trigers the listContainers function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listContainersRequest + + +ListContainersRequest + + + +

Data required for listContainers

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listContainersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + start(startContainerInstanceRequest) → {Promise.<startContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the startContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
startContainerInstanceRequest + + +StartContainerInstanceRequest + + + +

Data required for startContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<startContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + stop(stopContainerInstanceRequest) → {Promise.<stopContainerInstanceResponse>} + + +

+ + + + +
+

Trigers the stopContainerInstance function of ContainerInstanceClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stopContainerInstanceRequest + + +StopContainerInstanceRequest + + + +

Data required for stopContainerInstance

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-container.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<stopContainerInstanceResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_DNS.html b/docs/Oracle_DNS.html new file mode 100644 index 00000000..1412edd1 --- /dev/null +++ b/docs/Oracle_DNS.html @@ -0,0 +1,1018 @@ + + + + + + + + Oracle_DNS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_DNS

+
+ + + + + +
+ +
+ +

Oracle_DNS(do, options)

+ +

Class to create a DnsClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_DNS(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-DNS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createZoneRequest) → {Promise.<createZoneResponse>} + + +

+ + + + +
+

Trigers the createZone function of DnsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createZoneRequest + + +CreateZoneRequest + + + +

Data required for createZone

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-DNS.js, line 21 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createZoneResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteZoneRequest) → {Promise.<deleteZoneResponse>} + + +

+ + + + +
+

Trigers the deleteZone function of DnsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteZoneRequest + + +DeleteZoneRequest + + + +

Data required for deleteZone

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-DNS.js, line 34 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteZoneResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listZonesRequest) → {Promise.<listZonesResponse>} + + +

+ + + + +
+

Trigers the listZones function of DnsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listZonesRequest + + +ListZonesRequest + + + +

Data required for listZones

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-DNS.js, line 47 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listZonesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateZoneRequest) → {Promise.<updateZoneResponse>} + + +

+ + + + +
+

Trigers the updateZone function of DnsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateZoneRequest + + +UpdateZoneRequest + + + +

Data required for updateZone

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-DNS.js, line 60 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateZoneResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_Devops.html b/docs/Oracle_Devops.html new file mode 100644 index 00000000..66b99aac --- /dev/null +++ b/docs/Oracle_Devops.html @@ -0,0 +1,2557 @@ + + + + + + + + Oracle_Devops + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_Devops

+
+ + + + + +
+ +
+ +

Oracle_Devops(do, options)

+ +

Class to create a DevopsClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_Devops(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createDeployArtifact(createDeployArtifactRequest) → {Promise.<createDeployArtifactResponse>} + + +

+ + + + +
+

Trigers the createDeployArtifact function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createDeployArtifactRequest + + +CreateDeployArtifactRequest + + + +

Data required for createDeployArtifact

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDeployArtifactResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createDeployment(createDeploymentRequest) → {Promise.<createDeploymentResponse>} + + +

+ + + + +
+

Trigers the createDeployment function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createDeploymentRequest + + +CreateDeploymentRequest + + + +

Data required for createDeployment

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDeploymentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createDeployPipeline(createDeployPipelineRequest) → {Promise.<createDeployPipelineResponse>} + + +

+ + + + +
+

Trigers the createDeployPipeline function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createDeployPipelineRequest + + +CreateDeployPipelineRequest + + + +

Data required for createDeployPipeline

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDeployPipelineResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createProject(createProjectRequest) → {Promise.<createProjectResponse>} + + +

+ + + + +
+

Trigers the createProject function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createProjectRequest + + +CreateProjectRequest + + + +

Data required for createProject

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createProjectResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createRepository(createRepositoryRequest) → {Promise.<createRepositoryResponse>} + + +

+ + + + +
+

Trigers the createRepository function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createRepositoryRequest + + +CreateRepositoryRequest + + + +

Data required for createRepository

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createRepositoryResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDeployArtifact(deleteDeployArtifactRequest) → {Promise.<deleteDeployArtifactResponse>} + + +

+ + + + +
+

Trigers the deleteDeployArtifact function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteDeployArtifactRequest + + +DeleteDeployArtifactRequest + + + +

Data required for deleteDeployArtifact

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDeployArtifactResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDeployPipeline(deleteDeployPipelineRequest) → {Promise.<deleteDeployPipelineResponse>} + + +

+ + + + +
+

Trigers the deleteDeployPipeline function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteDeployPipelineRequest + + +DeleteDeployPipelineRequest + + + +

Data required for deleteDeployPipeline

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDeployPipelineResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteProject(deleteProjectRequest) → {Promise.<deleteProjectResponse>} + + +

+ + + + +
+

Trigers the deleteProject function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteProjectRequest + + +DeleteProjectRequest + + + +

Data required for deleteProject

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 115 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteProjectResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteRepository(deleteRepositoryRequest) → {Promise.<deleteRepositoryResponse>} + + +

+ + + + +
+

Trigers the deleteRepository function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteRepositoryRequest + + +DeleteRepositoryRequest + + + +

Data required for deleteRepository

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 128 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteRepositoryResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDeployArtifact(getDeployArtifactRequest) → {Promise.<getDeployArtifactResponse>} + + +

+ + + + +
+

Trigers the getDeployArtifact function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getDeployArtifactRequest + + +GetDeployArtifactRequest + + + +

Data required for getDeployArtifact

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 141 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDeployArtifactResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDeployment(getDeploymentRequest) → {Promise.<getDeploymentResponse>} + + +

+ + + + +
+

Trigers the getDeployment function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getDeploymentRequest + + +GetDeploymentRequest + + + +

Data required for getDeployment

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 167 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDeploymentResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDeployPipeline(getDeployPipelineRequest) → {Promise.<getDeployPipelineResponse>} + + +

+ + + + +
+

Trigers the getDeployPipeline function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getDeployPipelineRequest + + +GetDeployPipelineRequest + + + +

Data required for getDeployPipeline

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 154 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDeployPipelineResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getProject(getProjectRequest) → {Promise.<getProjectResponse>} + + +

+ + + + +
+

Trigers the getProject function of DevopsClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getProjectRequest + + +GetProjectRequest + + + +

Data required for getProject

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/devops/oci-devops.js, line 180 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getProjectResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_KeyManagement.html b/docs/Oracle_KeyManagement.html new file mode 100644 index 00000000..72e0c0b9 --- /dev/null +++ b/docs/Oracle_KeyManagement.html @@ -0,0 +1,1018 @@ + + + + + + + + Oracle_KeyManagement + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_KeyManagement

+
+ + + + + +
+ +
+ +

Oracle_KeyManagement(do, options)

+ +

Class to create a KmsManagementClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_KeyManagement(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-keyManagement.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createKey(createKeyRequest) → {Promise.<createKeyResponse>} + + +

+ + + + +
+

Trigers the createKey function of KmsManagementClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createKeyRequest + + +CreateKeyRequest + + + +

Data required for createKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-keyManagement.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + disableKey(disableKeyRequest) → {Promise.<disableKeyResponse>} + + +

+ + + + +
+

Trigers the disableKey function of KmsManagementClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
disableKeyRequest + + +DisableKeyRequest + + + +

Data required for disableKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-keyManagement.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<disableKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + enableKey(enableKeyRequest) → {Promise.<enableKeyResponse>} + + +

+ + + + +
+

Trigers the enableKey function of KmsManagementClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
enableKeyRequest + + +EnableKeyRequest + + + +

Data required for enableKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-keyManagement.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<enableKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateKeyRequest) → {Promise.<updateKeyResponse>} + + +

+ + + + +
+

Trigers the updateKey function of KmsManagementClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateKeyRequest + + +UpdateKeyRequest + + + +

Data required for updateKey

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-keyManagement.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateKeyResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_Kubernetes.html b/docs/Oracle_Kubernetes.html new file mode 100644 index 00000000..c16685fa --- /dev/null +++ b/docs/Oracle_Kubernetes.html @@ -0,0 +1,2044 @@ + + + + + + + + Oracle_Kubernetes + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_Kubernetes

+
+ + + + + +
+ +
+ +

Oracle_Kubernetes(do, options)

+ +

Class to create a ContainerEngineClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_Kubernetes(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createClusterRequest) → {Promise.<createClusterResponse>} + + +

+ + + + +
+

Trigers the createCluster function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createClusterRequest + + +CreateClusterRequest + + + +

Data required for createCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + createNodePool(createNodePoolRequest) → {Promise.<createNodePoolResponse>} + + +

+ + + + +
+

Trigers the createNodePool function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createNodePoolRequest + + +CreateNodePoolRequest + + + +

Data required for createNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteClusterRequest) → {Promise.<deleteClusterResponse>} + + +

+ + + + +
+

Trigers the deleteCluster function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteClusterRequest + + +DeleteClusterRequest + + + +

Data required for deleteCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNode(deleteNodeRequest) → {Promise.<deleteNodeResponse>} + + +

+ + + + +
+

Trigers the deleteNode function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteNodeRequest + + +DeleteNodeRequest + + + +

Data required for deleteNode

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodeResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteNodePool(deleteNodePoolRequest) → {Promise.<deleteNodePoolResponse>} + + +

+ + + + +
+

Trigers the deleteNodePool function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteNodePoolRequest + + +DeleteNodePoolRequest + + + +

Data required for deleteNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + get(getClusterRequest) → {Promise.<getClusterResponse>} + + +

+ + + + +
+

Trigers the getCluster function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getClusterRequest + + +GetClusterRequest + + + +

Data required for getCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getNodePool(getNodePoolRequest) → {Promise.<getNodePoolResponse>} + + +

+ + + + +
+

Trigers the getNodePool function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getNodePoolRequest + + +GetNodePoolRequest + + + +

Data required for getNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listClustersRequest) → {Promise.<listClustersResponse>} + + +

+ + + + +
+

Trigers the listClusters function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listClustersRequest + + +ListClustersRequest + + + +

Data required for listClusters

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 115 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listClustersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateClusterRequest) → {Promise.<updateClusterResponse>} + + +

+ + + + +
+

Trigers the updateCluster function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateClusterRequest + + +UpdateClusterRequest + + + +

Data required for updateCluster

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 128 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateClusterResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateNodePool(updateNodePoolRequest) → {Promise.<updateNodePoolResponse>} + + +

+ + + + +
+

Trigers the updateNodePool function of ContainerEngineClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateNodePoolRequest + + +UpdateNodePoolRequest + + + +

Data required for updateNodePool

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/compute/oci-kubernetes.js, line 141 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateNodePoolResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_LoadBalancer.html b/docs/Oracle_LoadBalancer.html new file mode 100644 index 00000000..c3ac0d85 --- /dev/null +++ b/docs/Oracle_LoadBalancer.html @@ -0,0 +1,1189 @@ + + + + + + + + Oracle_LoadBalancer + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_LoadBalancer

+
+ + + + + +
+ +
+ +

Oracle_LoadBalancer(do, options)

+ +

Class to create a LoadBalancerClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_LoadBalancer(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-loadBalancer.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createLoadBalancerRequest) → {Promise.<createLoadBalancerResponse>} + + +

+ + + + +
+

Trigers the createLoadBalancer function of LoadBalancerClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createLoadBalancerRequest + + +CreateLoadBalancerRequest + + + +

Data required for createLoadBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-loadBalancer.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createLoadBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteLoadBalancerRequest) → {Promise.<deleteLoadBalancerResponse>} + + +

+ + + + +
+

Trigers the deleteLoadBalancer function of LoadBalancerClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteLoadBalancerRequest + + +DeleteLoadBalancerRequest + + + +

Data required for deleteLoadBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-loadBalancer.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteLoadBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + get(getLoadBalancerRequest) → {Promise.<getLoadBalancerResponse>} + + +

+ + + + +
+

Trigers the getLoadBalancer function of LoadBalancerClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getLoadBalancerRequest + + +GetLoadBalancerRequest + + + +

Data required for getLoadBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-loadBalancer.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getLoadBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listLoadBalancersRequest) → {Promise.<listLoadBalancersResponse>} + + +

+ + + + +
+

Trigers the listLoadBalancers function of LoadBalancerClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listLoadBalancersRequest + + +ListLoadBalancersRequest + + + +

Data required for listLoadBalancers

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-loadBalancer.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listLoadBalancersResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + update(updateLoadBalancerRequest) → {Promise.<updateLoadBalancerResponse>} + + +

+ + + + +
+

Trigers the updateLoadBalancer function of LoadBalancerClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateLoadBalancerRequest + + +UpdateLoadBalancerRequest + + + +

Data required for updateLoadBalancer

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/network/oci-loadBalancer.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateLoadBalancerResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_NoSql.html b/docs/Oracle_NoSql.html new file mode 100644 index 00000000..e43f477c --- /dev/null +++ b/docs/Oracle_NoSql.html @@ -0,0 +1,1702 @@ + + + + + + + + Oracle_NoSql + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_NoSql

+
+ + + + + +
+ +
+ +

Oracle_NoSql(do, options)

+ +

Class to create a NosqlClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_NoSql(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createTable(createTableRequest) → {Promise.<createTableResponse>} + + +

+ + + + +
+

Trigers the createTable function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createTableRequest + + +CreateTableRequest + + + +

Data required for createTable

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 21 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteRow(deleteRowRequest) → {Promise.<deleteRowResponse>} + + +

+ + + + +
+

Trigers the deleteRow function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteRowRequest + + +DeleteRowRequest + + + +

Data required for deleteRow

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 34 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteRowResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteTable(deleteTableRequest) → {Promise.<deleteTableResponse>} + + +

+ + + + +
+

Trigers the deleteTable function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteTableRequest + + +DeleteTableRequest + + + +

Data required for deleteTable

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 47 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getRow(getRowRequest) → {Promise.<getRowResponse>} + + +

+ + + + +
+

Trigers the getRow function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getRowRequest + + +GetRowRequest + + + +

Data required for getRow

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 60 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getRowResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getTable(getTableRequest) → {Promise.<getTableResponse>} + + +

+ + + + +
+

Trigers the getTable function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getTableRequest + + +GetTableRequest + + + +

Data required for getTable

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 73 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + listTables(listTablesRequest) → {Promise.<listTablesResponse>} + + +

+ + + + +
+

Trigers the listTables function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listTablesRequest + + +ListTablesRequest + + + +

Data required for listTables

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 86 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listTablesResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateRow(updateRowRequest) → {Promise.<updateRowResponse>} + + +

+ + + + +
+

Trigers the updateRow function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateRowRequest + + +UpdateRowRequest + + + +

Data required for updateRow

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 99 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateRowResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateTable(updateTableRequest) → {Promise.<updateTableResponse>} + + +

+ + + + +
+

Trigers the updateTable function of NosqlClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateTableRequest + + +UpdateTableRequest + + + +

Data required for updateTable

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-noSql.js, line 112 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateTableResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_NotificationService.html b/docs/Oracle_NotificationService.html new file mode 100644 index 00000000..52df7607 --- /dev/null +++ b/docs/Oracle_NotificationService.html @@ -0,0 +1,1018 @@ + + + + + + + + Oracle_NotificationService + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_NotificationService

+
+ + + + + +
+ +
+ +

Oracle_NotificationService(do, options)

+ +

Class to create a NotificationDataPlaneClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_NotificationService(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-notificationService.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + listSubscriptions(listSubscriptionsRequest) → {Promise.<listSubscriptionsResponse>} + + +

+ + + + +
+

Trigers the listSubscriptions function of NotificationDataPlaneClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listSubscriptionsRequest + + +ListSubscriptionsRequest + + + +

Data required for listSubscriptions

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-notificationService.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listSubscriptionsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + publish(publishMessageRequest) → {Promise.<publishMessageResponse>} + + +

+ + + + +
+

Trigers the publishMessage function of NotificationDataPlaneClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
publishMessageRequest + + +PublishMessageRequest + + + +

Data required for publishMessage

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-notificationService.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<publishMessageResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + subscribe(createSubscriptionRequest) → {Promise.<createSubscriptionResponse>} + + +

+ + + + +
+

Trigers the createSubscription function of NotificationDataPlaneClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createSubscriptionRequest + + +CreateSubscriptionRequest + + + +

Data required for createSubscription

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-notificationService.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createSubscriptionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + unsubscribe(deleteSubscriptionRequest) → {Promise.<deleteSubscriptionResponse>} + + +

+ + + + +
+

Trigers the deleteSubscription function of NotificationDataPlaneClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteSubscriptionRequest + + +DeleteSubscriptionRequest + + + +

Data required for deleteSubscription

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/management/oci-notificationService.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteSubscriptionResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_RDBMS.html b/docs/Oracle_RDBMS.html new file mode 100644 index 00000000..e35bb081 --- /dev/null +++ b/docs/Oracle_RDBMS.html @@ -0,0 +1,1531 @@ + + + + + + + + Oracle_RDBMS + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_RDBMS

+
+ + + + + +
+ +
+ +

Oracle_RDBMS(do, options)

+ +

Class to create a DbSystemClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_RDBMS(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + createDBSystem(createDbSystemRequest) → {Promise.<createDbSystemResponse>} + + +

+ + + + +
+

Trigers the createDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createDbSystemRequest + + +CreateDbSystemRequest + + + +

Data required for createDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + deleteDBSystem(deleteDbSystemRequest) → {Promise.<deleteDbSystemResponse>} + + +

+ + + + +
+

Trigers the deleteDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteDbSystemRequest + + +DeleteDbSystemRequest + + + +

Data required for deleteDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + getDBSystem(getDbSystemRequest) → {Promise.<getDbSystemResponse>} + + +

+ + + + +
+

Trigers the getDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getDbSystemRequest + + +GetDbSystemRequest + + + +

Data required for getDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + restartDBSystem(restartDbSystemRequest) → {Promise.<restartDbSystemResponse>} + + +

+ + + + +
+

Trigers the restartDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
restartDbSystemRequest + + +RestartDbSystemRequest + + + +

Data required for restartDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<restartDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + startDBSystem(startDbSystemRequest) → {Promise.<startDbSystemResponse>} + + +

+ + + + +
+

Trigers the startDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
startDbSystemRequest + + +StartDbSystemRequest + + + +

Data required for startDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<startDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + stopDBSystem(stopDbSystemRequest) → {Promise.<stopDbSystemResponse>} + + +

+ + + + +
+

Trigers the stopDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stopDbSystemRequest + + +StopDbSystemRequest + + + +

Data required for stopDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 89 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<stopDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + updateDBSystem(updateDbSystemRequest) → {Promise.<updateDbSystemResponse>} + + +

+ + + + +
+

Trigers the updateDbSystem function of DbSystemClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
updateDbSystemRequest + + +UpdateDbSystemRequest + + + +

Data required for updateDbSystem

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/database/oci-RDBMS.js, line 102 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<updateDbSystemResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_StorageBucket.html b/docs/Oracle_StorageBucket.html new file mode 100644 index 00000000..9c5ddc6e --- /dev/null +++ b/docs/Oracle_StorageBucket.html @@ -0,0 +1,1189 @@ + + + + + + + + Oracle_StorageBucket + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Class

+

Oracle_StorageBucket

+
+ + + + + +
+ +
+ +

Oracle_StorageBucket(do, options)

+ +

Class to create a ObjectStorageClient object

+ + +
+ +
+
+ + +
+
+
+
+ Constructor +
+ + + + +

+ # + + + + new Oracle_StorageBucket(do, options) + + +

+ + + + + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
do + + +module + + + +

Oracle SDK

options + + +object + + + +

SDK options

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-storageBucket.js, line 12 + +

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + + + + + + + + + + + + +
+

Methods

+
+ +
+ + + +

+ # + + + + create(createBucketRequest) → {Promise.<createBucketResponse>} + + +

+ + + + +
+

Trigers the createBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
createBucketRequest + + +CreateBucketRequest + + + +

Data required for createBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-storageBucket.js, line 24 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<createBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + delete(deleteBucketRequest) → {Promise.<deleteBucketResponse>} + + +

+ + + + +
+

Trigers the deleteBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
deleteBucketRequest + + +DeleteBucketRequest + + + +

Data required for deleteBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-storageBucket.js, line 37 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<deleteBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + get(getBucketRequest) → {Promise.<getBucketResponse>} + + +

+ + + + +
+

Trigers the getBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
getBucketRequest + + +GetBucketRequest + + + +

Data required for getBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-storageBucket.js, line 50 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<getBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + list(listBucketsRequest) → {Promise.<listBucketsResponse>} + + +

+ + + + +
+

Trigers the listBuckets function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
listBucketsRequest + + +ListBucketsRequest + + + +

Data required for listBuckets

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-storageBucket.js, line 63 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<listBucketsResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+ + + +

+ # + + + + reencrypt(reencryptBucketRequest) → {Promise.<reencryptBucketResponse>} + + +

+ + + + +
+

Trigers the reencryptBucket function of ObjectStorageClient

+
+ + + + + + + + + + +
Parameters:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
reencryptBucketRequest + + +ReencryptBucketRequest + + + +

Data required for reencryptBucket

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ View Source + + Oracle/storage/oci-storageBucket.js, line 76 + +

+ +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ + +
+ + +Promise.<reencryptBucketResponse> + + +
+ +
+ + +
+
+ + + + +
+ +
+
+ + + + + +
+ +
+ + + + +
+ + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/docs/Oracle_blockchain_oci-blockChain.js.html b/docs/Oracle_blockchain_oci-blockChain.js.html new file mode 100644 index 00000000..d56a031b --- /dev/null +++ b/docs/Oracle_blockchain_oci-blockChain.js.html @@ -0,0 +1,266 @@ + + + + + + + + + + Oracle/blockchain/oci-blockChain.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/blockchain/oci-blockChain.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a BlockchainPlatformClient object
+ * @category Oracle Cloud
+ */
+class Oracle_BlockChain {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.BlockchainPlatformClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createBlockchainPlatform function of BlockchainPlatformClient
+	 * @param {CreateBlockchainPlatformRequest} createBlockchainPlatformRequest - Data required for createBlockchainPlatform
+	 * @returns {Promise<createBlockchainPlatformResponse>}
+	 */
+	createBlockchainPlatform(createBlockchainPlatformRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.createBlockchainPlatform(createBlockchainPlatformRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createOsn function of BlockchainPlatformClient
+	 * @param {CreateOsnRequest} createOsnRequest - Data required for createOsn
+	 * @returns {Promise<createOsnResponse>}
+	 */
+	createOsn(createOsnRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.createOsn(createOsnRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createPeer function of BlockchainPlatformClient
+	 * @param {CreatePeerRequest} createPeerRequest - Data required for createPeer
+	 * @returns {Promise<createPeerResponse>}
+	 */
+	createPeer(createPeerRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.createPeer(createPeerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteBlockchainPlatform function of BlockchainPlatformClient
+	 * @param {DeleteBlockchainPlatformRequest} deleteBlockchainPlatformRequest - Data required for deleteBlockchainPlatform
+	 * @returns {Promise<deleteBlockchainPlatformResponse>}
+	 */
+	deleteBlockchainPlatform(deleteBlockchainPlatformRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.deleteBlockchainPlatform(deleteBlockchainPlatformRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteOsn function of BlockchainPlatformClient
+	 * @param {DeleteOsnRequest} deleteOsnRequest - Data required for deleteOsn
+	 * @returns {Promise<deleteOsnResponse>}
+	 */
+	deleteOsn(deleteOsnRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.deleteOsn(deleteOsnRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deletePeer function of BlockchainPlatformClient
+	 * @param {DeletePeerRequest} deletePeerRequest - Data required for deletePeer
+	 * @returns {Promise<deletePeerResponse>}
+	 */
+	deletePeer(deletePeerRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.deletePeer(deletePeerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getOsn function of BlockchainPlatformClient
+	 * @param {GetOsnRequest} getOsnRequest - Data required for getOsn
+	 * @returns {Promise<getOsnResponse>}
+	 */
+	getOsn(getOsnRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.getOsn(getOsnRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listBlockchainPlatforms function of BlockchainPlatformClient
+	 * @param {ListBlockchainPlatformsRequest} listBlockchainPlatformsRequest - Data required for listBlockchainPlatforms
+	 * @returns {Promise<listBlockchainPlatformsResponse>}
+	 */
+	listBlockchainPlatforms(listBlockchainPlatformsRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.listBlockchainPlatforms(listBlockchainPlatformsRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listOsns function of BlockchainPlatformClient
+	 * @param {ListOsnsRequest} listOsnsRequest - Data required for listOsns
+	 * @returns {Promise<listOsnsResponse>}
+	 */
+	listOsns(listOsnsRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.listOsns(listOsnsRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listPeers function of BlockchainPlatformClient
+	 * @param {ListPeersRequest} listPeersRequest - Data required for listPeers
+	 * @returns {Promise<listPeersResponse>}
+	 */
+	listPeers(listPeersRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockchainPlatformClient
+				.listPeers(listPeersRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_BlockChain;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_compute_oci-computeInstance.js.html b/docs/Oracle_compute_oci-computeInstance.js.html new file mode 100644 index 00000000..38850867 --- /dev/null +++ b/docs/Oracle_compute_oci-computeInstance.js.html @@ -0,0 +1,253 @@ + + + + + + + + + + Oracle/compute/oci-computeInstance.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/compute/oci-computeInstance.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a ContainerInstanceClient object
+ * @category Oracle Cloud
+ */
+class Oracle_ComputeInstance {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.ContainerInstanceClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createContainerInstance function of ContainerInstanceClient
+	 * @param {CreateContainerInstanceRequest} createContainerInstanceRequest - Data required for createContainerInstance
+	 * @returns {Promise<createContainerInstanceResponse>}
+	 */
+	create(createContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.createContainerInstance(createContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteContainerInstance function of ContainerInstanceClient
+	 * @param {DeleteContainerInstanceRequest} deleteContainerInstanceRequest - Data required for deleteContainerInstance
+	 * @returns {Promise<deleteContainerInstanceResponse>}
+	 */
+	delete(deleteContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.deleteContainerInstance(deleteContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getContainer function of ContainerInstanceClient
+	 * @param {GetContainerRequest} getContainerRequest - Data required for getContainer
+	 * @returns {Promise<getContainerResponse>}
+	 */
+	getAll(getContainerRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.getContainer(getContainerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getContainerInstance function of ContainerInstanceClient
+	 * @param {GetContainerInstanceRequest} getContainerInstanceRequest - Data required for getContainerInstance
+	 * @returns {Promise<getContainerInstanceResponse>}
+	 */
+	get(getContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.getContainerInstance(getContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listContainers function of ContainerInstanceClient
+	 * @param {ListContainersRequest} listContainersRequest - Data required for listContainers
+	 * @returns {Promise<listContainersResponse>}
+	 */
+	list(listContainersRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.listContainers(listContainersRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the restartContainerInstance function of ContainerInstanceClient
+	 * @param {RestartContainerInstanceRequest} restartContainerInstanceRequest - Data required for restartContainerInstance
+	 * @returns {Promise<restartContainerInstanceResponse>}
+	 */
+	restart(restartContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.restartContainerInstance(restartContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the startContainerInstance function of ContainerInstanceClient
+	 * @param {StartContainerInstanceRequest} startContainerInstanceRequest - Data required for startContainerInstance
+	 * @returns {Promise<startContainerInstanceResponse>}
+	 */
+	start(startContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.startContainerInstance(startContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the stopContainerInstance function of ContainerInstanceClient
+	 * @param {StopContainerInstanceRequest} stopContainerInstanceRequest - Data required for stopContainerInstance
+	 * @returns {Promise<stopContainerInstanceResponse>}
+	 */
+	stop(stopContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.stopContainerInstance(stopContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateContainer function of ContainerInstanceClient
+	 * @param {UpdateContainerRequest} updateContainerRequest - Data required for updateContainer
+	 * @returns {Promise<updateContainerResponse>}
+	 */
+	update(updateContainerRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.updateContainer(updateContainerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_ComputeInstance;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_compute_oci-container.js.html b/docs/Oracle_compute_oci-container.js.html new file mode 100644 index 00000000..f92ca9b4 --- /dev/null +++ b/docs/Oracle_compute_oci-container.js.html @@ -0,0 +1,214 @@ + + + + + + + + + + Oracle/compute/oci-container.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/compute/oci-container.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a ContainerInstanceClient object
+ * @category Oracle Cloud
+ */
+class Oracle_Container {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.ContainerInstanceClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createContainerInstance function of ContainerInstanceClient
+	 * @param {CreateContainerInstanceRequest} createContainerInstanceRequest - Data required for createContainerInstance
+	 * @returns {Promise<createContainerInstanceResponse>}
+	 */
+	create(createContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.createContainerInstance(createContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteContainerInstance function of ContainerInstanceClient
+	 * @param {DeleteContainerInstanceRequest} deleteContainerInstanceRequest - Data required for deleteContainerInstance
+	 * @returns {Promise<deleteContainerInstanceResponse>}
+	 */
+	delete(deleteContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.deleteContainerInstance(deleteContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getContainer function of ContainerInstanceClient
+	 * @param {GetContainerRequest} getContainerRequest - Data required for getContainer
+	 * @returns {Promise<getContainerResponse>}
+	 */
+	describe(getContainerRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.getContainer(getContainerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listContainers function of ContainerInstanceClient
+	 * @param {ListContainersRequest} listContainersRequest - Data required for listContainers
+	 * @returns {Promise<listContainersResponse>}
+	 */
+	list(listContainersRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.listContainers(listContainersRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the startContainerInstance function of ContainerInstanceClient
+	 * @param {StartContainerInstanceRequest} startContainerInstanceRequest - Data required for startContainerInstance
+	 * @returns {Promise<startContainerInstanceResponse>}
+	 */
+	start(startContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.startContainerInstance(startContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the stopContainerInstance function of ContainerInstanceClient
+	 * @param {StopContainerInstanceRequest} stopContainerInstanceRequest - Data required for stopContainerInstance
+	 * @returns {Promise<stopContainerInstanceResponse>}
+	 */
+	stop(stopContainerInstanceRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerInstanceClient
+				.stopContainerInstance(stopContainerInstanceRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_Container;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_compute_oci-kubernetes.js.html b/docs/Oracle_compute_oci-kubernetes.js.html new file mode 100644 index 00000000..d80720ff --- /dev/null +++ b/docs/Oracle_compute_oci-kubernetes.js.html @@ -0,0 +1,266 @@ + + + + + + + + + + Oracle/compute/oci-kubernetes.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/compute/oci-kubernetes.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a ContainerEngineClient object
+ * @category Oracle Cloud
+ */
+class Oracle_Kubernetes {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.ContainerEngineClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createCluster function of ContainerEngineClient
+	 * @param {CreateClusterRequest} createClusterRequest - Data required for createCluster
+	 * @returns {Promise<createClusterResponse>}
+	 */
+	create(createClusterRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.createCluster(createClusterRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createNodePool function of ContainerEngineClient
+	 * @param {CreateNodePoolRequest} createNodePoolRequest - Data required for createNodePool
+	 * @returns {Promise<createNodePoolResponse>}
+	 */
+	createNodePool(createNodePoolRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.createNodePool(createNodePoolRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteCluster function of ContainerEngineClient
+	 * @param {DeleteClusterRequest} deleteClusterRequest - Data required for deleteCluster
+	 * @returns {Promise<deleteClusterResponse>}
+	 */
+	delete(deleteClusterRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.deleteCluster(deleteClusterRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteNode function of ContainerEngineClient
+	 * @param {DeleteNodeRequest} deleteNodeRequest - Data required for deleteNode
+	 * @returns {Promise<deleteNodeResponse>}
+	 */
+	deleteNode(deleteNodeRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.deleteNode(deleteNodeRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteNodePool function of ContainerEngineClient
+	 * @param {DeleteNodePoolRequest} deleteNodePoolRequest - Data required for deleteNodePool
+	 * @returns {Promise<deleteNodePoolResponse>}
+	 */
+	deleteNodePool(deleteNodePoolRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.deleteNodePool(deleteNodePoolRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getCluster function of ContainerEngineClient
+	 * @param {GetClusterRequest} getClusterRequest - Data required for getCluster
+	 * @returns {Promise<getClusterResponse>}
+	 */
+	get(getClusterRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.getCluster(getClusterRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getNodePool function of ContainerEngineClient
+	 * @param {GetNodePoolRequest} getNodePoolRequest - Data required for getNodePool
+	 * @returns {Promise<getNodePoolResponse>}
+	 */
+	getNodePool(getNodePoolRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.getNodePool(getNodePoolRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listClusters function of ContainerEngineClient
+	 * @param {ListClustersRequest} listClustersRequest - Data required for listClusters
+	 * @returns {Promise<listClustersResponse>}
+	 */
+	list(listClustersRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.listClusters(listClustersRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateCluster function of ContainerEngineClient
+	 * @param {UpdateClusterRequest} updateClusterRequest - Data required for updateCluster
+	 * @returns {Promise<updateClusterResponse>}
+	 */
+	update(updateClusterRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.updateCluster(updateClusterRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateNodePool function of ContainerEngineClient
+	 * @param {UpdateNodePoolRequest} updateNodePoolRequest - Data required for updateNodePool
+	 * @returns {Promise<updateNodePoolResponse>}
+	 */
+	updateNodePool(updateNodePoolRequest) {
+		return new Promise((resolve, reject) => {
+			this._containerEngineClient
+				.updateNodePool(updateNodePoolRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_Kubernetes;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_database_oci-RDBMS.js.html b/docs/Oracle_database_oci-RDBMS.js.html new file mode 100644 index 00000000..d6a44174 --- /dev/null +++ b/docs/Oracle_database_oci-RDBMS.js.html @@ -0,0 +1,227 @@ + + + + + + + + + + Oracle/database/oci-RDBMS.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/database/oci-RDBMS.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a DbSystemClient object
+ * @category Oracle Cloud
+ */
+class Oracle_RDBMS {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.DbSystemClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createDbSystem function of DbSystemClient
+	 * @param {CreateDbSystemRequest} createDbSystemRequest - Data required for createDbSystem
+	 * @returns {Promise<createDbSystemResponse>}
+	 */
+	createDBSystem(createDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.createDbSystem(createDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteDbSystem function of DbSystemClient
+	 * @param {DeleteDbSystemRequest} deleteDbSystemRequest - Data required for deleteDbSystem
+	 * @returns {Promise<deleteDbSystemResponse>}
+	 */
+	deleteDBSystem(deleteDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.deleteDbSystem(deleteDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getDbSystem function of DbSystemClient
+	 * @param {GetDbSystemRequest} getDbSystemRequest - Data required for getDbSystem
+	 * @returns {Promise<getDbSystemResponse>}
+	 */
+	getDBSystem(getDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.getDbSystem(getDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the restartDbSystem function of DbSystemClient
+	 * @param {RestartDbSystemRequest} restartDbSystemRequest - Data required for restartDbSystem
+	 * @returns {Promise<restartDbSystemResponse>}
+	 */
+	restartDBSystem(restartDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.restartDbSystem(restartDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the startDbSystem function of DbSystemClient
+	 * @param {StartDbSystemRequest} startDbSystemRequest - Data required for startDbSystem
+	 * @returns {Promise<startDbSystemResponse>}
+	 */
+	startDBSystem(startDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.startDbSystem(startDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the stopDbSystem function of DbSystemClient
+	 * @param {StopDbSystemRequest} stopDbSystemRequest - Data required for stopDbSystem
+	 * @returns {Promise<stopDbSystemResponse>}
+	 */
+	stopDBSystem(stopDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.stopDbSystem(stopDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateDbSystem function of DbSystemClient
+	 * @param {UpdateDbSystemRequest} updateDbSystemRequest - Data required for updateDbSystem
+	 * @returns {Promise<updateDbSystemResponse>}
+	 */
+	updateDBSystem(updateDbSystemRequest) {
+		return new Promise((resolve, reject) => {
+			this._dbSystemClient
+				.updateDbSystem(updateDbSystemRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_RDBMS;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_database_oci-noSql.js.html b/docs/Oracle_database_oci-noSql.js.html new file mode 100644 index 00000000..737347f8 --- /dev/null +++ b/docs/Oracle_database_oci-noSql.js.html @@ -0,0 +1,237 @@ + + + + + + + + + + Oracle/database/oci-noSql.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/database/oci-noSql.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a NosqlClient object
+ * @category Oracle Cloud
+ */
+class Oracle_NoSql {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.NosqlClient(params, clientConfiguration);
+	}
+	/**
+	 * Trigers the createTable function of NosqlClient
+	 * @param {CreateTableRequest} createTableRequest - Data required for createTable
+	 * @returns {Promise<createTableResponse>}
+	 */
+	createTable(createTableRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.createTable(createTableRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteRow function of NosqlClient
+	 * @param {DeleteRowRequest} deleteRowRequest - Data required for deleteRow
+	 * @returns {Promise<deleteRowResponse>}
+	 */
+	deleteRow(deleteRowRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.deleteRow(deleteRowRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteTable function of NosqlClient
+	 * @param {DeleteTableRequest} deleteTableRequest - Data required for deleteTable
+	 * @returns {Promise<deleteTableResponse>}
+	 */
+	deleteTable(deleteTableRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.deleteTable(deleteTableRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getRow function of NosqlClient
+	 * @param {GetRowRequest} getRowRequest - Data required for getRow
+	 * @returns {Promise<getRowResponse>}
+	 */
+	getRow(getRowRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.getRow(getRowRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getTable function of NosqlClient
+	 * @param {GetTableRequest} getTableRequest - Data required for getTable
+	 * @returns {Promise<getTableResponse>}
+	 */
+	getTable(getTableRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.getTable(getTableRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listTables function of NosqlClient
+	 * @param {ListTablesRequest} listTablesRequest - Data required for listTables
+	 * @returns {Promise<listTablesResponse>}
+	 */
+	listTables(listTablesRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.listTables(listTablesRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateRow function of NosqlClient
+	 * @param {UpdateRowRequest} updateRowRequest - Data required for updateRow
+	 * @returns {Promise<updateRowResponse>}
+	 */
+	updateRow(updateRowRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.updateRow(updateRowRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateTable function of NosqlClient
+	 * @param {UpdateTableRequest} updateTableRequest - Data required for updateTable
+	 * @returns {Promise<updateTableResponse>}
+	 */
+	updateTable(updateTableRequest) {
+		return new Promise((resolve, reject) => {
+			this._nosqlClient
+				.updateTable(updateTableRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_NoSql;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_devops_oci-devops.js.html b/docs/Oracle_devops_oci-devops.js.html new file mode 100644 index 00000000..9ff3a4a4 --- /dev/null +++ b/docs/Oracle_devops_oci-devops.js.html @@ -0,0 +1,305 @@ + + + + + + + + + + Oracle/devops/oci-devops.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/devops/oci-devops.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a DevopsClient object
+ * @category Oracle Cloud
+ */
+class Oracle_Devops {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.DevopsClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createDeployArtifact function of DevopsClient
+	 * @param {CreateDeployArtifactRequest} createDeployArtifactRequest - Data required for createDeployArtifact
+	 * @returns {Promise<createDeployArtifactResponse>}
+	 */
+	createDeployArtifact(createDeployArtifactRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.createDeployArtifact(createDeployArtifactRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createDeployPipeline function of DevopsClient
+	 * @param {CreateDeployPipelineRequest} createDeployPipelineRequest - Data required for createDeployPipeline
+	 * @returns {Promise<createDeployPipelineResponse>}
+	 */
+	createDeployPipeline(createDeployPipelineRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.createDeployPipeline(createDeployPipelineRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createDeployment function of DevopsClient
+	 * @param {CreateDeploymentRequest} createDeploymentRequest - Data required for createDeployment
+	 * @returns {Promise<createDeploymentResponse>}
+	 */
+	createDeployment(createDeploymentRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.createDeployment(createDeploymentRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createProject function of DevopsClient
+	 * @param {CreateProjectRequest} createProjectRequest - Data required for createProject
+	 * @returns {Promise<createProjectResponse>}
+	 */
+	createProject(createProjectRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.createProject(createProjectRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the createRepository function of DevopsClient
+	 * @param {CreateRepositoryRequest} createRepositoryRequest - Data required for createRepository
+	 * @returns {Promise<createRepositoryResponse>}
+	 */
+	createRepository(createRepositoryRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.createRepository(createRepositoryRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteDeployArtifact function of DevopsClient
+	 * @param {DeleteDeployArtifactRequest} deleteDeployArtifactRequest - Data required for deleteDeployArtifact
+	 * @returns {Promise<deleteDeployArtifactResponse>}
+	 */
+	deleteDeployArtifact(deleteDeployArtifactRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.deleteDeployArtifact(deleteDeployArtifactRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteDeployPipeline function of DevopsClient
+	 * @param {DeleteDeployPipelineRequest} deleteDeployPipelineRequest - Data required for deleteDeployPipeline
+	 * @returns {Promise<deleteDeployPipelineResponse>}
+	 */
+	deleteDeployPipeline(deleteDeployPipelineRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.deleteDeployPipeline(deleteDeployPipelineRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteProject function of DevopsClient
+	 * @param {DeleteProjectRequest} deleteProjectRequest - Data required for deleteProject
+	 * @returns {Promise<deleteProjectResponse>}
+	 */
+	deleteProject(deleteProjectRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.deleteProject(deleteProjectRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteRepository function of DevopsClient
+	 * @param {DeleteRepositoryRequest} deleteRepositoryRequest - Data required for deleteRepository
+	 * @returns {Promise<deleteRepositoryResponse>}
+	 */
+	deleteRepository(deleteRepositoryRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.deleteRepository(deleteRepositoryRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getDeployArtifact function of DevopsClient
+	 * @param {GetDeployArtifactRequest} getDeployArtifactRequest - Data required for getDeployArtifact
+	 * @returns {Promise<getDeployArtifactResponse>}
+	 */
+	getDeployArtifact(getDeployArtifactRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.getDeployArtifact(getDeployArtifactRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getDeployPipeline function of DevopsClient
+	 * @param {GetDeployPipelineRequest} getDeployPipelineRequest - Data required for getDeployPipeline
+	 * @returns {Promise<getDeployPipelineResponse>}
+	 */
+	getDeployPipeline(getDeployPipelineRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.getDeployPipeline(getDeployPipelineRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getDeployment function of DevopsClient
+	 * @param {GetDeploymentRequest} getDeploymentRequest - Data required for getDeployment
+	 * @returns {Promise<getDeploymentResponse>}
+	 */
+	getDeployment(getDeploymentRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.getDeployment(getDeploymentRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getProject function of DevopsClient
+	 * @param {GetProjectRequest} getProjectRequest - Data required for getProject
+	 * @returns {Promise<getProjectResponse>}
+	 */
+	getProject(getProjectRequest) {
+		return new Promise((resolve, reject) => {
+			this._devopsClient
+				.getProject(getProjectRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_Devops;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_management_oci-keyManagement.js.html b/docs/Oracle_management_oci-keyManagement.js.html new file mode 100644 index 00000000..2480f59d --- /dev/null +++ b/docs/Oracle_management_oci-keyManagement.js.html @@ -0,0 +1,188 @@ + + + + + + + + + + Oracle/management/oci-keyManagement.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/management/oci-keyManagement.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a KmsManagementClient object
+ * @category Oracle Cloud
+ */
+class Oracle_KeyManagement {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.KmsManagementClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createKey function of KmsManagementClient
+	 * @param {CreateKeyRequest} createKeyRequest - Data required for createKey
+	 * @returns {Promise<createKeyResponse>}
+	 */
+	createKey(createKeyRequest) {
+		return new Promise((resolve, reject) => {
+			this._kmsManagementClient
+				.createKey(createKeyRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the disableKey function of KmsManagementClient
+	 * @param {DisableKeyRequest} disableKeyRequest - Data required for disableKey
+	 * @returns {Promise<disableKeyResponse>}
+	 */
+	disableKey(disableKeyRequest) {
+		return new Promise((resolve, reject) => {
+			this._kmsManagementClient
+				.disableKey(disableKeyRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the enableKey function of KmsManagementClient
+	 * @param {EnableKeyRequest} enableKeyRequest - Data required for enableKey
+	 * @returns {Promise<enableKeyResponse>}
+	 */
+	enableKey(enableKeyRequest) {
+		return new Promise((resolve, reject) => {
+			this._kmsManagementClient
+				.enableKey(enableKeyRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateKey function of KmsManagementClient
+	 * @param {UpdateKeyRequest} updateKeyRequest - Data required for updateKey
+	 * @returns {Promise<updateKeyResponse>}
+	 */
+	update(updateKeyRequest) {
+		return new Promise((resolve, reject) => {
+			this._kmsManagementClient
+				.updateKey(updateKeyRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_KeyManagement;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_management_oci-notificationService.js.html b/docs/Oracle_management_oci-notificationService.js.html new file mode 100644 index 00000000..fcc2bb09 --- /dev/null +++ b/docs/Oracle_management_oci-notificationService.js.html @@ -0,0 +1,188 @@ + + + + + + + + + + Oracle/management/oci-notificationService.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/management/oci-notificationService.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a NotificationDataPlaneClient object
+ * @category Oracle Cloud
+ */
+class Oracle_NotificationService {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.NotificationDataPlaneClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createSubscription function of NotificationDataPlaneClient
+	 * @param {CreateSubscriptionRequest} createSubscriptionRequest - Data required for createSubscription
+	 * @returns {Promise<createSubscriptionResponse>}
+	 */
+	subscribe(createSubscriptionRequest) {
+		return new Promise((resolve, reject) => {
+			this._notificationDataPlaneClient
+				.createSubscription(createSubscriptionRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteSubscription function of NotificationDataPlaneClient
+	 * @param {DeleteSubscriptionRequest} deleteSubscriptionRequest - Data required for deleteSubscription
+	 * @returns {Promise<deleteSubscriptionResponse>}
+	 */
+	unsubscribe(deleteSubscriptionRequest) {
+		return new Promise((resolve, reject) => {
+			this._notificationDataPlaneClient
+				.deleteSubscription(deleteSubscriptionRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listSubscriptions function of NotificationDataPlaneClient
+	 * @param {ListSubscriptionsRequest} listSubscriptionsRequest - Data required for listSubscriptions
+	 * @returns {Promise<listSubscriptionsResponse>}
+	 */
+	listSubscriptions(listSubscriptionsRequest) {
+		return new Promise((resolve, reject) => {
+			this._notificationDataPlaneClient
+				.listSubscriptions(listSubscriptionsRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the publishMessage function of NotificationDataPlaneClient
+	 * @param {PublishMessageRequest} publishMessageRequest - Data required for publishMessage
+	 * @returns {Promise<publishMessageResponse>}
+	 */
+	publish(publishMessageRequest) {
+		return new Promise((resolve, reject) => {
+			this._notificationDataPlaneClient
+				.publishMessage(publishMessageRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_NotificationService;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_network_oci-DNS.js.html b/docs/Oracle_network_oci-DNS.js.html new file mode 100644 index 00000000..40dcd096 --- /dev/null +++ b/docs/Oracle_network_oci-DNS.js.html @@ -0,0 +1,185 @@ + + + + + + + + + + Oracle/network/oci-DNS.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/network/oci-DNS.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a DnsClient object
+ * @category Oracle Cloud
+ */
+class Oracle_DNS {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.DnsClient(params, clientConfiguration);
+	}
+	/**
+	 * Trigers the createZone function of DnsClient
+	 * @param {CreateZoneRequest} createZoneRequest - Data required for createZone
+	 * @returns {Promise<createZoneResponse>}
+	 */
+	create(createZoneRequest) {
+		return new Promise((resolve, reject) => {
+			this._dnsClient
+				.createZone(createZoneRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteZone function of DnsClient
+	 * @param {DeleteZoneRequest} deleteZoneRequest - Data required for deleteZone
+	 * @returns {Promise<deleteZoneResponse>}
+	 */
+	delete(deleteZoneRequest) {
+		return new Promise((resolve, reject) => {
+			this._dnsClient
+				.deleteZone(deleteZoneRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listZones function of DnsClient
+	 * @param {ListZonesRequest} listZonesRequest - Data required for listZones
+	 * @returns {Promise<listZonesResponse>}
+	 */
+	list(listZonesRequest) {
+		return new Promise((resolve, reject) => {
+			this._dnsClient
+				.listZones(listZonesRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateZone function of DnsClient
+	 * @param {UpdateZoneRequest} updateZoneRequest - Data required for updateZone
+	 * @returns {Promise<updateZoneResponse>}
+	 */
+	update(updateZoneRequest) {
+		return new Promise((resolve, reject) => {
+			this._dnsClient
+				.updateZone(updateZoneRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_DNS;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_network_oci-loadBalancer.js.html b/docs/Oracle_network_oci-loadBalancer.js.html new file mode 100644 index 00000000..a7df1aba --- /dev/null +++ b/docs/Oracle_network_oci-loadBalancer.js.html @@ -0,0 +1,201 @@ + + + + + + + + + + Oracle/network/oci-loadBalancer.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/network/oci-loadBalancer.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a LoadBalancerClient object
+ * @category Oracle Cloud
+ */
+class Oracle_LoadBalancer {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.LoadBalancerClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createLoadBalancer function of LoadBalancerClient
+	 * @param {CreateLoadBalancerRequest} createLoadBalancerRequest - Data required for createLoadBalancer
+	 * @returns {Promise<createLoadBalancerResponse>}
+	 */
+	create(createLoadBalancerRequest) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancerClient
+				.createLoadBalancer(createLoadBalancerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteLoadBalancer function of LoadBalancerClient
+	 * @param {DeleteLoadBalancerRequest} deleteLoadBalancerRequest - Data required for deleteLoadBalancer
+	 * @returns {Promise<deleteLoadBalancerResponse>}
+	 */
+	delete(deleteLoadBalancerRequest) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancerClient
+				.deleteLoadBalancer(deleteLoadBalancerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getLoadBalancer function of LoadBalancerClient
+	 * @param {GetLoadBalancerRequest} getLoadBalancerRequest - Data required for getLoadBalancer
+	 * @returns {Promise<getLoadBalancerResponse>}
+	 */
+	get(getLoadBalancerRequest) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancerClient
+				.getLoadBalancer(getLoadBalancerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listLoadBalancers function of LoadBalancerClient
+	 * @param {ListLoadBalancersRequest} listLoadBalancersRequest - Data required for listLoadBalancers
+	 * @returns {Promise<listLoadBalancersResponse>}
+	 */
+	list(listLoadBalancersRequest) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancerClient
+				.listLoadBalancers(listLoadBalancersRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateLoadBalancer function of LoadBalancerClient
+	 * @param {UpdateLoadBalancerRequest} updateLoadBalancerRequest - Data required for updateLoadBalancer
+	 * @returns {Promise<updateLoadBalancerResponse>}
+	 */
+	update(updateLoadBalancerRequest) {
+		return new Promise((resolve, reject) => {
+			this._loadBalancerClient
+				.updateLoadBalancer(updateLoadBalancerRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_LoadBalancer;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_storage_oci-archivalStorage.js.html b/docs/Oracle_storage_oci-archivalStorage.js.html new file mode 100644 index 00000000..09e43e2c --- /dev/null +++ b/docs/Oracle_storage_oci-archivalStorage.js.html @@ -0,0 +1,188 @@ + + + + + + + + + + Oracle/storage/oci-archivalStorage.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/storage/oci-archivalStorage.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a ObjectStorageClient object
+ * @category Oracle Cloud
+ */
+class Oracle_ArchivalStorage {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.ObjectStorageClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createBucket function of ObjectStorageClient
+	 * @param {CreateBucketRequest} createBucketRequest - Data required for createBucket
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(createBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.createBucket(createBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteBucket function of ObjectStorageClient
+	 * @param {DeleteBucketRequest} deleteBucketRequest - Data required for deleteBucket
+	 * @returns {Promise<deleteBucketResponse>}
+	 */
+	delete(deleteBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.deleteBucket(deleteBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listBuckets function of ObjectStorageClient
+	 * @param {ListBucketsRequest} listBucketsRequest - Data required for listBuckets
+	 * @returns {Promise<listBucketsResponse>}
+	 */
+	list(listBucketsRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.listBuckets(listBucketsRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the updateBucket function of ObjectStorageClient
+	 * @param {UpdateBucketRequest} updateBucketRequest - Data required for updateBucket
+	 * @returns {Promise<updateBucketResponse>}
+	 */
+	update(updateBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.updateBucket(updateBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_ArchivalStorage;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_storage_oci-blockStorage.js.html b/docs/Oracle_storage_oci-blockStorage.js.html new file mode 100644 index 00000000..778ea158 --- /dev/null +++ b/docs/Oracle_storage_oci-blockStorage.js.html @@ -0,0 +1,188 @@ + + + + + + + + + + Oracle/storage/oci-blockStorage.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/storage/oci-blockStorage.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a BlockstorageClient object
+ * @category Oracle Cloud
+ */
+class Oracle_BlockStorage {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.BlockstorageClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createVolume function of BlockstorageClient
+	 * @param {CreateVolumeRequest} createVolumeRequest - Data required for createVolume
+	 * @returns {Promise<createVolumeResponse>}
+	 */
+	create(createVolumeRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockstorageClient
+				.createVolume(createVolumeRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteVolume function of BlockstorageClient
+	 * @param {DeleteVolumeRequest} deleteVolumeRequest - Data required for deleteVolume
+	 * @returns {Promise<deleteVolumeResponse>}
+	 */
+	delete(deleteVolumeRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockstorageClient
+				.deleteVolume(deleteVolumeRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getVolume function of BlockstorageClient
+	 * @param {GetVolumeRequest} getVolumeRequest - Data required for getVolume
+	 * @returns {Promise<getVolumeResponse>}
+	 */
+	get(getVolumeRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockstorageClient
+				.getVolume(getVolumeRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listVolumes function of BlockstorageClient
+	 * @param {ListVolumesRequest} listVolumesRequest - Data required for listVolumes
+	 * @returns {Promise<listVolumesResponse>}
+	 */
+	list(listVolumesRequest) {
+		return new Promise((resolve, reject) => {
+			this._blockstorageClient
+				.listVolumes(listVolumesRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_BlockStorage;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/Oracle_storage_oci-storageBucket.js.html b/docs/Oracle_storage_oci-storageBucket.js.html new file mode 100644 index 00000000..5ee91169 --- /dev/null +++ b/docs/Oracle_storage_oci-storageBucket.js.html @@ -0,0 +1,201 @@ + + + + + + + + + + Oracle/storage/oci-storageBucket.js + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+
+
+

Source

+

Oracle/storage/oci-storageBucket.js

+
+ + + + + +
+
+
/*This is an auto generated class, please do not change.*/
+/**
+ * Class to create a ObjectStorageClient object
+ * @category Oracle Cloud
+ */
+class Oracle_StorageBucket {
+	/**
+	 *
+	 * @param {module} do Oracle SDK
+	 * @param {object} options SDK options
+	 */
+	constructor(ocisdk, params, clientConfiguration) {
+		this._oci = ocisdk._sdkFileName;
+		this._sdkclassName = this._oci.ObjectStorageClient(
+			params,
+			clientConfiguration
+		);
+	}
+	/**
+	 * Trigers the createBucket function of ObjectStorageClient
+	 * @param {CreateBucketRequest} createBucketRequest - Data required for createBucket
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(createBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.createBucket(createBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the deleteBucket function of ObjectStorageClient
+	 * @param {DeleteBucketRequest} deleteBucketRequest - Data required for deleteBucket
+	 * @returns {Promise<deleteBucketResponse>}
+	 */
+	delete(deleteBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.deleteBucket(deleteBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the getBucket function of ObjectStorageClient
+	 * @param {GetBucketRequest} getBucketRequest - Data required for getBucket
+	 * @returns {Promise<getBucketResponse>}
+	 */
+	get(getBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.getBucket(getBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the listBuckets function of ObjectStorageClient
+	 * @param {ListBucketsRequest} listBucketsRequest - Data required for listBuckets
+	 * @returns {Promise<listBucketsResponse>}
+	 */
+	list(listBucketsRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.listBuckets(listBucketsRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+	/**
+	 * Trigers the reencryptBucket function of ObjectStorageClient
+	 * @param {ReencryptBucketRequest} reencryptBucketRequest - Data required for reencryptBucket
+	 * @returns {Promise<reencryptBucketResponse>}
+	 */
+	reencrypt(reencryptBucketRequest) {
+		return new Promise((resolve, reject) => {
+			this._objectStorageClient
+				.reencryptBucket(reencryptBucketRequest)
+				.then(data => resolve(data))
+				.catch(err => reject(err));
+		});
+	}
+}
+module.exports = Oracle_StorageBucket;
+
+
+
+ + + + +
+ + + +
+
+
+
+ + + + + + diff --git a/docs/googleCloud_artificialinteligence_gcp-translation.js.html b/docs/googleCloud_artificialinteligence_gcp-translation.js.html index 2122e69f..002b548c 100644 --- a/docs/googleCloud_artificialinteligence_gcp-translation.js.html +++ b/docs/googleCloud_artificialinteligence_gcp-translation.js.html @@ -1,440 +1,222 @@ + + - - - - googleCloud/artificialinteligence/gcp-translation.js - - - - - - - - - - - - - + + + + + googleCloud/artificialinteligence/gcp-translation.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

- googleCloud/artificialinteligence/gcp-translation.js -

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/artificialinteligence/gcp-translation.js

+
+ -
-
-
const { TranslationServiceClient } = require("@google-cloud/translate");
+
+
+    
+    
+
+
const { TranslationServiceClient } = require('@google-cloud/translate');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Translation object
  * @category Google Cloud
  */
 class GCP_Translation {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._translationServiceClient = new TranslationServiceClient(config);
-    }
-    /**
-     * Trigers the translateText function of undefined
-     * @param {TypeReference} request - Data required for translateText
-     * @param {TypeReference} [options] - Data required for translateText
-     * @returns {Promise<translateTextResponse>}
-     */
-    translate(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._translationServiceClient.translateText(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the batchTranslateText function of undefined
-     * @param {TypeReference} request - Data required for batchTranslateText
-     * @param {TypeReference} [options] - Data required for batchTranslateText
-     * @returns {Promise<batchTranslateTextResponse>}
-     */
-    batchTranslate(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._translationServiceClient.batchTranslateText(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getGlossary function of undefined
-     * @param {TypeReference} request - Data required for getGlossary
-     * @param {TypeReference} [options] - Data required for getGlossary
-     * @returns {Promise<getGlossaryResponse>}
-     */
-    getGlossary(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._translationServiceClient.getGlossary(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createGlossary function of undefined
-     * @param {TypeReference} request - Data required for createGlossary
-     * @param {TypeReference} [options] - Data required for createGlossary
-     * @returns {Promise<createGlossaryResponse>}
-     */
-    createGlossary(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._translationServiceClient.createGlossary(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the detectLanguage function of undefined
-     * @param {TypeReference} request - Data required for detectLanguage
-     * @param {TypeReference} [options] - Data required for detectLanguage
-     * @returns {Promise<detectLanguageResponse>}
-     */
-    detectLanguage(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._translationServiceClient.detectLanguage(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._translationServiceClient = new TranslationServiceClient(config);
+	}
+	/**
+	 * Trigers the translateText function of undefined
+	 * @param {TypeReference} request - Data required for translateText
+	 * @param {TypeReference} [options] - Data required for translateText
+	 * @returns {Promise<translateTextResponse>}
+	 */
+	translate(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._translationServiceClient
+				.translateText(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the batchTranslateText function of undefined
+	 * @param {TypeReference} request - Data required for batchTranslateText
+	 * @param {TypeReference} [options] - Data required for batchTranslateText
+	 * @returns {Promise<batchTranslateTextResponse>}
+	 */
+	batchTranslate(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._translationServiceClient
+				.batchTranslateText(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getGlossary function of undefined
+	 * @param {TypeReference} request - Data required for getGlossary
+	 * @param {TypeReference} [options] - Data required for getGlossary
+	 * @returns {Promise<getGlossaryResponse>}
+	 */
+	getGlossary(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._translationServiceClient
+				.getGlossary(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createGlossary function of undefined
+	 * @param {TypeReference} request - Data required for createGlossary
+	 * @param {TypeReference} [options] - Data required for createGlossary
+	 * @returns {Promise<createGlossaryResponse>}
+	 */
+	createGlossary(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._translationServiceClient
+				.createGlossary(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the detectLanguage function of undefined
+	 * @param {TypeReference} request - Data required for detectLanguage
+	 * @param {TypeReference} [options] - Data required for detectLanguage
+	 * @returns {Promise<detectLanguageResponse>}
+	 */
+	detectLanguage(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._translationServiceClient
+				.detectLanguage(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = GCP_Translation;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_compute_gcp-kubernetes.js.html b/docs/googleCloud_compute_gcp-kubernetes.js.html index 9d721d1a..e6f5b5c5 100644 --- a/docs/googleCloud_compute_gcp-kubernetes.js.html +++ b/docs/googleCloud_compute_gcp-kubernetes.js.html @@ -1,506 +1,294 @@ + + - - - - googleCloud/compute/gcp-kubernetes.js - - - - - - - - - - - - - + + + + + googleCloud/compute/gcp-kubernetes.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/compute/gcp-kubernetes.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/compute/gcp-kubernetes.js

+
+ -
-
-
const { ClusterManagerClient } = require("@google-cloud/container");
+
+
+    
+    
+
+
const { ClusterManagerClient } = require('@google-cloud/container');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Kubernetes object
  * @category Google Cloud
  */
 class GCP_Kubernetes {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._clusterManagerClient = new ClusterManagerClient(config);
-    }
-    /**
-     * Trigers the createCluster function of undefined
-     * @param {TypeReference} request - Data required for createCluster
-     * @param {TypeReference} [options] - Data required for createCluster
-     * @returns {Promise<createClusterResponse>}
-     */
-    create(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.createCluster(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteCluster function of undefined
-     * @param {TypeReference} request - Data required for deleteCluster
-     * @param {TypeReference} [options] - Data required for deleteCluster
-     * @returns {Promise<deleteClusterResponse>}
-     */
-    delete(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.deleteCluster(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listClusters function of undefined
-     * @param {TypeReference} request - Data required for listClusters
-     * @param {TypeReference} [options] - Data required for listClusters
-     * @returns {Promise<listClustersResponse>}
-     */
-    listClusters(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.listClusters(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getCluster function of undefined
-     * @param {TypeReference} request - Data required for getCluster
-     * @param {TypeReference} [options] - Data required for getCluster
-     * @returns {Promise<getClusterResponse>}
-     */
-    describeCluster(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.getCluster(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createNodePool function of undefined
-     * @param {TypeReference} request - Data required for createNodePool
-     * @param {TypeReference} [options] - Data required for createNodePool
-     * @returns {Promise<createNodePoolResponse>}
-     */
-    createNodeGroup(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.createNodePool(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteNodePool function of undefined
-     * @param {TypeReference} request - Data required for deleteNodePool
-     * @param {TypeReference} [options] - Data required for deleteNodePool
-     * @returns {Promise<deleteNodePoolResponse>}
-     */
-    deleteNodegroup(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.deleteNodePool(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getNodePool function of undefined
-     * @param {TypeReference} request - Data required for getNodePool
-     * @param {TypeReference} [options] - Data required for getNodePool
-     * @returns {Promise<getNodePoolResponse>}
-     */
-    describeNodeGroup(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.getNodePool(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listNodePools function of undefined
-     * @param {TypeReference} request - Data required for listNodePools
-     * @param {TypeReference} [options] - Data required for listNodePools
-     * @returns {Promise<listNodePoolsResponse>}
-     */
-    listNodegroups(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.listNodePools(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the setAddonsConfig function of undefined
-     * @param {TypeReference} request - Data required for setAddonsConfig
-     * @param {TypeReference} [options] - Data required for setAddonsConfig
-     * @returns {Promise<setAddonsConfigResponse>}
-     */
-    updateConfig(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._clusterManagerClient.setAddonsConfig(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._clusterManagerClient = new ClusterManagerClient(config);
+	}
+	/**
+	 * Trigers the createCluster function of undefined
+	 * @param {TypeReference} request - Data required for createCluster
+	 * @param {TypeReference} [options] - Data required for createCluster
+	 * @returns {Promise<createClusterResponse>}
+	 */
+	create(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.createCluster(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteCluster function of undefined
+	 * @param {TypeReference} request - Data required for deleteCluster
+	 * @param {TypeReference} [options] - Data required for deleteCluster
+	 * @returns {Promise<deleteClusterResponse>}
+	 */
+	delete(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.deleteCluster(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listClusters function of undefined
+	 * @param {TypeReference} request - Data required for listClusters
+	 * @param {TypeReference} [options] - Data required for listClusters
+	 * @returns {Promise<listClustersResponse>}
+	 */
+	listClusters(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.listClusters(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getCluster function of undefined
+	 * @param {TypeReference} request - Data required for getCluster
+	 * @param {TypeReference} [options] - Data required for getCluster
+	 * @returns {Promise<getClusterResponse>}
+	 */
+	describeCluster(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.getCluster(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createNodePool function of undefined
+	 * @param {TypeReference} request - Data required for createNodePool
+	 * @param {TypeReference} [options] - Data required for createNodePool
+	 * @returns {Promise<createNodePoolResponse>}
+	 */
+	createNodeGroup(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.createNodePool(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteNodePool function of undefined
+	 * @param {TypeReference} request - Data required for deleteNodePool
+	 * @param {TypeReference} [options] - Data required for deleteNodePool
+	 * @returns {Promise<deleteNodePoolResponse>}
+	 */
+	deleteNodegroup(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.deleteNodePool(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getNodePool function of undefined
+	 * @param {TypeReference} request - Data required for getNodePool
+	 * @param {TypeReference} [options] - Data required for getNodePool
+	 * @returns {Promise<getNodePoolResponse>}
+	 */
+	describeNodeGroup(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.getNodePool(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listNodePools function of undefined
+	 * @param {TypeReference} request - Data required for listNodePools
+	 * @param {TypeReference} [options] - Data required for listNodePools
+	 * @returns {Promise<listNodePoolsResponse>}
+	 */
+	listNodegroups(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.listNodePools(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the setAddonsConfig function of undefined
+	 * @param {TypeReference} request - Data required for setAddonsConfig
+	 * @param {TypeReference} [options] - Data required for setAddonsConfig
+	 * @returns {Promise<setAddonsConfigResponse>}
+	 */
+	updateConfig(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._clusterManagerClient
+				.setAddonsConfig(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = GCP_Kubernetes;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_database_gcp-RDBMS.js.html b/docs/googleCloud_database_gcp-RDBMS.js.html index 87c0eb3c..282da18e 100644 --- a/docs/googleCloud_database_gcp-RDBMS.js.html +++ b/docs/googleCloud_database_gcp-RDBMS.js.html @@ -1,465 +1,254 @@ + + - - - - googleCloud/database/gcp-RDBMS.js - - - - - - - - - - - - - + + + + + googleCloud/database/gcp-RDBMS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/database/gcp-RDBMS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/database/gcp-RDBMS.js

+
+ -
-
-
const { DatabaseAdminClient } = require("@google-cloud/spanner");
+
+
+    
+    
+
+
const { DatabaseAdminClient } = require('@google-cloud/spanner');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a RDBMS object
  * @category Google Cloud
  */
 class GCP_RDBMS {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._databaseAdminClient = new DatabaseAdminClient(config);
-    }
-    /**
-     * Trigers the createDatabase function of undefined
-     * @param {TypeReference} request - Data required for createDatabase
-     * @param {TypeReference} [options] - Data required for createDatabase
-     * @returns {Promise<createDatabaseResponse>}
-     */
-    createDatabse(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databaseAdminClient.createDatabase(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the dropDatabase function of undefined
-     * @param {TypeReference} request - Data required for dropDatabase
-     * @param {TypeReference} [options] - Data required for dropDatabase
-     * @returns {Promise<dropDatabaseResponse>}
-     */
-    deleteDatabase(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databaseAdminClient.dropDatabase(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createBackup function of undefined
-     * @param {TypeReference} request - Data required for createBackup
-     * @param {TypeReference} [options] - Data required for createBackup
-     * @returns {Promise<createBackupResponse>}
-     */
-    createSnapshots(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databaseAdminClient.createBackup(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateDatabaseDdl function of undefined
-     * @param {TypeReference} request - Data required for updateDatabaseDdl
-     * @param {TypeReference} [options] - Data required for updateDatabaseDdl
-     * @returns {Promise<updateDatabaseDdlResponse>}
-     */
-    modifyDB(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databaseAdminClient.updateDatabaseDdl(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the restoreDatabase function of undefined
-     * @param {TypeReference} request - Data required for restoreDatabase
-     * @param {TypeReference} [options] - Data required for restoreDatabase
-     * @returns {Promise<restoreDatabaseResponse>}
-     */
-    restoreDatabase(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databaseAdminClient.restoreDatabase(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteBackup function of undefined
-     * @param {TypeReference} request - Data required for deleteBackup
-     * @param {TypeReference} [options] - Data required for deleteBackup
-     * @returns {Promise<deleteBackupResponse>}
-     */
-    deleteDBSnapshot(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._databaseAdminClient.deleteBackup(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the databasePath function of undefined
-     * @param {StringKeyword} project - Data required for databasePath
-     * @param {StringKeyword} instance - Data required for databasePath
-     * @param {StringKeyword} database - Data required for databasePath
-     * @returns {Promise<databasePathResponse>}
-     */
-    databasePath(project, instance, database) {
-        return this._databaseAdminClient.databasePath(project, instance, database);
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._databaseAdminClient = new DatabaseAdminClient(config);
+	}
+	/**
+	 * Trigers the createDatabase function of undefined
+	 * @param {TypeReference} request - Data required for createDatabase
+	 * @param {TypeReference} [options] - Data required for createDatabase
+	 * @returns {Promise<createDatabaseResponse>}
+	 */
+	createDatabse(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._databaseAdminClient
+				.createDatabase(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the dropDatabase function of undefined
+	 * @param {TypeReference} request - Data required for dropDatabase
+	 * @param {TypeReference} [options] - Data required for dropDatabase
+	 * @returns {Promise<dropDatabaseResponse>}
+	 */
+	deleteDatabase(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._databaseAdminClient
+				.dropDatabase(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createBackup function of undefined
+	 * @param {TypeReference} request - Data required for createBackup
+	 * @param {TypeReference} [options] - Data required for createBackup
+	 * @returns {Promise<createBackupResponse>}
+	 */
+	createSnapshots(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._databaseAdminClient
+				.createBackup(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateDatabaseDdl function of undefined
+	 * @param {TypeReference} request - Data required for updateDatabaseDdl
+	 * @param {TypeReference} [options] - Data required for updateDatabaseDdl
+	 * @returns {Promise<updateDatabaseDdlResponse>}
+	 */
+	modifyDB(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._databaseAdminClient
+				.updateDatabaseDdl(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the restoreDatabase function of undefined
+	 * @param {TypeReference} request - Data required for restoreDatabase
+	 * @param {TypeReference} [options] - Data required for restoreDatabase
+	 * @returns {Promise<restoreDatabaseResponse>}
+	 */
+	restoreDatabase(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._databaseAdminClient
+				.restoreDatabase(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteBackup function of undefined
+	 * @param {TypeReference} request - Data required for deleteBackup
+	 * @param {TypeReference} [options] - Data required for deleteBackup
+	 * @returns {Promise<deleteBackupResponse>}
+	 */
+	deleteDBSnapshot(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._databaseAdminClient
+				.deleteBackup(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the databasePath function of undefined
+	 * @param {StringKeyword} project - Data required for databasePath
+	 * @param {StringKeyword} instance - Data required for databasePath
+	 * @param {StringKeyword} database - Data required for databasePath
+	 * @returns {Promise<databasePathResponse>}
+	 */
+	databasePath(project, instance, database) {
+		return this._databaseAdminClient.databasePath(
+			project,
+			instance,
+			database
+		);
+	}
 }
 module.exports = GCP_RDBMS;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_database_gcp-noSql.js.html b/docs/googleCloud_database_gcp-noSql.js.html index 2a133cd3..775ee598 100644 --- a/docs/googleCloud_database_gcp-noSql.js.html +++ b/docs/googleCloud_database_gcp-noSql.js.html @@ -1,413 +1,195 @@ + + - - - - googleCloud/database/gcp-noSql.js - - - - - - - - - - - - - + + + + + googleCloud/database/gcp-noSql.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/database/gcp-noSql.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/database/gcp-noSql.js

+
+ -
-
-
const { FirestoreClient } = require("@google-cloud/firestore");
+
+
+    
+    
+
+
const { FirestoreClient } = require('@google-cloud/firestore');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a NoSql object
  * @category Google Cloud
  */
 class GCP_NoSql {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._firestoreClient = new FirestoreClient(config);
-    }
-    /**
-     * Trigers the createDocument function of undefined
-     * @param {TypeReference} request - Data required for createDocument
-     * @param {TypeReference} [options] - Data required for createDocument
-     * @returns {Promise<createDocumentResponse>}
-     */
-    createItem(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._firestoreClient.createDocument(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteDocument function of undefined
-     * @param {TypeReference} request - Data required for deleteDocument
-     * @param {TypeReference} [options] - Data required for deleteDocument
-     * @returns {Promise<deleteDocumentResponse>}
-     */
-    deleteItem(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._firestoreClient.deleteDocument(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateDocument function of undefined
-     * @param {TypeReference} request - Data required for updateDocument
-     * @param {TypeReference} [options] - Data required for updateDocument
-     * @returns {Promise<updateDocumentResponse>}
-     */
-    updateItem(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._firestoreClient.updateDocument(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the runQuery function of undefined
-     * @param {TypeReference} [request] - Data required for runQuery
-     * @param {TypeReference} [options] - Data required for runQuery
-     * @returns {Promise<runQueryResponse>}
-     */
-    query(request = undefined, options = undefined) {
-        return this._firestoreClient.runQuery(request, options);
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._firestoreClient = new FirestoreClient(config);
+	}
+	/**
+	 * Trigers the createDocument function of undefined
+	 * @param {TypeReference} request - Data required for createDocument
+	 * @param {TypeReference} [options] - Data required for createDocument
+	 * @returns {Promise<createDocumentResponse>}
+	 */
+	createItem(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._firestoreClient
+				.createDocument(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteDocument function of undefined
+	 * @param {TypeReference} request - Data required for deleteDocument
+	 * @param {TypeReference} [options] - Data required for deleteDocument
+	 * @returns {Promise<deleteDocumentResponse>}
+	 */
+	deleteItem(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._firestoreClient
+				.deleteDocument(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateDocument function of undefined
+	 * @param {TypeReference} request - Data required for updateDocument
+	 * @param {TypeReference} [options] - Data required for updateDocument
+	 * @returns {Promise<updateDocumentResponse>}
+	 */
+	updateItem(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._firestoreClient
+				.updateDocument(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the runQuery function of undefined
+	 * @param {TypeReference} [request] - Data required for runQuery
+	 * @param {TypeReference} [options] - Data required for runQuery
+	 * @returns {Promise<runQueryResponse>}
+	 */
+	query(request = undefined, options = undefined) {
+		return this._firestoreClient.runQuery(request, options);
+	}
 }
 module.exports = GCP_NoSql;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_management_gcp-keyManagement.js.html b/docs/googleCloud_management_gcp-keyManagement.js.html index b0b8b757..83b977a7 100644 --- a/docs/googleCloud_management_gcp-keyManagement.js.html +++ b/docs/googleCloud_management_gcp-keyManagement.js.html @@ -1,439 +1,225 @@ + + - - - - googleCloud/management/gcp-keyManagement.js - - - - - - - - - - - - - + + + + + googleCloud/management/gcp-keyManagement.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/management/gcp-keyManagement.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/management/gcp-keyManagement.js

+
+ -
-
-
const { KeyManagementServiceClient } = require("@google-cloud/kms");
+
+
+    
+    
+
+
const { KeyManagementServiceClient } = require('@google-cloud/kms');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a KeyManagement object
  * @category Google Cloud
  */
 class GCP_KeyManagement {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._keyManagementServiceClient = new KeyManagementServiceClient(config);
-    }
-    /**
-     * Trigers the createCryptoKey function of undefined
-     * @param {TypeReference} request - Data required for createCryptoKey
-     * @param {TypeReference} [options] - Data required for createCryptoKey
-     * @returns {Promise<createCryptoKeyResponse>}
-     */
-    createKey(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._keyManagementServiceClient.createCryptoKey(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the destroyCryptoKeyVersion function of undefined
-     * @param {TypeReference} request - Data required for destroyCryptoKeyVersion
-     * @param {TypeReference} [options] - Data required for destroyCryptoKeyVersion
-     * @returns {Promise<destroyCryptoKeyVersionResponse>}
-     */
-    deleteKey(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._keyManagementServiceClient.destroyCryptoKeyVersion(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateCryptoKey function of undefined
-     * @param {TypeReference} request - Data required for updateCryptoKey
-     * @param {TypeReference} [options] - Data required for updateCryptoKey
-     * @returns {Promise<updateCryptoKeyResponse>}
-     */
-    update(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._keyManagementServiceClient.updateCryptoKey(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getCryptoKey function of undefined
-     * @param {TypeReference} request - Data required for getCryptoKey
-     * @param {TypeReference} [options] - Data required for getCryptoKey
-     * @returns {Promise<getCryptoKeyResponse>}
-     */
-    describeKey(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._keyManagementServiceClient.getCryptoKey(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the setIamPolicy function of undefined
-     * @param {TypeReference} request - Data required for setIamPolicy
-     * @param {UnionType} [options] - Data required for setIamPolicy
-     * @param {TypeReference} [callback] - Data required for setIamPolicy
-     * @returns {Promise<setIamPolicyResponse>}
-     */
-    putKeyPolicy(request, options = undefined, callback = undefined) {
-        return new Promise((resolve, reject) => {
-            this._keyManagementServiceClient.setIamPolicy(request, options, callback)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._keyManagementServiceClient = new KeyManagementServiceClient(
+			config
+		);
+	}
+	/**
+	 * Trigers the createCryptoKey function of undefined
+	 * @param {TypeReference} request - Data required for createCryptoKey
+	 * @param {TypeReference} [options] - Data required for createCryptoKey
+	 * @returns {Promise<createCryptoKeyResponse>}
+	 */
+	createKey(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._keyManagementServiceClient
+				.createCryptoKey(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the destroyCryptoKeyVersion function of undefined
+	 * @param {TypeReference} request - Data required for destroyCryptoKeyVersion
+	 * @param {TypeReference} [options] - Data required for destroyCryptoKeyVersion
+	 * @returns {Promise<destroyCryptoKeyVersionResponse>}
+	 */
+	deleteKey(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._keyManagementServiceClient
+				.destroyCryptoKeyVersion(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateCryptoKey function of undefined
+	 * @param {TypeReference} request - Data required for updateCryptoKey
+	 * @param {TypeReference} [options] - Data required for updateCryptoKey
+	 * @returns {Promise<updateCryptoKeyResponse>}
+	 */
+	update(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._keyManagementServiceClient
+				.updateCryptoKey(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getCryptoKey function of undefined
+	 * @param {TypeReference} request - Data required for getCryptoKey
+	 * @param {TypeReference} [options] - Data required for getCryptoKey
+	 * @returns {Promise<getCryptoKeyResponse>}
+	 */
+	describeKey(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._keyManagementServiceClient
+				.getCryptoKey(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the setIamPolicy function of undefined
+	 * @param {TypeReference} request - Data required for setIamPolicy
+	 * @param {UnionType} [options] - Data required for setIamPolicy
+	 * @param {TypeReference} [callback] - Data required for setIamPolicy
+	 * @returns {Promise<setIamPolicyResponse>}
+	 */
+	putKeyPolicy(request, options = undefined, callback = undefined) {
+		return new Promise((resolve, reject) => {
+			this._keyManagementServiceClient
+				.setIamPolicy(request, options, callback)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = GCP_KeyManagement;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_management_gcp-monitoring.js.html b/docs/googleCloud_management_gcp-monitoring.js.html index 70d406a5..10ad34f1 100644 --- a/docs/googleCloud_management_gcp-monitoring.js.html +++ b/docs/googleCloud_management_gcp-monitoring.js.html @@ -1,448 +1,232 @@ + + - - - - googleCloud/management/gcp-monitoring.js - - - - - - - - - - - - - + + + + + googleCloud/management/gcp-monitoring.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/management/gcp-monitoring.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/management/gcp-monitoring.js

+
+ -
-
-
const { AlertPolicyServiceClient } = require("@google-cloud/monitoring");
-const { MetricServiceClient } = require("@google-cloud/monitoring");
+
+
+    
+    
+
+
const { AlertPolicyServiceClient } = require('@google-cloud/monitoring');
+const { MetricServiceClient } = require('@google-cloud/monitoring');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a Monitoring object
  * @category Google Cloud
  */
 class GCP_Monitoring {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._alertPolicyServiceClient = new AlertPolicyServiceClient(config);
-        this._metricServiceClient = new MetricServiceClient(config);
-    }
-    /**
-     * Trigers the createAlertPolicy function of undefined
-     * @param {TypeReference} request - Data required for createAlertPolicy
-     * @param {TypeReference} [options] - Data required for createAlertPolicy
-     * @returns {Promise<createAlertPolicyResponse>}
-     */
-    createAlarm(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._alertPolicyServiceClient.createAlertPolicy(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteAlertPolicy function of undefined
-     * @param {TypeReference} request - Data required for deleteAlertPolicy
-     * @param {TypeReference} [options] - Data required for deleteAlertPolicy
-     * @returns {Promise<deleteAlertPolicyResponse>}
-     */
-    deleteAlarm(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._alertPolicyServiceClient.deleteAlertPolicy(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the updateAlertPolicy function of undefined
-     * @param {TypeReference} request - Data required for updateAlertPolicy
-     * @param {TypeReference} [options] - Data required for updateAlertPolicy
-     * @returns {Promise<updateAlertPolicyResponse>}
-     */
-    updateAlarm(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._alertPolicyServiceClient.updateAlertPolicy(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listAlertPolicies function of undefined
-     * @param {TypeReference} request - Data required for listAlertPolicies
-     * @param {TypeReference} [options] - Data required for listAlertPolicies
-     * @returns {Promise<listAlertPoliciesResponse>}
-     */
-    listAlarms(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._alertPolicyServiceClient.listAlertPolicies(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getMetricDescriptor function of undefined
-     * @param {TypeReference} request - Data required for getMetricDescriptor
-     * @param {TypeReference} [options] - Data required for getMetricDescriptor
-     * @returns {Promise<getMetricDescriptorResponse>}
-     */
-    getMetricData(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._metricServiceClient.getMetricDescriptor(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the projectPath function of undefined
-     * @param {StringKeyword} project - Data required for projectPath
-     * @returns {Promise<projectPathResponse>}
-     */
-    projectPath(project) {
-        return this._alertPolicyServiceClient.projectPath(project);
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._alertPolicyServiceClient = new AlertPolicyServiceClient(config);
+		this._metricServiceClient = new MetricServiceClient(config);
+	}
+	/**
+	 * Trigers the createAlertPolicy function of undefined
+	 * @param {TypeReference} request - Data required for createAlertPolicy
+	 * @param {TypeReference} [options] - Data required for createAlertPolicy
+	 * @returns {Promise<createAlertPolicyResponse>}
+	 */
+	createAlarm(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._alertPolicyServiceClient
+				.createAlertPolicy(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteAlertPolicy function of undefined
+	 * @param {TypeReference} request - Data required for deleteAlertPolicy
+	 * @param {TypeReference} [options] - Data required for deleteAlertPolicy
+	 * @returns {Promise<deleteAlertPolicyResponse>}
+	 */
+	deleteAlarm(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._alertPolicyServiceClient
+				.deleteAlertPolicy(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the updateAlertPolicy function of undefined
+	 * @param {TypeReference} request - Data required for updateAlertPolicy
+	 * @param {TypeReference} [options] - Data required for updateAlertPolicy
+	 * @returns {Promise<updateAlertPolicyResponse>}
+	 */
+	updateAlarm(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._alertPolicyServiceClient
+				.updateAlertPolicy(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listAlertPolicies function of undefined
+	 * @param {TypeReference} request - Data required for listAlertPolicies
+	 * @param {TypeReference} [options] - Data required for listAlertPolicies
+	 * @returns {Promise<listAlertPoliciesResponse>}
+	 */
+	listAlarms(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._alertPolicyServiceClient
+				.listAlertPolicies(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getMetricDescriptor function of undefined
+	 * @param {TypeReference} request - Data required for getMetricDescriptor
+	 * @param {TypeReference} [options] - Data required for getMetricDescriptor
+	 * @returns {Promise<getMetricDescriptorResponse>}
+	 */
+	getMetricData(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._metricServiceClient
+				.getMetricDescriptor(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the projectPath function of undefined
+	 * @param {StringKeyword} project - Data required for projectPath
+	 * @returns {Promise<projectPathResponse>}
+	 */
+	projectPath(project) {
+		return this._alertPolicyServiceClient.projectPath(project);
+	}
 }
 module.exports = GCP_Monitoring;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_management_gcp-notificationService.js.html b/docs/googleCloud_management_gcp-notificationService.js.html index 8d4c768c..2071f82b 100644 --- a/docs/googleCloud_management_gcp-notificationService.js.html +++ b/docs/googleCloud_management_gcp-notificationService.js.html @@ -1,493 +1,278 @@ + + - - - - googleCloud/management/gcp-notificationService.js - - - - - - - - - - - - - + + + + + googleCloud/management/gcp-notificationService.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

- googleCloud/management/gcp-notificationService.js -

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/management/gcp-notificationService.js

+
+ -
-
-
const { PublisherClient } = require("@google-cloud/pubsub");
-const { SubscriberClient } = require("@google-cloud/pubsub");
+
+
+    
+    
+
+
const { PublisherClient } = require('@google-cloud/pubsub');
+const { SubscriberClient } = require('@google-cloud/pubsub');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a NotificationService object
  * @category Google Cloud
  */
 class GCP_NotificationService {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._publisherClient = new PublisherClient(config);
-        this._subscriberClient = new SubscriberClient(config);
-    }
-    /**
-     * Trigers the createTopic function of undefined
-     * @param {TypeReference} request - Data required for createTopic
-     * @param {TypeReference} [options] - Data required for createTopic
-     * @returns {Promise<createTopicResponse>}
-     */
-    createTopic(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._publisherClient.createTopic(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteTopic function of undefined
-     * @param {TypeReference} request - Data required for deleteTopic
-     * @param {TypeReference} [options] - Data required for deleteTopic
-     * @returns {Promise<deleteTopicResponse>}
-     */
-    deleteTopic(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._publisherClient.deleteTopic(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getTopic function of undefined
-     * @param {TypeReference} request - Data required for getTopic
-     * @param {TypeReference} [options] - Data required for getTopic
-     * @returns {Promise<getTopicResponse>}
-     */
-    getTopicAttributes(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._publisherClient.getTopic(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listTopicSubscriptions function of undefined
-     * @param {TypeReference} request - Data required for listTopicSubscriptions
-     * @param {TypeReference} [options] - Data required for listTopicSubscriptions
-     * @returns {Promise<listTopicSubscriptionsResponse>}
-     */
-    listSubscriptions(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._publisherClient.listTopicSubscriptions(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createSubscription function of undefined
-     * @param {TypeReference} request - Data required for createSubscription
-     * @param {TypeReference} [options] - Data required for createSubscription
-     * @returns {Promise<createSubscriptionResponse>}
-     */
-    subscribe(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._subscriberClient.createSubscription(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the publish function of undefined
-     * @param {TypeReference} request - Data required for publish
-     * @param {TypeReference} [options] - Data required for publish
-     * @returns {Promise<publishResponse>}
-     */
-    publish(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._publisherClient.publish(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the listTopics function of undefined
-     * @param {TypeReference} request - Data required for listTopics
-     * @param {TypeReference} [options] - Data required for listTopics
-     * @returns {Promise<listTopicsResponse>}
-     */
-    listTopics(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._publisherClient.listTopics(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the deleteSubscription function of undefined
-     * @param {TypeReference} request - Data required for deleteSubscription
-     * @param {TypeReference} [options] - Data required for deleteSubscription
-     * @returns {Promise<deleteSubscriptionResponse>}
-     */
-    unsubscribe(request, options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._subscriberClient.deleteSubscription(request, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._publisherClient = new PublisherClient(config);
+		this._subscriberClient = new SubscriberClient(config);
+	}
+	/**
+	 * Trigers the createTopic function of undefined
+	 * @param {TypeReference} request - Data required for createTopic
+	 * @param {TypeReference} [options] - Data required for createTopic
+	 * @returns {Promise<createTopicResponse>}
+	 */
+	createTopic(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._publisherClient
+				.createTopic(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteTopic function of undefined
+	 * @param {TypeReference} request - Data required for deleteTopic
+	 * @param {TypeReference} [options] - Data required for deleteTopic
+	 * @returns {Promise<deleteTopicResponse>}
+	 */
+	deleteTopic(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._publisherClient
+				.deleteTopic(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getTopic function of undefined
+	 * @param {TypeReference} request - Data required for getTopic
+	 * @param {TypeReference} [options] - Data required for getTopic
+	 * @returns {Promise<getTopicResponse>}
+	 */
+	getTopicAttributes(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._publisherClient
+				.getTopic(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listTopicSubscriptions function of undefined
+	 * @param {TypeReference} request - Data required for listTopicSubscriptions
+	 * @param {TypeReference} [options] - Data required for listTopicSubscriptions
+	 * @returns {Promise<listTopicSubscriptionsResponse>}
+	 */
+	listSubscriptions(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._publisherClient
+				.listTopicSubscriptions(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createSubscription function of undefined
+	 * @param {TypeReference} request - Data required for createSubscription
+	 * @param {TypeReference} [options] - Data required for createSubscription
+	 * @returns {Promise<createSubscriptionResponse>}
+	 */
+	subscribe(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._subscriberClient
+				.createSubscription(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the publish function of undefined
+	 * @param {TypeReference} request - Data required for publish
+	 * @param {TypeReference} [options] - Data required for publish
+	 * @returns {Promise<publishResponse>}
+	 */
+	publish(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._publisherClient
+				.publish(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the listTopics function of undefined
+	 * @param {TypeReference} request - Data required for listTopics
+	 * @param {TypeReference} [options] - Data required for listTopics
+	 * @returns {Promise<listTopicsResponse>}
+	 */
+	listTopics(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._publisherClient
+				.listTopics(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the deleteSubscription function of undefined
+	 * @param {TypeReference} request - Data required for deleteSubscription
+	 * @param {TypeReference} [options] - Data required for deleteSubscription
+	 * @returns {Promise<deleteSubscriptionResponse>}
+	 */
+	unsubscribe(request, options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._subscriberClient
+				.deleteSubscription(request, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = GCP_NotificationService;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_network_gcp-DNS.js.html b/docs/googleCloud_network_gcp-DNS.js.html index f2c8bd3d..26deb6e1 100644 --- a/docs/googleCloud_network_gcp-DNS.js.html +++ b/docs/googleCloud_network_gcp-DNS.js.html @@ -1,434 +1,217 @@ + + - - - - googleCloud/network/gcp-DNS.js - - - - - - - - - - - - - + + + + + googleCloud/network/gcp-DNS.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/network/gcp-DNS.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/network/gcp-DNS.js

+
+ -
-
-
const { DNS } = require("@google-cloud/dns");
+
+
+    
+    
+
+
const { DNS } = require('@google-cloud/dns');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a dns object
  * @category Google Cloud
  */
 class GCP_dns {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._dns = new DNS(config);
-    }
-    /**
-     * Trigers the getZones function of dns
-     * @param {TypeReference} [query] - Optional parameter
-     * @returns {Promise<getZonesResponse>}
-     */
-    listZones(query = undefined) {
-        return new Promise((resolve, reject) => {
-            this._dns.getZones(query)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the create function of dns
-     * @param {string} [identifier] - Optional parameter
-     * @param {DNS} dns - Mandatory parameter
-     * @param {TypeReference} config - Mandatory parameter
-     * @returns {Promise<createResponse>}
-     */
-    createZone(dns, config, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            dns.zone(identifier).create(config)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createChange function of dns
-     * @param {string} [identifier] - Optional parameter
-     * @param {DNS} dns - Mandatory parameter
-     * @param {TypeReference} config - Mandatory parameter
-     * @returns {Promise<createChangeResponse>}
-     */
-    changeRecordSets(dns, config, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            dns.zone(identifier).createChange(config)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the delete function of dns
-     * @param {string} [identifier] - Optional parameter
-     * @param {DNS} dns - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<deleteResponse>}
-     */
-    deleteZone(dns, options = undefined, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            dns.zone(identifier).delete(options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the record function of dns
-     * @param {string} [identifier] - Optional parameter
-     * @param {DNS} dns - Mandatory parameter
-     * @param {StringKeyword} type - Mandatory parameter
-     * @param {TypeReference} metadata - Mandatory parameter
-     * @returns {Promise<recordResponse>}
-     */
-    record(dns, type, metadata) {
-        return this.dns.record(type, metadata);
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._dns = new DNS(config);
+	}
+	/**
+	 * Trigers the getZones function of dns
+	 * @param {TypeReference} [query] - Optional parameter
+	 * @returns {Promise<getZonesResponse>}
+	 */
+	listZones(query = undefined) {
+		return new Promise((resolve, reject) => {
+			this._dns
+				.getZones(query)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the create function of dns
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {DNS} dns - Mandatory parameter
+	 * @param {TypeReference} config - Mandatory parameter
+	 * @returns {Promise<createResponse>}
+	 */
+	createZone(dns, config, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			dns.zone(identifier)
+				.create(config)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createChange function of dns
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {DNS} dns - Mandatory parameter
+	 * @param {TypeReference} config - Mandatory parameter
+	 * @returns {Promise<createChangeResponse>}
+	 */
+	changeRecordSets(dns, config, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			dns.zone(identifier)
+				.createChange(config)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the delete function of dns
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {DNS} dns - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<deleteResponse>}
+	 */
+	deleteZone(dns, options = undefined, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			dns.zone(identifier)
+				.delete(options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the record function of dns
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {DNS} dns - Mandatory parameter
+	 * @param {StringKeyword} type - Mandatory parameter
+	 * @param {TypeReference} metadata - Mandatory parameter
+	 * @returns {Promise<recordResponse>}
+	 */
+	record(dns, type, metadata) {
+		return this.dns.record(type, metadata);
+	}
 }
 module.exports = GCP_dns;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_storage_gcp-archivalStorage.js.html b/docs/googleCloud_storage_gcp-archivalStorage.js.html index 5b45ce7e..57e77de3 100644 --- a/docs/googleCloud_storage_gcp-archivalStorage.js.html +++ b/docs/googleCloud_storage_gcp-archivalStorage.js.html @@ -1,440 +1,227 @@ + + - - - - googleCloud/storage/gcp-archivalStorage.js - - - - - - - - - - - - - + + + + + googleCloud/storage/gcp-archivalStorage.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/storage/gcp-archivalStorage.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/storage/gcp-archivalStorage.js

+
+ -
-
-
const { Storage } = require("@google-cloud/storage");
+
+
+    
+    
+
+
const { Storage } = require('@google-cloud/storage');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a storage object
  * @category Google Cloud
  */
 class GCP_storage {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._storage = new Storage(config);
-    }
-    /**
-     * Trigers the deleteFiles function of storage
-     * @param {string} [identifier] - Optional parameter
-     * @param {Storage} storage - Mandatory parameter
-     * @param {TypeReference} [query] - Optional parameter
-     * @returns {Promise<deleteFilesResponse>}
-     */
-    deleteFiles(storage, query = undefined, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            storage.bucket(identifier).deleteFiles(query)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the upload function of storage
-     * @param {string} [identifier] - Optional parameter
-     * @param {Storage} storage - Mandatory parameter
-     * @param {StringKeyword} pathString - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<uploadResponse>}
-     */
-    upload(storage, pathString, options = undefined, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            storage.bucket(identifier).upload(pathString, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the makePublic function of storage
-     * @param {string} [identifier] - Optional parameter
-     * @param {Bucket} bucket - Mandatory parameter
-     * @returns {Promise<makePublicResponse>}
-     */
-    makePublic(bucket, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            bucket.file(identifier).makePublic()
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createBucket function of storage
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} [metadata] - Optional parameter
-     * @returns {Promise<createBucketResponse>}
-     */
-    create(name, metadata = undefined) {
-        return new Promise((resolve, reject) => {
-            this._storage.createBucket(name, metadata)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getBuckets function of storage
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getBucketsResponse>}
-     */
-    list(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._storage.getBuckets(options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._storage = new Storage(config);
+	}
+	/**
+	 * Trigers the deleteFiles function of storage
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {Storage} storage - Mandatory parameter
+	 * @param {TypeReference} [query] - Optional parameter
+	 * @returns {Promise<deleteFilesResponse>}
+	 */
+	deleteFiles(storage, query = undefined, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			storage
+				.bucket(identifier)
+				.deleteFiles(query)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the upload function of storage
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {Storage} storage - Mandatory parameter
+	 * @param {StringKeyword} pathString - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<uploadResponse>}
+	 */
+	upload(storage, pathString, options = undefined, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			storage
+				.bucket(identifier)
+				.upload(pathString, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the makePublic function of storage
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {Bucket} bucket - Mandatory parameter
+	 * @returns {Promise<makePublicResponse>}
+	 */
+	makePublic(bucket, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			bucket
+				.file(identifier)
+				.makePublic()
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createBucket function of storage
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} [metadata] - Optional parameter
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(name, metadata = undefined) {
+		return new Promise((resolve, reject) => {
+			this._storage
+				.createBucket(name, metadata)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getBuckets function of storage
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getBucketsResponse>}
+	 */
+	list(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._storage
+				.getBuckets(options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = GCP_storage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/googleCloud_storage_gcp-storageBucket.js.html b/docs/googleCloud_storage_gcp-storageBucket.js.html index 8a677028..5a1554b2 100644 --- a/docs/googleCloud_storage_gcp-storageBucket.js.html +++ b/docs/googleCloud_storage_gcp-storageBucket.js.html @@ -1,440 +1,227 @@ + + - - - - googleCloud/storage/gcp-storageBucket.js - - - - - - - - - - - - - + + + + + googleCloud/storage/gcp-storageBucket.js + + + + + + + + + + + + + + + + + + - - + + + - -
- -
-
-
-

Source

-

googleCloud/storage/gcp-storageBucket.js

-
+
+
+ + + +
+
+
+ +
+
+
+

Source

+

googleCloud/storage/gcp-storageBucket.js

+
+ -
-
-
const { Storage } = require("@google-cloud/storage");
+
+
+    
+    
+
+
const { Storage } = require('@google-cloud/storage');
 /*This is an auto generated class, please do not change.*/
 /**
  * Class to create a storage object
  * @category Google Cloud
  */
 class GCP_storage {
-    /**
-     *
-     * @param {object} config Configuration object
-     */
-    constructor(config) {
-        this._storage = new Storage(config);
-    }
-    /**
-     * Trigers the deleteFiles function of storage
-     * @param {string} [identifier] - Optional parameter
-     * @param {Storage} storage - Mandatory parameter
-     * @param {TypeReference} [query] - Optional parameter
-     * @returns {Promise<deleteFilesResponse>}
-     */
-    deleteFiles(storage, query = undefined, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            storage.bucket(identifier).deleteFiles(query)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the upload function of storage
-     * @param {string} [identifier] - Optional parameter
-     * @param {Storage} storage - Mandatory parameter
-     * @param {StringKeyword} pathString - Mandatory parameter
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<uploadResponse>}
-     */
-    upload(storage, pathString, options = undefined, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            storage.bucket(identifier).upload(pathString, options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the makePublic function of storage
-     * @param {string} [identifier] - Optional parameter
-     * @param {Bucket} bucket - Mandatory parameter
-     * @returns {Promise<makePublicResponse>}
-     */
-    makePublic(bucket, identifier = undefined) {
-        return new Promise((resolve, reject) => {
-            bucket.file(identifier).makePublic()
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the createBucket function of storage
-     * @param {StringKeyword} name - Mandatory parameter
-     * @param {TypeReference} [metadata] - Optional parameter
-     * @returns {Promise<createBucketResponse>}
-     */
-    create(name, metadata = undefined) {
-        return new Promise((resolve, reject) => {
-            this._storage.createBucket(name, metadata)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
-    /**
-     * Trigers the getBuckets function of storage
-     * @param {TypeReference} [options] - Optional parameter
-     * @returns {Promise<getBucketsResponse>}
-     */
-    list(options = undefined) {
-        return new Promise((resolve, reject) => {
-            this._storage.getBuckets(options)
-                .then(result => {
-                resolve(result);
-            })
-                .catch(err => {
-                reject(err);
-            });
-        });
-    }
+	/**
+	 *
+	 * @param {object} config Configuration object
+	 */
+	constructor(config) {
+		this._storage = new Storage(config);
+	}
+	/**
+	 * Trigers the deleteFiles function of storage
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {Storage} storage - Mandatory parameter
+	 * @param {TypeReference} [query] - Optional parameter
+	 * @returns {Promise<deleteFilesResponse>}
+	 */
+	deleteFiles(storage, query = undefined, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			storage
+				.bucket(identifier)
+				.deleteFiles(query)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the upload function of storage
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {Storage} storage - Mandatory parameter
+	 * @param {StringKeyword} pathString - Mandatory parameter
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<uploadResponse>}
+	 */
+	upload(storage, pathString, options = undefined, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			storage
+				.bucket(identifier)
+				.upload(pathString, options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the makePublic function of storage
+	 * @param {string} [identifier] - Optional parameter
+	 * @param {Bucket} bucket - Mandatory parameter
+	 * @returns {Promise<makePublicResponse>}
+	 */
+	makePublic(bucket, identifier = undefined) {
+		return new Promise((resolve, reject) => {
+			bucket
+				.file(identifier)
+				.makePublic()
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the createBucket function of storage
+	 * @param {StringKeyword} name - Mandatory parameter
+	 * @param {TypeReference} [metadata] - Optional parameter
+	 * @returns {Promise<createBucketResponse>}
+	 */
+	create(name, metadata = undefined) {
+		return new Promise((resolve, reject) => {
+			this._storage
+				.createBucket(name, metadata)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
+	/**
+	 * Trigers the getBuckets function of storage
+	 * @param {TypeReference} [options] - Optional parameter
+	 * @returns {Promise<getBucketsResponse>}
+	 */
+	list(options = undefined) {
+		return new Promise((resolve, reject) => {
+			this._storage
+				.getBuckets(options)
+				.then(result => {
+					resolve(result);
+				})
+				.catch(err => {
+					reject(err);
+				});
+		});
+	}
 }
 module.exports = GCP_storage;
 
-
-
-
+ + + + + + +
+ + + +
+
+
+
+ + + - -
-
-
- - - - + diff --git a/docs/index.html b/docs/index.html index bbb8fca0..a3f81b7a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,609 +1,208 @@ - - - - Home - - - - - - - - - - - - - + + + + + Home - - + + + + + + + + + + + + - -
- -
-
-
-

-

Home

-
+ + -

-
-
-

- -

-

NodeCloud

-

- Making open cloud easily accessible and managed. -

- -

- nodecloud CI -

-

- npm version - Codacy Badge - lerna - Gitter - Read on : Medium - Mailing list : Scorelab - contributions welcome -

-

Table of Content

- -

Introduction

-

- NodeCloud ☁️ is a - standard library to get a single API on the open - cloud with multiple providers. It is a NodeJs - library which comes with plugins for each cloud - provider. NodeCloud's aim is to abstract away - the differences between different cloud - providers. It provides an easy to use API for - developers in order to interact with different - cloud providers. -

-

NodeCloud will be useful to you if:

-
    -
  • - you work on a project which uses multiple - cloud providers -
  • -
  • - you are looking for an abstract cloud API - which can switch between cloud providers - with fewer code changes -
  • -
  • - you are an open-source enthusiast who is - into cloud engineering or code generation -
  • -
  • - you want to improve your skills in NodeJS, - Typescript and cloud service providers -
  • -
-

📘 Supported Service Providers

-
    -
  • Amazon Web Services (AWS)
  • -
  • Azure
  • -
  • Google Cloud Platform (GCP)
  • -
  • DigitalOcean
  • -
  • AliCloud
  • -
-

- 📢 if your required cloud provider plugin - is not listed here, we'd love your help to - add it :) -

-

Getting Started

-

- In order to use NodeCloud, you will - need to follow the following steps: -

-

- 1️⃣ Download NodeCloud common module
- Head on over to NPM or Yarn to download the - latest version of NodeCloud. -

-
npm i @nodecloud/common
+
+
+    
+    
+
+
+
+ + + +
+
+
+ +
+
+
+

+

Home

+
+ + + + + + + +

+ + + + + + + + + + + + + + + +
+

+ +

+

NodeCloud

+

Making open cloud easily accessible and managed.

+ +

nodecloud CI

+

npm version +Codacy Badge +lerna +Gitter +Read on : Medium +Mailing list : Scorelab +contributions welcome

+

Table of Content

+ +

Introduction

+

NodeCloud ☁️ is a standard library to get a single API on the open cloud with multiple providers. It is a NodeJs library which comes with plugins for each cloud provider. NodeCloud's aim is to abstract away the differences between different cloud providers. It provides an easy to use API for developers in order to interact with different cloud providers.

+

NodeCloud will be useful to you if:

+
    +
  • you work on a project which uses multiple cloud providers
  • +
  • you are looking for an abstract cloud API which can switch between cloud providers with fewer code changes
  • +
  • you are an open-source enthusiast who is into cloud engineering or code generation
  • +
  • you want to improve your skills in NodeJS, Typescript and cloud service providers
  • +
+

📘 Supported Service Providers

+
    +
  • Amazon Web Services (AWS)
  • +
  • Azure
  • +
  • Google Cloud Platform (GCP)
  • +
  • DigitalOcean
  • +
  • AliCloud
  • +
+

📢 if your required cloud provider plugin is not listed here, we'd love your help to add it :)

+

Getting Started

+

In order to use NodeCloud, you will need to follow the following steps:

+

1️⃣ Download NodeCloud common module
+Head on over to NPM or Yarn to download the latest version of NodeCloud.

+
npm i @nodecloud/common
 or
 yarn add @nodecloud/common
 
-

- 2️⃣ Download at least one NodeCloud - plugin
- Once @nodecloud/common is - installed, you need to install the plugins to - interact with different cloud providers. The - below table shows the available plugins - maintained by ScoRe Lab. There can be other - community-driven plugins that you will be able - to use with NodeCloud. -

-

NodeCloud Plugins

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PluginInstallation
AWS plugin - yarn add - @nodecloud/aws-plugin - or - npm i - @nodecloud/aws-plugin -
Azure plugin - yarn add - @nodecloud/gcp-plugin - or - npm i - @nodecloud/gcp-plugin -
Google Cloud plugin - yarn add - @nodecloud/azure-plugin - or - npm i - @nodecloud/azure-plugin -
Digital Ocean plugin - yarn add - @nodecloud/do-plugin - or - npm i - @nodecloud/do-plugin -
Alibaba plugin - yarn add - nodecloud-ali-plugin - or - npm i - nodecloud-ali-plugin -
-

- 3️⃣ Create the NodeCloud config file -

-

- Create the .nc.config.js file in - the project root in the following format. -

-

- Content of .nc.config.js file is assumed as the - following structure. It is an array of supported - providers. -

-
    -
  1. - name : Provider identifier, - this can be used to identify the plugin at a - glance. -
  2. -
  3. - tag : Tag name that will be - used to load the given provider internally. -
  4. -
  5. plugin : Plugin module
  6. -
  7. - configPath : Provider - configuration file -
  8. -
-

- This config file can contain an array of objects - for all providers and all will be loaded. - Supported values for name : aws, azure, - alicloud, digitalocean, google -

-

Example

-
const nodeCloudAwsPlugin = require("@nodecloud/aws-plugin");
+

2️⃣ Download at least one NodeCloud plugin
+Once @nodecloud/common is installed, you need to install the plugins to interact with different cloud providers. The below table shows the available plugins maintained by ScoRe Lab. There can be other community-driven plugins that you will be able to use with NodeCloud.

+

NodeCloud Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PluginInstallation
AWS pluginyarn add @nodecloud/aws-plugin or npm i @nodecloud/aws-plugin
Azure pluginyarn add @nodecloud/gcp-plugin or npm i @nodecloud/gcp-plugin
Google Cloud pluginyarn add @nodecloud/azure-plugin or npm i @nodecloud/azure-plugin
Digital Ocean pluginyarn add @nodecloud/do-plugin or npm i @nodecloud/do-plugin
Alibaba pluginyarn add nodecloud-ali-plugin or npm i nodecloud-ali-plugin
+

3️⃣ Create the NodeCloud config file

+

Create the .nc.config.js file in the project root in the following format.

+

Content of .nc.config.js file is assumed as the following structure. It is an array of supported providers.

+
    +
  1. name : Provider identifier, this can be used to identify the plugin at a glance.
  2. +
  3. tag : Tag name that will be used to load the given provider internally.
  4. +
  5. plugin : Plugin module
  6. +
  7. configPath : Provider configuration file
  8. +
+

This config file can contain an array of objects for all providers and all will be loaded. Supported values for name : aws, azure, alicloud, digitalocean, google

+

Example

+
const nodeCloudAwsPlugin = require("@nodecloud/aws-plugin");
 const nodeCloudGcpPlugin = require("@nodecloud/gcp-plugin");
 const nodeCloudAzurePlugin = require("@nodecloud/azure-plugin");
 const nodeCloudDoPlugin = require("@nodecloud/do-plugin");
@@ -637,21 +236,10 @@ 

Example

]; module.exports = providers;
-

- 4️⃣ Enjoy the awesomeness of - NodeCloud -

-

- Congratulations! You just configured NodeCloud - in your project. Let's start with some cloud - interactions. -

-

The below code is an example of usage in AWS.

-
const nc = require("@nodecloud/common"); // NodeCloud common module
+

4️⃣ Enjoy the awesomeness of NodeCloud

+

Congratulations! You just configured NodeCloud in your project. Let's start with some cloud interactions.

+

The below code is an example of usage in AWS.

+
const nc = require("@nodecloud/common"); // NodeCloud common module
 const optionsProvider = {
   overrideProviders: false
 };
@@ -699,589 +287,255 @@ 

Example

}); }
-

Overriding Providers

-

- NodeCloud officially supports AWS, GCP, Azure, - DigitalOcean and AliCloud. If you want to use a - community-driven plugin override the providers' - list as follows. -

-
const nodeCloud = require("nodecloud");
+

Overriding Providers

+

NodeCloud officially supports AWS, GCP, Azure, DigitalOcean and AliCloud. If you want to use a community-driven plugin override the providers' list as follows.

+
const nodeCloud = require("nodecloud");
 const options = {
   overrideProviders: true
 };
 const ncProviders = nodeCloud.getProviders(options);
 
-

📟 Service Types

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Service CategoryServiceAWSGCPAzure - DigitalOcean - - AliCloud -
ComputeIaaSEC2 - Compute Engine - - Virtual Machine - - Droplets - ECS
Faas - AWS Lambda* - - Cloud Functions* - - Azure Functions* - - - Function Compute* -
Containers - ECS, EKS - - Google Kubernetes Engine - - AKS, Azure Service Fabric* - - DO Kubernetes - - Container Service*, Container - Service for Kubernetes* -
- Containers (without infrastructure) - - AWS Fargate* - - Cloud Run* - --ECI*
Paas - AWS Elastic Beanstalk - - App Engine* - - App Service - - - Simple Application Server* -
StorageObject StorageS3 - Cloud Storage - - Azure Blob Storage - - Spaces* - - Bucket (OSS) -
Block StorageEBS - Persistent Disks - - Disk Storage - - Volumes - NAS*
NetworkingLoad BalancerELB - Cloud Load Balancing* - - Azure Load Balancer - - DO Load Balancer - SLB
Peering/Dedicated Interconnect - Direct Connect - - Cloud Interconnect* - - ExpressRoute* - - - Express Connect* -
DNS - Route53 - - Google Domains, Cloud DNS - - Azure DNS - - DO DNS - - Alibaba Cloud DNS* -
DatabasesRDBMS - RDS, Amazon Aurora*, Amazon - Redshift* - - Cloud SQL*, Cloud Spanner - - SQL Database, Azure Database for - MySQL*, Azure Database for - PostgreSQL* - - Managed Databases(PostgreSQL* and - MySQL) - - ApsaraDB (MySQL, MariaDB TX, SQL - Server, PostgreSQL) -
NoSQL: key-value - DynamoDB - - Cloud Firestore, Cloud Bigtable* - - Table Storage - - Managed Databases(Redis)* - - ApsaraDB for Redis* -
NoSQL: indexed - Amazon SimpleDB* - - Cloud Firestore - - Cosmos DB - - - ApsaraDB for MongoDB* -
Security/ AuthorizationIdentity Access Management - AWS IAM - - Cloud IAM* - - Azure Active Directory*, Azure Role - Based Access Control* - - - Resource Access Management* -
ManagementKey Management - AWS-KMS - -- - Do-Keys - -
-

*yet to be implemented

-

Contributing ❤️

-

- NodeCloud relies on the passionate members of - its community to keep delivering impactful tools - to people all over the world. Contributions of - any kind are welcome! -

-

- You can help us in many ways. Including new - features, bug fixing, error reporting and - documentation. Before contributing, be sure to - consult NodeClouds's contribution guidelines. As - a member of our community, you must abide by our - Code Of Conduct. -

-

💻 Development setup

-

- 1️⃣ Fork the leopardslab/nodecloud - repository
- Follow these instructions on - how to fork a repository -

-

- 2️⃣ Cloning the repository
- Once you have set up your fork of the - leopardslab/nodecloud repository, - you'll want to clone it to your local machine. - This is so you can make and test all of your - personal edits before adding it to the master - version of leopardslab/nodecloud . -

-

- Navigate to the location on your computer where - you want to host your code. Once in the - appropriate folder, run the following command to - clone the repository to your local machine. -

-
git clone https://github.com/your-username/nodecloud.git
+

📟 Service Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Service CategoryServiceAWSGCPAzureDigitalOceanAliCloud
ComputeIaaSEC2Compute EngineVirtual MachineDropletsECS
FaasAWS Lambda*Cloud Functions*Azure Functions*-Function Compute*
ContainersECS, EKSGoogle Kubernetes EngineAKS, Azure Service Fabric*DO KubernetesContainer Service*, Container Service for Kubernetes*
Containers (without infrastructure)AWS Fargate*Cloud Run*--ECI*
PaasAWS Elastic BeanstalkApp Engine*App Service-Simple Application Server*
StorageObject StorageS3Cloud StorageAzure Blob StorageSpaces*Bucket (OSS)
Block StorageEBSPersistent DisksDisk StorageVolumesNAS*
NetworkingLoad BalancerELBCloud Load Balancing*Azure Load BalancerDO Load BalancerSLB
Peering/Dedicated InterconnectDirect ConnectCloud Interconnect*ExpressRoute*-Express Connect*
DNSRoute53Google Domains, Cloud DNSAzure DNSDO DNSAlibaba Cloud DNS*
DatabasesRDBMSRDS, Amazon Aurora*, Amazon Redshift*Cloud SQL*, Cloud SpannerSQL Database, Azure Database for MySQL*, Azure Database for PostgreSQL*Managed Databases(PostgreSQL* and MySQL)ApsaraDB (MySQL, MariaDB TX, SQL Server, PostgreSQL)
NoSQL: key-valueDynamoDBCloud Firestore, Cloud Bigtable*Table StorageManaged Databases(Redis)*ApsaraDB for Redis*
NoSQL: indexedAmazon SimpleDB*Cloud FirestoreCosmos DB-ApsaraDB for MongoDB*
Security/ AuthorizationIdentity Access ManagementAWS IAMCloud IAM*Azure Active Directory*, Azure Role Based Access Control*-Resource Access Management*
ManagementKey ManagementAWS-KMS--Do-Keys-
+

*yet to be implemented

+

Contributing ❤️

+

NodeCloud relies on the passionate members of its community to keep delivering impactful tools to people all over the world. Contributions of any kind are welcome!

+

You can help us in many ways. Including new features, bug fixing, error reporting and documentation. Before contributing, be sure to consult NodeClouds's contribution guidelines. As a member of our community, you must abide by our Code Of Conduct.

+

💻 Development setup

+

1️⃣ Fork the leopardslab/nodecloud repository
+Follow these instructions on how to fork a repository

+

2️⃣ Cloning the repository
+Once you have set up your fork of the leopardslab/nodecloud repository, you'll want to clone it to your local machine. This is so you can make and test all of your personal edits before adding it to the master version of leopardslab/nodecloud .

+

Navigate to the location on your computer where you want to host your code. Once in the appropriate folder, run the following command to clone the repository to your local machine.

+
git clone https://github.com/your-username/nodecloud.git
 
-

- 3️⃣ Bootstrapping the repository
- You'll then want to navigate within the folder - that was just created that contains all of the - content of the forked repository. There you'll - want to run the installation script to get the - updated version of all the third-party - dependencies. -

-
cd nodecloud
+

3️⃣ Bootstrapping the repository
+You'll then want to navigate within the folder that was just created that contains all of the content of the forked repository. There you'll want to run the installation script to get the updated version of all the third-party dependencies.

+
cd nodecloud
 yarn
 
-

Important Notes for Developers 😎

-

- ❇️ This project is based on - Lerna and - Yarn workspaces where there are multiple - projects in the same repository. It's better to - get some background knowledge about these before - making any changes in the code. Check the - lerna.json for the current - configuration. -

-

- ❇️ @nodecloud/aws-plugin , - @nodecloud/gcp-plugin , - @nodecloud/azure-plugin and - @nodecloud/common are - Lerna managed yarn workspaces where - the generator is another standalone - yarn workspace. -

-

- ❇️ - Never use NPM client to install third-party - dependencies. This project does not contain a - package-lock.json instead it - contains a yarn.lock file. Using - npm i to install NPM modules will - harm the project structure. -

-

- ❇️ Use lerna commands when - installing third-party libraries in Lerna - managed yarn workspaces. For example, the below - command will add the - @google-cloud/translate npm module - to the project - @nodecloud/gcp-plugin . -

-
lerna add @google-cloud/translate --scope=@nodecloud/gcp-plugin
+

Important Notes for Developers 😎

+

❇️ This project is based on Lerna and Yarn workspaces where there are multiple projects in the same repository. It's better to get some background knowledge about these before making any changes in the code. Check the lerna.json for the current configuration.

+

❇️ @nodecloud/aws-plugin , @nodecloud/gcp-plugin , @nodecloud/azure-plugin and @nodecloud/common are Lerna managed yarn workspaces where the generator is another standalone yarn workspace.

+

❇️ Never use NPM client to install third-party dependencies. This project does not contain a package-lock.json instead it contains a yarn.lock file. Using npm i to install NPM modules will harm the project structure.

+

❇️ Use lerna commands when installing third-party libraries in Lerna managed yarn workspaces. For example, the below command will add the @google-cloud/translate npm module to the project @nodecloud/gcp-plugin .

+
lerna add @google-cloud/translate --scope=@nodecloud/gcp-plugin
 
-

- ❇️ Adding a common dependency to - ALL packages -

-
lerna add the-dep-name
+

❇️ Adding a common dependency to ALL packages

+
lerna add the-dep-name
 
-

❇️ Adding Dev dependencies

-

- If you have common dev dependencies, it’s better - to specify them in the workspace root - package.json. For instance, this can be - dependencies like Jest, Husky, Storybook, - Eslint, Prettier, etc. -

-
yarn add husky --dev -W
+

❇️ Adding Dev dependencies

+

If you have common dev dependencies, it’s better to specify them in the workspace root package.json. For instance, this can be dependencies like Jest, Husky, Storybook, Eslint, Prettier, etc.

+
yarn add husky --dev -W
 
-

- Adding the -W flag makes it explicit that - we’re adding the dependency to the workspace - root. -

-

❇️ Removing Dependencies

-
lerna exec -- yarn remove dep-name
+

Adding the -W flag makes it explicit that we’re adding the dependency to the workspace root.

+

❇️ Removing Dependencies

+
lerna exec -- yarn remove dep-name
 
-

- ❇️ Use symlinks when you want to make changes - while testing them out in a demo project.** Do - not use npm link** instead use yarn linking -

-
yarn link
+

❇️ Use symlinks when you want to make changes while testing them out in a demo project.** Do not use npm link** instead use yarn linking

+
yarn link
 
-

You should see output like:

-

- success Registered - "@nodecloud/gcp-plugin". info You - can now run - yarn link - "@nodecloud/gcp-plugin" - in the projects where you want to use this - module and it will be used instead. -

-

- Now that our package is symlinked, run the - following command to link the package to your - project. -

-
yarn link @nodecloud/gcp-plugin
+

You should see output like:

+

success Registered "@nodecloud/gcp-plugin". info You can now run yarn link "@nodecloud/gcp-plugin" in +the projects where you want to use this module and it will be used instead.

+

Now that our package is symlinked, run the following command to link the package to your project.

+
yarn link @nodecloud/gcp-plugin
 
-

- ❇️ The API documentation is generated using - JSDoc. Be mindful when making any changes to the - auto-generated comments in JavaScript classes. - If you have generated new classes run the - following command to generate the API - documentation. -

-
yarn doc or `jsdoc -c jsdoc.json`
+

❇️ The API documentation is generated using JSDoc. Be mindful when making any changes to the auto-generated comments in JavaScript classes. If you have generated new classes run the following command to generate the API documentation.

+
yarn doc or `jsdoc -c jsdoc.json`
 
-

- ❇️ The JSDoc configuration can be found in the - jsdoc.json file. Currently, it is - configured with the - better-docs - template. -

-

- ❇️ The code generation component ( - generator yarn workspace) is - developed using the TypeScript compiler API. It - is better to have an understanding of Abstract - Syntax trees, Parsers, and transformers when - making code changes in the - generator. -

-

- ❇️ Please run prettier before committing code to - put it in a nice looking format. -

-
lerna run prettier or yarn pretty-quick
+

❇️ The JSDoc configuration can be found in the jsdoc.json file. Currently, it is configured with the better-docs template.

+

❇️ The code generation component ( generator yarn workspace) is developed using the TypeScript compiler API. It is better to have an understanding of Abstract Syntax trees, Parsers, and transformers when making code changes in the generator.

+

❇️ Please run prettier before committing code to put it in a nice looking format.

+
lerna run prettier or yarn pretty-quick
 
-

Test Changes

-

- Mocha and Chai is - configured to run unit tests in this project. - When you start making changes to the code on - your local branch, you'll need to test those - changes. Before your code can be accepted into - the master branch, it will have to pass all of - the tests in yarn workspaces. To test changes, - run the following commands: -

-

- 1️⃣ Save Current Changes
- When you get to a point when you want to test - the functionality of the code, make sure all - your changes are saved. They don't necessarily - have to be committed changes in order - to test them. -

-

- 2️⃣ Test changes
- To make sure that the application is properly - updated, run the tests. If you add elements that - do not have tests to prove whether they work - correctly or not, please include them in your - pull request. When you run the below test - command Lerna will execute all the - tests in the packages of this monorepo. -

-
yarn test
+

Test Changes

+

Mocha and Chai is configured to run unit tests in this project. When you start making changes to the code on your local branch, you'll need to test those changes. Before your code can be accepted into the master branch, it will have to pass all of the tests in yarn workspaces. To test changes, run the following commands:

+

1️⃣ Save Current Changes
+When you get to a point when you want to test the functionality of the code, make sure all your changes are saved. They don't necessarily have to be committed changes in order to test them.

+

2️⃣ Test changes
+To make sure that the application is properly updated, run the tests. If you add elements that do not have tests to prove whether they work correctly or not, please include them in your pull request. When you run the below test command Lerna will execute all the tests in the packages of this monorepo.

+
yarn test
 
-

NodeCloud Code Generation tool

-

- This is where the magic happens✨. We don't code - any JavaScript classes in NodeCloud plugins, - instead, they are automatically generated by a - code generation tool. This automating process is - currently working for AWS, Azure and Google - Cloud. Once you add a service in - node-cloud.yml in the required - format for the generator, run - tsc main && node main to - generate the service. You will immediately see - the output in - generatedClasses directory inside - the generator . More information - about the generation tool can be found in the - ReadME of - generator workspace. -

-

📜 License

-

MIT @ leopardslab

-
-
-
+

NodeCloud Code Generation tool

+

This is where the magic happens✨. We don't code any JavaScript classes in NodeCloud plugins, instead, they are automatically generated by a code generation tool. This automating process is currently working for AWS, Azure and Google Cloud. Once you add a service in node-cloud.yml in the required format for the generator, run tsc main && node main to generate the service. You will immediately see the output in generatedClasses directory inside the generator . More information about the generation tool can be found in the ReadME of generator workspace.

+

📜 License

+

MIT @ leopardslab

+
+ + + + + + +
+ + + +
+
+
+
+ + + - - -
- - - - - - + + \ No newline at end of file diff --git a/docs/scripts/app.min.js b/docs/scripts/app.min.js index 98f689d7..9411fc03 100644 --- a/docs/scripts/app.min.js +++ b/docs/scripts/app.min.js @@ -1,91 +1 @@ -'use strict'; -$().ready(function() {}); -var sidebarIsVisible = !1, - toggleSidebar = function(e) { - var a = !(0 < arguments.length && void 0 !== e) || e; - $('#sidebarNav').toggleClass('sticky', a), - $('#stickyNavbarOverlay').toggleClass('active', a), - $('#hamburger').toggleClass('is-active'), - (sidebarIsVisible = a); - }; -$().ready(function() { - $('#hamburger').click(function() { - toggleSidebar(!sidebarIsVisible); - }), - $('#stickyNavbarOverlay').click(function() { - sidebarIsVisible && toggleSidebar(!1); - }); -}); -var OFFSET = 150; -$().ready(function() { - var o = $('#side-nav'), - c = []; - if ( - ($('.vertical-section').length || o.hide(), - $('.vertical-section').each(function(e, a) { - var i = $(a), - t = i.find('> h1').text(); - if (t) { - o.append($('

').text(t)); - var s = $('
    '); - i.find('.members h4.name').each(function(e, a) { - var i = $(a), - t = i - .find('.code-name') - .clone() - .children() - .remove() - .end() - .text(), - n = i.find('a').attr('href'), - r = $('')).text(t); - s.append($('
  • ').append(r)), - c.push({ link: r, offset: i.offset().top }); - }), - o.append(s); - } else - i.find('.members h4.name').each(function(e, a) { - var i = $(a), - t = i - .find('.code-name') - .clone() - .children() - .remove() - .end() - .text(), - n = i.find('a').attr('href'), - r = $('
    ')).text(t); - o.append(r), c.push({ link: r, offset: i.offset().top }); - }); - }), - !$.trim(o.text())) - ) - return o.hide(); - function e() { - for (var e = n.scrollTop(), a = !1, i = c.length - 1; 0 <= i; i--) { - var t = c[i]; - t.link.removeClass('is-active'), - e + OFFSET >= t.offset - ? a - ? t.link.addClass('is-past') - : (t.link.addClass('is-active'), (a = !0)) - : t.link.removeClass('is-past'); - } - } - var n = $('#main-content-wrapper'); - n.on('scroll', e), - e(), - c.forEach(function(e) { - e.link.click(function() { - n.animate({ scrollTop: e.offset - OFFSET + 1 }, 500); - }); - }); -}), - $().ready(function() { - $('#sidebarNav a').each(function(e, a) { - var i = $(a).attr('href'); - window.location.pathname.match('/' + i) && - ($(a).addClass('active'), - $('#sidebarNav').scrollTop($(a).offset().top - 150)); - }); - }); +"use strict";$().ready(function(){});var sidebarIsVisible=!1,toggleSidebar=function(e){var a=!(0 h1").text();if(t){o.append($("

    ").text(t));var s=$("
      ");i.find(".members h4.name").each(function(e,a){var i=$(a),t=i.find(".code-name").clone().children().remove().end().text(),n=i.find("a").attr("href"),r=$('
      ')).text(t);s.append($("
    • ").append(r)),c.push({link:r,offset:i.offset().top})}),o.append(s)}else i.find(".members h4.name").each(function(e,a){var i=$(a),t=i.find(".code-name").clone().children().remove().end().text(),n=i.find("a").attr("href"),r=$('
      ')).text(t);o.append(r),c.push({link:r,offset:i.offset().top})})}),!$.trim(o.text()))return o.hide();function e(){for(var e=n.scrollTop(),a=!1,i=c.length-1;0<=i;i--){var t=c[i];t.link.removeClass("is-active"),e+OFFSET>=t.offset?a?t.link.addClass("is-past"):(t.link.addClass("is-active"),a=!0):t.link.removeClass("is-past")}}var n=$("#main-content-wrapper");n.on("scroll",e),e(),c.forEach(function(e){e.link.click(function(){n.animate({scrollTop:e.offset-OFFSET+1},500)})})}),$().ready(function(){$("#sidebarNav a").each(function(e,a){var i=$(a).attr("href");window.location.pathname.match("/"+i)&&($(a).addClass("active"),$("#sidebarNav").scrollTop($(a).offset().top-150))})}); \ No newline at end of file diff --git a/docs/scripts/linenumber.js b/docs/scripts/linenumber.js index ae41d531..1ba40576 100644 --- a/docs/scripts/linenumber.js +++ b/docs/scripts/linenumber.js @@ -1,26 +1,26 @@ /*global document */ (function() { - var source = document.getElementsByClassName('prettyprint source linenums'); - var i = 0; - var lineNumber = 0; - var lineId; - var lines; - var totalLines; - var anchorHash; + var source = document.getElementsByClassName('prettyprint source linenums'); + var i = 0; + var lineNumber = 0; + var lineId; + var lines; + var totalLines; + var anchorHash; - if (source && source[0]) { - anchorHash = document.location.hash.substring(1); - lines = source[0].getElementsByTagName('li'); - totalLines = lines.length; + if (source && source[0]) { + anchorHash = document.location.hash.substring(1); + lines = source[0].getElementsByTagName('li'); + totalLines = lines.length; - for (; i < totalLines; i++) { - lineNumber++; - lineId = 'line' + lineNumber; - lines[i].id = lineId; - if (lineId === anchorHash) { - lines[i].className += ' selected'; - } - } - } + for (; i < totalLines; i++) { + lineNumber++; + lineId = 'line' + lineNumber; + lines[i].id = lineId; + if (lineId === anchorHash) { + lines[i].className += ' selected'; + } + } + } })(); diff --git a/docs/scripts/search.js b/docs/scripts/search.js index da48c1b8..540d451c 100644 --- a/docs/scripts/search.js +++ b/docs/scripts/search.js @@ -1,49 +1,39 @@ (function() { - const input = document.querySelector('#search'); - const targets = [...document.querySelectorAll('#sidebarNav li')]; - input.addEventListener('keyup', () => { - // loop over each targets and hide the not corresponding ones - targets.forEach(target => { - if ( - !target.innerText - .toLowerCase() - .includes(input.value.toLowerCase()) - ) { - target.style.display = 'none'; + const input = document.querySelector('#search') + const targets = [ ...document.querySelectorAll('#sidebarNav li')] + input.addEventListener('keyup', () => { + // loop over each targets and hide the not corresponding ones + targets.forEach(target => { + if (!target.innerText.toLowerCase().includes(input.value.toLowerCase())) { + target.style.display = 'none' - /** - * Detects an empty list - * Remove the list and the list's title if the list is not displayed - */ - const list = [...target.parentNode.childNodes].filter( - elem => elem.style.display !== 'none' - ); + /** + * Detects an empty list + * Remove the list and the list's title if the list is not displayed + */ + const list = [...target.parentNode.childNodes].filter( elem => elem.style.display !== 'none') - if (!list.length) { - target.parentNode.style.display = 'none'; - target.parentNode.previousSibling.style.display = 'none'; - } + if (!list.length) { + target.parentNode.style.display = 'none' + target.parentNode.previousSibling.style.display = 'none' + } - /** - * Detects empty category - * Remove the entire category if no item is displayed - */ - const category = [ - ...target.parentNode.parentNode.childNodes, - ].filter( - elem => - elem.tagName !== 'H2' && elem.style.display !== 'none' - ); + /** + * Detects empty category + * Remove the entire category if no item is displayed + */ + const category = [...target.parentNode.parentNode.childNodes] + .filter( elem => elem.tagName !== 'H2' && elem.style.display !== 'none') - if (!category.length) { - target.parentNode.parentNode.style.display = 'none'; - } - } else { - target.parentNode.style.display = 'block'; - target.parentNode.previousSibling.style.display = 'block'; - target.parentNode.parentNode.style.display = 'block'; - target.style.display = 'block'; - } - }); - }); -})(); + if (!category.length) { + target.parentNode.parentNode.style.display = 'none' + } + } else { + target.parentNode.style.display = 'block' + target.parentNode.previousSibling.style.display = 'block' + target.parentNode.parentNode.style.display = 'block' + target.style.display = 'block' + } + }) + }) +})() \ No newline at end of file diff --git a/docs/styles/app.min.css b/docs/styles/app.min.css index 1b4375f4..16207525 100644 --- a/docs/styles/app.min.css +++ b/docs/styles/app.min.css @@ -1,10860 +1 @@ -/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */ -@-webkit-keyframes spinAround { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -@keyframes spinAround { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.delete, -.modal-close, -.is-unselectable, -.button, -.file, -.breadcrumb, -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis, -.tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.select:not(.is-multiple):not(.is-loading)::after, -.navbar-link:not(.is-arrowless)::after { - border: 3px solid rgba(0, 0, 0, 0); - border-radius: 2px; - border-right: 0; - border-top: 0; - content: ' '; - display: block; - height: 0.625em; - margin-top: -0.4375em; - pointer-events: none; - position: absolute; - top: 50%; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: center; - transform-origin: center; - width: 0.625em; -} -.box:not(:last-child), -.content:not(:last-child), -.notification:not(:last-child), -.progress:not(:last-child), -.table:not(:last-child), -.table-container:not(:last-child), -.title:not(:last-child), -.subtitle:not(:last-child), -.block:not(:last-child), -.highlight:not(:last-child), -.breadcrumb:not(:last-child), -.level:not(:last-child), -.list:not(:last-child), -.message:not(:last-child), -.tabs:not(:last-child) { - margin-bottom: 1.5rem; -} -.delete, -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(10, 10, 10, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - pointer-events: auto; - display: inline-block; - flex-grow: 0; - flex-shrink: 0; - font-size: 0; - height: 20px; - max-height: 20px; - max-width: 20px; - min-height: 20px; - min-width: 20px; - outline: none; - position: relative; - vertical-align: top; - width: 20px; -} -.delete::before, -.modal-close::before, -.delete::after, -.modal-close::after { - background-color: #fff; - content: ''; - display: block; - left: 50%; - position: absolute; - top: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); - -webkit-transform-origin: center center; - transform-origin: center center; -} -.delete::before, -.modal-close::before { - height: 2px; - width: 50%; -} -.delete::after, -.modal-close::after { - height: 50%; - width: 2px; -} -.delete:hover, -.modal-close:hover, -.delete:focus, -.modal-close:focus { - background-color: rgba(10, 10, 10, 0.3); -} -.delete:active, -.modal-close:active { - background-color: rgba(10, 10, 10, 0.4); -} -.is-small.delete, -.is-small.modal-close { - height: 16px; - max-height: 16px; - max-width: 16px; - min-height: 16px; - min-width: 16px; - width: 16px; -} -.is-medium.delete, -.is-medium.modal-close { - height: 24px; - max-height: 24px; - max-width: 24px; - min-height: 24px; - min-width: 24px; - width: 24px; -} -.is-large.delete, -.is-large.modal-close { - height: 32px; - max-height: 32px; - max-width: 32px; - min-height: 32px; - min-width: 32px; - width: 32px; -} -.button.is-loading::after, -.loader, -.select.is-loading::after, -.control.is-loading::after { - -webkit-animation: spinAround 500ms infinite linear; - animation: spinAround 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ''; - display: block; - height: 1em; - position: relative; - width: 1em; -} -.is-overlay, -.image.is-square img, -.image.is-square .has-ratio, -.image.is-1by1 img, -.image.is-1by1 .has-ratio, -.image.is-5by4 img, -.image.is-5by4 .has-ratio, -.image.is-4by3 img, -.image.is-4by3 .has-ratio, -.image.is-3by2 img, -.image.is-3by2 .has-ratio, -.image.is-5by3 img, -.image.is-5by3 .has-ratio, -.image.is-16by9 img, -.image.is-16by9 .has-ratio, -.image.is-2by1 img, -.image.is-2by1 .has-ratio, -.image.is-3by1 img, -.image.is-3by1 .has-ratio, -.image.is-4by5 img, -.image.is-4by5 .has-ratio, -.image.is-3by4 img, -.image.is-3by4 .has-ratio, -.image.is-2by3 img, -.image.is-2by3 .has-ratio, -.image.is-3by5 img, -.image.is-3by5 .has-ratio, -.image.is-9by16 img, -.image.is-9by16 .has-ratio, -.image.is-1by2 img, -.image.is-1by2 .has-ratio, -.image.is-1by3 img, -.image.is-1by3 .has-ratio, -.modal, -.modal-background, -.hero-video { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; -} -.button, -.input, -.textarea, -.select select, -.file-cta, -.file-name, -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { - -moz-appearance: none; - -webkit-appearance: none; - align-items: center; - border: 1px solid transparent; - border-radius: 4px; - box-shadow: none; - display: inline-flex; - font-size: 1rem; - height: 2.25em; - justify-content: flex-start; - line-height: 1.5; - padding-bottom: calc(0.375em - 1px); - padding-left: calc(0.625em - 1px); - padding-right: calc(0.625em - 1px); - padding-top: calc(0.375em - 1px); - position: relative; - vertical-align: top; -} -.button:focus, -.input:focus, -.textarea:focus, -.select select:focus, -.file-cta:focus, -.file-name:focus, -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus, -.pagination-ellipsis:focus, -.is-focused.button, -.is-focused.input, -.is-focused.textarea, -.select select.is-focused, -.is-focused.file-cta, -.is-focused.file-name, -.is-focused.pagination-previous, -.is-focused.pagination-next, -.is-focused.pagination-link, -.is-focused.pagination-ellipsis, -.button:active, -.input:active, -.textarea:active, -.select select:active, -.file-cta:active, -.file-name:active, -.pagination-previous:active, -.pagination-next:active, -.pagination-link:active, -.pagination-ellipsis:active, -.is-active.button, -.is-active.input, -.is-active.textarea, -.select select.is-active, -.is-active.file-cta, -.is-active.file-name, -.is-active.pagination-previous, -.is-active.pagination-next, -.is-active.pagination-link, -.is-active.pagination-ellipsis { - outline: none; -} -.button[disabled], -.input[disabled], -.textarea[disabled], -.select select[disabled], -.file-cta[disabled], -.file-name[disabled], -.pagination-previous[disabled], -.pagination-next[disabled], -.pagination-link[disabled], -.pagination-ellipsis[disabled], -fieldset[disabled] .button, -fieldset[disabled] .input, -fieldset[disabled] .textarea, -fieldset[disabled] .select select, -.select fieldset[disabled] select, -fieldset[disabled] .file-cta, -fieldset[disabled] .file-name, -fieldset[disabled] .pagination-previous, -fieldset[disabled] .pagination-next, -fieldset[disabled] .pagination-link, -fieldset[disabled] .pagination-ellipsis { - cursor: not-allowed; -} /*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */ -html, -body, -p, -ol, -ul, -li, -dl, -dt, -dd, -blockquote, -figure, -fieldset, -legend, -textarea, -pre, -iframe, -hr, -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0; - padding: 0; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: 100%; - font-weight: normal; -} -ul { - list-style: none; -} -button, -input, -select, -textarea { - margin: 0; -} -html { - box-sizing: border-box; -} -*, -*::before, -*::after { - box-sizing: inherit; -} -img, -embed, -iframe, -object, -video { - height: auto; - max-width: 100%; -} -audio { - max-width: 100%; -} -iframe { - border: 0; -} -table { - border-collapse: collapse; - border-spacing: 0; -} -td, -th { - padding: 0; -} -td:not([align]), -th:not([align]) { - text-align: left; -} -html { - background-color: #fff; - font-size: 16px; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - min-width: 300px; - overflow-x: hidden; - overflow-y: scroll; - text-rendering: optimizeLegibility; - -webkit-text-size-adjust: 100%; - -moz-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - text-size-adjust: 100%; -} -article, -aside, -figure, -footer, -header, -hgroup, -section { - display: block; -} -body, -button, -input, -select, -textarea { - font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', - 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', - 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; -} -code, -pre { - -moz-osx-font-smoothing: auto; - -webkit-font-smoothing: auto; - font-family: monospace; -} -body { - color: #4a4a4a; - font-size: 1em; - font-weight: 400; - line-height: 1.5; -} -a { - color: #3273dc; - cursor: pointer; - text-decoration: none; -} -a strong { - color: currentColor; -} -a:hover { - color: #363636; -} -code { - background-color: #f5f5f5; - color: #ff3860; - font-size: 0.875em; - font-weight: normal; - padding: 0.25em 0.5em 0.25em; -} -hr { - background-color: #f5f5f5; - border: none; - display: block; - height: 2px; - margin: 1.5rem 0; -} -img { - height: auto; - max-width: 100%; -} -input[type='checkbox'], -input[type='radio'] { - vertical-align: baseline; -} -small { - font-size: 0.875em; -} -span { - font-style: inherit; - font-weight: inherit; -} -strong { - color: #363636; - font-weight: 700; -} -fieldset { - border: none; -} -pre { - -webkit-overflow-scrolling: touch; - background-color: #f5f5f5; - color: #4a4a4a; - font-size: 0.875em; - overflow-x: auto; - padding: 1.25rem 1.5rem; - white-space: pre; - word-wrap: normal; -} -pre code { - background-color: transparent; - color: currentColor; - font-size: 1em; - padding: 0; -} -table td, -table th { - vertical-align: top; -} -table td:not([align]), -table th:not([align]) { - text-align: left; -} -table th { - color: #363636; -} -.is-clearfix::after { - clear: both; - content: ' '; - display: table; -} -.is-pulled-left { - float: left !important; -} -.is-pulled-right { - float: right !important; -} -.is-clipped { - overflow: hidden !important; -} -.is-size-1 { - font-size: 3rem !important; -} -.is-size-2 { - font-size: 2.5rem !important; -} -.is-size-3 { - font-size: 2rem !important; -} -.is-size-4 { - font-size: 1.5rem !important; -} -.is-size-5 { - font-size: 1.25rem !important; -} -.is-size-6 { - font-size: 1rem !important; -} -.is-size-7 { - font-size: 0.75rem !important; -} -@media screen and (max-width: 768px) { - .is-size-1-mobile { - font-size: 3rem !important; - } - .is-size-2-mobile { - font-size: 2.5rem !important; - } - .is-size-3-mobile { - font-size: 2rem !important; - } - .is-size-4-mobile { - font-size: 1.5rem !important; - } - .is-size-5-mobile { - font-size: 1.25rem !important; - } - .is-size-6-mobile { - font-size: 1rem !important; - } - .is-size-7-mobile { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 769px), print { - .is-size-1-tablet { - font-size: 3rem !important; - } - .is-size-2-tablet { - font-size: 2.5rem !important; - } - .is-size-3-tablet { - font-size: 2rem !important; - } - .is-size-4-tablet { - font-size: 1.5rem !important; - } - .is-size-5-tablet { - font-size: 1.25rem !important; - } - .is-size-6-tablet { - font-size: 1rem !important; - } - .is-size-7-tablet { - font-size: 0.75rem !important; - } -} -@media screen and (max-width: 1023px) { - .is-size-1-touch { - font-size: 3rem !important; - } - .is-size-2-touch { - font-size: 2.5rem !important; - } - .is-size-3-touch { - font-size: 2rem !important; - } - .is-size-4-touch { - font-size: 1.5rem !important; - } - .is-size-5-touch { - font-size: 1.25rem !important; - } - .is-size-6-touch { - font-size: 1rem !important; - } - .is-size-7-touch { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1024px) { - .is-size-1-desktop { - font-size: 3rem !important; - } - .is-size-2-desktop { - font-size: 2.5rem !important; - } - .is-size-3-desktop { - font-size: 2rem !important; - } - .is-size-4-desktop { - font-size: 1.5rem !important; - } - .is-size-5-desktop { - font-size: 1.25rem !important; - } - .is-size-6-desktop { - font-size: 1rem !important; - } - .is-size-7-desktop { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1216px) { - .is-size-1-widescreen { - font-size: 3rem !important; - } - .is-size-2-widescreen { - font-size: 2.5rem !important; - } - .is-size-3-widescreen { - font-size: 2rem !important; - } - .is-size-4-widescreen { - font-size: 1.5rem !important; - } - .is-size-5-widescreen { - font-size: 1.25rem !important; - } - .is-size-6-widescreen { - font-size: 1rem !important; - } - .is-size-7-widescreen { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1408px) { - .is-size-1-fullhd { - font-size: 3rem !important; - } - .is-size-2-fullhd { - font-size: 2.5rem !important; - } - .is-size-3-fullhd { - font-size: 2rem !important; - } - .is-size-4-fullhd { - font-size: 1.5rem !important; - } - .is-size-5-fullhd { - font-size: 1.25rem !important; - } - .is-size-6-fullhd { - font-size: 1rem !important; - } - .is-size-7-fullhd { - font-size: 0.75rem !important; - } -} -.has-text-centered { - text-align: center !important; -} -.has-text-justified { - text-align: justify !important; -} -.has-text-left { - text-align: left !important; -} -.has-text-right { - text-align: right !important; -} -@media screen and (max-width: 768px) { - .has-text-centered-mobile { - text-align: center !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-centered-tablet { - text-align: center !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-centered-tablet-only { - text-align: center !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-centered-touch { - text-align: center !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-centered-desktop { - text-align: center !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-centered-desktop-only { - text-align: center !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-centered-widescreen { - text-align: center !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-centered-widescreen-only { - text-align: center !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-centered-fullhd { - text-align: center !important; - } -} -@media screen and (max-width: 768px) { - .has-text-justified-mobile { - text-align: justify !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-justified-tablet { - text-align: justify !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-justified-tablet-only { - text-align: justify !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-justified-touch { - text-align: justify !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-justified-desktop { - text-align: justify !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-justified-desktop-only { - text-align: justify !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-justified-widescreen { - text-align: justify !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-justified-widescreen-only { - text-align: justify !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-justified-fullhd { - text-align: justify !important; - } -} -@media screen and (max-width: 768px) { - .has-text-left-mobile { - text-align: left !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-left-tablet { - text-align: left !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-left-tablet-only { - text-align: left !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-left-touch { - text-align: left !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-left-desktop { - text-align: left !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-left-desktop-only { - text-align: left !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-left-widescreen { - text-align: left !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-left-widescreen-only { - text-align: left !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-left-fullhd { - text-align: left !important; - } -} -@media screen and (max-width: 768px) { - .has-text-right-mobile { - text-align: right !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-right-tablet { - text-align: right !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-right-tablet-only { - text-align: right !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-right-touch { - text-align: right !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-right-desktop { - text-align: right !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-right-desktop-only { - text-align: right !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-right-widescreen { - text-align: right !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-right-widescreen-only { - text-align: right !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-right-fullhd { - text-align: right !important; - } -} -.is-capitalized { - text-transform: capitalize !important; -} -.is-lowercase { - text-transform: lowercase !important; -} -.is-uppercase { - text-transform: uppercase !important; -} -.is-italic { - font-style: italic !important; -} -.has-text-white { - color: #fff !important; -} -a.has-text-white:hover, -a.has-text-white:focus { - color: #e6e6e6 !important; -} -.has-background-white { - background-color: #fff !important; -} -.has-text-black { - color: #0a0a0a !important; -} -a.has-text-black:hover, -a.has-text-black:focus { - color: #000 !important; -} -.has-background-black { - background-color: #0a0a0a !important; -} -.has-text-light { - color: #f5f5f5 !important; -} -a.has-text-light:hover, -a.has-text-light:focus { - color: #dbdbdb !important; -} -.has-background-light { - background-color: #f5f5f5 !important; -} -.has-text-dark { - color: #363636 !important; -} -a.has-text-dark:hover, -a.has-text-dark:focus { - color: #1c1c1c !important; -} -.has-background-dark { - background-color: #363636 !important; -} -.has-text-primary { - color: #00d1b2 !important; -} -a.has-text-primary:hover, -a.has-text-primary:focus { - color: #009e86 !important; -} -.has-background-primary { - background-color: #00d1b2 !important; -} -.has-text-link { - color: #3273dc !important; -} -a.has-text-link:hover, -a.has-text-link:focus { - color: #205bbc !important; -} -.has-background-link { - background-color: #3273dc !important; -} -.has-text-info { - color: #209cee !important; -} -a.has-text-info:hover, -a.has-text-info:focus { - color: #0f81cc !important; -} -.has-background-info { - background-color: #209cee !important; -} -.has-text-success { - color: #23d160 !important; -} -a.has-text-success:hover, -a.has-text-success:focus { - color: #1ca64c !important; -} -.has-background-success { - background-color: #23d160 !important; -} -.has-text-warning { - color: #ffdd57 !important; -} -a.has-text-warning:hover, -a.has-text-warning:focus { - color: #ffd324 !important; -} -.has-background-warning { - background-color: #ffdd57 !important; -} -.has-text-danger { - color: #ff3860 !important; -} -a.has-text-danger:hover, -a.has-text-danger:focus { - color: #ff0537 !important; -} -.has-background-danger { - background-color: #ff3860 !important; -} -.has-text-black-bis { - color: #121212 !important; -} -.has-background-black-bis { - background-color: #121212 !important; -} -.has-text-black-ter { - color: #242424 !important; -} -.has-background-black-ter { - background-color: #242424 !important; -} -.has-text-grey-darker { - color: #363636 !important; -} -.has-background-grey-darker { - background-color: #363636 !important; -} -.has-text-grey-dark { - color: #4a4a4a !important; -} -.has-background-grey-dark { - background-color: #4a4a4a !important; -} -.has-text-grey { - color: #7a7a7a !important; -} -.has-background-grey { - background-color: #7a7a7a !important; -} -.has-text-grey-light { - color: #b5b5b5 !important; -} -.has-background-grey-light { - background-color: #b5b5b5 !important; -} -.has-text-grey-lighter { - color: #dbdbdb !important; -} -.has-background-grey-lighter { - background-color: #dbdbdb !important; -} -.has-text-white-ter { - color: #f5f5f5 !important; -} -.has-background-white-ter { - background-color: #f5f5f5 !important; -} -.has-text-white-bis { - color: #fafafa !important; -} -.has-background-white-bis { - background-color: #fafafa !important; -} -.has-text-weight-light { - font-weight: 300 !important; -} -.has-text-weight-normal { - font-weight: 400 !important; -} -.has-text-weight-medium { - font-weight: 500 !important; -} -.has-text-weight-semibold { - font-weight: 600 !important; -} -.has-text-weight-bold { - font-weight: 700 !important; -} -.is-family-primary { - font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', - 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', - 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important; -} -.is-family-secondary { - font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', - 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', - 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important; -} -.is-family-sans-serif { - font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', - 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', - 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important; -} -.is-family-monospace { - font-family: monospace !important; -} -.is-family-code { - font-family: monospace !important; -} -.is-block { - display: block !important; -} -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; - } -} -@media screen and (min-width: 769px), print { - .is-block-tablet { - display: block !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-block-tablet-only { - display: block !important; - } -} -@media screen and (max-width: 1023px) { - .is-block-touch { - display: block !important; - } -} -@media screen and (min-width: 1024px) { - .is-block-desktop { - display: block !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-block-desktop-only { - display: block !important; - } -} -@media screen and (min-width: 1216px) { - .is-block-widescreen { - display: block !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-block-widescreen-only { - display: block !important; - } -} -@media screen and (min-width: 1408px) { - .is-block-fullhd { - display: block !important; - } -} -.is-flex { - display: flex !important; -} -@media screen and (max-width: 768px) { - .is-flex-mobile { - display: flex !important; - } -} -@media screen and (min-width: 769px), print { - .is-flex-tablet { - display: flex !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-flex-tablet-only { - display: flex !important; - } -} -@media screen and (max-width: 1023px) { - .is-flex-touch { - display: flex !important; - } -} -@media screen and (min-width: 1024px) { - .is-flex-desktop { - display: flex !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-flex-desktop-only { - display: flex !important; - } -} -@media screen and (min-width: 1216px) { - .is-flex-widescreen { - display: flex !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-flex-widescreen-only { - display: flex !important; - } -} -@media screen and (min-width: 1408px) { - .is-flex-fullhd { - display: flex !important; - } -} -.is-inline { - display: inline !important; -} -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-tablet { - display: inline !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-tablet-only { - display: inline !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-touch { - display: inline !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-desktop { - display: inline !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-desktop-only { - display: inline !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-widescreen { - display: inline !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-widescreen-only { - display: inline !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-fullhd { - display: inline !important; - } -} -.is-inline-block { - display: inline-block !important; -} -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-block-tablet { - display: inline-block !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-block-tablet-only { - display: inline-block !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-block-touch { - display: inline-block !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-block-desktop { - display: inline-block !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-block-desktop-only { - display: inline-block !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-block-widescreen { - display: inline-block !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-block-widescreen-only { - display: inline-block !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-block-fullhd { - display: inline-block !important; - } -} -.is-inline-flex { - display: inline-flex !important; -} -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: inline-flex !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-flex-tablet { - display: inline-flex !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-flex-tablet-only { - display: inline-flex !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-flex-touch { - display: inline-flex !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-flex-desktop { - display: inline-flex !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-flex-desktop-only { - display: inline-flex !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-flex-widescreen { - display: inline-flex !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-flex-widescreen-only { - display: inline-flex !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-flex-fullhd { - display: inline-flex !important; - } -} -.is-hidden { - display: none !important; -} -.is-sr-only { - border: none !important; - clip: rect(0, 0, 0, 0) !important; - height: 0.01em !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - white-space: nowrap !important; - width: 0.01em !important; -} -@media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; - } -} -@media screen and (min-width: 769px), print { - .is-hidden-tablet { - display: none !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-hidden-tablet-only { - display: none !important; - } -} -@media screen and (max-width: 1023px) { - .is-hidden-touch { - display: none !important; - } -} -@media screen and (min-width: 1024px) { - .is-hidden-desktop { - display: none !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-hidden-desktop-only { - display: none !important; - } -} -@media screen and (min-width: 1216px) { - .is-hidden-widescreen { - display: none !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-hidden-widescreen-only { - display: none !important; - } -} -@media screen and (min-width: 1408px) { - .is-hidden-fullhd { - display: none !important; - } -} -.is-invisible { - visibility: hidden !important; -} -@media screen and (max-width: 768px) { - .is-invisible-mobile { - visibility: hidden !important; - } -} -@media screen and (min-width: 769px), print { - .is-invisible-tablet { - visibility: hidden !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-invisible-tablet-only { - visibility: hidden !important; - } -} -@media screen and (max-width: 1023px) { - .is-invisible-touch { - visibility: hidden !important; - } -} -@media screen and (min-width: 1024px) { - .is-invisible-desktop { - visibility: hidden !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-invisible-desktop-only { - visibility: hidden !important; - } -} -@media screen and (min-width: 1216px) { - .is-invisible-widescreen { - visibility: hidden !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-invisible-widescreen-only { - visibility: hidden !important; - } -} -@media screen and (min-width: 1408px) { - .is-invisible-fullhd { - visibility: hidden !important; - } -} -.is-marginless { - margin: 0 !important; -} -.is-paddingless { - padding: 0 !important; -} -.is-radiusless { - border-radius: 0 !important; -} -.is-shadowless { - box-shadow: none !important; -} -.is-relative { - position: relative !important; -} -.box { - background-color: #fff; - border-radius: 6px; - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); - color: #4a4a4a; - display: block; - padding: 1.25rem; -} -a.box:hover, -a.box:focus { - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; -} -a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; -} -.button { - background-color: #fff; - border-color: #dbdbdb; - border-width: 1px; - color: #363636; - cursor: pointer; - justify-content: center; - padding-bottom: calc(0.375em - 1px); - padding-left: 0.75em; - padding-right: 0.75em; - padding-top: calc(0.375em - 1px); - text-align: center; - white-space: nowrap; -} -.button strong { - color: inherit; -} -.button .icon, -.button .icon.is-small, -.button .icon.is-medium, -.button .icon.is-large { - height: 1.5em; - width: 1.5em; -} -.button .icon:first-child:not(:last-child) { - margin-left: calc(-0.375em - 1px); - margin-right: 0.1875em; -} -.button .icon:last-child:not(:first-child) { - margin-left: 0.1875em; - margin-right: calc(-0.375em - 1px); -} -.button .icon:first-child:last-child { - margin-left: calc(-0.375em - 1px); - margin-right: calc(-0.375em - 1px); -} -.button:hover, -.button.is-hovered { - border-color: #b5b5b5; - color: #363636; -} -.button:focus, -.button.is-focused { - border-color: #3273dc; - color: #363636; -} -.button:focus:not(:active), -.button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); -} -.button:active, -.button.is-active { - border-color: #4a4a4a; - color: #363636; -} -.button.is-text { - background-color: transparent; - border-color: transparent; - color: #4a4a4a; - text-decoration: underline; -} -.button.is-text:hover, -.button.is-text.is-hovered, -.button.is-text:focus, -.button.is-text.is-focused { - background-color: #f5f5f5; - color: #363636; -} -.button.is-text:active, -.button.is-text.is-active { - background-color: #e8e8e8; - color: #363636; -} -.button.is-text[disabled], -fieldset[disabled] .button.is-text { - background-color: transparent; - border-color: transparent; - box-shadow: none; -} -.button.is-white { - background-color: #fff; - border-color: transparent; - color: #0a0a0a; -} -.button.is-white:hover, -.button.is-white.is-hovered { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; -} -.button.is-white:focus, -.button.is-white.is-focused { - border-color: transparent; - color: #0a0a0a; -} -.button.is-white:focus:not(:active), -.button.is-white.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); -} -.button.is-white:active, -.button.is-white.is-active { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; -} -.button.is-white[disabled], -fieldset[disabled] .button.is-white { - background-color: #fff; - border-color: transparent; - box-shadow: none; -} -.button.is-white.is-inverted { - background-color: #0a0a0a; - color: #fff; -} -.button.is-white.is-inverted:hover, -.button.is-white.is-inverted.is-hovered { - background-color: #000; -} -.button.is-white.is-inverted[disabled], -fieldset[disabled] .button.is-white.is-inverted { - background-color: #0a0a0a; - border-color: transparent; - box-shadow: none; - color: #fff; -} -.button.is-white.is-loading::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; -} -.button.is-white.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-white.is-outlined:hover, -.button.is-white.is-outlined.is-hovered, -.button.is-white.is-outlined:focus, -.button.is-white.is-outlined.is-focused { - background-color: #fff; - border-color: #fff; - color: #0a0a0a; -} -.button.is-white.is-outlined.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-white.is-outlined.is-loading:hover::after, -.button.is-white.is-outlined.is-loading.is-hovered::after, -.button.is-white.is-outlined.is-loading:focus::after, -.button.is-white.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; -} -.button.is-white.is-outlined[disabled], -fieldset[disabled] .button.is-white.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - color: #0a0a0a; -} -.button.is-white.is-inverted.is-outlined:hover, -.button.is-white.is-inverted.is-outlined.is-hovered, -.button.is-white.is-inverted.is-outlined:focus, -.button.is-white.is-inverted.is-outlined.is-focused { - background-color: #0a0a0a; - color: #fff; -} -.button.is-white.is-inverted.is-outlined.is-loading:hover::after, -.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-white.is-inverted.is-outlined.is-loading:focus::after, -.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-white.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - box-shadow: none; - color: #0a0a0a; -} -.button.is-black { - background-color: #0a0a0a; - border-color: transparent; - color: #fff; -} -.button.is-black:hover, -.button.is-black.is-hovered { - background-color: #040404; - border-color: transparent; - color: #fff; -} -.button.is-black:focus, -.button.is-black.is-focused { - border-color: transparent; - color: #fff; -} -.button.is-black:focus:not(:active), -.button.is-black.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); -} -.button.is-black:active, -.button.is-black.is-active { - background-color: #000; - border-color: transparent; - color: #fff; -} -.button.is-black[disabled], -fieldset[disabled] .button.is-black { - background-color: #0a0a0a; - border-color: transparent; - box-shadow: none; -} -.button.is-black.is-inverted { - background-color: #fff; - color: #0a0a0a; -} -.button.is-black.is-inverted:hover, -.button.is-black.is-inverted.is-hovered { - background-color: #f2f2f2; -} -.button.is-black.is-inverted[disabled], -fieldset[disabled] .button.is-black.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #0a0a0a; -} -.button.is-black.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-black.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - color: #0a0a0a; -} -.button.is-black.is-outlined:hover, -.button.is-black.is-outlined.is-hovered, -.button.is-black.is-outlined:focus, -.button.is-black.is-outlined.is-focused { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: #fff; -} -.button.is-black.is-outlined.is-loading::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; -} -.button.is-black.is-outlined.is-loading:hover::after, -.button.is-black.is-outlined.is-loading.is-hovered::after, -.button.is-black.is-outlined.is-loading:focus::after, -.button.is-black.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-black.is-outlined[disabled], -fieldset[disabled] .button.is-black.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - box-shadow: none; - color: #0a0a0a; -} -.button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-black.is-inverted.is-outlined:hover, -.button.is-black.is-inverted.is-outlined.is-hovered, -.button.is-black.is-inverted.is-outlined:focus, -.button.is-black.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #0a0a0a; -} -.button.is-black.is-inverted.is-outlined.is-loading:hover::after, -.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-black.is-inverted.is-outlined.is-loading:focus::after, -.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; -} -.button.is-black.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-light { - background-color: #f5f5f5; - border-color: transparent; - color: #363636; -} -.button.is-light:hover, -.button.is-light.is-hovered { - background-color: #eee; - border-color: transparent; - color: #363636; -} -.button.is-light:focus, -.button.is-light.is-focused { - border-color: transparent; - color: #363636; -} -.button.is-light:focus:not(:active), -.button.is-light.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); -} -.button.is-light:active, -.button.is-light.is-active { - background-color: #e8e8e8; - border-color: transparent; - color: #363636; -} -.button.is-light[disabled], -fieldset[disabled] .button.is-light { - background-color: #f5f5f5; - border-color: transparent; - box-shadow: none; -} -.button.is-light.is-inverted { - background-color: #363636; - color: #f5f5f5; -} -.button.is-light.is-inverted:hover, -.button.is-light.is-inverted.is-hovered { - background-color: #292929; -} -.button.is-light.is-inverted[disabled], -fieldset[disabled] .button.is-light.is-inverted { - background-color: #363636; - border-color: transparent; - box-shadow: none; - color: #f5f5f5; -} -.button.is-light.is-loading::after { - border-color: transparent transparent #363636 #363636 !important; -} -.button.is-light.is-outlined { - background-color: transparent; - border-color: #f5f5f5; - color: #f5f5f5; -} -.button.is-light.is-outlined:hover, -.button.is-light.is-outlined.is-hovered, -.button.is-light.is-outlined:focus, -.button.is-light.is-outlined.is-focused { - background-color: #f5f5f5; - border-color: #f5f5f5; - color: #363636; -} -.button.is-light.is-outlined.is-loading::after { - border-color: transparent transparent #f5f5f5 #f5f5f5 !important; -} -.button.is-light.is-outlined.is-loading:hover::after, -.button.is-light.is-outlined.is-loading.is-hovered::after, -.button.is-light.is-outlined.is-loading:focus::after, -.button.is-light.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #363636 #363636 !important; -} -.button.is-light.is-outlined[disabled], -fieldset[disabled] .button.is-light.is-outlined { - background-color: transparent; - border-color: #f5f5f5; - box-shadow: none; - color: #f5f5f5; -} -.button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: #363636; - color: #363636; -} -.button.is-light.is-inverted.is-outlined:hover, -.button.is-light.is-inverted.is-outlined.is-hovered, -.button.is-light.is-inverted.is-outlined:focus, -.button.is-light.is-inverted.is-outlined.is-focused { - background-color: #363636; - color: #f5f5f5; -} -.button.is-light.is-inverted.is-outlined.is-loading:hover::after, -.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-light.is-inverted.is-outlined.is-loading:focus::after, -.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #f5f5f5 #f5f5f5 !important; -} -.button.is-light.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: #363636; - box-shadow: none; - color: #363636; -} -.button.is-dark { - background-color: #363636; - border-color: transparent; - color: #f5f5f5; -} -.button.is-dark:hover, -.button.is-dark.is-hovered { - background-color: #2f2f2f; - border-color: transparent; - color: #f5f5f5; -} -.button.is-dark:focus, -.button.is-dark.is-focused { - border-color: transparent; - color: #f5f5f5; -} -.button.is-dark:focus:not(:active), -.button.is-dark.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); -} -.button.is-dark:active, -.button.is-dark.is-active { - background-color: #292929; - border-color: transparent; - color: #f5f5f5; -} -.button.is-dark[disabled], -fieldset[disabled] .button.is-dark { - background-color: #363636; - border-color: transparent; - box-shadow: none; -} -.button.is-dark.is-inverted { - background-color: #f5f5f5; - color: #363636; -} -.button.is-dark.is-inverted:hover, -.button.is-dark.is-inverted.is-hovered { - background-color: #e8e8e8; -} -.button.is-dark.is-inverted[disabled], -fieldset[disabled] .button.is-dark.is-inverted { - background-color: #f5f5f5; - border-color: transparent; - box-shadow: none; - color: #363636; -} -.button.is-dark.is-loading::after { - border-color: transparent transparent #f5f5f5 #f5f5f5 !important; -} -.button.is-dark.is-outlined { - background-color: transparent; - border-color: #363636; - color: #363636; -} -.button.is-dark.is-outlined:hover, -.button.is-dark.is-outlined.is-hovered, -.button.is-dark.is-outlined:focus, -.button.is-dark.is-outlined.is-focused { - background-color: #363636; - border-color: #363636; - color: #f5f5f5; -} -.button.is-dark.is-outlined.is-loading::after { - border-color: transparent transparent #363636 #363636 !important; -} -.button.is-dark.is-outlined.is-loading:hover::after, -.button.is-dark.is-outlined.is-loading.is-hovered::after, -.button.is-dark.is-outlined.is-loading:focus::after, -.button.is-dark.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #f5f5f5 #f5f5f5 !important; -} -.button.is-dark.is-outlined[disabled], -fieldset[disabled] .button.is-dark.is-outlined { - background-color: transparent; - border-color: #363636; - box-shadow: none; - color: #363636; -} -.button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: #f5f5f5; - color: #f5f5f5; -} -.button.is-dark.is-inverted.is-outlined:hover, -.button.is-dark.is-inverted.is-outlined.is-hovered, -.button.is-dark.is-inverted.is-outlined:focus, -.button.is-dark.is-inverted.is-outlined.is-focused { - background-color: #f5f5f5; - color: #363636; -} -.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, -.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-dark.is-inverted.is-outlined.is-loading:focus::after, -.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #363636 #363636 !important; -} -.button.is-dark.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: #f5f5f5; - box-shadow: none; - color: #f5f5f5; -} -.button.is-primary { - background-color: #00d1b2; - border-color: transparent; - color: #fff; -} -.button.is-primary:hover, -.button.is-primary.is-hovered { - background-color: #00c4a7; - border-color: transparent; - color: #fff; -} -.button.is-primary:focus, -.button.is-primary.is-focused { - border-color: transparent; - color: #fff; -} -.button.is-primary:focus:not(:active), -.button.is-primary.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); -} -.button.is-primary:active, -.button.is-primary.is-active { - background-color: #00b89c; - border-color: transparent; - color: #fff; -} -.button.is-primary[disabled], -fieldset[disabled] .button.is-primary { - background-color: #00d1b2; - border-color: transparent; - box-shadow: none; -} -.button.is-primary.is-inverted { - background-color: #fff; - color: #00d1b2; -} -.button.is-primary.is-inverted:hover, -.button.is-primary.is-inverted.is-hovered { - background-color: #f2f2f2; -} -.button.is-primary.is-inverted[disabled], -fieldset[disabled] .button.is-primary.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #00d1b2; -} -.button.is-primary.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-primary.is-outlined { - background-color: transparent; - border-color: #00d1b2; - color: #00d1b2; -} -.button.is-primary.is-outlined:hover, -.button.is-primary.is-outlined.is-hovered, -.button.is-primary.is-outlined:focus, -.button.is-primary.is-outlined.is-focused { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; -} -.button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent #00d1b2 #00d1b2 !important; -} -.button.is-primary.is-outlined.is-loading:hover::after, -.button.is-primary.is-outlined.is-loading.is-hovered::after, -.button.is-primary.is-outlined.is-loading:focus::after, -.button.is-primary.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-primary.is-outlined[disabled], -fieldset[disabled] .button.is-primary.is-outlined { - background-color: transparent; - border-color: #00d1b2; - box-shadow: none; - color: #00d1b2; -} -.button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-primary.is-inverted.is-outlined:hover, -.button.is-primary.is-inverted.is-outlined.is-hovered, -.button.is-primary.is-inverted.is-outlined:focus, -.button.is-primary.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #00d1b2; -} -.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, -.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-primary.is-inverted.is-outlined.is-loading:focus::after, -.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #00d1b2 #00d1b2 !important; -} -.button.is-primary.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-link { - background-color: #3273dc; - border-color: transparent; - color: #fff; -} -.button.is-link:hover, -.button.is-link.is-hovered { - background-color: #276cda; - border-color: transparent; - color: #fff; -} -.button.is-link:focus, -.button.is-link.is-focused { - border-color: transparent; - color: #fff; -} -.button.is-link:focus:not(:active), -.button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); -} -.button.is-link:active, -.button.is-link.is-active { - background-color: #2366d1; - border-color: transparent; - color: #fff; -} -.button.is-link[disabled], -fieldset[disabled] .button.is-link { - background-color: #3273dc; - border-color: transparent; - box-shadow: none; -} -.button.is-link.is-inverted { - background-color: #fff; - color: #3273dc; -} -.button.is-link.is-inverted:hover, -.button.is-link.is-inverted.is-hovered { - background-color: #f2f2f2; -} -.button.is-link.is-inverted[disabled], -fieldset[disabled] .button.is-link.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #3273dc; -} -.button.is-link.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-link.is-outlined { - background-color: transparent; - border-color: #3273dc; - color: #3273dc; -} -.button.is-link.is-outlined:hover, -.button.is-link.is-outlined.is-hovered, -.button.is-link.is-outlined:focus, -.button.is-link.is-outlined.is-focused { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; -} -.button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; -} -.button.is-link.is-outlined.is-loading:hover::after, -.button.is-link.is-outlined.is-loading.is-hovered::after, -.button.is-link.is-outlined.is-loading:focus::after, -.button.is-link.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-link.is-outlined[disabled], -fieldset[disabled] .button.is-link.is-outlined { - background-color: transparent; - border-color: #3273dc; - box-shadow: none; - color: #3273dc; -} -.button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-link.is-inverted.is-outlined:hover, -.button.is-link.is-inverted.is-outlined.is-hovered, -.button.is-link.is-inverted.is-outlined:focus, -.button.is-link.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #3273dc; -} -.button.is-link.is-inverted.is-outlined.is-loading:hover::after, -.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-link.is-inverted.is-outlined.is-loading:focus::after, -.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3273dc #3273dc !important; -} -.button.is-link.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-info { - background-color: #209cee; - border-color: transparent; - color: #fff; -} -.button.is-info:hover, -.button.is-info.is-hovered { - background-color: #1496ed; - border-color: transparent; - color: #fff; -} -.button.is-info:focus, -.button.is-info.is-focused { - border-color: transparent; - color: #fff; -} -.button.is-info:focus:not(:active), -.button.is-info.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); -} -.button.is-info:active, -.button.is-info.is-active { - background-color: #118fe4; - border-color: transparent; - color: #fff; -} -.button.is-info[disabled], -fieldset[disabled] .button.is-info { - background-color: #209cee; - border-color: transparent; - box-shadow: none; -} -.button.is-info.is-inverted { - background-color: #fff; - color: #209cee; -} -.button.is-info.is-inverted:hover, -.button.is-info.is-inverted.is-hovered { - background-color: #f2f2f2; -} -.button.is-info.is-inverted[disabled], -fieldset[disabled] .button.is-info.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #209cee; -} -.button.is-info.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-info.is-outlined { - background-color: transparent; - border-color: #209cee; - color: #209cee; -} -.button.is-info.is-outlined:hover, -.button.is-info.is-outlined.is-hovered, -.button.is-info.is-outlined:focus, -.button.is-info.is-outlined.is-focused { - background-color: #209cee; - border-color: #209cee; - color: #fff; -} -.button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #209cee #209cee !important; -} -.button.is-info.is-outlined.is-loading:hover::after, -.button.is-info.is-outlined.is-loading.is-hovered::after, -.button.is-info.is-outlined.is-loading:focus::after, -.button.is-info.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-info.is-outlined[disabled], -fieldset[disabled] .button.is-info.is-outlined { - background-color: transparent; - border-color: #209cee; - box-shadow: none; - color: #209cee; -} -.button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-info.is-inverted.is-outlined:hover, -.button.is-info.is-inverted.is-outlined.is-hovered, -.button.is-info.is-inverted.is-outlined:focus, -.button.is-info.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #209cee; -} -.button.is-info.is-inverted.is-outlined.is-loading:hover::after, -.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-info.is-inverted.is-outlined.is-loading:focus::after, -.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #209cee #209cee !important; -} -.button.is-info.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-success { - background-color: #23d160; - border-color: transparent; - color: #fff; -} -.button.is-success:hover, -.button.is-success.is-hovered { - background-color: #22c65b; - border-color: transparent; - color: #fff; -} -.button.is-success:focus, -.button.is-success.is-focused { - border-color: transparent; - color: #fff; -} -.button.is-success:focus:not(:active), -.button.is-success.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); -} -.button.is-success:active, -.button.is-success.is-active { - background-color: #20bc56; - border-color: transparent; - color: #fff; -} -.button.is-success[disabled], -fieldset[disabled] .button.is-success { - background-color: #23d160; - border-color: transparent; - box-shadow: none; -} -.button.is-success.is-inverted { - background-color: #fff; - color: #23d160; -} -.button.is-success.is-inverted:hover, -.button.is-success.is-inverted.is-hovered { - background-color: #f2f2f2; -} -.button.is-success.is-inverted[disabled], -fieldset[disabled] .button.is-success.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #23d160; -} -.button.is-success.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-success.is-outlined { - background-color: transparent; - border-color: #23d160; - color: #23d160; -} -.button.is-success.is-outlined:hover, -.button.is-success.is-outlined.is-hovered, -.button.is-success.is-outlined:focus, -.button.is-success.is-outlined.is-focused { - background-color: #23d160; - border-color: #23d160; - color: #fff; -} -.button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #23d160 #23d160 !important; -} -.button.is-success.is-outlined.is-loading:hover::after, -.button.is-success.is-outlined.is-loading.is-hovered::after, -.button.is-success.is-outlined.is-loading:focus::after, -.button.is-success.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-success.is-outlined[disabled], -fieldset[disabled] .button.is-success.is-outlined { - background-color: transparent; - border-color: #23d160; - box-shadow: none; - color: #23d160; -} -.button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-success.is-inverted.is-outlined:hover, -.button.is-success.is-inverted.is-outlined.is-hovered, -.button.is-success.is-inverted.is-outlined:focus, -.button.is-success.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #23d160; -} -.button.is-success.is-inverted.is-outlined.is-loading:hover::after, -.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-success.is-inverted.is-outlined.is-loading:focus::after, -.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #23d160 #23d160 !important; -} -.button.is-success.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-warning { - background-color: #ffdd57; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.button.is-warning:hover, -.button.is-warning.is-hovered { - background-color: #ffdb4a; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.button.is-warning:focus, -.button.is-warning.is-focused { - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.button.is-warning:focus:not(:active), -.button.is-warning.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); -} -.button.is-warning:active, -.button.is-warning.is-active { - background-color: #ffd83d; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.button.is-warning[disabled], -fieldset[disabled] .button.is-warning { - background-color: #ffdd57; - border-color: transparent; - box-shadow: none; -} -.button.is-warning.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; -} -.button.is-warning.is-inverted:hover, -.button.is-warning.is-inverted.is-hovered { - background-color: rgba(0, 0, 0, 0.7); -} -.button.is-warning.is-inverted[disabled], -fieldset[disabled] .button.is-warning.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - border-color: transparent; - box-shadow: none; - color: #ffdd57; -} -.button.is-warning.is-loading::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; -} -.button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffdd57; - color: #ffdd57; -} -.button.is-warning.is-outlined:hover, -.button.is-warning.is-outlined.is-hovered, -.button.is-warning.is-outlined:focus, -.button.is-warning.is-outlined.is-focused { - background-color: #ffdd57; - border-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; -} -.button.is-warning.is-outlined.is-loading:hover::after, -.button.is-warning.is-outlined.is-loading.is-hovered::after, -.button.is-warning.is-outlined.is-loading:focus::after, -.button.is-warning.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; -} -.button.is-warning.is-outlined[disabled], -fieldset[disabled] .button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffdd57; - box-shadow: none; - color: #ffdd57; -} -.button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - color: rgba(0, 0, 0, 0.7); -} -.button.is-warning.is-inverted.is-outlined:hover, -.button.is-warning.is-inverted.is-outlined.is-hovered, -.button.is-warning.is-inverted.is-outlined:focus, -.button.is-warning.is-inverted.is-outlined.is-focused { - background-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; -} -.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, -.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-warning.is-inverted.is-outlined.is-loading:focus::after, -.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #ffdd57 #ffdd57 !important; -} -.button.is-warning.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - box-shadow: none; - color: rgba(0, 0, 0, 0.7); -} -.button.is-danger { - background-color: #ff3860; - border-color: transparent; - color: #fff; -} -.button.is-danger:hover, -.button.is-danger.is-hovered { - background-color: #ff2b56; - border-color: transparent; - color: #fff; -} -.button.is-danger:focus, -.button.is-danger.is-focused { - border-color: transparent; - color: #fff; -} -.button.is-danger:focus:not(:active), -.button.is-danger.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); -} -.button.is-danger:active, -.button.is-danger.is-active { - background-color: #ff1f4b; - border-color: transparent; - color: #fff; -} -.button.is-danger[disabled], -fieldset[disabled] .button.is-danger { - background-color: #ff3860; - border-color: transparent; - box-shadow: none; -} -.button.is-danger.is-inverted { - background-color: #fff; - color: #ff3860; -} -.button.is-danger.is-inverted:hover, -.button.is-danger.is-inverted.is-hovered { - background-color: #f2f2f2; -} -.button.is-danger.is-inverted[disabled], -fieldset[disabled] .button.is-danger.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #ff3860; -} -.button.is-danger.is-loading::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-danger.is-outlined { - background-color: transparent; - border-color: #ff3860; - color: #ff3860; -} -.button.is-danger.is-outlined:hover, -.button.is-danger.is-outlined.is-hovered, -.button.is-danger.is-outlined:focus, -.button.is-danger.is-outlined.is-focused { - background-color: #ff3860; - border-color: #ff3860; - color: #fff; -} -.button.is-danger.is-outlined.is-loading::after { - border-color: transparent transparent #ff3860 #ff3860 !important; -} -.button.is-danger.is-outlined.is-loading:hover::after, -.button.is-danger.is-outlined.is-loading.is-hovered::after, -.button.is-danger.is-outlined.is-loading:focus::after, -.button.is-danger.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; -} -.button.is-danger.is-outlined[disabled], -fieldset[disabled] .button.is-danger.is-outlined { - background-color: transparent; - border-color: #ff3860; - box-shadow: none; - color: #ff3860; -} -.button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; -} -.button.is-danger.is-inverted.is-outlined:hover, -.button.is-danger.is-inverted.is-outlined.is-hovered, -.button.is-danger.is-inverted.is-outlined:focus, -.button.is-danger.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #ff3860; -} -.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, -.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, -.button.is-danger.is-inverted.is-outlined.is-loading:focus::after, -.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #ff3860 #ff3860 !important; -} -.button.is-danger.is-inverted.is-outlined[disabled], -fieldset[disabled] .button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; -} -.button.is-small { - border-radius: 2px; - font-size: 0.75rem; -} -.button.is-normal { - font-size: 1rem; -} -.button.is-medium { - font-size: 1.25rem; -} -.button.is-large { - font-size: 1.5rem; -} -.button[disabled], -fieldset[disabled] .button { - background-color: #fff; - border-color: #dbdbdb; - box-shadow: none; - opacity: 0.5; -} -.button.is-fullwidth { - display: flex; - width: 100%; -} -.button.is-loading { - color: transparent !important; - pointer-events: none; -} -.button.is-loading::after { - position: absolute; - left: calc(50% - (1em / 2)); - top: calc(50% - (1em / 2)); - position: absolute !important; -} -.button.is-static { - background-color: #f5f5f5; - border-color: #dbdbdb; - color: #7a7a7a; - box-shadow: none; - pointer-events: none; -} -.button.is-rounded { - border-radius: 290486px; - padding-left: 1em; - padding-right: 1em; -} -.buttons { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.buttons .button { - margin-bottom: 0.5rem; -} -.buttons .button:not(:last-child):not(.is-fullwidth) { - margin-right: 0.5rem; -} -.buttons:last-child { - margin-bottom: -0.5rem; -} -.buttons:not(:last-child) { - margin-bottom: 1rem; -} -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - border-radius: 2px; - font-size: 0.75rem; -} -.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { - font-size: 1.25rem; -} -.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { - font-size: 1.5rem; -} -.buttons.has-addons .button:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.buttons.has-addons .button:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-right: -1px; -} -.buttons.has-addons .button:last-child { - margin-right: 0; -} -.buttons.has-addons .button:hover, -.buttons.has-addons .button.is-hovered { - z-index: 2; -} -.buttons.has-addons .button:focus, -.buttons.has-addons .button.is-focused, -.buttons.has-addons .button:active, -.buttons.has-addons .button.is-active, -.buttons.has-addons .button.is-selected { - z-index: 3; -} -.buttons.has-addons .button:focus:hover, -.buttons.has-addons .button.is-focused:hover, -.buttons.has-addons .button:active:hover, -.buttons.has-addons .button.is-active:hover, -.buttons.has-addons .button.is-selected:hover { - z-index: 4; -} -.buttons.has-addons .button.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.buttons.is-centered { - justify-content: center; -} -.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; -} -.buttons.is-right { - justify-content: flex-end; -} -.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; -} -.container { - flex-grow: 1; - margin: 0 auto; - position: relative; - width: auto; -} -@media screen and (min-width: 1024px) { - .container { - max-width: 960px; - } - .container.is-fluid { - margin-left: 32px; - margin-right: 32px; - max-width: none; - } -} -@media screen and (max-width: 1215px) { - .container.is-widescreen { - max-width: 1152px; - } -} -@media screen and (max-width: 1407px) { - .container.is-fullhd { - max-width: 1344px; - } -} -@media screen and (min-width: 1216px) { - .container { - max-width: 1152px; - } -} -@media screen and (min-width: 1408px) { - .container { - max-width: 1344px; - } -} -.content li + li { - margin-top: 0.25em; -} -.content p:not(:last-child), -.content dl:not(:last-child), -.content ol:not(:last-child), -.content ul:not(:last-child), -.content blockquote:not(:last-child), -.content pre:not(:last-child), -.content table:not(:last-child) { - margin-bottom: 1em; -} -.content h1, -.content h2, -.content h3, -.content h4, -.content h5, -.content h6 { - color: #363636; - font-weight: 600; - line-height: 1.125; -} -.content h1 { - font-size: 2em; - margin-bottom: 0.5em; -} -.content h1:not(:first-child) { - margin-top: 1em; -} -.content h2 { - font-size: 1.75em; - margin-bottom: 0.5714em; -} -.content h2:not(:first-child) { - margin-top: 1.1428em; -} -.content h3 { - font-size: 1.5em; - margin-bottom: 0.6666em; -} -.content h3:not(:first-child) { - margin-top: 1.3333em; -} -.content h4 { - font-size: 1.25em; - margin-bottom: 0.8em; -} -.content h5 { - font-size: 1.125em; - margin-bottom: 0.8888em; -} -.content h6 { - font-size: 1em; - margin-bottom: 1em; -} -.content blockquote { - background-color: #f5f5f5; - border-left: 5px solid #dbdbdb; - padding: 1.25em 1.5em; -} -.content ol { - list-style-position: outside; - margin-left: 2em; - margin-top: 1em; -} -.content ol:not([type]) { - list-style-type: decimal; -} -.content ol:not([type]).is-lower-alpha { - list-style-type: lower-alpha; -} -.content ol:not([type]).is-lower-roman { - list-style-type: lower-roman; -} -.content ol:not([type]).is-upper-alpha { - list-style-type: upper-alpha; -} -.content ol:not([type]).is-upper-roman { - list-style-type: upper-roman; -} -.content ul { - list-style: disc outside; - margin-left: 2em; - margin-top: 1em; -} -.content ul ul { - list-style-type: circle; - margin-top: 0.5em; -} -.content ul ul ul { - list-style-type: square; -} -.content dd { - margin-left: 2em; -} -.content figure { - margin-left: 2em; - margin-right: 2em; - text-align: center; -} -.content figure:not(:first-child) { - margin-top: 2em; -} -.content figure:not(:last-child) { - margin-bottom: 2em; -} -.content figure img { - display: inline-block; -} -.content figure figcaption { - font-style: italic; -} -.content pre { - -webkit-overflow-scrolling: touch; - overflow-x: auto; - padding: 1.25em 1.5em; - white-space: pre; - word-wrap: normal; -} -.content sup, -.content sub { - font-size: 75%; -} -.content table { - width: 100%; -} -.content table td, -.content table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; -} -.content table th { - color: #363636; -} -.content table th:not([align]) { - text-align: left; -} -.content table thead td, -.content table thead th { - border-width: 0 0 2px; - color: #363636; -} -.content table tfoot td, -.content table tfoot th { - border-width: 2px 0 0; - color: #363636; -} -.content table tbody tr:last-child td, -.content table tbody tr:last-child th { - border-bottom-width: 0; -} -.content .tabs li + li { - margin-top: 0; -} -.content.is-small { - font-size: 0.75rem; -} -.content.is-medium { - font-size: 1.25rem; -} -.content.is-large { - font-size: 1.5rem; -} -.icon { - align-items: center; - display: inline-flex; - justify-content: center; - height: 1.5rem; - width: 1.5rem; -} -.icon.is-small { - height: 1rem; - width: 1rem; -} -.icon.is-medium { - height: 2rem; - width: 2rem; -} -.icon.is-large { - height: 3rem; - width: 3rem; -} -.image { - display: block; - position: relative; -} -.image img { - display: block; - height: auto; - width: 100%; -} -.image img.is-rounded { - border-radius: 290486px; -} -.image.is-square img, -.image.is-square .has-ratio, -.image.is-1by1 img, -.image.is-1by1 .has-ratio, -.image.is-5by4 img, -.image.is-5by4 .has-ratio, -.image.is-4by3 img, -.image.is-4by3 .has-ratio, -.image.is-3by2 img, -.image.is-3by2 .has-ratio, -.image.is-5by3 img, -.image.is-5by3 .has-ratio, -.image.is-16by9 img, -.image.is-16by9 .has-ratio, -.image.is-2by1 img, -.image.is-2by1 .has-ratio, -.image.is-3by1 img, -.image.is-3by1 .has-ratio, -.image.is-4by5 img, -.image.is-4by5 .has-ratio, -.image.is-3by4 img, -.image.is-3by4 .has-ratio, -.image.is-2by3 img, -.image.is-2by3 .has-ratio, -.image.is-3by5 img, -.image.is-3by5 .has-ratio, -.image.is-9by16 img, -.image.is-9by16 .has-ratio, -.image.is-1by2 img, -.image.is-1by2 .has-ratio, -.image.is-1by3 img, -.image.is-1by3 .has-ratio { - height: 100%; - width: 100%; -} -.image.is-square, -.image.is-1by1 { - padding-top: 100%; -} -.image.is-5by4 { - padding-top: 80%; -} -.image.is-4by3 { - padding-top: 75%; -} -.image.is-3by2 { - padding-top: 66.6666%; -} -.image.is-5by3 { - padding-top: 60%; -} -.image.is-16by9 { - padding-top: 56.25%; -} -.image.is-2by1 { - padding-top: 50%; -} -.image.is-3by1 { - padding-top: 33.3333%; -} -.image.is-4by5 { - padding-top: 125%; -} -.image.is-3by4 { - padding-top: 133.3333%; -} -.image.is-2by3 { - padding-top: 150%; -} -.image.is-3by5 { - padding-top: 166.6666%; -} -.image.is-9by16 { - padding-top: 177.7777%; -} -.image.is-1by2 { - padding-top: 200%; -} -.image.is-1by3 { - padding-top: 300%; -} -.image.is-16x16 { - height: 16px; - width: 16px; -} -.image.is-24x24 { - height: 24px; - width: 24px; -} -.image.is-32x32 { - height: 32px; - width: 32px; -} -.image.is-48x48 { - height: 48px; - width: 48px; -} -.image.is-64x64 { - height: 64px; - width: 64px; -} -.image.is-96x96 { - height: 96px; - width: 96px; -} -.image.is-128x128 { - height: 128px; - width: 128px; -} -.notification { - background-color: #f5f5f5; - border-radius: 4px; - padding: 1.25rem 2.5rem 1.25rem 1.5rem; - position: relative; -} -.notification a:not(.button):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} -.notification strong { - color: currentColor; -} -.notification code, -.notification pre { - background: #fff; -} -.notification pre code { - background: transparent; -} -.notification > .delete { - position: absolute; - right: 0.5rem; - top: 0.5rem; -} -.notification .title, -.notification .subtitle, -.notification .content { - color: currentColor; -} -.notification.is-white { - background-color: #fff; - color: #0a0a0a; -} -.notification.is-black { - background-color: #0a0a0a; - color: #fff; -} -.notification.is-light { - background-color: #f5f5f5; - color: #363636; -} -.notification.is-dark { - background-color: #363636; - color: #f5f5f5; -} -.notification.is-primary { - background-color: #00d1b2; - color: #fff; -} -.notification.is-link { - background-color: #3273dc; - color: #fff; -} -.notification.is-info { - background-color: #209cee; - color: #fff; -} -.notification.is-success { - background-color: #23d160; - color: #fff; -} -.notification.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.notification.is-danger { - background-color: #ff3860; - color: #fff; -} -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 290486px; - display: block; - height: 1rem; - overflow: hidden; - padding: 0; - width: 100%; -} -.progress::-webkit-progress-bar { - background-color: #dbdbdb; -} -.progress::-webkit-progress-value { - background-color: #4a4a4a; -} -.progress::-moz-progress-bar { - background-color: #4a4a4a; -} -.progress::-ms-fill { - background-color: #4a4a4a; - border: none; -} -.progress.is-white::-webkit-progress-value { - background-color: #fff; -} -.progress.is-white::-moz-progress-bar { - background-color: #fff; -} -.progress.is-white::-ms-fill { - background-color: #fff; -} -.progress.is-white:indeterminate { - background-image: linear-gradient(to right, #fff 30%, #dbdbdb 30%); -} -.progress.is-black::-webkit-progress-value { - background-color: #0a0a0a; -} -.progress.is-black::-moz-progress-bar { - background-color: #0a0a0a; -} -.progress.is-black::-ms-fill { - background-color: #0a0a0a; -} -.progress.is-black:indeterminate { - background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%); -} -.progress.is-light::-webkit-progress-value { - background-color: #f5f5f5; -} -.progress.is-light::-moz-progress-bar { - background-color: #f5f5f5; -} -.progress.is-light::-ms-fill { - background-color: #f5f5f5; -} -.progress.is-light:indeterminate { - background-image: linear-gradient(to right, #f5f5f5 30%, #dbdbdb 30%); -} -.progress.is-dark::-webkit-progress-value { - background-color: #363636; -} -.progress.is-dark::-moz-progress-bar { - background-color: #363636; -} -.progress.is-dark::-ms-fill { - background-color: #363636; -} -.progress.is-dark:indeterminate { - background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%); -} -.progress.is-primary::-webkit-progress-value { - background-color: #00d1b2; -} -.progress.is-primary::-moz-progress-bar { - background-color: #00d1b2; -} -.progress.is-primary::-ms-fill { - background-color: #00d1b2; -} -.progress.is-primary:indeterminate { - background-image: linear-gradient(to right, #00d1b2 30%, #dbdbdb 30%); -} -.progress.is-link::-webkit-progress-value { - background-color: #3273dc; -} -.progress.is-link::-moz-progress-bar { - background-color: #3273dc; -} -.progress.is-link::-ms-fill { - background-color: #3273dc; -} -.progress.is-link:indeterminate { - background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%); -} -.progress.is-info::-webkit-progress-value { - background-color: #209cee; -} -.progress.is-info::-moz-progress-bar { - background-color: #209cee; -} -.progress.is-info::-ms-fill { - background-color: #209cee; -} -.progress.is-info:indeterminate { - background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%); -} -.progress.is-success::-webkit-progress-value { - background-color: #23d160; -} -.progress.is-success::-moz-progress-bar { - background-color: #23d160; -} -.progress.is-success::-ms-fill { - background-color: #23d160; -} -.progress.is-success:indeterminate { - background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%); -} -.progress.is-warning::-webkit-progress-value { - background-color: #ffdd57; -} -.progress.is-warning::-moz-progress-bar { - background-color: #ffdd57; -} -.progress.is-warning::-ms-fill { - background-color: #ffdd57; -} -.progress.is-warning:indeterminate { - background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%); -} -.progress.is-danger::-webkit-progress-value { - background-color: #ff3860; -} -.progress.is-danger::-moz-progress-bar { - background-color: #ff3860; -} -.progress.is-danger::-ms-fill { - background-color: #ff3860; -} -.progress.is-danger:indeterminate { - background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%); -} -.progress:indeterminate { - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-name: moveIndeterminate; - animation-name: moveIndeterminate; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - background-color: #dbdbdb; - background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%); - background-position: top left; - background-repeat: no-repeat; - background-size: 150% 150%; -} -.progress:indeterminate::-webkit-progress-bar { - background-color: transparent; -} -.progress:indeterminate::-moz-progress-bar { - background-color: transparent; -} -.progress.is-small { - height: 0.75rem; -} -.progress.is-medium { - height: 1.25rem; -} -.progress.is-large { - height: 1.5rem; -} -@-webkit-keyframes moveIndeterminate { - from { - background-position: 200% 0; - } - to { - background-position: -200% 0; - } -} -@keyframes moveIndeterminate { - from { - background-position: 200% 0; - } - to { - background-position: -200% 0; - } -} -.table { - background-color: #fff; - color: #363636; -} -.table td, -.table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; -} -.table td.is-white, -.table th.is-white { - background-color: #fff; - border-color: #fff; - color: #0a0a0a; -} -.table td.is-black, -.table th.is-black { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: #fff; -} -.table td.is-light, -.table th.is-light { - background-color: #f5f5f5; - border-color: #f5f5f5; - color: #363636; -} -.table td.is-dark, -.table th.is-dark { - background-color: #363636; - border-color: #363636; - color: #f5f5f5; -} -.table td.is-primary, -.table th.is-primary { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; -} -.table td.is-link, -.table th.is-link { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; -} -.table td.is-info, -.table th.is-info { - background-color: #209cee; - border-color: #209cee; - color: #fff; -} -.table td.is-success, -.table th.is-success { - background-color: #23d160; - border-color: #23d160; - color: #fff; -} -.table td.is-warning, -.table th.is-warning { - background-color: #ffdd57; - border-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.table td.is-danger, -.table th.is-danger { - background-color: #ff3860; - border-color: #ff3860; - color: #fff; -} -.table td.is-narrow, -.table th.is-narrow { - white-space: nowrap; - width: 1%; -} -.table td.is-selected, -.table th.is-selected { - background-color: #00d1b2; - color: #fff; -} -.table td.is-selected a, -.table td.is-selected strong, -.table th.is-selected a, -.table th.is-selected strong { - color: currentColor; -} -.table th { - color: #363636; -} -.table th:not([align]) { - text-align: left; -} -.table tr.is-selected { - background-color: #00d1b2; - color: #fff; -} -.table tr.is-selected a, -.table tr.is-selected strong { - color: currentColor; -} -.table tr.is-selected td, -.table tr.is-selected th { - border-color: #fff; - color: currentColor; -} -.table thead { - background-color: rgba(0, 0, 0, 0); -} -.table thead td, -.table thead th { - border-width: 0 0 2px; - color: #363636; -} -.table tfoot { - background-color: rgba(0, 0, 0, 0); -} -.table tfoot td, -.table tfoot th { - border-width: 2px 0 0; - color: #363636; -} -.table tbody { - background-color: rgba(0, 0, 0, 0); -} -.table tbody tr:last-child td, -.table tbody tr:last-child th { - border-bottom-width: 0; -} -.table.is-bordered td, -.table.is-bordered th { - border-width: 1px; -} -.table.is-bordered tr:last-child td, -.table.is-bordered tr:last-child th { - border-bottom-width: 1px; -} -.table.is-fullwidth { - width: 100%; -} -.table.is-hoverable tbody tr:not(.is-selected):hover { - background-color: #fafafa; -} -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { - background-color: #fafafa; -} -.table.is-hoverable.is-striped - tbody - tr:not(.is-selected):hover:nth-child(even) { - background-color: #f5f5f5; -} -.table.is-narrow td, -.table.is-narrow th { - padding: 0.25em 0.5em; -} -.table.is-striped tbody tr:not(.is-selected):nth-child(even) { - background-color: #fafafa; -} -.table-container { - -webkit-overflow-scrolling: touch; - overflow: auto; - overflow-y: hidden; - max-width: 100%; -} -.tags { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.tags .tag { - margin-bottom: 0.5rem; -} -.tags .tag:not(:last-child) { - margin-right: 0.5rem; -} -.tags:last-child { - margin-bottom: -0.5rem; -} -.tags:not(:last-child) { - margin-bottom: 1rem; -} -.tags.are-medium .tag:not(.is-normal):not(.is-large) { - font-size: 1rem; -} -.tags.are-large .tag:not(.is-normal):not(.is-medium) { - font-size: 1.25rem; -} -.tags.is-centered { - justify-content: center; -} -.tags.is-centered .tag { - margin-right: 0.25rem; - margin-left: 0.25rem; -} -.tags.is-right { - justify-content: flex-end; -} -.tags.is-right .tag:not(:first-child) { - margin-left: 0.5rem; -} -.tags.is-right .tag:not(:last-child) { - margin-right: 0; -} -.tags.has-addons .tag { - margin-right: 0; -} -.tags.has-addons .tag:not(:first-child) { - margin-left: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.tags.has-addons .tag:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.tag:not(body) { - align-items: center; - background-color: #f5f5f5; - border-radius: 4px; - color: #4a4a4a; - display: inline-flex; - font-size: 0.75rem; - height: 2em; - justify-content: center; - line-height: 1.5; - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; -} -.tag:not(body) .delete { - margin-left: 0.25rem; - margin-right: -0.375rem; -} -.tag:not(body).is-white { - background-color: #fff; - color: #0a0a0a; -} -.tag:not(body).is-black { - background-color: #0a0a0a; - color: #fff; -} -.tag:not(body).is-light { - background-color: #f5f5f5; - color: #363636; -} -.tag:not(body).is-dark { - background-color: #363636; - color: #f5f5f5; -} -.tag:not(body).is-primary { - background-color: #00d1b2; - color: #fff; -} -.tag:not(body).is-link { - background-color: #3273dc; - color: #fff; -} -.tag:not(body).is-info { - background-color: #209cee; - color: #fff; -} -.tag:not(body).is-success { - background-color: #23d160; - color: #fff; -} -.tag:not(body).is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.tag:not(body).is-danger { - background-color: #ff3860; - color: #fff; -} -.tag:not(body).is-normal { - font-size: 0.75rem; -} -.tag:not(body).is-medium { - font-size: 1rem; -} -.tag:not(body).is-large { - font-size: 1.25rem; -} -.tag:not(body) .icon:first-child:not(:last-child) { - margin-left: -0.375em; - margin-right: 0.1875em; -} -.tag:not(body) .icon:last-child:not(:first-child) { - margin-left: 0.1875em; - margin-right: -0.375em; -} -.tag:not(body) .icon:first-child:last-child { - margin-left: -0.375em; - margin-right: -0.375em; -} -.tag:not(body).is-delete { - margin-left: 1px; - padding: 0; - position: relative; - width: 2em; -} -.tag:not(body).is-delete::before, -.tag:not(body).is-delete::after { - background-color: currentColor; - content: ''; - display: block; - left: 50%; - position: absolute; - top: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); - -webkit-transform-origin: center center; - transform-origin: center center; -} -.tag:not(body).is-delete::before { - height: 1px; - width: 50%; -} -.tag:not(body).is-delete::after { - height: 50%; - width: 1px; -} -.tag:not(body).is-delete:hover, -.tag:not(body).is-delete:focus { - background-color: #e8e8e8; -} -.tag:not(body).is-delete:active { - background-color: #dbdbdb; -} -.tag:not(body).is-rounded { - border-radius: 290486px; -} -a.tag:hover { - text-decoration: underline; -} -.title, -.subtitle { - word-break: break-word; -} -.title em, -.title span, -.subtitle em, -.subtitle span { - font-weight: inherit; -} -.title sub, -.subtitle sub { - font-size: 0.75em; -} -.title sup, -.subtitle sup { - font-size: 0.75em; -} -.title .tag, -.subtitle .tag { - vertical-align: middle; -} -.title { - color: #363636; - font-size: 2rem; - font-weight: 600; - line-height: 1.125; -} -.title strong { - color: inherit; - font-weight: inherit; -} -.title + .highlight { - margin-top: -0.75rem; -} -.title:not(.is-spaced) + .subtitle { - margin-top: -1.25rem; -} -.title.is-1 { - font-size: 3rem; -} -.title.is-2 { - font-size: 2.5rem; -} -.title.is-3 { - font-size: 2rem; -} -.title.is-4 { - font-size: 1.5rem; -} -.title.is-5 { - font-size: 1.25rem; -} -.title.is-6 { - font-size: 1rem; -} -.title.is-7 { - font-size: 0.75rem; -} -.subtitle { - color: #4a4a4a; - font-size: 1.25rem; - font-weight: 400; - line-height: 1.25; -} -.subtitle strong { - color: #363636; - font-weight: 600; -} -.subtitle:not(.is-spaced) + .title { - margin-top: -1.25rem; -} -.subtitle.is-1 { - font-size: 3rem; -} -.subtitle.is-2 { - font-size: 2.5rem; -} -.subtitle.is-3 { - font-size: 2rem; -} -.subtitle.is-4 { - font-size: 1.5rem; -} -.subtitle.is-5 { - font-size: 1.25rem; -} -.subtitle.is-6 { - font-size: 1rem; -} -.subtitle.is-7 { - font-size: 0.75rem; -} -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} -.highlight { - font-weight: 400; - max-width: 100%; - overflow: hidden; - padding: 0; -} -.highlight pre { - overflow: auto; - max-width: 100%; -} -.number { - align-items: center; - background-color: #f5f5f5; - border-radius: 290486px; - display: inline-flex; - font-size: 1.25rem; - height: 2em; - justify-content: center; - margin-right: 1.5rem; - min-width: 2.5em; - padding: 0.25rem 0.5rem; - text-align: center; - vertical-align: top; -} -.input, -.textarea, -.select select { - background-color: #fff; - border-color: #dbdbdb; - border-radius: 4px; - color: #363636; -} -.input::-moz-placeholder, -.textarea::-moz-placeholder, -.select select::-moz-placeholder { - color: rgba(54, 54, 54, 0.3); -} -.input::-webkit-input-placeholder, -.textarea::-webkit-input-placeholder, -.select select::-webkit-input-placeholder { - color: rgba(54, 54, 54, 0.3); -} -.input:-moz-placeholder, -.textarea:-moz-placeholder, -.select select:-moz-placeholder { - color: rgba(54, 54, 54, 0.3); -} -.input:-ms-input-placeholder, -.textarea:-ms-input-placeholder, -.select select:-ms-input-placeholder { - color: rgba(54, 54, 54, 0.3); -} -.input:hover, -.textarea:hover, -.select select:hover, -.is-hovered.input, -.is-hovered.textarea, -.select select.is-hovered { - border-color: #b5b5b5; -} -.input:focus, -.textarea:focus, -.select select:focus, -.is-focused.input, -.is-focused.textarea, -.select select.is-focused, -.input:active, -.textarea:active, -.select select:active, -.is-active.input, -.is-active.textarea, -.select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); -} -.input[disabled], -.textarea[disabled], -.select select[disabled], -fieldset[disabled] .input, -fieldset[disabled] .textarea, -fieldset[disabled] .select select, -.select fieldset[disabled] select { - background-color: #f5f5f5; - border-color: #f5f5f5; - box-shadow: none; - color: #7a7a7a; -} -.input[disabled]::-moz-placeholder, -.textarea[disabled]::-moz-placeholder, -.select select[disabled]::-moz-placeholder, -fieldset[disabled] .input::-moz-placeholder, -fieldset[disabled] .textarea::-moz-placeholder, -fieldset[disabled] .select select::-moz-placeholder, -.select fieldset[disabled] select::-moz-placeholder { - color: rgba(122, 122, 122, 0.3); -} -.input[disabled]::-webkit-input-placeholder, -.textarea[disabled]::-webkit-input-placeholder, -.select select[disabled]::-webkit-input-placeholder, -fieldset[disabled] .input::-webkit-input-placeholder, -fieldset[disabled] .textarea::-webkit-input-placeholder, -fieldset[disabled] .select select::-webkit-input-placeholder, -.select fieldset[disabled] select::-webkit-input-placeholder { - color: rgba(122, 122, 122, 0.3); -} -.input[disabled]:-moz-placeholder, -.textarea[disabled]:-moz-placeholder, -.select select[disabled]:-moz-placeholder, -fieldset[disabled] .input:-moz-placeholder, -fieldset[disabled] .textarea:-moz-placeholder, -fieldset[disabled] .select select:-moz-placeholder, -.select fieldset[disabled] select:-moz-placeholder { - color: rgba(122, 122, 122, 0.3); -} -.input[disabled]:-ms-input-placeholder, -.textarea[disabled]:-ms-input-placeholder, -.select select[disabled]:-ms-input-placeholder, -fieldset[disabled] .input:-ms-input-placeholder, -fieldset[disabled] .textarea:-ms-input-placeholder, -fieldset[disabled] .select select:-ms-input-placeholder, -.select fieldset[disabled] select:-ms-input-placeholder { - color: rgba(122, 122, 122, 0.3); -} -.input, -.textarea { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); - max-width: 100%; - width: 100%; -} -.input[readonly], -.textarea[readonly] { - box-shadow: none; -} -.is-white.input, -.is-white.textarea { - border-color: #fff; -} -.is-white.input:focus, -.is-white.textarea:focus, -.is-white.is-focused.input, -.is-white.is-focused.textarea, -.is-white.input:active, -.is-white.textarea:active, -.is-white.is-active.input, -.is-white.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); -} -.is-black.input, -.is-black.textarea { - border-color: #0a0a0a; -} -.is-black.input:focus, -.is-black.textarea:focus, -.is-black.is-focused.input, -.is-black.is-focused.textarea, -.is-black.input:active, -.is-black.textarea:active, -.is-black.is-active.input, -.is-black.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); -} -.is-light.input, -.is-light.textarea { - border-color: #f5f5f5; -} -.is-light.input:focus, -.is-light.textarea:focus, -.is-light.is-focused.input, -.is-light.is-focused.textarea, -.is-light.input:active, -.is-light.textarea:active, -.is-light.is-active.input, -.is-light.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); -} -.is-dark.input, -.is-dark.textarea { - border-color: #363636; -} -.is-dark.input:focus, -.is-dark.textarea:focus, -.is-dark.is-focused.input, -.is-dark.is-focused.textarea, -.is-dark.input:active, -.is-dark.textarea:active, -.is-dark.is-active.input, -.is-dark.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); -} -.is-primary.input, -.is-primary.textarea { - border-color: #00d1b2; -} -.is-primary.input:focus, -.is-primary.textarea:focus, -.is-primary.is-focused.input, -.is-primary.is-focused.textarea, -.is-primary.input:active, -.is-primary.textarea:active, -.is-primary.is-active.input, -.is-primary.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); -} -.is-link.input, -.is-link.textarea { - border-color: #3273dc; -} -.is-link.input:focus, -.is-link.textarea:focus, -.is-link.is-focused.input, -.is-link.is-focused.textarea, -.is-link.input:active, -.is-link.textarea:active, -.is-link.is-active.input, -.is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); -} -.is-info.input, -.is-info.textarea { - border-color: #209cee; -} -.is-info.input:focus, -.is-info.textarea:focus, -.is-info.is-focused.input, -.is-info.is-focused.textarea, -.is-info.input:active, -.is-info.textarea:active, -.is-info.is-active.input, -.is-info.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); -} -.is-success.input, -.is-success.textarea { - border-color: #23d160; -} -.is-success.input:focus, -.is-success.textarea:focus, -.is-success.is-focused.input, -.is-success.is-focused.textarea, -.is-success.input:active, -.is-success.textarea:active, -.is-success.is-active.input, -.is-success.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); -} -.is-warning.input, -.is-warning.textarea { - border-color: #ffdd57; -} -.is-warning.input:focus, -.is-warning.textarea:focus, -.is-warning.is-focused.input, -.is-warning.is-focused.textarea, -.is-warning.input:active, -.is-warning.textarea:active, -.is-warning.is-active.input, -.is-warning.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); -} -.is-danger.input, -.is-danger.textarea { - border-color: #ff3860; -} -.is-danger.input:focus, -.is-danger.textarea:focus, -.is-danger.is-focused.input, -.is-danger.is-focused.textarea, -.is-danger.input:active, -.is-danger.textarea:active, -.is-danger.is-active.input, -.is-danger.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); -} -.is-small.input, -.is-small.textarea { - border-radius: 2px; - font-size: 0.75rem; -} -.is-medium.input, -.is-medium.textarea { - font-size: 1.25rem; -} -.is-large.input, -.is-large.textarea { - font-size: 1.5rem; -} -.is-fullwidth.input, -.is-fullwidth.textarea { - display: block; - width: 100%; -} -.is-inline.input, -.is-inline.textarea { - display: inline; - width: auto; -} -.input.is-rounded { - border-radius: 290486px; - padding-left: 1em; - padding-right: 1em; -} -.input.is-static { - background-color: transparent; - border-color: transparent; - box-shadow: none; - padding-left: 0; - padding-right: 0; -} -.textarea { - display: block; - max-width: 100%; - min-width: 100%; - padding: 0.625em; - resize: vertical; -} -.textarea:not([rows]) { - max-height: 600px; - min-height: 120px; -} -.textarea[rows] { - height: initial; -} -.textarea.has-fixed-size { - resize: none; -} -.checkbox, -.radio { - cursor: pointer; - display: inline-block; - line-height: 1.25; - position: relative; -} -.checkbox input, -.radio input { - cursor: pointer; -} -.checkbox:hover, -.radio:hover { - color: #363636; -} -.checkbox[disabled], -.radio[disabled], -fieldset[disabled] .checkbox, -fieldset[disabled] .radio { - color: #7a7a7a; - cursor: not-allowed; -} -.radio + .radio { - margin-left: 0.5em; -} -.select { - display: inline-block; - max-width: 100%; - position: relative; - vertical-align: top; -} -.select:not(.is-multiple) { - height: 2.25em; -} -.select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; - right: 1.125em; - z-index: 4; -} -.select.is-rounded select { - border-radius: 290486px; - padding-left: 1em; -} -.select select { - cursor: pointer; - display: block; - font-size: 1em; - max-width: 100%; - outline: none; -} -.select select::-ms-expand { - display: none; -} -.select select[disabled]:hover, -fieldset[disabled] .select select:hover { - border-color: #f5f5f5; -} -.select select:not([multiple]) { - padding-right: 2.5em; -} -.select select[multiple] { - height: auto; - padding: 0; -} -.select select[multiple] option { - padding: 0.5em 1em; -} -.select:not(.is-multiple):not(.is-loading):hover::after { - border-color: #363636; -} -.select.is-white:not(:hover)::after { - border-color: #fff; -} -.select.is-white select { - border-color: #fff; -} -.select.is-white select:hover, -.select.is-white select.is-hovered { - border-color: #f2f2f2; -} -.select.is-white select:focus, -.select.is-white select.is-focused, -.select.is-white select:active, -.select.is-white select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); -} -.select.is-black:not(:hover)::after { - border-color: #0a0a0a; -} -.select.is-black select { - border-color: #0a0a0a; -} -.select.is-black select:hover, -.select.is-black select.is-hovered { - border-color: #000; -} -.select.is-black select:focus, -.select.is-black select.is-focused, -.select.is-black select:active, -.select.is-black select.is-active { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); -} -.select.is-light:not(:hover)::after { - border-color: #f5f5f5; -} -.select.is-light select { - border-color: #f5f5f5; -} -.select.is-light select:hover, -.select.is-light select.is-hovered { - border-color: #e8e8e8; -} -.select.is-light select:focus, -.select.is-light select.is-focused, -.select.is-light select:active, -.select.is-light select.is-active { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); -} -.select.is-dark:not(:hover)::after { - border-color: #363636; -} -.select.is-dark select { - border-color: #363636; -} -.select.is-dark select:hover, -.select.is-dark select.is-hovered { - border-color: #292929; -} -.select.is-dark select:focus, -.select.is-dark select.is-focused, -.select.is-dark select:active, -.select.is-dark select.is-active { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); -} -.select.is-primary:not(:hover)::after { - border-color: #00d1b2; -} -.select.is-primary select { - border-color: #00d1b2; -} -.select.is-primary select:hover, -.select.is-primary select.is-hovered { - border-color: #00b89c; -} -.select.is-primary select:focus, -.select.is-primary select.is-focused, -.select.is-primary select:active, -.select.is-primary select.is-active { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); -} -.select.is-link:not(:hover)::after { - border-color: #3273dc; -} -.select.is-link select { - border-color: #3273dc; -} -.select.is-link select:hover, -.select.is-link select.is-hovered { - border-color: #2366d1; -} -.select.is-link select:focus, -.select.is-link select.is-focused, -.select.is-link select:active, -.select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); -} -.select.is-info:not(:hover)::after { - border-color: #209cee; -} -.select.is-info select { - border-color: #209cee; -} -.select.is-info select:hover, -.select.is-info select.is-hovered { - border-color: #118fe4; -} -.select.is-info select:focus, -.select.is-info select.is-focused, -.select.is-info select:active, -.select.is-info select.is-active { - box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); -} -.select.is-success:not(:hover)::after { - border-color: #23d160; -} -.select.is-success select { - border-color: #23d160; -} -.select.is-success select:hover, -.select.is-success select.is-hovered { - border-color: #20bc56; -} -.select.is-success select:focus, -.select.is-success select.is-focused, -.select.is-success select:active, -.select.is-success select.is-active { - box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); -} -.select.is-warning:not(:hover)::after { - border-color: #ffdd57; -} -.select.is-warning select { - border-color: #ffdd57; -} -.select.is-warning select:hover, -.select.is-warning select.is-hovered { - border-color: #ffd83d; -} -.select.is-warning select:focus, -.select.is-warning select.is-focused, -.select.is-warning select:active, -.select.is-warning select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); -} -.select.is-danger:not(:hover)::after { - border-color: #ff3860; -} -.select.is-danger select { - border-color: #ff3860; -} -.select.is-danger select:hover, -.select.is-danger select.is-hovered { - border-color: #ff1f4b; -} -.select.is-danger select:focus, -.select.is-danger select.is-focused, -.select.is-danger select:active, -.select.is-danger select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); -} -.select.is-small { - border-radius: 2px; - font-size: 0.75rem; -} -.select.is-medium { - font-size: 1.25rem; -} -.select.is-large { - font-size: 1.5rem; -} -.select.is-disabled::after { - border-color: #7a7a7a; -} -.select.is-fullwidth { - width: 100%; -} -.select.is-fullwidth select { - width: 100%; -} -.select.is-loading::after { - margin-top: 0; - position: absolute; - right: 0.625em; - top: 0.625em; - -webkit-transform: none; - transform: none; -} -.select.is-loading.is-small:after { - font-size: 0.75rem; -} -.select.is-loading.is-medium:after { - font-size: 1.25rem; -} -.select.is-loading.is-large:after { - font-size: 1.5rem; -} -.file { - align-items: stretch; - display: flex; - justify-content: flex-start; - position: relative; -} -.file.is-white .file-cta { - background-color: #fff; - border-color: transparent; - color: #0a0a0a; -} -.file.is-white:hover .file-cta, -.file.is-white.is-hovered .file-cta { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; -} -.file.is-white:focus .file-cta, -.file.is-white.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); - color: #0a0a0a; -} -.file.is-white:active .file-cta, -.file.is-white.is-active .file-cta { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; -} -.file.is-black .file-cta { - background-color: #0a0a0a; - border-color: transparent; - color: #fff; -} -.file.is-black:hover .file-cta, -.file.is-black.is-hovered .file-cta { - background-color: #040404; - border-color: transparent; - color: #fff; -} -.file.is-black:focus .file-cta, -.file.is-black.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); - color: #fff; -} -.file.is-black:active .file-cta, -.file.is-black.is-active .file-cta { - background-color: #000; - border-color: transparent; - color: #fff; -} -.file.is-light .file-cta { - background-color: #f5f5f5; - border-color: transparent; - color: #363636; -} -.file.is-light:hover .file-cta, -.file.is-light.is-hovered .file-cta { - background-color: #eee; - border-color: transparent; - color: #363636; -} -.file.is-light:focus .file-cta, -.file.is-light.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); - color: #363636; -} -.file.is-light:active .file-cta, -.file.is-light.is-active .file-cta { - background-color: #e8e8e8; - border-color: transparent; - color: #363636; -} -.file.is-dark .file-cta { - background-color: #363636; - border-color: transparent; - color: #f5f5f5; -} -.file.is-dark:hover .file-cta, -.file.is-dark.is-hovered .file-cta { - background-color: #2f2f2f; - border-color: transparent; - color: #f5f5f5; -} -.file.is-dark:focus .file-cta, -.file.is-dark.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); - color: #f5f5f5; -} -.file.is-dark:active .file-cta, -.file.is-dark.is-active .file-cta { - background-color: #292929; - border-color: transparent; - color: #f5f5f5; -} -.file.is-primary .file-cta { - background-color: #00d1b2; - border-color: transparent; - color: #fff; -} -.file.is-primary:hover .file-cta, -.file.is-primary.is-hovered .file-cta { - background-color: #00c4a7; - border-color: transparent; - color: #fff; -} -.file.is-primary:focus .file-cta, -.file.is-primary.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); - color: #fff; -} -.file.is-primary:active .file-cta, -.file.is-primary.is-active .file-cta { - background-color: #00b89c; - border-color: transparent; - color: #fff; -} -.file.is-link .file-cta { - background-color: #3273dc; - border-color: transparent; - color: #fff; -} -.file.is-link:hover .file-cta, -.file.is-link.is-hovered .file-cta { - background-color: #276cda; - border-color: transparent; - color: #fff; -} -.file.is-link:focus .file-cta, -.file.is-link.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); - color: #fff; -} -.file.is-link:active .file-cta, -.file.is-link.is-active .file-cta { - background-color: #2366d1; - border-color: transparent; - color: #fff; -} -.file.is-info .file-cta { - background-color: #209cee; - border-color: transparent; - color: #fff; -} -.file.is-info:hover .file-cta, -.file.is-info.is-hovered .file-cta { - background-color: #1496ed; - border-color: transparent; - color: #fff; -} -.file.is-info:focus .file-cta, -.file.is-info.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25); - color: #fff; -} -.file.is-info:active .file-cta, -.file.is-info.is-active .file-cta { - background-color: #118fe4; - border-color: transparent; - color: #fff; -} -.file.is-success .file-cta { - background-color: #23d160; - border-color: transparent; - color: #fff; -} -.file.is-success:hover .file-cta, -.file.is-success.is-hovered .file-cta { - background-color: #22c65b; - border-color: transparent; - color: #fff; -} -.file.is-success:focus .file-cta, -.file.is-success.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25); - color: #fff; -} -.file.is-success:active .file-cta, -.file.is-success.is-active .file-cta { - background-color: #20bc56; - border-color: transparent; - color: #fff; -} -.file.is-warning .file-cta { - background-color: #ffdd57; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.file.is-warning:hover .file-cta, -.file.is-warning.is-hovered .file-cta { - background-color: #ffdb4a; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.file.is-warning:focus .file-cta, -.file.is-warning.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); - color: rgba(0, 0, 0, 0.7); -} -.file.is-warning:active .file-cta, -.file.is-warning.is-active .file-cta { - background-color: #ffd83d; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); -} -.file.is-danger .file-cta { - background-color: #ff3860; - border-color: transparent; - color: #fff; -} -.file.is-danger:hover .file-cta, -.file.is-danger.is-hovered .file-cta { - background-color: #ff2b56; - border-color: transparent; - color: #fff; -} -.file.is-danger:focus .file-cta, -.file.is-danger.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25); - color: #fff; -} -.file.is-danger:active .file-cta, -.file.is-danger.is-active .file-cta { - background-color: #ff1f4b; - border-color: transparent; - color: #fff; -} -.file.is-small { - font-size: 0.75rem; -} -.file.is-medium { - font-size: 1.25rem; -} -.file.is-medium .file-icon .fa { - font-size: 21px; -} -.file.is-large { - font-size: 1.5rem; -} -.file.is-large .file-icon .fa { - font-size: 28px; -} -.file.has-name .file-cta { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.file.has-name .file-name { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.file.has-name.is-empty .file-cta { - border-radius: 4px; -} -.file.has-name.is-empty .file-name { - display: none; -} -.file.is-boxed .file-label { - flex-direction: column; -} -.file.is-boxed .file-cta { - flex-direction: column; - height: auto; - padding: 1em 3em; -} -.file.is-boxed .file-name { - border-width: 0 1px 1px; -} -.file.is-boxed .file-icon { - height: 1.5em; - width: 1.5em; -} -.file.is-boxed .file-icon .fa { - font-size: 21px; -} -.file.is-boxed.is-small .file-icon .fa { - font-size: 14px; -} -.file.is-boxed.is-medium .file-icon .fa { - font-size: 28px; -} -.file.is-boxed.is-large .file-icon .fa { - font-size: 35px; -} -.file.is-boxed.has-name .file-cta { - border-radius: 4px 4px 0 0; -} -.file.is-boxed.has-name .file-name { - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; -} -.file.is-centered { - justify-content: center; -} -.file.is-fullwidth .file-label { - width: 100%; -} -.file.is-fullwidth .file-name { - flex-grow: 1; - max-width: none; -} -.file.is-right { - justify-content: flex-end; -} -.file.is-right .file-cta { - border-radius: 0 4px 4px 0; -} -.file.is-right .file-name { - border-radius: 4px 0 0 4px; - border-width: 1px 0 1px 1px; - order: -1; -} -.file-label { - align-items: stretch; - display: flex; - cursor: pointer; - justify-content: flex-start; - overflow: hidden; - position: relative; -} -.file-label:hover .file-cta { - background-color: #eee; - color: #363636; -} -.file-label:hover .file-name { - border-color: #d5d5d5; -} -.file-label:active .file-cta { - background-color: #e8e8e8; - color: #363636; -} -.file-label:active .file-name { - border-color: #cfcfcf; -} -.file-input { - height: 100%; - left: 0; - opacity: 0; - outline: none; - position: absolute; - top: 0; - width: 100%; -} -.file-cta, -.file-name { - border-color: #dbdbdb; - border-radius: 4px; - font-size: 1em; - padding-left: 1em; - padding-right: 1em; - white-space: nowrap; -} -.file-cta { - background-color: #f5f5f5; - color: #4a4a4a; -} -.file-name { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px 1px 1px 0; - display: block; - max-width: 16em; - overflow: hidden; - text-align: left; - text-overflow: ellipsis; -} -.file-icon { - align-items: center; - display: flex; - height: 1em; - justify-content: center; - margin-right: 0.5em; - width: 1em; -} -.file-icon .fa { - font-size: 14px; -} -.label { - color: #363636; - display: block; - font-size: 1rem; - font-weight: 700; -} -.label:not(:last-child) { - margin-bottom: 0.5em; -} -.label.is-small { - font-size: 0.75rem; -} -.label.is-medium { - font-size: 1.25rem; -} -.label.is-large { - font-size: 1.5rem; -} -.help { - display: block; - font-size: 0.75rem; - margin-top: 0.25rem; -} -.help.is-white { - color: #fff; -} -.help.is-black { - color: #0a0a0a; -} -.help.is-light { - color: #f5f5f5; -} -.help.is-dark { - color: #363636; -} -.help.is-primary { - color: #00d1b2; -} -.help.is-link { - color: #3273dc; -} -.help.is-info { - color: #209cee; -} -.help.is-success { - color: #23d160; -} -.help.is-warning { - color: #ffdd57; -} -.help.is-danger { - color: #ff3860; -} -.field:not(:last-child) { - margin-bottom: 0.75rem; -} -.field.has-addons { - display: flex; - justify-content: flex-start; -} -.field.has-addons .control:not(:last-child) { - margin-right: -1px; -} -.field.has-addons .control:not(:first-child):not(:last-child) .button, -.field.has-addons .control:not(:first-child):not(:last-child) .input, -.field.has-addons .control:not(:first-child):not(:last-child) .select select { - border-radius: 0; -} -.field.has-addons .control:first-child:not(:only-child) .button, -.field.has-addons .control:first-child:not(:only-child) .input, -.field.has-addons .control:first-child:not(:only-child) .select select { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.field.has-addons .control:last-child:not(:only-child) .button, -.field.has-addons .control:last-child:not(:only-child) .input, -.field.has-addons .control:last-child:not(:only-child) .select select { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.field.has-addons .control .button:not([disabled]):hover, -.field.has-addons .control .button:not([disabled]).is-hovered, -.field.has-addons .control .input:not([disabled]):hover, -.field.has-addons .control .input:not([disabled]).is-hovered, -.field.has-addons .control .select select:not([disabled]):hover, -.field.has-addons .control .select select:not([disabled]).is-hovered { - z-index: 2; -} -.field.has-addons .control .button:not([disabled]):focus, -.field.has-addons .control .button:not([disabled]).is-focused, -.field.has-addons .control .button:not([disabled]):active, -.field.has-addons .control .button:not([disabled]).is-active, -.field.has-addons .control .input:not([disabled]):focus, -.field.has-addons .control .input:not([disabled]).is-focused, -.field.has-addons .control .input:not([disabled]):active, -.field.has-addons .control .input:not([disabled]).is-active, -.field.has-addons .control .select select:not([disabled]):focus, -.field.has-addons .control .select select:not([disabled]).is-focused, -.field.has-addons .control .select select:not([disabled]):active, -.field.has-addons .control .select select:not([disabled]).is-active { - z-index: 3; -} -.field.has-addons .control .button:not([disabled]):focus:hover, -.field.has-addons .control .button:not([disabled]).is-focused:hover, -.field.has-addons .control .button:not([disabled]):active:hover, -.field.has-addons .control .button:not([disabled]).is-active:hover, -.field.has-addons .control .input:not([disabled]):focus:hover, -.field.has-addons .control .input:not([disabled]).is-focused:hover, -.field.has-addons .control .input:not([disabled]):active:hover, -.field.has-addons .control .input:not([disabled]).is-active:hover, -.field.has-addons .control .select select:not([disabled]):focus:hover, -.field.has-addons .control .select select:not([disabled]).is-focused:hover, -.field.has-addons .control .select select:not([disabled]):active:hover, -.field.has-addons .control .select select:not([disabled]).is-active:hover { - z-index: 4; -} -.field.has-addons .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.field.has-addons.has-addons-centered { - justify-content: center; -} -.field.has-addons.has-addons-right { - justify-content: flex-end; -} -.field.has-addons.has-addons-fullwidth .control { - flex-grow: 1; - flex-shrink: 0; -} -.field.is-grouped { - display: flex; - justify-content: flex-start; -} -.field.is-grouped > .control { - flex-shrink: 0; -} -.field.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; -} -.field.is-grouped > .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.field.is-grouped.is-grouped-centered { - justify-content: center; -} -.field.is-grouped.is-grouped-right { - justify-content: flex-end; -} -.field.is-grouped.is-grouped-multiline { - flex-wrap: wrap; -} -.field.is-grouped.is-grouped-multiline > .control:last-child, -.field.is-grouped.is-grouped-multiline > .control:not(:last-child) { - margin-bottom: 0.75rem; -} -.field.is-grouped.is-grouped-multiline:last-child { - margin-bottom: -0.75rem; -} -.field.is-grouped.is-grouped-multiline:not(:last-child) { - margin-bottom: 0; -} -@media screen and (min-width: 769px), print { - .field.is-horizontal { - display: flex; - } -} -.field-label .label { - font-size: inherit; -} -@media screen and (max-width: 768px) { - .field-label { - margin-bottom: 0.5rem; - } -} -@media screen and (min-width: 769px), print { - .field-label { - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - margin-right: 1.5rem; - text-align: right; - } - .field-label.is-small { - font-size: 0.75rem; - padding-top: 0.375em; - } - .field-label.is-normal { - padding-top: 0.375em; - } - .field-label.is-medium { - font-size: 1.25rem; - padding-top: 0.375em; - } - .field-label.is-large { - font-size: 1.5rem; - padding-top: 0.375em; - } -} -.field-body .field .field { - margin-bottom: 0; -} -@media screen and (min-width: 769px), print { - .field-body { - display: flex; - flex-basis: 0; - flex-grow: 5; - flex-shrink: 1; - } - .field-body .field { - margin-bottom: 0; - } - .field-body > .field { - flex-shrink: 1; - } - .field-body > .field:not(.is-narrow) { - flex-grow: 1; - } - .field-body > .field:not(:last-child) { - margin-right: 0.75rem; - } -} -.control { - box-sizing: border-box; - clear: both; - font-size: 1rem; - position: relative; - text-align: left; -} -.control.has-icons-left .input:focus ~ .icon, -.control.has-icons-left .select:focus ~ .icon, -.control.has-icons-right .input:focus ~ .icon, -.control.has-icons-right .select:focus ~ .icon { - color: #7a7a7a; -} -.control.has-icons-left .input.is-small ~ .icon, -.control.has-icons-left .select.is-small ~ .icon, -.control.has-icons-right .input.is-small ~ .icon, -.control.has-icons-right .select.is-small ~ .icon { - font-size: 0.75rem; -} -.control.has-icons-left .input.is-medium ~ .icon, -.control.has-icons-left .select.is-medium ~ .icon, -.control.has-icons-right .input.is-medium ~ .icon, -.control.has-icons-right .select.is-medium ~ .icon { - font-size: 1.25rem; -} -.control.has-icons-left .input.is-large ~ .icon, -.control.has-icons-left .select.is-large ~ .icon, -.control.has-icons-right .input.is-large ~ .icon, -.control.has-icons-right .select.is-large ~ .icon { - font-size: 1.5rem; -} -.control.has-icons-left .icon, -.control.has-icons-right .icon { - color: #dbdbdb; - height: 2.25em; - pointer-events: none; - position: absolute; - top: 0; - width: 2.25em; - z-index: 4; -} -.control.has-icons-left .input, -.control.has-icons-left .select select { - padding-left: 2.25em; -} -.control.has-icons-left .icon.is-left { - left: 0; -} -.control.has-icons-right .input, -.control.has-icons-right .select select { - padding-right: 2.25em; -} -.control.has-icons-right .icon.is-right { - right: 0; -} -.control.is-loading::after { - position: absolute !important; - right: 0.625em; - top: 0.625em; - z-index: 4; -} -.control.is-loading.is-small:after { - font-size: 0.75rem; -} -.control.is-loading.is-medium:after { - font-size: 1.25rem; -} -.control.is-loading.is-large:after { - font-size: 1.5rem; -} -.breadcrumb { - font-size: 1rem; - white-space: nowrap; -} -.breadcrumb a { - align-items: center; - color: #3273dc; - display: flex; - justify-content: center; - padding: 0 0.75em; -} -.breadcrumb a:hover { - color: #363636; -} -.breadcrumb li { - align-items: center; - display: flex; -} -.breadcrumb li:first-child a { - padding-left: 0; -} -.breadcrumb li.is-active a { - color: #363636; - cursor: default; - pointer-events: none; -} -.breadcrumb li + li::before { - color: #b5b5b5; - content: '\0002f'; -} -.breadcrumb ul, -.breadcrumb ol { - align-items: flex-start; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.breadcrumb .icon:first-child { - margin-right: 0.5em; -} -.breadcrumb .icon:last-child { - margin-left: 0.5em; -} -.breadcrumb.is-centered ol, -.breadcrumb.is-centered ul { - justify-content: center; -} -.breadcrumb.is-right ol, -.breadcrumb.is-right ul { - justify-content: flex-end; -} -.breadcrumb.is-small { - font-size: 0.75rem; -} -.breadcrumb.is-medium { - font-size: 1.25rem; -} -.breadcrumb.is-large { - font-size: 1.5rem; -} -.breadcrumb.has-arrow-separator li + li::before { - content: '\02192'; -} -.breadcrumb.has-bullet-separator li + li::before { - content: '\02022'; -} -.breadcrumb.has-dot-separator li + li::before { - content: '\000b7'; -} -.breadcrumb.has-succeeds-separator li + li::before { - content: '\0227B'; -} -.card { - background-color: #fff; - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); - color: #4a4a4a; - max-width: 100%; - position: relative; -} -.card-header { - background-color: rgba(0, 0, 0, 0); - align-items: stretch; - box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); - display: flex; -} -.card-header-title { - align-items: center; - color: #363636; - display: flex; - flex-grow: 1; - font-weight: 700; - padding: 0.75rem; -} -.card-header-title.is-centered { - justify-content: center; -} -.card-header-icon { - align-items: center; - cursor: pointer; - display: flex; - justify-content: center; - padding: 0.75rem; -} -.card-image { - display: block; - position: relative; -} -.card-content { - background-color: rgba(0, 0, 0, 0); - padding: 1.5rem; -} -.card-footer { - background-color: rgba(0, 0, 0, 0); - border-top: 1px solid #dbdbdb; - align-items: stretch; - display: flex; -} -.card-footer-item { - align-items: center; - display: flex; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - justify-content: center; - padding: 0.75rem; -} -.card-footer-item:not(:last-child) { - border-right: 1px solid #dbdbdb; -} -.card .media:not(:last-child) { - margin-bottom: 1.5rem; -} -.dropdown { - display: inline-flex; - position: relative; - vertical-align: top; -} -.dropdown.is-active .dropdown-menu, -.dropdown.is-hoverable:hover .dropdown-menu { - display: block; -} -.dropdown.is-right .dropdown-menu { - left: auto; - right: 0; -} -.dropdown.is-up .dropdown-menu { - bottom: 100%; - padding-bottom: 4px; - padding-top: initial; - top: auto; -} -.dropdown-menu { - display: none; - left: 0; - min-width: 12rem; - padding-top: 4px; - position: absolute; - top: 100%; - z-index: 20; -} -.dropdown-content { - background-color: #fff; - border-radius: 4px; - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); - padding-bottom: 0.5rem; - padding-top: 0.5rem; -} -.dropdown-item { - color: #4a4a4a; - display: block; - font-size: 0.875rem; - line-height: 1.5; - padding: 0.375rem 1rem; - position: relative; -} -a.dropdown-item, -button.dropdown-item { - padding-right: 3rem; - text-align: left; - white-space: nowrap; - width: 100%; -} -a.dropdown-item:hover, -button.dropdown-item:hover { - background-color: #f5f5f5; - color: #0a0a0a; -} -a.dropdown-item.is-active, -button.dropdown-item.is-active { - background-color: #3273dc; - color: #fff; -} -.dropdown-divider { - background-color: #dbdbdb; - border: none; - display: block; - height: 1px; - margin: 0.5rem 0; -} -.level { - align-items: center; - justify-content: space-between; -} -.level code { - border-radius: 4px; -} -.level img { - display: inline-block; - vertical-align: top; -} -.level.is-mobile { - display: flex; -} -.level.is-mobile .level-left, -.level.is-mobile .level-right { - display: flex; -} -.level.is-mobile .level-left + .level-right { - margin-top: 0; -} -.level.is-mobile .level-item:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; -} -.level.is-mobile .level-item:not(.is-narrow) { - flex-grow: 1; -} -@media screen and (min-width: 769px), print { - .level { - display: flex; - } - .level > .level-item:not(.is-narrow) { - flex-grow: 1; - } -} -.level-item { - align-items: center; - display: flex; - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; - justify-content: center; -} -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; -} -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 0.75rem; - } -} -.level-left, -.level-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; -} -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - flex-grow: 1; -} -@media screen and (min-width: 769px), print { - .level-left .level-item:not(:last-child), - .level-right .level-item:not(:last-child) { - margin-right: 0.75rem; - } -} -.level-left { - align-items: center; - justify-content: flex-start; -} -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 1.5rem; - } -} -@media screen and (min-width: 769px), print { - .level-left { - display: flex; - } -} -.level-right { - align-items: center; - justify-content: flex-end; -} -@media screen and (min-width: 769px), print { - .level-right { - display: flex; - } -} -.list { - background-color: #fff; - border-radius: 4px; - box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); -} -.list-item { - display: block; - padding: 0.5em 1em; -} -.list-item:not(a) { - color: #4a4a4a; -} -.list-item:first-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} -.list-item:last-child { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} -.list-item:not(:last-child) { - border-bottom: 1px solid #dbdbdb; -} -.list-item.is-active { - background-color: #3273dc; - color: #fff; -} -a.list-item { - background-color: #f5f5f5; - cursor: pointer; -} -.media { - align-items: flex-start; - display: flex; - text-align: left; -} -.media .content:not(:last-child) { - margin-bottom: 0.75rem; -} -.media .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - display: flex; - padding-top: 0.75rem; -} -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 0.5rem; -} -.media .media .media { - padding-top: 0.5rem; -} -.media .media .media + .media { - margin-top: 0.5rem; -} -.media + .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - margin-top: 1rem; - padding-top: 1rem; -} -.media.is-large + .media { - margin-top: 1.5rem; - padding-top: 1.5rem; -} -.media-left, -.media-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; -} -.media-left { - margin-right: 1rem; -} -.media-right { - margin-left: 1rem; -} -.media-content { - flex-basis: auto; - flex-grow: 1; - flex-shrink: 1; - text-align: left; -} -@media screen and (max-width: 768px) { - .media-content { - overflow-x: auto; - } -} -.menu { - font-size: 1rem; -} -.menu.is-small { - font-size: 0.75rem; -} -.menu.is-medium { - font-size: 1.25rem; -} -.menu.is-large { - font-size: 1.5rem; -} -.menu-list { - line-height: 1.25; -} -.menu-list a { - border-radius: 2px; - color: #4a4a4a; - display: block; - padding: 0.5em 0.75em; -} -.menu-list a:hover { - background-color: #f5f5f5; - color: #363636; -} -.menu-list a.is-active { - background-color: #3273dc; - color: #fff; -} -.menu-list li ul { - border-left: 1px solid #dbdbdb; - margin: 0.75em; - padding-left: 0.75em; -} -.menu-label { - color: #7a7a7a; - font-size: 0.75em; - letter-spacing: 0.1em; - text-transform: uppercase; -} -.menu-label:not(:first-child) { - margin-top: 1em; -} -.menu-label:not(:last-child) { - margin-bottom: 1em; -} -.message { - background-color: #f5f5f5; - border-radius: 4px; - font-size: 1rem; -} -.message strong { - color: currentColor; -} -.message a:not(.button):not(.tag):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} -.message.is-small { - font-size: 0.75rem; -} -.message.is-medium { - font-size: 1.25rem; -} -.message.is-large { - font-size: 1.5rem; -} -.message.is-white { - background-color: #fff; -} -.message.is-white .message-header { - background-color: #fff; - color: #0a0a0a; -} -.message.is-white .message-body { - border-color: #fff; - color: #4d4d4d; -} -.message.is-black { - background-color: #fafafa; -} -.message.is-black .message-header { - background-color: #0a0a0a; - color: #fff; -} -.message.is-black .message-body { - border-color: #0a0a0a; - color: #090909; -} -.message.is-light { - background-color: #fafafa; -} -.message.is-light .message-header { - background-color: #f5f5f5; - color: #363636; -} -.message.is-light .message-body { - border-color: #f5f5f5; - color: #505050; -} -.message.is-dark { - background-color: #fafafa; -} -.message.is-dark .message-header { - background-color: #363636; - color: #f5f5f5; -} -.message.is-dark .message-body { - border-color: #363636; - color: #2a2a2a; -} -.message.is-primary { - background-color: #f5fffd; -} -.message.is-primary .message-header { - background-color: #00d1b2; - color: #fff; -} -.message.is-primary .message-body { - border-color: #00d1b2; - color: #021310; -} -.message.is-link { - background-color: #f6f9fe; -} -.message.is-link .message-header { - background-color: #3273dc; - color: #fff; -} -.message.is-link .message-body { - border-color: #3273dc; - color: #22509a; -} -.message.is-info { - background-color: #f6fbfe; -} -.message.is-info .message-header { - background-color: #209cee; - color: #fff; -} -.message.is-info .message-body { - border-color: #209cee; - color: #12537e; -} -.message.is-success { - background-color: #f6fef9; -} -.message.is-success .message-header { - background-color: #23d160; - color: #fff; -} -.message.is-success .message-body { - border-color: #23d160; - color: #0e301a; -} -.message.is-warning { - background-color: #fffdf5; -} -.message.is-warning .message-header { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.message.is-warning .message-body { - border-color: #ffdd57; - color: #3b3108; -} -.message.is-danger { - background-color: #fff5f7; -} -.message.is-danger .message-header { - background-color: #ff3860; - color: #fff; -} -.message.is-danger .message-body { - border-color: #ff3860; - color: #cd0930; -} -.message-header { - align-items: center; - background-color: #4a4a4a; - border-radius: 4px 4px 0 0; - color: #fff; - display: flex; - font-weight: 700; - justify-content: space-between; - line-height: 1.25; - padding: 0.75em 1em; - position: relative; -} -.message-header .delete { - flex-grow: 0; - flex-shrink: 0; - margin-left: 0.75em; -} -.message-header + .message-body { - border-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.message-body { - border-color: #dbdbdb; - border-radius: 4px; - border-style: solid; - border-width: 0 0 0 4px; - color: #4a4a4a; - padding: 1.25em 1.5em; -} -.message-body code, -.message-body pre { - background-color: #fff; -} -.message-body pre code { - background-color: rgba(0, 0, 0, 0); -} -.modal { - align-items: center; - display: none; - flex-direction: column; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 40; -} -.modal.is-active { - display: flex; -} -.modal-background { - background-color: rgba(10, 10, 10, 0.86); -} -.modal-content, -.modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; -} -@media screen and (min-width: 769px), print { - .modal-content, - .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } -} -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; -} -.modal-card { - display: flex; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; - -ms-overflow-y: visible; -} -.modal-card-head, -.modal-card-foot { - align-items: center; - background-color: #f5f5f5; - display: flex; - flex-shrink: 0; - justify-content: flex-start; - padding: 20px; - position: relative; -} -.modal-card-head { - border-bottom: 1px solid #dbdbdb; - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} -.modal-card-title { - color: #363636; - flex-grow: 1; - flex-shrink: 0; - font-size: 1.5rem; - line-height: 1; -} -.modal-card-foot { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 1px solid #dbdbdb; -} -.modal-card-foot .button:not(:last-child) { - margin-right: 0.5em; -} -.modal-card-body { - -webkit-overflow-scrolling: touch; - background-color: #fff; - flex-grow: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; -} -.navbar { - background-color: #fff; - min-height: 3.25rem; - position: relative; - z-index: 30; -} -.navbar.is-white { - background-color: #fff; - color: #0a0a0a; -} -.navbar.is-white .navbar-brand > .navbar-item, -.navbar.is-white .navbar-brand .navbar-link { - color: #0a0a0a; -} -.navbar.is-white .navbar-brand > a.navbar-item:focus, -.navbar.is-white .navbar-brand > a.navbar-item:hover, -.navbar.is-white .navbar-brand > a.navbar-item.is-active, -.navbar.is-white .navbar-brand .navbar-link:focus, -.navbar.is-white .navbar-brand .navbar-link:hover, -.navbar.is-white .navbar-brand .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; -} -.navbar.is-white .navbar-brand .navbar-link::after { - border-color: #0a0a0a; -} -.navbar.is-white .navbar-burger { - color: #0a0a0a; -} -@media screen and (min-width: 1024px) { - .navbar.is-white .navbar-start > .navbar-item, - .navbar.is-white .navbar-start .navbar-link, - .navbar.is-white .navbar-end > .navbar-item, - .navbar.is-white .navbar-end .navbar-link { - color: #0a0a0a; - } - .navbar.is-white .navbar-start > a.navbar-item:focus, - .navbar.is-white .navbar-start > a.navbar-item:hover, - .navbar.is-white .navbar-start > a.navbar-item.is-active, - .navbar.is-white .navbar-start .navbar-link:focus, - .navbar.is-white .navbar-start .navbar-link:hover, - .navbar.is-white .navbar-start .navbar-link.is-active, - .navbar.is-white .navbar-end > a.navbar-item:focus, - .navbar.is-white .navbar-end > a.navbar-item:hover, - .navbar.is-white .navbar-end > a.navbar-item.is-active, - .navbar.is-white .navbar-end .navbar-link:focus, - .navbar.is-white .navbar-end .navbar-link:hover, - .navbar.is-white .navbar-end .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; - } - .navbar.is-white .navbar-start .navbar-link::after, - .navbar.is-white .navbar-end .navbar-link::after { - border-color: #0a0a0a; - } - .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #f2f2f2; - color: #0a0a0a; - } - .navbar.is-white .navbar-dropdown a.navbar-item.is-active { - background-color: #fff; - color: #0a0a0a; - } -} -.navbar.is-black { - background-color: #0a0a0a; - color: #fff; -} -.navbar.is-black .navbar-brand > .navbar-item, -.navbar.is-black .navbar-brand .navbar-link { - color: #fff; -} -.navbar.is-black .navbar-brand > a.navbar-item:focus, -.navbar.is-black .navbar-brand > a.navbar-item:hover, -.navbar.is-black .navbar-brand > a.navbar-item.is-active, -.navbar.is-black .navbar-brand .navbar-link:focus, -.navbar.is-black .navbar-brand .navbar-link:hover, -.navbar.is-black .navbar-brand .navbar-link.is-active { - background-color: #000; - color: #fff; -} -.navbar.is-black .navbar-brand .navbar-link::after { - border-color: #fff; -} -.navbar.is-black .navbar-burger { - color: #fff; -} -@media screen and (min-width: 1024px) { - .navbar.is-black .navbar-start > .navbar-item, - .navbar.is-black .navbar-start .navbar-link, - .navbar.is-black .navbar-end > .navbar-item, - .navbar.is-black .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-black .navbar-start > a.navbar-item:focus, - .navbar.is-black .navbar-start > a.navbar-item:hover, - .navbar.is-black .navbar-start > a.navbar-item.is-active, - .navbar.is-black .navbar-start .navbar-link:focus, - .navbar.is-black .navbar-start .navbar-link:hover, - .navbar.is-black .navbar-start .navbar-link.is-active, - .navbar.is-black .navbar-end > a.navbar-item:focus, - .navbar.is-black .navbar-end > a.navbar-item:hover, - .navbar.is-black .navbar-end > a.navbar-item.is-active, - .navbar.is-black .navbar-end .navbar-link:focus, - .navbar.is-black .navbar-end .navbar-link:hover, - .navbar.is-black .navbar-end .navbar-link.is-active { - background-color: #000; - color: #fff; - } - .navbar.is-black .navbar-start .navbar-link::after, - .navbar.is-black .navbar-end .navbar-link::after { - border-color: #fff; - } - .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #000; - color: #fff; - } - .navbar.is-black .navbar-dropdown a.navbar-item.is-active { - background-color: #0a0a0a; - color: #fff; - } -} -.navbar.is-light { - background-color: #f5f5f5; - color: #363636; -} -.navbar.is-light .navbar-brand > .navbar-item, -.navbar.is-light .navbar-brand .navbar-link { - color: #363636; -} -.navbar.is-light .navbar-brand > a.navbar-item:focus, -.navbar.is-light .navbar-brand > a.navbar-item:hover, -.navbar.is-light .navbar-brand > a.navbar-item.is-active, -.navbar.is-light .navbar-brand .navbar-link:focus, -.navbar.is-light .navbar-brand .navbar-link:hover, -.navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #e8e8e8; - color: #363636; -} -.navbar.is-light .navbar-brand .navbar-link::after { - border-color: #363636; -} -.navbar.is-light .navbar-burger { - color: #363636; -} -@media screen and (min-width: 1024px) { - .navbar.is-light .navbar-start > .navbar-item, - .navbar.is-light .navbar-start .navbar-link, - .navbar.is-light .navbar-end > .navbar-item, - .navbar.is-light .navbar-end .navbar-link { - color: #363636; - } - .navbar.is-light .navbar-start > a.navbar-item:focus, - .navbar.is-light .navbar-start > a.navbar-item:hover, - .navbar.is-light .navbar-start > a.navbar-item.is-active, - .navbar.is-light .navbar-start .navbar-link:focus, - .navbar.is-light .navbar-start .navbar-link:hover, - .navbar.is-light .navbar-start .navbar-link.is-active, - .navbar.is-light .navbar-end > a.navbar-item:focus, - .navbar.is-light .navbar-end > a.navbar-item:hover, - .navbar.is-light .navbar-end > a.navbar-item.is-active, - .navbar.is-light .navbar-end .navbar-link:focus, - .navbar.is-light .navbar-end .navbar-link:hover, - .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #e8e8e8; - color: #363636; - } - .navbar.is-light .navbar-start .navbar-link::after, - .navbar.is-light .navbar-end .navbar-link::after { - border-color: #363636; - } - .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #e8e8e8; - color: #363636; - } - .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: #f5f5f5; - color: #363636; - } -} -.navbar.is-dark { - background-color: #363636; - color: #f5f5f5; -} -.navbar.is-dark .navbar-brand > .navbar-item, -.navbar.is-dark .navbar-brand .navbar-link { - color: #f5f5f5; -} -.navbar.is-dark .navbar-brand > a.navbar-item:focus, -.navbar.is-dark .navbar-brand > a.navbar-item:hover, -.navbar.is-dark .navbar-brand > a.navbar-item.is-active, -.navbar.is-dark .navbar-brand .navbar-link:focus, -.navbar.is-dark .navbar-brand .navbar-link:hover, -.navbar.is-dark .navbar-brand .navbar-link.is-active { - background-color: #292929; - color: #f5f5f5; -} -.navbar.is-dark .navbar-brand .navbar-link::after { - border-color: #f5f5f5; -} -.navbar.is-dark .navbar-burger { - color: #f5f5f5; -} -@media screen and (min-width: 1024px) { - .navbar.is-dark .navbar-start > .navbar-item, - .navbar.is-dark .navbar-start .navbar-link, - .navbar.is-dark .navbar-end > .navbar-item, - .navbar.is-dark .navbar-end .navbar-link { - color: #f5f5f5; - } - .navbar.is-dark .navbar-start > a.navbar-item:focus, - .navbar.is-dark .navbar-start > a.navbar-item:hover, - .navbar.is-dark .navbar-start > a.navbar-item.is-active, - .navbar.is-dark .navbar-start .navbar-link:focus, - .navbar.is-dark .navbar-start .navbar-link:hover, - .navbar.is-dark .navbar-start .navbar-link.is-active, - .navbar.is-dark .navbar-end > a.navbar-item:focus, - .navbar.is-dark .navbar-end > a.navbar-item:hover, - .navbar.is-dark .navbar-end > a.navbar-item.is-active, - .navbar.is-dark .navbar-end .navbar-link:focus, - .navbar.is-dark .navbar-end .navbar-link:hover, - .navbar.is-dark .navbar-end .navbar-link.is-active { - background-color: #292929; - color: #f5f5f5; - } - .navbar.is-dark .navbar-start .navbar-link::after, - .navbar.is-dark .navbar-end .navbar-link::after { - border-color: #f5f5f5; - } - .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #292929; - color: #f5f5f5; - } - .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { - background-color: #363636; - color: #f5f5f5; - } -} -.navbar.is-primary { - background-color: #00d1b2; - color: #fff; -} -.navbar.is-primary .navbar-brand > .navbar-item, -.navbar.is-primary .navbar-brand .navbar-link { - color: #fff; -} -.navbar.is-primary .navbar-brand > a.navbar-item:focus, -.navbar.is-primary .navbar-brand > a.navbar-item:hover, -.navbar.is-primary .navbar-brand > a.navbar-item.is-active, -.navbar.is-primary .navbar-brand .navbar-link:focus, -.navbar.is-primary .navbar-brand .navbar-link:hover, -.navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #00b89c; - color: #fff; -} -.navbar.is-primary .navbar-brand .navbar-link::after { - border-color: #fff; -} -.navbar.is-primary .navbar-burger { - color: #fff; -} -@media screen and (min-width: 1024px) { - .navbar.is-primary .navbar-start > .navbar-item, - .navbar.is-primary .navbar-start .navbar-link, - .navbar.is-primary .navbar-end > .navbar-item, - .navbar.is-primary .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-primary .navbar-start > a.navbar-item:focus, - .navbar.is-primary .navbar-start > a.navbar-item:hover, - .navbar.is-primary .navbar-start > a.navbar-item.is-active, - .navbar.is-primary .navbar-start .navbar-link:focus, - .navbar.is-primary .navbar-start .navbar-link:hover, - .navbar.is-primary .navbar-start .navbar-link.is-active, - .navbar.is-primary .navbar-end > a.navbar-item:focus, - .navbar.is-primary .navbar-end > a.navbar-item:hover, - .navbar.is-primary .navbar-end > a.navbar-item.is-active, - .navbar.is-primary .navbar-end .navbar-link:focus, - .navbar.is-primary .navbar-end .navbar-link:hover, - .navbar.is-primary .navbar-end .navbar-link.is-active { - background-color: #00b89c; - color: #fff; - } - .navbar.is-primary .navbar-start .navbar-link::after, - .navbar.is-primary .navbar-end .navbar-link::after { - border-color: #fff; - } - .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #00b89c; - color: #fff; - } - .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: #00d1b2; - color: #fff; - } -} -.navbar.is-link { - background-color: #3273dc; - color: #fff; -} -.navbar.is-link .navbar-brand > .navbar-item, -.navbar.is-link .navbar-brand .navbar-link { - color: #fff; -} -.navbar.is-link .navbar-brand > a.navbar-item:focus, -.navbar.is-link .navbar-brand > a.navbar-item:hover, -.navbar.is-link .navbar-brand > a.navbar-item.is-active, -.navbar.is-link .navbar-brand .navbar-link:focus, -.navbar.is-link .navbar-brand .navbar-link:hover, -.navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; - color: #fff; -} -.navbar.is-link .navbar-brand .navbar-link::after { - border-color: #fff; -} -.navbar.is-link .navbar-burger { - color: #fff; -} -@media screen and (min-width: 1024px) { - .navbar.is-link .navbar-start > .navbar-item, - .navbar.is-link .navbar-start .navbar-link, - .navbar.is-link .navbar-end > .navbar-item, - .navbar.is-link .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-link .navbar-start > a.navbar-item:focus, - .navbar.is-link .navbar-start > a.navbar-item:hover, - .navbar.is-link .navbar-start > a.navbar-item.is-active, - .navbar.is-link .navbar-start .navbar-link:focus, - .navbar.is-link .navbar-start .navbar-link:hover, - .navbar.is-link .navbar-start .navbar-link.is-active, - .navbar.is-link .navbar-end > a.navbar-item:focus, - .navbar.is-link .navbar-end > a.navbar-item:hover, - .navbar.is-link .navbar-end > a.navbar-item.is-active, - .navbar.is-link .navbar-end .navbar-link:focus, - .navbar.is-link .navbar-end .navbar-link:hover, - .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #2366d1; - color: #fff; - } - .navbar.is-link .navbar-start .navbar-link::after, - .navbar.is-link .navbar-end .navbar-link::after { - border-color: #fff; - } - .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #2366d1; - color: #fff; - } - .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #3273dc; - color: #fff; - } -} -.navbar.is-info { - background-color: #209cee; - color: #fff; -} -.navbar.is-info .navbar-brand > .navbar-item, -.navbar.is-info .navbar-brand .navbar-link { - color: #fff; -} -.navbar.is-info .navbar-brand > a.navbar-item:focus, -.navbar.is-info .navbar-brand > a.navbar-item:hover, -.navbar.is-info .navbar-brand > a.navbar-item.is-active, -.navbar.is-info .navbar-brand .navbar-link:focus, -.navbar.is-info .navbar-brand .navbar-link:hover, -.navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #118fe4; - color: #fff; -} -.navbar.is-info .navbar-brand .navbar-link::after { - border-color: #fff; -} -.navbar.is-info .navbar-burger { - color: #fff; -} -@media screen and (min-width: 1024px) { - .navbar.is-info .navbar-start > .navbar-item, - .navbar.is-info .navbar-start .navbar-link, - .navbar.is-info .navbar-end > .navbar-item, - .navbar.is-info .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-info .navbar-start > a.navbar-item:focus, - .navbar.is-info .navbar-start > a.navbar-item:hover, - .navbar.is-info .navbar-start > a.navbar-item.is-active, - .navbar.is-info .navbar-start .navbar-link:focus, - .navbar.is-info .navbar-start .navbar-link:hover, - .navbar.is-info .navbar-start .navbar-link.is-active, - .navbar.is-info .navbar-end > a.navbar-item:focus, - .navbar.is-info .navbar-end > a.navbar-item:hover, - .navbar.is-info .navbar-end > a.navbar-item.is-active, - .navbar.is-info .navbar-end .navbar-link:focus, - .navbar.is-info .navbar-end .navbar-link:hover, - .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #118fe4; - color: #fff; - } - .navbar.is-info .navbar-start .navbar-link::after, - .navbar.is-info .navbar-end .navbar-link::after { - border-color: #fff; - } - .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #118fe4; - color: #fff; - } - .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: #209cee; - color: #fff; - } -} -.navbar.is-success { - background-color: #23d160; - color: #fff; -} -.navbar.is-success .navbar-brand > .navbar-item, -.navbar.is-success .navbar-brand .navbar-link { - color: #fff; -} -.navbar.is-success .navbar-brand > a.navbar-item:focus, -.navbar.is-success .navbar-brand > a.navbar-item:hover, -.navbar.is-success .navbar-brand > a.navbar-item.is-active, -.navbar.is-success .navbar-brand .navbar-link:focus, -.navbar.is-success .navbar-brand .navbar-link:hover, -.navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #20bc56; - color: #fff; -} -.navbar.is-success .navbar-brand .navbar-link::after { - border-color: #fff; -} -.navbar.is-success .navbar-burger { - color: #fff; -} -@media screen and (min-width: 1024px) { - .navbar.is-success .navbar-start > .navbar-item, - .navbar.is-success .navbar-start .navbar-link, - .navbar.is-success .navbar-end > .navbar-item, - .navbar.is-success .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-success .navbar-start > a.navbar-item:focus, - .navbar.is-success .navbar-start > a.navbar-item:hover, - .navbar.is-success .navbar-start > a.navbar-item.is-active, - .navbar.is-success .navbar-start .navbar-link:focus, - .navbar.is-success .navbar-start .navbar-link:hover, - .navbar.is-success .navbar-start .navbar-link.is-active, - .navbar.is-success .navbar-end > a.navbar-item:focus, - .navbar.is-success .navbar-end > a.navbar-item:hover, - .navbar.is-success .navbar-end > a.navbar-item.is-active, - .navbar.is-success .navbar-end .navbar-link:focus, - .navbar.is-success .navbar-end .navbar-link:hover, - .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #20bc56; - color: #fff; - } - .navbar.is-success .navbar-start .navbar-link::after, - .navbar.is-success .navbar-end .navbar-link::after { - border-color: #fff; - } - .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #20bc56; - color: #fff; - } - .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: #23d160; - color: #fff; - } -} -.navbar.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.navbar.is-warning .navbar-brand > .navbar-item, -.navbar.is-warning .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); -} -.navbar.is-warning .navbar-brand > a.navbar-item:focus, -.navbar.is-warning .navbar-brand > a.navbar-item:hover, -.navbar.is-warning .navbar-brand > a.navbar-item.is-active, -.navbar.is-warning .navbar-brand .navbar-link:focus, -.navbar.is-warning .navbar-brand .navbar-link:hover, -.navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); -} -.navbar.is-warning .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); -} -.navbar.is-warning .navbar-burger { - color: rgba(0, 0, 0, 0.7); -} -@media screen and (min-width: 1024px) { - .navbar.is-warning .navbar-start > .navbar-item, - .navbar.is-warning .navbar-start .navbar-link, - .navbar.is-warning .navbar-end > .navbar-item, - .navbar.is-warning .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-warning .navbar-start > a.navbar-item:focus, - .navbar.is-warning .navbar-start > a.navbar-item:hover, - .navbar.is-warning .navbar-start > a.navbar-item.is-active, - .navbar.is-warning .navbar-start .navbar-link:focus, - .navbar.is-warning .navbar-start .navbar-link:hover, - .navbar.is-warning .navbar-start .navbar-link.is-active, - .navbar.is-warning .navbar-end > a.navbar-item:focus, - .navbar.is-warning .navbar-end > a.navbar-item:hover, - .navbar.is-warning .navbar-end > a.navbar-item.is-active, - .navbar.is-warning .navbar-end .navbar-link:focus, - .navbar.is-warning .navbar-end .navbar-link:hover, - .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-warning .navbar-start .navbar-link::after, - .navbar.is-warning .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); - } - .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); - } - .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); - } -} -.navbar.is-danger { - background-color: #ff3860; - color: #fff; -} -.navbar.is-danger .navbar-brand > .navbar-item, -.navbar.is-danger .navbar-brand .navbar-link { - color: #fff; -} -.navbar.is-danger .navbar-brand > a.navbar-item:focus, -.navbar.is-danger .navbar-brand > a.navbar-item:hover, -.navbar.is-danger .navbar-brand > a.navbar-item.is-active, -.navbar.is-danger .navbar-brand .navbar-link:focus, -.navbar.is-danger .navbar-brand .navbar-link:hover, -.navbar.is-danger .navbar-brand .navbar-link.is-active { - background-color: #ff1f4b; - color: #fff; -} -.navbar.is-danger .navbar-brand .navbar-link::after { - border-color: #fff; -} -.navbar.is-danger .navbar-burger { - color: #fff; -} -@media screen and (min-width: 1024px) { - .navbar.is-danger .navbar-start > .navbar-item, - .navbar.is-danger .navbar-start .navbar-link, - .navbar.is-danger .navbar-end > .navbar-item, - .navbar.is-danger .navbar-end .navbar-link { - color: #fff; - } - .navbar.is-danger .navbar-start > a.navbar-item:focus, - .navbar.is-danger .navbar-start > a.navbar-item:hover, - .navbar.is-danger .navbar-start > a.navbar-item.is-active, - .navbar.is-danger .navbar-start .navbar-link:focus, - .navbar.is-danger .navbar-start .navbar-link:hover, - .navbar.is-danger .navbar-start .navbar-link.is-active, - .navbar.is-danger .navbar-end > a.navbar-item:focus, - .navbar.is-danger .navbar-end > a.navbar-item:hover, - .navbar.is-danger .navbar-end > a.navbar-item.is-active, - .navbar.is-danger .navbar-end .navbar-link:focus, - .navbar.is-danger .navbar-end .navbar-link:hover, - .navbar.is-danger .navbar-end .navbar-link.is-active { - background-color: #ff1f4b; - color: #fff; - } - .navbar.is-danger .navbar-start .navbar-link::after, - .navbar.is-danger .navbar-end .navbar-link::after { - border-color: #fff; - } - .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ff1f4b; - color: #fff; - } - .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { - background-color: #ff3860; - color: #fff; - } -} -.navbar > .container { - align-items: stretch; - display: flex; - min-height: 3.25rem; - width: 100%; -} -.navbar.has-shadow { - box-shadow: 0 2px 0 0 #f5f5f5; -} -.navbar.is-fixed-bottom, -.navbar.is-fixed-top { - left: 0; - position: fixed; - right: 0; - z-index: 30; -} -.navbar.is-fixed-bottom { - bottom: 0; -} -.navbar.is-fixed-bottom.has-shadow { - box-shadow: 0 -2px 0 0 #f5f5f5; -} -.navbar.is-fixed-top { - top: 0; -} -html.has-navbar-fixed-top, -body.has-navbar-fixed-top { - padding-top: 3.25rem; -} -html.has-navbar-fixed-bottom, -body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; -} -.navbar-brand, -.navbar-tabs { - align-items: stretch; - display: flex; - flex-shrink: 0; - min-height: 3.25rem; -} -.navbar-brand a.navbar-item:focus, -.navbar-brand a.navbar-item:hover { - background-color: transparent; -} -.navbar-tabs { - -webkit-overflow-scrolling: touch; - max-width: 100vw; - overflow-x: auto; - overflow-y: hidden; -} -.navbar-burger { - color: #4a4a4a; - cursor: pointer; - display: block; - height: 3.25rem; - position: relative; - width: 3.25rem; - margin-left: auto; -} -.navbar-burger span { - background-color: currentColor; - display: block; - height: 1px; - left: calc(50% - 8px); - position: absolute; - -webkit-transform-origin: center; - transform-origin: center; - transition-duration: 86ms; - transition-property: background-color, opacity, -webkit-transform; - transition-property: background-color, opacity, transform; - transition-property: background-color, opacity, transform, -webkit-transform; - transition-timing-function: ease-out; - width: 16px; -} -.navbar-burger span:nth-child(1) { - top: calc(50% - 6px); -} -.navbar-burger span:nth-child(2) { - top: calc(50% - 1px); -} -.navbar-burger span:nth-child(3) { - top: calc(50% + 4px); -} -.navbar-burger:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.navbar-burger.is-active span:nth-child(1) { - -webkit-transform: translateY(5px) rotate(45deg); - transform: translateY(5px) rotate(45deg); -} -.navbar-burger.is-active span:nth-child(2) { - opacity: 0; -} -.navbar-burger.is-active span:nth-child(3) { - -webkit-transform: translateY(-5px) rotate(-45deg); - transform: translateY(-5px) rotate(-45deg); -} -.navbar-menu { - display: none; -} -.navbar-item, -.navbar-link { - color: #4a4a4a; - display: block; - line-height: 1.5; - padding: 0.5rem 0.75rem; - position: relative; -} -.navbar-item .icon:only-child, -.navbar-link .icon:only-child { - margin-left: -0.25rem; - margin-right: -0.25rem; -} -a.navbar-item, -.navbar-link { - cursor: pointer; -} -a.navbar-item:focus, -a.navbar-item:focus-within, -a.navbar-item:hover, -a.navbar-item.is-active, -.navbar-link:focus, -.navbar-link:focus-within, -.navbar-link:hover, -.navbar-link.is-active { - background-color: #fafafa; - color: #3273dc; -} -.navbar-item { - display: block; - flex-grow: 0; - flex-shrink: 0; -} -.navbar-item img { - max-height: 1.75rem; -} -.navbar-item.has-dropdown { - padding: 0; -} -.navbar-item.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.navbar-item.is-tab { - border-bottom: 1px solid transparent; - min-height: 3.25rem; - padding-bottom: calc(0.5rem - 1px); -} -.navbar-item.is-tab:focus, -.navbar-item.is-tab:hover { - background-color: rgba(0, 0, 0, 0); - border-bottom-color: #3273dc; -} -.navbar-item.is-tab.is-active { - background-color: rgba(0, 0, 0, 0); - border-bottom-color: #3273dc; - border-bottom-style: solid; - border-bottom-width: 3px; - color: #3273dc; - padding-bottom: calc(0.5rem - 3px); -} -.navbar-content { - flex-grow: 1; - flex-shrink: 1; -} -.navbar-link:not(.is-arrowless) { - padding-right: 2.5em; -} -.navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; - margin-top: -0.375em; - right: 1.125em; -} -.navbar-dropdown { - font-size: 0.875rem; - padding-bottom: 0.5rem; - padding-top: 0.5rem; -} -.navbar-dropdown .navbar-item { - padding-left: 1.5rem; - padding-right: 1.5rem; -} -.navbar-divider { - background-color: #f5f5f5; - border: none; - display: none; - height: 2px; - margin: 0.5rem 0; -} -@media screen and (max-width: 1023px) { - .navbar > .container { - display: block; - } - .navbar-brand .navbar-item, - .navbar-tabs .navbar-item { - align-items: center; - display: flex; - } - .navbar-link::after { - display: none; - } - .navbar-menu { - background-color: #fff; - box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); - padding: 0.5rem 0; - } - .navbar-menu.is-active { - display: block; - } - .navbar.is-fixed-bottom-touch, - .navbar.is-fixed-top-touch { - left: 0; - position: fixed; - right: 0; - z-index: 30; - } - .navbar.is-fixed-bottom-touch { - bottom: 0; - } - .navbar.is-fixed-bottom-touch.has-shadow { - box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); - } - .navbar.is-fixed-top-touch { - top: 0; - } - .navbar.is-fixed-top .navbar-menu, - .navbar.is-fixed-top-touch .navbar-menu { - -webkit-overflow-scrolling: touch; - max-height: calc(100vh - 3.25rem); - overflow: auto; - } - html.has-navbar-fixed-top-touch, - body.has-navbar-fixed-top-touch { - padding-top: 3.25rem; - } - html.has-navbar-fixed-bottom-touch, - body.has-navbar-fixed-bottom-touch { - padding-bottom: 3.25rem; - } -} -@media screen and (min-width: 1024px) { - .navbar, - .navbar-menu, - .navbar-start, - .navbar-end { - align-items: stretch; - display: flex; - } - .navbar { - min-height: 3.25rem; - } - .navbar.is-spaced { - padding: 1rem 2rem; - } - .navbar.is-spaced .navbar-start, - .navbar.is-spaced .navbar-end { - align-items: center; - } - .navbar.is-spaced a.navbar-item, - .navbar.is-spaced .navbar-link { - border-radius: 4px; - } - .navbar.is-transparent a.navbar-item:focus, - .navbar.is-transparent a.navbar-item:hover, - .navbar.is-transparent a.navbar-item.is-active, - .navbar.is-transparent .navbar-link:focus, - .navbar.is-transparent .navbar-link:hover, - .navbar.is-transparent .navbar-link.is-active { - background-color: transparent !important; - } - .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, - .navbar.is-transparent - .navbar-item.has-dropdown.is-hoverable:focus - .navbar-link, - .navbar.is-transparent - .navbar-item.has-dropdown.is-hoverable:focus-within - .navbar-link, - .navbar.is-transparent - .navbar-item.has-dropdown.is-hoverable:hover - .navbar-link { - background-color: transparent !important; - } - .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, - .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { - background-color: #f5f5f5; - color: #0a0a0a; - } - .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: #f5f5f5; - color: #3273dc; - } - .navbar-burger { - display: none; - } - .navbar-item, - .navbar-link { - align-items: center; - display: flex; - } - .navbar-item { - display: flex; - } - .navbar-item.has-dropdown { - align-items: stretch; - } - .navbar-item.has-dropdown-up .navbar-link::after { - -webkit-transform: rotate(135deg) translate(0.25em, -0.25em); - transform: rotate(135deg) translate(0.25em, -0.25em); - } - .navbar-item.has-dropdown-up .navbar-dropdown { - border-bottom: 2px solid #dbdbdb; - border-radius: 6px 6px 0 0; - border-top: none; - bottom: 100%; - box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); - top: auto; - } - .navbar-item.is-active .navbar-dropdown, - .navbar-item.is-hoverable:focus .navbar-dropdown, - .navbar-item.is-hoverable:focus-within .navbar-dropdown, - .navbar-item.is-hoverable:hover .navbar-dropdown { - display: block; - } - .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, - .navbar-item.is-active .navbar-dropdown.is-boxed, - .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, - .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, - .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, - .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, - .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, - .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { - opacity: 1; - pointer-events: auto; - -webkit-transform: translateY(0); - transform: translateY(0); - } - .navbar-menu { - flex-grow: 1; - flex-shrink: 0; - } - .navbar-start { - justify-content: flex-start; - margin-right: auto; - } - .navbar-end { - justify-content: flex-end; - margin-left: auto; - } - .navbar-dropdown { - background-color: #fff; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 2px solid #dbdbdb; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); - display: none; - font-size: 0.875rem; - left: 0; - min-width: 100%; - position: absolute; - top: 100%; - z-index: 20; - } - .navbar-dropdown .navbar-item { - padding: 0.375rem 1rem; - white-space: nowrap; - } - .navbar-dropdown a.navbar-item { - padding-right: 3rem; - } - .navbar-dropdown a.navbar-item:focus, - .navbar-dropdown a.navbar-item:hover { - background-color: #f5f5f5; - color: #0a0a0a; - } - .navbar-dropdown a.navbar-item.is-active { - background-color: #f5f5f5; - color: #3273dc; - } - .navbar.is-spaced .navbar-dropdown, - .navbar-dropdown.is-boxed { - border-radius: 6px; - border-top: none; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), - 0 0 0 1px rgba(10, 10, 10, 0.1); - display: block; - opacity: 0; - pointer-events: none; - top: calc(100% + (-4px)); - -webkit-transform: translateY(-5px); - transform: translateY(-5px); - transition-duration: 86ms; - transition-property: opacity, -webkit-transform; - transition-property: opacity, transform; - transition-property: opacity, transform, -webkit-transform; - } - .navbar-dropdown.is-right { - left: auto; - right: 0; - } - .navbar-divider { - display: block; - } - .navbar > .container .navbar-brand, - .container > .navbar .navbar-brand { - margin-left: -0.75rem; - } - .navbar > .container .navbar-menu, - .container > .navbar .navbar-menu { - margin-right: -0.75rem; - } - .navbar.is-fixed-bottom-desktop, - .navbar.is-fixed-top-desktop { - left: 0; - position: fixed; - right: 0; - z-index: 30; - } - .navbar.is-fixed-bottom-desktop { - bottom: 0; - } - .navbar.is-fixed-bottom-desktop.has-shadow { - box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); - } - .navbar.is-fixed-top-desktop { - top: 0; - } - html.has-navbar-fixed-top-desktop, - body.has-navbar-fixed-top-desktop { - padding-top: 3.25rem; - } - html.has-navbar-fixed-bottom-desktop, - body.has-navbar-fixed-bottom-desktop { - padding-bottom: 3.25rem; - } - html.has-spaced-navbar-fixed-top, - body.has-spaced-navbar-fixed-top { - padding-top: 5.25rem; - } - html.has-spaced-navbar-fixed-bottom, - body.has-spaced-navbar-fixed-bottom { - padding-bottom: 5.25rem; - } - a.navbar-item.is-active, - .navbar-link.is-active { - color: #0a0a0a; - } - a.navbar-item.is-active:not(:focus):not(:hover), - .navbar-link.is-active:not(:focus):not(:hover) { - background-color: rgba(0, 0, 0, 0); - } - .navbar-item.has-dropdown:focus .navbar-link, - .navbar-item.has-dropdown:hover .navbar-link, - .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #fafafa; - } -} -.hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); -} -.pagination { - font-size: 1rem; - margin: -0.25rem; -} -.pagination.is-small { - font-size: 0.75rem; -} -.pagination.is-medium { - font-size: 1.25rem; -} -.pagination.is-large { - font-size: 1.5rem; -} -.pagination.is-rounded .pagination-previous, -.pagination.is-rounded .pagination-next { - padding-left: 1em; - padding-right: 1em; - border-radius: 290486px; -} -.pagination.is-rounded .pagination-link { - border-radius: 290486px; -} -.pagination, -.pagination-list { - align-items: center; - display: flex; - justify-content: center; - text-align: center; -} -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { - font-size: 1em; - justify-content: center; - margin: 0.25rem; - padding-left: 0.5em; - padding-right: 0.5em; - text-align: center; -} -.pagination-previous, -.pagination-next, -.pagination-link { - border-color: #dbdbdb; - color: #363636; - min-width: 2.25em; -} -.pagination-previous:hover, -.pagination-next:hover, -.pagination-link:hover { - border-color: #b5b5b5; - color: #363636; -} -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus { - border-color: #3273dc; -} -.pagination-previous:active, -.pagination-next:active, -.pagination-link:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); -} -.pagination-previous[disabled], -.pagination-next[disabled], -.pagination-link[disabled] { - background-color: #dbdbdb; - border-color: #dbdbdb; - box-shadow: none; - color: #7a7a7a; - opacity: 0.5; -} -.pagination-previous, -.pagination-next { - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; -} -.pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; -} -.pagination-ellipsis { - color: #b5b5b5; - pointer-events: none; -} -.pagination-list { - flex-wrap: wrap; -} -@media screen and (max-width: 768px) { - .pagination { - flex-wrap: wrap; - } - .pagination-previous, - .pagination-next { - flex-grow: 1; - flex-shrink: 1; - } - .pagination-list li { - flex-grow: 1; - flex-shrink: 1; - } -} -@media screen and (min-width: 769px), print { - .pagination-list { - flex-grow: 1; - flex-shrink: 1; - justify-content: flex-start; - order: 1; - } - .pagination-previous { - order: 2; - } - .pagination-next { - order: 3; - } - .pagination { - justify-content: space-between; - } - .pagination.is-centered .pagination-previous { - order: 1; - } - .pagination.is-centered .pagination-list { - justify-content: center; - order: 2; - } - .pagination.is-centered .pagination-next { - order: 3; - } - .pagination.is-right .pagination-previous { - order: 1; - } - .pagination.is-right .pagination-next { - order: 2; - } - .pagination.is-right .pagination-list { - justify-content: flex-end; - order: 3; - } -} -.panel { - font-size: 1rem; -} -.panel:not(:last-child) { - margin-bottom: 1.5rem; -} -.panel-heading, -.panel-tabs, -.panel-block { - border-bottom: 1px solid #dbdbdb; - border-left: 1px solid #dbdbdb; - border-right: 1px solid #dbdbdb; -} -.panel-heading:first-child, -.panel-tabs:first-child, -.panel-block:first-child { - border-top: 1px solid #dbdbdb; -} -.panel-heading { - background-color: #f5f5f5; - border-radius: 4px 4px 0 0; - color: #363636; - font-size: 1.25em; - font-weight: 300; - line-height: 1.25; - padding: 0.5em 0.75em; -} -.panel-tabs { - align-items: flex-end; - display: flex; - font-size: 0.875em; - justify-content: center; -} -.panel-tabs a { - border-bottom: 1px solid #dbdbdb; - margin-bottom: -1px; - padding: 0.5em; -} -.panel-tabs a.is-active { - border-bottom-color: #4a4a4a; - color: #363636; -} -.panel-list a { - color: #4a4a4a; -} -.panel-list a:hover { - color: #3273dc; -} -.panel-block { - align-items: center; - color: #363636; - display: flex; - justify-content: flex-start; - padding: 0.5em 0.75em; -} -.panel-block input[type='checkbox'] { - margin-right: 0.75em; -} -.panel-block > .control { - flex-grow: 1; - flex-shrink: 1; - width: 100%; -} -.panel-block.is-wrapped { - flex-wrap: wrap; -} -.panel-block.is-active { - border-left-color: #3273dc; - color: #363636; -} -.panel-block.is-active .panel-icon { - color: #3273dc; -} -a.panel-block, -label.panel-block { - cursor: pointer; -} -a.panel-block:hover, -label.panel-block:hover { - background-color: #f5f5f5; -} -.panel-icon { - display: inline-block; - font-size: 14px; - height: 1em; - line-height: 1em; - text-align: center; - vertical-align: top; - width: 1em; - color: #7a7a7a; - margin-right: 0.75em; -} -.panel-icon .fa { - font-size: inherit; - line-height: inherit; -} -.tabs { - -webkit-overflow-scrolling: touch; - align-items: stretch; - display: flex; - font-size: 1rem; - justify-content: space-between; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} -.tabs a { - align-items: center; - border-bottom-color: #dbdbdb; - border-bottom-style: solid; - border-bottom-width: 1px; - color: #4a4a4a; - display: flex; - justify-content: center; - margin-bottom: -1px; - padding: 0.5em 1em; - vertical-align: top; -} -.tabs a:hover { - border-bottom-color: #363636; - color: #363636; -} -.tabs li { - display: block; -} -.tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; -} -.tabs ul { - align-items: center; - border-bottom-color: #dbdbdb; - border-bottom-style: solid; - border-bottom-width: 1px; - display: flex; - flex-grow: 1; - flex-shrink: 0; - justify-content: flex-start; -} -.tabs ul.is-left { - padding-right: 0.75em; -} -.tabs ul.is-center { - flex: none; - justify-content: center; - padding-left: 0.75em; - padding-right: 0.75em; -} -.tabs ul.is-right { - justify-content: flex-end; - padding-left: 0.75em; -} -.tabs .icon:first-child { - margin-right: 0.5em; -} -.tabs .icon:last-child { - margin-left: 0.5em; -} -.tabs.is-centered ul { - justify-content: center; -} -.tabs.is-right ul { - justify-content: flex-end; -} -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} -.tabs.is-boxed a:hover { - background-color: #f5f5f5; - border-bottom-color: #dbdbdb; -} -.tabs.is-boxed li.is-active a { - background-color: #fff; - border-color: #dbdbdb; - border-bottom-color: rgba(0, 0, 0, 0) !important; -} -.tabs.is-fullwidth li { - flex-grow: 1; - flex-shrink: 0; -} -.tabs.is-toggle a { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px; - margin-bottom: 0; - position: relative; -} -.tabs.is-toggle a:hover { - background-color: #f5f5f5; - border-color: #b5b5b5; - z-index: 2; -} -.tabs.is-toggle li + li { - margin-left: -1px; -} -.tabs.is-toggle li:first-child a { - border-radius: 4px 0 0 4px; -} -.tabs.is-toggle li:last-child a { - border-radius: 0 4px 4px 0; -} -.tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; - color: #fff; - z-index: 1; -} -.tabs.is-toggle ul { - border-bottom: none; -} -.tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 290486px; - border-top-left-radius: 290486px; - padding-left: 1.25em; -} -.tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 290486px; - border-top-right-radius: 290486px; - padding-right: 1.25em; -} -.tabs.is-small { - font-size: 0.75rem; -} -.tabs.is-medium { - font-size: 1.25rem; -} -.tabs.is-large { - font-size: 1.5rem; -} -.column { - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - padding: 0.75rem; -} -.columns.is-mobile > .column.is-narrow { - flex: none; -} -.columns.is-mobile > .column.is-full { - flex: none; - width: 100%; -} -.columns.is-mobile > .column.is-three-quarters { - flex: none; - width: 75%; -} -.columns.is-mobile > .column.is-two-thirds { - flex: none; - width: 66.6666%; -} -.columns.is-mobile > .column.is-half { - flex: none; - width: 50%; -} -.columns.is-mobile > .column.is-one-third { - flex: none; - width: 33.3333%; -} -.columns.is-mobile > .column.is-one-quarter { - flex: none; - width: 25%; -} -.columns.is-mobile > .column.is-one-fifth { - flex: none; - width: 20%; -} -.columns.is-mobile > .column.is-two-fifths { - flex: none; - width: 40%; -} -.columns.is-mobile > .column.is-three-fifths { - flex: none; - width: 60%; -} -.columns.is-mobile > .column.is-four-fifths { - flex: none; - width: 80%; -} -.columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; -} -.columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; -} -.columns.is-mobile > .column.is-offset-half { - margin-left: 50%; -} -.columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; -} -.columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; -} -.columns.is-mobile > .column.is-offset-one-fifth { - margin-left: 20%; -} -.columns.is-mobile > .column.is-offset-two-fifths { - margin-left: 40%; -} -.columns.is-mobile > .column.is-offset-three-fifths { - margin-left: 60%; -} -.columns.is-mobile > .column.is-offset-four-fifths { - margin-left: 80%; -} -.columns.is-mobile > .column.is-0 { - flex: none; - width: 0%; -} -.columns.is-mobile > .column.is-offset-0 { - margin-left: 0%; -} -.columns.is-mobile > .column.is-1 { - flex: none; - width: 8.33333%; -} -.columns.is-mobile > .column.is-offset-1 { - margin-left: 8.33333%; -} -.columns.is-mobile > .column.is-2 { - flex: none; - width: 16.66667%; -} -.columns.is-mobile > .column.is-offset-2 { - margin-left: 16.66667%; -} -.columns.is-mobile > .column.is-3 { - flex: none; - width: 25%; -} -.columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; -} -.columns.is-mobile > .column.is-4 { - flex: none; - width: 33.33333%; -} -.columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333%; -} -.columns.is-mobile > .column.is-5 { - flex: none; - width: 41.66667%; -} -.columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66667%; -} -.columns.is-mobile > .column.is-6 { - flex: none; - width: 50%; -} -.columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; -} -.columns.is-mobile > .column.is-7 { - flex: none; - width: 58.33333%; -} -.columns.is-mobile > .column.is-offset-7 { - margin-left: 58.33333%; -} -.columns.is-mobile > .column.is-8 { - flex: none; - width: 66.66667%; -} -.columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66667%; -} -.columns.is-mobile > .column.is-9 { - flex: none; - width: 75%; -} -.columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; -} -.columns.is-mobile > .column.is-10 { - flex: none; - width: 83.33333%; -} -.columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333%; -} -.columns.is-mobile > .column.is-11 { - flex: none; - width: 91.66667%; -} -.columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66667%; -} -.columns.is-mobile > .column.is-12 { - flex: none; - width: 100%; -} -.columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; -} -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - flex: none; - } - .column.is-full-mobile { - flex: none; - width: 100%; - } - .column.is-three-quarters-mobile { - flex: none; - width: 75%; - } - .column.is-two-thirds-mobile { - flex: none; - width: 66.6666%; - } - .column.is-half-mobile { - flex: none; - width: 50%; - } - .column.is-one-third-mobile { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-mobile { - flex: none; - width: 25%; - } - .column.is-one-fifth-mobile { - flex: none; - width: 20%; - } - .column.is-two-fifths-mobile { - flex: none; - width: 40%; - } - .column.is-three-fifths-mobile { - flex: none; - width: 60%; - } - .column.is-four-fifths-mobile { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-mobile { - margin-left: 75%; - } - .column.is-offset-two-thirds-mobile { - margin-left: 66.6666%; - } - .column.is-offset-half-mobile { - margin-left: 50%; - } - .column.is-offset-one-third-mobile { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-mobile { - margin-left: 25%; - } - .column.is-offset-one-fifth-mobile { - margin-left: 20%; - } - .column.is-offset-two-fifths-mobile { - margin-left: 40%; - } - .column.is-offset-three-fifths-mobile { - margin-left: 60%; - } - .column.is-offset-four-fifths-mobile { - margin-left: 80%; - } - .column.is-0-mobile { - flex: none; - width: 0%; - } - .column.is-offset-0-mobile { - margin-left: 0%; - } - .column.is-1-mobile { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-mobile { - margin-left: 8.33333%; - } - .column.is-2-mobile { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-mobile { - margin-left: 16.66667%; - } - .column.is-3-mobile { - flex: none; - width: 25%; - } - .column.is-offset-3-mobile { - margin-left: 25%; - } - .column.is-4-mobile { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-mobile { - margin-left: 33.33333%; - } - .column.is-5-mobile { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-mobile { - margin-left: 41.66667%; - } - .column.is-6-mobile { - flex: none; - width: 50%; - } - .column.is-offset-6-mobile { - margin-left: 50%; - } - .column.is-7-mobile { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-mobile { - margin-left: 58.33333%; - } - .column.is-8-mobile { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-mobile { - margin-left: 66.66667%; - } - .column.is-9-mobile { - flex: none; - width: 75%; - } - .column.is-offset-9-mobile { - margin-left: 75%; - } - .column.is-10-mobile { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-mobile { - margin-left: 83.33333%; - } - .column.is-11-mobile { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-mobile { - margin-left: 91.66667%; - } - .column.is-12-mobile { - flex: none; - width: 100%; - } - .column.is-offset-12-mobile { - margin-left: 100%; - } -} -@media screen and (min-width: 769px), print { - .column.is-narrow, - .column.is-narrow-tablet { - flex: none; - } - .column.is-full, - .column.is-full-tablet { - flex: none; - width: 100%; - } - .column.is-three-quarters, - .column.is-three-quarters-tablet { - flex: none; - width: 75%; - } - .column.is-two-thirds, - .column.is-two-thirds-tablet { - flex: none; - width: 66.6666%; - } - .column.is-half, - .column.is-half-tablet { - flex: none; - width: 50%; - } - .column.is-one-third, - .column.is-one-third-tablet { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter, - .column.is-one-quarter-tablet { - flex: none; - width: 25%; - } - .column.is-one-fifth, - .column.is-one-fifth-tablet { - flex: none; - width: 20%; - } - .column.is-two-fifths, - .column.is-two-fifths-tablet { - flex: none; - width: 40%; - } - .column.is-three-fifths, - .column.is-three-fifths-tablet { - flex: none; - width: 60%; - } - .column.is-four-fifths, - .column.is-four-fifths-tablet { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters, - .column.is-offset-three-quarters-tablet { - margin-left: 75%; - } - .column.is-offset-two-thirds, - .column.is-offset-two-thirds-tablet { - margin-left: 66.6666%; - } - .column.is-offset-half, - .column.is-offset-half-tablet { - margin-left: 50%; - } - .column.is-offset-one-third, - .column.is-offset-one-third-tablet { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter, - .column.is-offset-one-quarter-tablet { - margin-left: 25%; - } - .column.is-offset-one-fifth, - .column.is-offset-one-fifth-tablet { - margin-left: 20%; - } - .column.is-offset-two-fifths, - .column.is-offset-two-fifths-tablet { - margin-left: 40%; - } - .column.is-offset-three-fifths, - .column.is-offset-three-fifths-tablet { - margin-left: 60%; - } - .column.is-offset-four-fifths, - .column.is-offset-four-fifths-tablet { - margin-left: 80%; - } - .column.is-0, - .column.is-0-tablet { - flex: none; - width: 0%; - } - .column.is-offset-0, - .column.is-offset-0-tablet { - margin-left: 0%; - } - .column.is-1, - .column.is-1-tablet { - flex: none; - width: 8.33333%; - } - .column.is-offset-1, - .column.is-offset-1-tablet { - margin-left: 8.33333%; - } - .column.is-2, - .column.is-2-tablet { - flex: none; - width: 16.66667%; - } - .column.is-offset-2, - .column.is-offset-2-tablet { - margin-left: 16.66667%; - } - .column.is-3, - .column.is-3-tablet { - flex: none; - width: 25%; - } - .column.is-offset-3, - .column.is-offset-3-tablet { - margin-left: 25%; - } - .column.is-4, - .column.is-4-tablet { - flex: none; - width: 33.33333%; - } - .column.is-offset-4, - .column.is-offset-4-tablet { - margin-left: 33.33333%; - } - .column.is-5, - .column.is-5-tablet { - flex: none; - width: 41.66667%; - } - .column.is-offset-5, - .column.is-offset-5-tablet { - margin-left: 41.66667%; - } - .column.is-6, - .column.is-6-tablet { - flex: none; - width: 50%; - } - .column.is-offset-6, - .column.is-offset-6-tablet { - margin-left: 50%; - } - .column.is-7, - .column.is-7-tablet { - flex: none; - width: 58.33333%; - } - .column.is-offset-7, - .column.is-offset-7-tablet { - margin-left: 58.33333%; - } - .column.is-8, - .column.is-8-tablet { - flex: none; - width: 66.66667%; - } - .column.is-offset-8, - .column.is-offset-8-tablet { - margin-left: 66.66667%; - } - .column.is-9, - .column.is-9-tablet { - flex: none; - width: 75%; - } - .column.is-offset-9, - .column.is-offset-9-tablet { - margin-left: 75%; - } - .column.is-10, - .column.is-10-tablet { - flex: none; - width: 83.33333%; - } - .column.is-offset-10, - .column.is-offset-10-tablet { - margin-left: 83.33333%; - } - .column.is-11, - .column.is-11-tablet { - flex: none; - width: 91.66667%; - } - .column.is-offset-11, - .column.is-offset-11-tablet { - margin-left: 91.66667%; - } - .column.is-12, - .column.is-12-tablet { - flex: none; - width: 100%; - } - .column.is-offset-12, - .column.is-offset-12-tablet { - margin-left: 100%; - } -} -@media screen and (max-width: 1023px) { - .column.is-narrow-touch { - flex: none; - } - .column.is-full-touch { - flex: none; - width: 100%; - } - .column.is-three-quarters-touch { - flex: none; - width: 75%; - } - .column.is-two-thirds-touch { - flex: none; - width: 66.6666%; - } - .column.is-half-touch { - flex: none; - width: 50%; - } - .column.is-one-third-touch { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-touch { - flex: none; - width: 25%; - } - .column.is-one-fifth-touch { - flex: none; - width: 20%; - } - .column.is-two-fifths-touch { - flex: none; - width: 40%; - } - .column.is-three-fifths-touch { - flex: none; - width: 60%; - } - .column.is-four-fifths-touch { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-touch { - margin-left: 75%; - } - .column.is-offset-two-thirds-touch { - margin-left: 66.6666%; - } - .column.is-offset-half-touch { - margin-left: 50%; - } - .column.is-offset-one-third-touch { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-touch { - margin-left: 25%; - } - .column.is-offset-one-fifth-touch { - margin-left: 20%; - } - .column.is-offset-two-fifths-touch { - margin-left: 40%; - } - .column.is-offset-three-fifths-touch { - margin-left: 60%; - } - .column.is-offset-four-fifths-touch { - margin-left: 80%; - } - .column.is-0-touch { - flex: none; - width: 0%; - } - .column.is-offset-0-touch { - margin-left: 0%; - } - .column.is-1-touch { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-touch { - margin-left: 8.33333%; - } - .column.is-2-touch { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-touch { - margin-left: 16.66667%; - } - .column.is-3-touch { - flex: none; - width: 25%; - } - .column.is-offset-3-touch { - margin-left: 25%; - } - .column.is-4-touch { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-touch { - margin-left: 33.33333%; - } - .column.is-5-touch { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-touch { - margin-left: 41.66667%; - } - .column.is-6-touch { - flex: none; - width: 50%; - } - .column.is-offset-6-touch { - margin-left: 50%; - } - .column.is-7-touch { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-touch { - margin-left: 58.33333%; - } - .column.is-8-touch { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-touch { - margin-left: 66.66667%; - } - .column.is-9-touch { - flex: none; - width: 75%; - } - .column.is-offset-9-touch { - margin-left: 75%; - } - .column.is-10-touch { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-touch { - margin-left: 83.33333%; - } - .column.is-11-touch { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-touch { - margin-left: 91.66667%; - } - .column.is-12-touch { - flex: none; - width: 100%; - } - .column.is-offset-12-touch { - margin-left: 100%; - } -} -@media screen and (min-width: 1024px) { - .column.is-narrow-desktop { - flex: none; - } - .column.is-full-desktop { - flex: none; - width: 100%; - } - .column.is-three-quarters-desktop { - flex: none; - width: 75%; - } - .column.is-two-thirds-desktop { - flex: none; - width: 66.6666%; - } - .column.is-half-desktop { - flex: none; - width: 50%; - } - .column.is-one-third-desktop { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-desktop { - flex: none; - width: 25%; - } - .column.is-one-fifth-desktop { - flex: none; - width: 20%; - } - .column.is-two-fifths-desktop { - flex: none; - width: 40%; - } - .column.is-three-fifths-desktop { - flex: none; - width: 60%; - } - .column.is-four-fifths-desktop { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-desktop { - margin-left: 75%; - } - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; - } - .column.is-offset-half-desktop { - margin-left: 50%; - } - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-desktop { - margin-left: 25%; - } - .column.is-offset-one-fifth-desktop { - margin-left: 20%; - } - .column.is-offset-two-fifths-desktop { - margin-left: 40%; - } - .column.is-offset-three-fifths-desktop { - margin-left: 60%; - } - .column.is-offset-four-fifths-desktop { - margin-left: 80%; - } - .column.is-0-desktop { - flex: none; - width: 0%; - } - .column.is-offset-0-desktop { - margin-left: 0%; - } - .column.is-1-desktop { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-desktop { - margin-left: 8.33333%; - } - .column.is-2-desktop { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-desktop { - margin-left: 16.66667%; - } - .column.is-3-desktop { - flex: none; - width: 25%; - } - .column.is-offset-3-desktop { - margin-left: 25%; - } - .column.is-4-desktop { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-desktop { - margin-left: 33.33333%; - } - .column.is-5-desktop { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-desktop { - margin-left: 41.66667%; - } - .column.is-6-desktop { - flex: none; - width: 50%; - } - .column.is-offset-6-desktop { - margin-left: 50%; - } - .column.is-7-desktop { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-desktop { - margin-left: 58.33333%; - } - .column.is-8-desktop { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-desktop { - margin-left: 66.66667%; - } - .column.is-9-desktop { - flex: none; - width: 75%; - } - .column.is-offset-9-desktop { - margin-left: 75%; - } - .column.is-10-desktop { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-desktop { - margin-left: 83.33333%; - } - .column.is-11-desktop { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-desktop { - margin-left: 91.66667%; - } - .column.is-12-desktop { - flex: none; - width: 100%; - } - .column.is-offset-12-desktop { - margin-left: 100%; - } -} -@media screen and (min-width: 1216px) { - .column.is-narrow-widescreen { - flex: none; - } - .column.is-full-widescreen { - flex: none; - width: 100%; - } - .column.is-three-quarters-widescreen { - flex: none; - width: 75%; - } - .column.is-two-thirds-widescreen { - flex: none; - width: 66.6666%; - } - .column.is-half-widescreen { - flex: none; - width: 50%; - } - .column.is-one-third-widescreen { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-widescreen { - flex: none; - width: 25%; - } - .column.is-one-fifth-widescreen { - flex: none; - width: 20%; - } - .column.is-two-fifths-widescreen { - flex: none; - width: 40%; - } - .column.is-three-fifths-widescreen { - flex: none; - width: 60%; - } - .column.is-four-fifths-widescreen { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-widescreen { - margin-left: 75%; - } - .column.is-offset-two-thirds-widescreen { - margin-left: 66.6666%; - } - .column.is-offset-half-widescreen { - margin-left: 50%; - } - .column.is-offset-one-third-widescreen { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-widescreen { - margin-left: 25%; - } - .column.is-offset-one-fifth-widescreen { - margin-left: 20%; - } - .column.is-offset-two-fifths-widescreen { - margin-left: 40%; - } - .column.is-offset-three-fifths-widescreen { - margin-left: 60%; - } - .column.is-offset-four-fifths-widescreen { - margin-left: 80%; - } - .column.is-0-widescreen { - flex: none; - width: 0%; - } - .column.is-offset-0-widescreen { - margin-left: 0%; - } - .column.is-1-widescreen { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-widescreen { - margin-left: 8.33333%; - } - .column.is-2-widescreen { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-widescreen { - margin-left: 16.66667%; - } - .column.is-3-widescreen { - flex: none; - width: 25%; - } - .column.is-offset-3-widescreen { - margin-left: 25%; - } - .column.is-4-widescreen { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-widescreen { - margin-left: 33.33333%; - } - .column.is-5-widescreen { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-widescreen { - margin-left: 41.66667%; - } - .column.is-6-widescreen { - flex: none; - width: 50%; - } - .column.is-offset-6-widescreen { - margin-left: 50%; - } - .column.is-7-widescreen { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-widescreen { - margin-left: 58.33333%; - } - .column.is-8-widescreen { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-widescreen { - margin-left: 66.66667%; - } - .column.is-9-widescreen { - flex: none; - width: 75%; - } - .column.is-offset-9-widescreen { - margin-left: 75%; - } - .column.is-10-widescreen { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-widescreen { - margin-left: 83.33333%; - } - .column.is-11-widescreen { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-widescreen { - margin-left: 91.66667%; - } - .column.is-12-widescreen { - flex: none; - width: 100%; - } - .column.is-offset-12-widescreen { - margin-left: 100%; - } -} -@media screen and (min-width: 1408px) { - .column.is-narrow-fullhd { - flex: none; - } - .column.is-full-fullhd { - flex: none; - width: 100%; - } - .column.is-three-quarters-fullhd { - flex: none; - width: 75%; - } - .column.is-two-thirds-fullhd { - flex: none; - width: 66.6666%; - } - .column.is-half-fullhd { - flex: none; - width: 50%; - } - .column.is-one-third-fullhd { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-fullhd { - flex: none; - width: 25%; - } - .column.is-one-fifth-fullhd { - flex: none; - width: 20%; - } - .column.is-two-fifths-fullhd { - flex: none; - width: 40%; - } - .column.is-three-fifths-fullhd { - flex: none; - width: 60%; - } - .column.is-four-fifths-fullhd { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-fullhd { - margin-left: 75%; - } - .column.is-offset-two-thirds-fullhd { - margin-left: 66.6666%; - } - .column.is-offset-half-fullhd { - margin-left: 50%; - } - .column.is-offset-one-third-fullhd { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-fullhd { - margin-left: 25%; - } - .column.is-offset-one-fifth-fullhd { - margin-left: 20%; - } - .column.is-offset-two-fifths-fullhd { - margin-left: 40%; - } - .column.is-offset-three-fifths-fullhd { - margin-left: 60%; - } - .column.is-offset-four-fifths-fullhd { - margin-left: 80%; - } - .column.is-0-fullhd { - flex: none; - width: 0%; - } - .column.is-offset-0-fullhd { - margin-left: 0%; - } - .column.is-1-fullhd { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-fullhd { - margin-left: 8.33333%; - } - .column.is-2-fullhd { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-fullhd { - margin-left: 16.66667%; - } - .column.is-3-fullhd { - flex: none; - width: 25%; - } - .column.is-offset-3-fullhd { - margin-left: 25%; - } - .column.is-4-fullhd { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-fullhd { - margin-left: 33.33333%; - } - .column.is-5-fullhd { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-fullhd { - margin-left: 41.66667%; - } - .column.is-6-fullhd { - flex: none; - width: 50%; - } - .column.is-offset-6-fullhd { - margin-left: 50%; - } - .column.is-7-fullhd { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-fullhd { - margin-left: 58.33333%; - } - .column.is-8-fullhd { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-fullhd { - margin-left: 66.66667%; - } - .column.is-9-fullhd { - flex: none; - width: 75%; - } - .column.is-offset-9-fullhd { - margin-left: 75%; - } - .column.is-10-fullhd { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-fullhd { - margin-left: 83.33333%; - } - .column.is-11-fullhd { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-fullhd { - margin-left: 91.66667%; - } - .column.is-12-fullhd { - flex: none; - width: 100%; - } - .column.is-offset-12-fullhd { - margin-left: 100%; - } -} -.columns { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; -} -.columns:last-child { - margin-bottom: -0.75rem; -} -.columns:not(:last-child) { - margin-bottom: calc(1.5rem - 0.75rem); -} -.columns.is-centered { - justify-content: center; -} -.columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; -} -.columns.is-gapless > .column { - margin: 0; - padding: 0 !important; -} -.columns.is-gapless:not(:last-child) { - margin-bottom: 1.5rem; -} -.columns.is-gapless:last-child { - margin-bottom: 0; -} -.columns.is-mobile { - display: flex; -} -.columns.is-multiline { - flex-wrap: wrap; -} -.columns.is-vcentered { - align-items: center; -} -@media screen and (min-width: 769px), print { - .columns:not(.is-desktop) { - display: flex; - } -} -@media screen and (min-width: 1024px) { - .columns.is-desktop { - display: flex; - } -} -.columns.is-variable { - --columnGap: 0.75rem; - margin-left: calc(-1 * var(--columnGap)); - margin-right: calc(-1 * var(--columnGap)); -} -.columns.is-variable .column { - padding-left: var(--columnGap); - padding-right: var(--columnGap); -} -.columns.is-variable.is-0 { - --columnGap: 0rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-0-mobile { - --columnGap: 0rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-0-tablet { - --columnGap: 0rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-0-tablet-only { - --columnGap: 0rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-0-touch { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-0-desktop { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-0-desktop-only { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-0-widescreen { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-0-widescreen-only { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-0-fullhd { - --columnGap: 0rem; - } -} -.columns.is-variable.is-1 { - --columnGap: 0.25rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-1-mobile { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-1-tablet { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-1-tablet-only { - --columnGap: 0.25rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-1-touch { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-1-desktop { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-1-desktop-only { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-1-widescreen { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-1-widescreen-only { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-1-fullhd { - --columnGap: 0.25rem; - } -} -.columns.is-variable.is-2 { - --columnGap: 0.5rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-2-mobile { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-2-tablet { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-2-tablet-only { - --columnGap: 0.5rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-2-touch { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-2-desktop { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-2-desktop-only { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-2-widescreen { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-2-widescreen-only { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-2-fullhd { - --columnGap: 0.5rem; - } -} -.columns.is-variable.is-3 { - --columnGap: 0.75rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-3-mobile { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-3-tablet { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-3-tablet-only { - --columnGap: 0.75rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-3-touch { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-3-desktop { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-3-desktop-only { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-3-widescreen { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-3-widescreen-only { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-3-fullhd { - --columnGap: 0.75rem; - } -} -.columns.is-variable.is-4 { - --columnGap: 1rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-4-mobile { - --columnGap: 1rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-4-tablet { - --columnGap: 1rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-4-tablet-only { - --columnGap: 1rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-4-touch { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-4-desktop { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-4-desktop-only { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-4-widescreen { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-4-widescreen-only { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-4-fullhd { - --columnGap: 1rem; - } -} -.columns.is-variable.is-5 { - --columnGap: 1.25rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-5-mobile { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-5-tablet { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-5-tablet-only { - --columnGap: 1.25rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-5-touch { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-5-desktop { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-5-desktop-only { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-5-widescreen { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-5-widescreen-only { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-5-fullhd { - --columnGap: 1.25rem; - } -} -.columns.is-variable.is-6 { - --columnGap: 1.5rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-6-mobile { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-6-tablet { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-6-tablet-only { - --columnGap: 1.5rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-6-touch { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-6-desktop { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-6-desktop-only { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-6-widescreen { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-6-widescreen-only { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-6-fullhd { - --columnGap: 1.5rem; - } -} -.columns.is-variable.is-7 { - --columnGap: 1.75rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-7-mobile { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-7-tablet { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-7-tablet-only { - --columnGap: 1.75rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-7-touch { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-7-desktop { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-7-desktop-only { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-7-widescreen { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-7-widescreen-only { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-7-fullhd { - --columnGap: 1.75rem; - } -} -.columns.is-variable.is-8 { - --columnGap: 2rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-8-mobile { - --columnGap: 2rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-8-tablet { - --columnGap: 2rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-8-tablet-only { - --columnGap: 2rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-8-touch { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-8-desktop { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-8-desktop-only { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-8-widescreen { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-8-widescreen-only { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-8-fullhd { - --columnGap: 2rem; - } -} -.tile { - align-items: stretch; - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - min-height: -webkit-min-content; - min-height: -moz-min-content; - min-height: min-content; -} -.tile.is-ancestor { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; -} -.tile.is-ancestor:last-child { - margin-bottom: -0.75rem; -} -.tile.is-ancestor:not(:last-child) { - margin-bottom: 0.75rem; -} -.tile.is-child { - margin: 0 !important; -} -.tile.is-parent { - padding: 0.75rem; -} -.tile.is-vertical { - flex-direction: column; -} -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 1.5rem !important; -} -@media screen and (min-width: 769px), print { - .tile:not(.is-child) { - display: flex; - } - .tile.is-1 { - flex: none; - width: 8.33333%; - } - .tile.is-2 { - flex: none; - width: 16.66667%; - } - .tile.is-3 { - flex: none; - width: 25%; - } - .tile.is-4 { - flex: none; - width: 33.33333%; - } - .tile.is-5 { - flex: none; - width: 41.66667%; - } - .tile.is-6 { - flex: none; - width: 50%; - } - .tile.is-7 { - flex: none; - width: 58.33333%; - } - .tile.is-8 { - flex: none; - width: 66.66667%; - } - .tile.is-9 { - flex: none; - width: 75%; - } - .tile.is-10 { - flex: none; - width: 83.33333%; - } - .tile.is-11 { - flex: none; - width: 91.66667%; - } - .tile.is-12 { - flex: none; - width: 100%; - } -} -.hero { - align-items: stretch; - display: flex; - flex-direction: column; - justify-content: space-between; -} -.hero .navbar { - background: none; -} -.hero .tabs ul { - border-bottom: none; -} -.hero.is-white { - background-color: #fff; - color: #0a0a0a; -} -.hero.is-white - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-white strong { - color: inherit; -} -.hero.is-white .title { - color: #0a0a0a; -} -.hero.is-white .subtitle { - color: rgba(10, 10, 10, 0.9); -} -.hero.is-white .subtitle a:not(.button), -.hero.is-white .subtitle strong { - color: #0a0a0a; -} -@media screen and (max-width: 1023px) { - .hero.is-white .navbar-menu { - background-color: #fff; - } -} -.hero.is-white .navbar-item, -.hero.is-white .navbar-link { - color: rgba(10, 10, 10, 0.7); -} -.hero.is-white a.navbar-item:hover, -.hero.is-white a.navbar-item.is-active, -.hero.is-white .navbar-link:hover, -.hero.is-white .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; -} -.hero.is-white .tabs a { - color: #0a0a0a; - opacity: 0.9; -} -.hero.is-white .tabs a:hover { - opacity: 1; -} -.hero.is-white .tabs li.is-active a { - opacity: 1; -} -.hero.is-white .tabs.is-boxed a, -.hero.is-white .tabs.is-toggle a { - color: #0a0a0a; -} -.hero.is-white .tabs.is-boxed a:hover, -.hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-white .tabs.is-boxed li.is-active a, -.hero.is-white .tabs.is-boxed li.is-active a:hover, -.hero.is-white .tabs.is-toggle li.is-active a, -.hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: #fff; -} -.hero.is-white.is-bold { - background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, #fff 100%); -} -@media screen and (max-width: 768px) { - .hero.is-white.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #e6e6e6 0%, - #fff 71%, - #fff 100% - ); - } -} -.hero.is-black { - background-color: #0a0a0a; - color: #fff; -} -.hero.is-black - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-black strong { - color: inherit; -} -.hero.is-black .title { - color: #fff; -} -.hero.is-black .subtitle { - color: rgba(255, 255, 255, 0.9); -} -.hero.is-black .subtitle a:not(.button), -.hero.is-black .subtitle strong { - color: #fff; -} -@media screen and (max-width: 1023px) { - .hero.is-black .navbar-menu { - background-color: #0a0a0a; - } -} -.hero.is-black .navbar-item, -.hero.is-black .navbar-link { - color: rgba(255, 255, 255, 0.7); -} -.hero.is-black a.navbar-item:hover, -.hero.is-black a.navbar-item.is-active, -.hero.is-black .navbar-link:hover, -.hero.is-black .navbar-link.is-active { - background-color: #000; - color: #fff; -} -.hero.is-black .tabs a { - color: #fff; - opacity: 0.9; -} -.hero.is-black .tabs a:hover { - opacity: 1; -} -.hero.is-black .tabs li.is-active a { - opacity: 1; -} -.hero.is-black .tabs.is-boxed a, -.hero.is-black .tabs.is-toggle a { - color: #fff; -} -.hero.is-black .tabs.is-boxed a:hover, -.hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-black .tabs.is-boxed li.is-active a, -.hero.is-black .tabs.is-boxed li.is-active a:hover, -.hero.is-black .tabs.is-toggle li.is-active a, -.hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #0a0a0a; -} -.hero.is-black.is-bold { - background-image: linear-gradient( - 141deg, - #000 0%, - #0a0a0a 71%, - #181616 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-black.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #000 0%, - #0a0a0a 71%, - #181616 100% - ); - } -} -.hero.is-light { - background-color: #f5f5f5; - color: #363636; -} -.hero.is-light - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-light strong { - color: inherit; -} -.hero.is-light .title { - color: #363636; -} -.hero.is-light .subtitle { - color: rgba(54, 54, 54, 0.9); -} -.hero.is-light .subtitle a:not(.button), -.hero.is-light .subtitle strong { - color: #363636; -} -@media screen and (max-width: 1023px) { - .hero.is-light .navbar-menu { - background-color: #f5f5f5; - } -} -.hero.is-light .navbar-item, -.hero.is-light .navbar-link { - color: rgba(54, 54, 54, 0.7); -} -.hero.is-light a.navbar-item:hover, -.hero.is-light a.navbar-item.is-active, -.hero.is-light .navbar-link:hover, -.hero.is-light .navbar-link.is-active { - background-color: #e8e8e8; - color: #363636; -} -.hero.is-light .tabs a { - color: #363636; - opacity: 0.9; -} -.hero.is-light .tabs a:hover { - opacity: 1; -} -.hero.is-light .tabs li.is-active a { - opacity: 1; -} -.hero.is-light .tabs.is-boxed a, -.hero.is-light .tabs.is-toggle a { - color: #363636; -} -.hero.is-light .tabs.is-boxed a:hover, -.hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-light .tabs.is-boxed li.is-active a, -.hero.is-light .tabs.is-boxed li.is-active a:hover, -.hero.is-light .tabs.is-toggle li.is-active a, -.hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: #363636; - border-color: #363636; - color: #f5f5f5; -} -.hero.is-light.is-bold { - background-image: linear-gradient( - 141deg, - #dfd8d9 0%, - #f5f5f5 71%, - #fff 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-light.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #dfd8d9 0%, - #f5f5f5 71%, - #fff 100% - ); - } -} -.hero.is-dark { - background-color: #363636; - color: #f5f5f5; -} -.hero.is-dark - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-dark strong { - color: inherit; -} -.hero.is-dark .title { - color: #f5f5f5; -} -.hero.is-dark .subtitle { - color: rgba(245, 245, 245, 0.9); -} -.hero.is-dark .subtitle a:not(.button), -.hero.is-dark .subtitle strong { - color: #f5f5f5; -} -@media screen and (max-width: 1023px) { - .hero.is-dark .navbar-menu { - background-color: #363636; - } -} -.hero.is-dark .navbar-item, -.hero.is-dark .navbar-link { - color: rgba(245, 245, 245, 0.7); -} -.hero.is-dark a.navbar-item:hover, -.hero.is-dark a.navbar-item.is-active, -.hero.is-dark .navbar-link:hover, -.hero.is-dark .navbar-link.is-active { - background-color: #292929; - color: #f5f5f5; -} -.hero.is-dark .tabs a { - color: #f5f5f5; - opacity: 0.9; -} -.hero.is-dark .tabs a:hover { - opacity: 1; -} -.hero.is-dark .tabs li.is-active a { - opacity: 1; -} -.hero.is-dark .tabs.is-boxed a, -.hero.is-dark .tabs.is-toggle a { - color: #f5f5f5; -} -.hero.is-dark .tabs.is-boxed a:hover, -.hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-dark .tabs.is-boxed li.is-active a, -.hero.is-dark .tabs.is-boxed li.is-active a:hover, -.hero.is-dark .tabs.is-toggle li.is-active a, -.hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: #f5f5f5; - border-color: #f5f5f5; - color: #363636; -} -.hero.is-dark.is-bold { - background-image: linear-gradient( - 141deg, - #1f191a 0%, - #363636 71%, - #46403f 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-dark.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #1f191a 0%, - #363636 71%, - #46403f 100% - ); - } -} -.hero.is-primary { - background-color: #00d1b2; - color: #fff; -} -.hero.is-primary - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-primary strong { - color: inherit; -} -.hero.is-primary .title { - color: #fff; -} -.hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.9); -} -.hero.is-primary .subtitle a:not(.button), -.hero.is-primary .subtitle strong { - color: #fff; -} -@media screen and (max-width: 1023px) { - .hero.is-primary .navbar-menu { - background-color: #00d1b2; - } -} -.hero.is-primary .navbar-item, -.hero.is-primary .navbar-link { - color: rgba(255, 255, 255, 0.7); -} -.hero.is-primary a.navbar-item:hover, -.hero.is-primary a.navbar-item.is-active, -.hero.is-primary .navbar-link:hover, -.hero.is-primary .navbar-link.is-active { - background-color: #00b89c; - color: #fff; -} -.hero.is-primary .tabs a { - color: #fff; - opacity: 0.9; -} -.hero.is-primary .tabs a:hover { - opacity: 1; -} -.hero.is-primary .tabs li.is-active a { - opacity: 1; -} -.hero.is-primary .tabs.is-boxed a, -.hero.is-primary .tabs.is-toggle a { - color: #fff; -} -.hero.is-primary .tabs.is-boxed a:hover, -.hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-primary .tabs.is-boxed li.is-active a, -.hero.is-primary .tabs.is-boxed li.is-active a:hover, -.hero.is-primary .tabs.is-toggle li.is-active a, -.hero.is-primary .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #00d1b2; -} -.hero.is-primary.is-bold { - background-image: linear-gradient( - 141deg, - #009e6c 0%, - #00d1b2 71%, - #00e7eb 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #009e6c 0%, - #00d1b2 71%, - #00e7eb 100% - ); - } -} -.hero.is-link { - background-color: #3273dc; - color: #fff; -} -.hero.is-link - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-link strong { - color: inherit; -} -.hero.is-link .title { - color: #fff; -} -.hero.is-link .subtitle { - color: rgba(255, 255, 255, 0.9); -} -.hero.is-link .subtitle a:not(.button), -.hero.is-link .subtitle strong { - color: #fff; -} -@media screen and (max-width: 1023px) { - .hero.is-link .navbar-menu { - background-color: #3273dc; - } -} -.hero.is-link .navbar-item, -.hero.is-link .navbar-link { - color: rgba(255, 255, 255, 0.7); -} -.hero.is-link a.navbar-item:hover, -.hero.is-link a.navbar-item.is-active, -.hero.is-link .navbar-link:hover, -.hero.is-link .navbar-link.is-active { - background-color: #2366d1; - color: #fff; -} -.hero.is-link .tabs a { - color: #fff; - opacity: 0.9; -} -.hero.is-link .tabs a:hover { - opacity: 1; -} -.hero.is-link .tabs li.is-active a { - opacity: 1; -} -.hero.is-link .tabs.is-boxed a, -.hero.is-link .tabs.is-toggle a { - color: #fff; -} -.hero.is-link .tabs.is-boxed a:hover, -.hero.is-link .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-link .tabs.is-boxed li.is-active a, -.hero.is-link .tabs.is-boxed li.is-active a:hover, -.hero.is-link .tabs.is-toggle li.is-active a, -.hero.is-link .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #3273dc; -} -.hero.is-link.is-bold { - background-image: linear-gradient( - 141deg, - #1577c6 0%, - #3273dc 71%, - #4366e5 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #1577c6 0%, - #3273dc 71%, - #4366e5 100% - ); - } -} -.hero.is-info { - background-color: #209cee; - color: #fff; -} -.hero.is-info - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-info strong { - color: inherit; -} -.hero.is-info .title { - color: #fff; -} -.hero.is-info .subtitle { - color: rgba(255, 255, 255, 0.9); -} -.hero.is-info .subtitle a:not(.button), -.hero.is-info .subtitle strong { - color: #fff; -} -@media screen and (max-width: 1023px) { - .hero.is-info .navbar-menu { - background-color: #209cee; - } -} -.hero.is-info .navbar-item, -.hero.is-info .navbar-link { - color: rgba(255, 255, 255, 0.7); -} -.hero.is-info a.navbar-item:hover, -.hero.is-info a.navbar-item.is-active, -.hero.is-info .navbar-link:hover, -.hero.is-info .navbar-link.is-active { - background-color: #118fe4; - color: #fff; -} -.hero.is-info .tabs a { - color: #fff; - opacity: 0.9; -} -.hero.is-info .tabs a:hover { - opacity: 1; -} -.hero.is-info .tabs li.is-active a { - opacity: 1; -} -.hero.is-info .tabs.is-boxed a, -.hero.is-info .tabs.is-toggle a { - color: #fff; -} -.hero.is-info .tabs.is-boxed a:hover, -.hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-info .tabs.is-boxed li.is-active a, -.hero.is-info .tabs.is-boxed li.is-active a:hover, -.hero.is-info .tabs.is-toggle li.is-active a, -.hero.is-info .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #209cee; -} -.hero.is-info.is-bold { - background-image: linear-gradient( - 141deg, - #04a6d7 0%, - #209cee 71%, - #3287f5 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #04a6d7 0%, - #209cee 71%, - #3287f5 100% - ); - } -} -.hero.is-success { - background-color: #23d160; - color: #fff; -} -.hero.is-success - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-success strong { - color: inherit; -} -.hero.is-success .title { - color: #fff; -} -.hero.is-success .subtitle { - color: rgba(255, 255, 255, 0.9); -} -.hero.is-success .subtitle a:not(.button), -.hero.is-success .subtitle strong { - color: #fff; -} -@media screen and (max-width: 1023px) { - .hero.is-success .navbar-menu { - background-color: #23d160; - } -} -.hero.is-success .navbar-item, -.hero.is-success .navbar-link { - color: rgba(255, 255, 255, 0.7); -} -.hero.is-success a.navbar-item:hover, -.hero.is-success a.navbar-item.is-active, -.hero.is-success .navbar-link:hover, -.hero.is-success .navbar-link.is-active { - background-color: #20bc56; - color: #fff; -} -.hero.is-success .tabs a { - color: #fff; - opacity: 0.9; -} -.hero.is-success .tabs a:hover { - opacity: 1; -} -.hero.is-success .tabs li.is-active a { - opacity: 1; -} -.hero.is-success .tabs.is-boxed a, -.hero.is-success .tabs.is-toggle a { - color: #fff; -} -.hero.is-success .tabs.is-boxed a:hover, -.hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-success .tabs.is-boxed li.is-active a, -.hero.is-success .tabs.is-boxed li.is-active a:hover, -.hero.is-success .tabs.is-toggle li.is-active a, -.hero.is-success .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #23d160; -} -.hero.is-success.is-bold { - background-image: linear-gradient( - 141deg, - #12af2f 0%, - #23d160 71%, - #2ce28a 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-success.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #12af2f 0%, - #23d160 71%, - #2ce28a 100% - ); - } -} -.hero.is-warning { - background-color: #ffdd57; - color: rgba(0, 0, 0, 0.7); -} -.hero.is-warning - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-warning strong { - color: inherit; -} -.hero.is-warning .title { - color: rgba(0, 0, 0, 0.7); -} -.hero.is-warning .subtitle { - color: rgba(0, 0, 0, 0.9); -} -.hero.is-warning .subtitle a:not(.button), -.hero.is-warning .subtitle strong { - color: rgba(0, 0, 0, 0.7); -} -@media screen and (max-width: 1023px) { - .hero.is-warning .navbar-menu { - background-color: #ffdd57; - } -} -.hero.is-warning .navbar-item, -.hero.is-warning .navbar-link { - color: rgba(0, 0, 0, 0.7); -} -.hero.is-warning a.navbar-item:hover, -.hero.is-warning a.navbar-item.is-active, -.hero.is-warning .navbar-link:hover, -.hero.is-warning .navbar-link.is-active { - background-color: #ffd83d; - color: rgba(0, 0, 0, 0.7); -} -.hero.is-warning .tabs a { - color: rgba(0, 0, 0, 0.7); - opacity: 0.9; -} -.hero.is-warning .tabs a:hover { - opacity: 1; -} -.hero.is-warning .tabs li.is-active a { - opacity: 1; -} -.hero.is-warning .tabs.is-boxed a, -.hero.is-warning .tabs.is-toggle a { - color: rgba(0, 0, 0, 0.7); -} -.hero.is-warning .tabs.is-boxed a:hover, -.hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-warning .tabs.is-boxed li.is-active a, -.hero.is-warning .tabs.is-boxed li.is-active a:hover, -.hero.is-warning .tabs.is-toggle li.is-active a, -.hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(0, 0, 0, 0.7); - border-color: rgba(0, 0, 0, 0.7); - color: #ffdd57; -} -.hero.is-warning.is-bold { - background-image: linear-gradient( - 141deg, - #ffaf24 0%, - #ffdd57 71%, - #fffa70 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #ffaf24 0%, - #ffdd57 71%, - #fffa70 100% - ); - } -} -.hero.is-danger { - background-color: #ff3860; - color: #fff; -} -.hero.is-danger - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-danger strong { - color: inherit; -} -.hero.is-danger .title { - color: #fff; -} -.hero.is-danger .subtitle { - color: rgba(255, 255, 255, 0.9); -} -.hero.is-danger .subtitle a:not(.button), -.hero.is-danger .subtitle strong { - color: #fff; -} -@media screen and (max-width: 1023px) { - .hero.is-danger .navbar-menu { - background-color: #ff3860; - } -} -.hero.is-danger .navbar-item, -.hero.is-danger .navbar-link { - color: rgba(255, 255, 255, 0.7); -} -.hero.is-danger a.navbar-item:hover, -.hero.is-danger a.navbar-item.is-active, -.hero.is-danger .navbar-link:hover, -.hero.is-danger .navbar-link.is-active { - background-color: #ff1f4b; - color: #fff; -} -.hero.is-danger .tabs a { - color: #fff; - opacity: 0.9; -} -.hero.is-danger .tabs a:hover { - opacity: 1; -} -.hero.is-danger .tabs li.is-active a { - opacity: 1; -} -.hero.is-danger .tabs.is-boxed a, -.hero.is-danger .tabs.is-toggle a { - color: #fff; -} -.hero.is-danger .tabs.is-boxed a:hover, -.hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); -} -.hero.is-danger .tabs.is-boxed li.is-active a, -.hero.is-danger .tabs.is-boxed li.is-active a:hover, -.hero.is-danger .tabs.is-toggle li.is-active a, -.hero.is-danger .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #ff3860; -} -.hero.is-danger.is-bold { - background-image: linear-gradient( - 141deg, - #ff0561 0%, - #ff3860 71%, - #ff5257 100% - ); -} -@media screen and (max-width: 768px) { - .hero.is-danger.is-bold .navbar-menu { - background-image: linear-gradient( - 141deg, - #ff0561 0%, - #ff3860 71%, - #ff5257 100% - ); - } -} -.hero.is-small .hero-body { - padding-bottom: 1.5rem; - padding-top: 1.5rem; -} -@media screen and (min-width: 769px), print { - .hero.is-medium .hero-body { - padding-bottom: 9rem; - padding-top: 9rem; - } -} -@media screen and (min-width: 769px), print { - .hero.is-large .hero-body { - padding-bottom: 18rem; - padding-top: 18rem; - } -} -.hero.is-halfheight .hero-body, -.hero.is-fullheight .hero-body, -.hero.is-fullheight-with-navbar .hero-body { - align-items: center; - display: flex; -} -.hero.is-halfheight .hero-body > .container, -.hero.is-fullheight .hero-body > .container, -.hero.is-fullheight-with-navbar .hero-body > .container { - flex-grow: 1; - flex-shrink: 1; -} -.hero.is-halfheight { - min-height: 50vh; -} -.hero.is-fullheight { - min-height: 100vh; -} -.hero-video { - overflow: hidden; -} -.hero-video video { - left: 50%; - min-height: 100%; - min-width: 100%; - position: absolute; - top: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); -} -.hero-video.is-transparent { - opacity: 0.3; -} -@media screen and (max-width: 768px) { - .hero-video { - display: none; - } -} -.hero-buttons { - margin-top: 1.5rem; -} -@media screen and (max-width: 768px) { - .hero-buttons .button { - display: flex; - } - .hero-buttons .button:not(:last-child) { - margin-bottom: 0.75rem; - } -} -@media screen and (min-width: 769px), print { - .hero-buttons { - display: flex; - justify-content: center; - } - .hero-buttons .button:not(:last-child) { - margin-right: 1.5rem; - } -} -.hero-head, -.hero-foot { - flex-grow: 0; - flex-shrink: 0; -} -.hero-body { - flex-grow: 1; - flex-shrink: 0; - padding: 3rem 1.5rem; -} -.section { - padding: 3rem 1.5rem; -} -@media screen and (min-width: 1024px) { - .section.is-medium { - padding: 9rem 1.5rem; - } - .section.is-large { - padding: 18rem 1.5rem; - } -} -.footer { - background-color: #fafafa; - padding: 3rem 1.5rem 6rem; -} -html { - height: 100%; - width: 100%; -} -body { - font-family: 'TT Norms Medium', sans-serif; - font-size: 15px; - position: relative; - height: 100%; - width: 100%; - overflow-x: hidden; -} -body.small-header .top-nav { - height: 75px; -} -body.small-header #main { - padding-top: 75px; -} -.top-nav { - height: 120px; -} -@media screen and (max-width: 1023px) { - .top-nav { - height: 75px; - } -} -#main { - height: 100%; - display: flex; - flex-direction: row; - background: #f8f8f9; - padding-top: 120px; - overflow-x: hidden; - width: 100%; -} -@media screen and (max-width: 1023px) { - #main { - padding-top: 75px; - } -} -#main > .sidebar { - padding: 40px 30px; - flex-grow: 0; - flex-shrink: 0; - width: 240px; - border-right: 1px solid #eaeaf1; - height: 100%; - overflow: auto; -} -#main > .sidebar.tutorials { - width: 320px; -} -#main > .core { - padding: 28px; - height: 100%; - overflow: auto; - flex-grow: 1; -} -@media screen and (max-width: 768px) { - #main > .core { - padding: 0px; - } -} -#main > .core > .content { - background: #fff; - padding: 40px; - border-radius: 4px; - box-shadow: 0 0 40px 0 rgba(115, 134, 160, 0.24); -} -#main > .side-nav { - width: 240px; - padding: 40px 20px; - flex-grow: 0; - flex-shrink: 0; - height: 100%; - border-left: 1px solid #eaeaf1; - overflow: auto; -} -.content { - margin-bottom: 50px; -} -.content blockquote { - margin: 30px 0 !important; -} -.content .signature-attributes { - margin-left: 8px; - margin-right: 3px; - font-style: italic; -} -.content header.page-title p { - font-size: 13px; - margin: 0 0 5px; - text-transform: uppercase; -} -.content header p { - font-size: 20px; -} -.content h1, -.content header.page-title h1 { - font-family: 'TT Norms Medium', sans-serif; - font-size: 47px; - font-weight: bold; - margin: 8px 0; -} -.content h2 { - font-size: 26px; - line-height: 48px; - font-weight: bold; - margin-bottom: 26px; -} -.content h3, -.content h4, -.content h5, -.content h6 { - font-family: 'TT Norms Medium', sans-serif; - font-weight: 900; - letter-spacing: 0; -} -.content code { - color: #101010; - font-family: 'Inconsolata', monospace; -} -.content .container-overview .prettyprint:last-child { - margin-bottom: 50px; -} -.content .vertical-section { - padding: 16px 0; -} -@media screen and (max-width: 1023px) { - #main-content-wrapper { - padding: 0 30px; - } -} -body.landing > .top-nav { - box-shadow: none; - transition: margin-top 0.3s; - color: #fff; - background: #4268f6; -} -body.landing > .top-nav.hidden { - transition: margin-top 0.3s; - margin-top: -130px; -} -@media screen and (max-width: 1023px) { - body.landing > .top-nav.hidden { - margin-top: -85px; - } -} -body.landing > .top-nav.sticky { - box-shadow: 0 0 20px 0 rgba(0, 0, 255, 0.5); -} -body.landing > .top-nav .inner { - margin: 0 auto; - max-width: 1226px; -} -body.landing > .top-nav a.button { - color: #fff; - border-color: #fff; - background: transparent; -} -body.landing > .top-nav a.button:hover { - background: #fff; - border-color: #fff; - color: #192035; -} -body.landing > .top-nav .menu .navigation a.link { - color: #fff; -} -body.landing > .top-nav .menu .navigation a.link:hover { - border-color: #fff; -} -body.landing > .top-nav .image img { - content: url('../images/logo.svg'); -} -body.landing > .top-nav #hamburger { - display: none; -} -body.landing #main { - display: block; - height: auto; -} -body.landing .main-hero { - background: #4268f6; - color: #fff; - padding: 300px 40% 160px; - border-bottom-left-radius: 50%; - border-bottom-right-radius: 50%; - margin: -250px -30% 0; - text-align: center; -} -body.landing .main-hero .action-buttons { - margin: 60px 0; - vertical-align: middle; -} -body.landing .main-hero .action-buttons span { - color: #fff; -} -body.landing .main-hero h3 { - font-size: 24px; - line-height: 65px; - font-weight: lighter; -} -body.landing .main-hero h1 { - font-size: 52px; - line-height: 65px; - font-weight: lighter; - max-width: 900px; - margin-left: auto; - margin-right: auto; -} -body.landing .main-hero strong { - color: #fff; -} -body.landing .gif-box { - margin-top: -140px; - text-align: center; -} -body.landing .grey-logos { - text-align: center; - margin-bottom: 50px; -} -body.landing .grey-logos .column { - display: flex; - align-items: center; - justify-content: center; -} -body.landing .white-oval { - background: #fff; - padding: 110px 500px 100px; - margin: 0 -500px; - text-align: center; - border-bottom-left-radius: 50%; - border-bottom-right-radius: 50%; -} -body.landing h2 { - font-weight: bold; - font-size: 36px; - line-height: 48px; - color: #101010; - margin-bottom: 15px; -} -body.landing h2 + p { - color: #767676; - font-size: 16px; -} -body.landing h4 { - font-weight: bold; - font-size: 24px; - line-height: 32px; -} -body.landing .header-message { - margin-bottom: 80px; -} -body.landing .todo-actions { - text-align: left; - padding: 100px 0 100px 100px; -} -@media screen and (max-width: 1215px) { - body.landing .todo-actions { - padding-top: 20px; - } -} -body.landing .todo-actions h4 { - margin-bottom: 60px; - position: relative; -} -body.landing .todo-actions h4:before { - content: ''; - position: absolute; - left: -50px; - top: 0; - height: 30px; - width: 30px; - background: url('../images/check.svg') no-repeat 50% 50%; -} -body.landing .action-buttons span { - line-height: 36px; - margin: 0 10px; - color: #4268f6; -} -body.landing .credentials { - text-align: center; - padding: 100px 0; - background: url('../images/map.svg') no-repeat 50% 50%; -} -body.landing .credentials .fa-youtube { - color: #ff0000; -} -body.landing .credentials .fa-reddit { - color: #ff4500; -} -body.landing .credentials .fa-github { - color: #101010; -} -body.landing .credentials .columns { - margin-bottom: 20px; -} -body.landing .credentials .column { - display: flex; - flex-direction: column; -} -body.landing .credentials .box { - flex-direction: column; - padding: 30px; - height: 100%; - box-shadow: 0px 0px 40px rgba(115, 134, 160, 0.25); - display: flex; - justify-content: center; -} -body.landing .credentials .box:hover { - box-shadow: 0px 0px 40px rgba(115, 134, 160, 0.5); -} -body.landing .credentials .box h5 { - align-self: center; - font-size: 22px; - line-height: 26px; - margin-bottom: 30px; -} -body.landing .credentials .box span { - font-size: 11px; -} -body.landing .stat-box { - padding: 40px 65px; - box-shadow: 0px 0px 40px rgba(115, 134, 160, 0.25); -} -@media screen and (max-width: 768px) { - body.landing .stat-box .column:first-child { - padding-bottom: 40px; - } -} -body.landing .stat-box .fa-github { - color: #101010; -} -body.landing .stat-box h2 { - margin: 0 0 60px; -} -body.landing .stat-box h4 { - font-size: 32px; - font-weight: bolder; - margin-top: 15px; - color: #101010; -} -body.landing .stat-box h4 strong { - color: #101010; -} -body.landing .stat-box .level { - border-bottom: #4c73f7 3px solid; - margin-bottom: -3px; -} -body.landing .stat-box .level img { - position: relative; - bottom: -3px; -} -body.landing .stat-box .action-buttons { - margin: 50px 0 0; -} -body.landing .feature-docs { - margin-top: -200px; - padding-top: 300px; -} -@media screen and (min-width: 1216px) { - body.landing .feature-docs .container .columns.is-multiline { - margin: 0 8.333%; - } -} -body.landing .feature-docs .columns.is-multiline .column { - display: flex; -} -body.landing .feature-docs .box { - color: #101010; -} -body.landing .feature-docs .box:hover { - box-shadow: 4px 8px 12px rgba(115, 134, 160, 0.25); -} -body.landing .feature-docs .box img { - margin: -10px 0; -} -body.landing .feature-docs .box h4 { - line-height: 36px; - font-size: 26px; -} -body.landing .feature-docs .box p { - font-size: 20px; - line-height: 26px; - margin: 35px 0; -} -body.landing .feature-docs .action-buttons { - margin: 100px 0 50px; -} -body.landing .feature-side-blocks .bg-crud { - background: url('../images/bg-crud.png') no-repeat 100% 50%; -} -@media screen and (max-width: 1215px) { - body.landing .feature-side-blocks .bg-crud { - background-position-x: 150%; - } -} -@media screen and (max-width: 1023px) { - body.landing .feature-side-blocks .bg-crud { - background: none; - text-align: center; - } -} -body.landing .feature-side-blocks .bg-filter { - background: url('../images/bg-filter.png') no-repeat 0% 50%; -} -@media screen and (max-width: 1215px) { - body.landing .feature-side-blocks .bg-filter { - background-position-x: -200px; - } -} -@media screen and (max-width: 1023px) { - body.landing .feature-side-blocks .bg-filter { - background: none; - text-align: center; - } -} -body.landing .feature-side-blocks .column { - justify-content: center; - display: flex; - flex-direction: column; -} -@media screen and (min-width: 1024px) { - body.landing .feature-side-blocks .column { - height: 700px; - } -} -body.landing .feature-side-blocks .container { - margin-top: 50px; - margin-bottom: 50px; -} -body.landing .feature-side-blocks .action-buttons { - margin: 30px 0; -} -body.landing .support-block { - padding: 80px 0 350px; - background: #fff; - margin-bottom: -200px; -} -body.landing .support-block .column { - display: flex; - flex-direction: column; -} -body.landing .support-block .column .box { - flex-grow: 1; -} -body.landing .support-block .img { - text-align: center; - border-bottom: 1px solid #d8d8d8; - margin: 0 -20px 20px; -} -body.landing .support-block h4 { - font-weight: bolder; - font-size: 26px; - line-height: 48px; -} -body.landing .support-block .text { - padding: 0 10px 20px; -} -body.landing .support-block .form { - background: #4268f6; - padding: 40px; - border-radius: 10px; -} -body.landing .button.is-success { - width: 170px; - height: 50px; -} -body.landing .form { - color: #fff; -} -body.landing .form .success-msg { - display: none; -} -body.landing .form .success-msg img { - width: 150px; - margin: 100px 0; -} -body.landing .form.completed .success-msg { - display: block; -} -body.landing .form.completed .form-fields { - display: none; -} -body.landing .form h2 { - color: #fff; - margin-bottom: 30px; -} -body.landing .form .label { - font-size: 20px; -} -body.landing .form .field { - margin-bottom: 40px; - color: #fff; -} -body.landing .form .field label { - color: #fff; - font-weight: bold; -} -body.landing .form .field input { - border-radius: 4px; - height: 54px; -} -body.landing .form .checkbox { - display: block; - padding: 8px 0; - font-size: 16px; -} -body.landing .form .checkbox:hover { - color: #fff; -} -body.landing .form .checkbox input { - margin-right: 5px; -} -body.landing .form .interested { - padding: 0 0 20px; -} -body.landing .form .interested .label { - color: #fff; -} -body.landing .form textarea { - height: 80px; -} -body.landing .form .notice { - font-size: 14px; - font-weight: lighter; - padding: 10px 30px; -} -body.landing .curved-footer { - background: #4268f6; - padding: 110px 500px; - margin: 0 -500px; - border-top-left-radius: 50%; - border-top-right-radius: 50%; - color: #fff; -} -body.landing .curved-footer .the-part { - position: relative; -} -body.landing .curved-footer .the-part h2 { - font-size: 90px; - line-height: 120px; - opacity: 0.08; - color: #fff; -} -@media screen and (max-width: 1023px) { - body.landing .curved-footer .the-part h2 { - font-size: 70px; - } -} -body.landing .curved-footer .the-part h4 { - font-size: 56px; - line-height: 65px; - position: absolute; - left: 0; - top: 0; - right: 0; - padding: 80px 0; -} -body.landing .button.is-link { - background: transparent; -} -body.landing .button.is-link span { - border-bottom: 1px solid #fff; -} -body.landing .button.is-link:hover span { - border-bottom: none; -} -body.landing .top { - border-bottom: 1px solid rgba(255, 255, 255, 0.2); - padding-bottom: 120px; - text-align: center; -} -body.landing .bottom { - font-size: 14px; - padding: 65px 0 0; -} -@media screen and (max-width: 768px) { - body.landing .bottom { - padding: 20px; - } -} -body.landing .bottom strong { - color: #fff; -} -body.landing .bottom p { - padding: 6px 0; -} -body.landing .bottom a { - color: #fff; -} -body.landing .bottom .sb { - padding-top: 40px; -} -body.landing .bottom .logo { - padding-bottom: 30px; -} -body.landing .bottom .button.is-success { - margin-top: 40px; - height: 54px; -} -body.landing .bottom .form { - margin-top: 30px; -} -.top-nav { - background: #fff; - padding: 8px 24px; - box-shadow: 0 0 40px 0 rgba(115, 134, 160, 0.24); - position: fixed; - top: 0; - left: 0; - right: 0; - z-index: 5; -} -@media screen and (max-width: 768px) { - .top-nav { - padding: 8px; - } -} -.top-nav h1 { - font-size: 20px; -} -.top-nav .inner { - display: flex; - align-items: center; -} -.top-nav #hamburger { - margin-left: 0; -} -@media screen and (max-width: 768px) { - .top-nav .logo { - display: none; - } -} -.top-nav .menu { - flex-grow: 1; -} -.top-nav .menu .top-buttons { - text-align: right; - margin-bottom: 8px; - margin-top: 2px; -} -@media screen and (max-width: 1023px) { - .top-nav .menu .top-buttons { - display: none; - } -} -.top-nav .menu .top-buttons .button { - margin-left: 16px; -} -.top-nav .menu .navigation { - text-align: right; - margin-bottom: 4px; -} -.top-nav .menu .navigation .link { - border: none; - display: inline-block; - padding: 4px 8px; - color: #101010; - margin-right: 2px; - line-height: 48px; - height: 48px; - vertical-align: middle; - height: 46px; -} -.top-nav .menu .navigation .link:hover:not(.no-hover) { - border-bottom: 2px solid #101010; -} -@media screen and (max-width: 768px) { - .top-nav .menu .navigation .link.user-link { - display: none; - } -} -.sidebar { - padding-bottom: 120px; -} -.sidebar .search-wrapper { - margin: -20px -15px 21px; -} -.sidebar .search-wrapper input { - border-radius: 0; -} -.sidebar a { - color: #798897; - overflow-wrap: break-word; -} -.sidebar a:hover, -.sidebar a.active { - color: #e6282b; -} -.sidebar h3 { - margin: 1.6rem 0 0.4rem; - color: #211d1a; - font-size: 12px; - text-transform: uppercase; -} -.sidebar ul { - padding: 0 0 0.26667rem 1.06667rem; -} -.sidebar ul li { - padding: 0.2rem 0; -} -.sidebar li > ul { - padding: 0 0 0px 25px; -} -.sidebar .category h2 { - color: #000; - font-size: 20px; - margin-top: 40px; -} -#sidebarNav.sticky { - left: 0; - transition: left 0.5s; -} -@media screen and (max-width: 1023px) { - #sidebarNav { - z-index: 100; - top: 0; - left: -300px; - position: fixed; - transition: left 0.5s; - padding: 28px; - width: 300px; - bottom: 0; - overflow: auto; - background: #fff; - } - #sidebarNav .sidebar { - padding-bottom: 10px; - } -} -#stickyNavbarOverlay { - position: absolute; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 40; - background: rgba(0, 0, 0, 0.2); - display: none; -} -#stickyNavbarOverlay.active { - display: block; -} -.side-nav a { - color: #798897; - overflow-wrap: break-word; -} -.side-nav a:hover, -.side-nav a.is-active { - color: #e6282b; -} -.side-nav a.is-past { - opacity: 0.7; -} -.side-nav h3 { - margin: 1.6rem 0 0.4rem; - color: #211d1a; - font-size: 12px; - text-transform: uppercase; -} -.side-nav ul { - padding: 0 0 0.26667rem 1.06667rem; -} -.side-nav ul li { - padding: 0.2rem 0; -} -@media screen and (max-width: 768px) { - .side-nav { - display: none; - } -} -.footer { - border-top: 1px solid #eaeaf1; - padding: 20px; - margin: 0 -30px -30px; - background: #f8f8f9; -} -.footer .content { - margin-bottom: 0; -} -.footer .fas { - color: #e6282b; -} -.footer a { - font-weight: bold; -} -.footer a:hover { - color: #e6282b; -} -.members { - margin-top: 24px; -} -.member:not(:last-child):after { - content: ''; - background: #eaeaf1; - height: 2px; - display: block; - margin: 45px -40px 40px; -} -.member > .is-pulled-right { - position: relative; - z-index: 2; -} -.member > .name { - color: #211d1a; - font-size: 20px; - line-height: 26px; - position: relative; - margin-bottom: 8px; -} -.member > .name .code-name { - font-family: 'Inconsolata', monospace; - display: block; - font-size: 25px; - line-height: 30px; - margin-top: 8px; -} -.member > .name .code-name:first-child { - margin-left: 0; -} -.member > .name .tag { - position: relative; - top: -1px; - margin-right: 3px; -} -.member > .name .href-link { - color: #211d1a; - position: absolute; - padding: 1px; - left: -20px; - top: 0; - bottom: 0; - width: 21px; - opacity: 0; -} -.member > .name:hover .href-link { - opacity: 1; -} -.member h5 { - font-size: 20px; -} -.member > .description { - margin-bottom: 25px; -} -.member > .description p { - font-size: 20px; - margin: 25px 0; -} -table.params, -table.props { - border: 1px solid #eaeaf1; - line-height: 26px; -} -table.params thead, -table.props thead { - border: none; -} -table.params thead th, -table.props thead th { - font-weight: normal; - padding: 13px 26px; -} -table.params tr, -table.props tr { - border-bottom: 1px solid #eaeaf1; -} -table.params td, -table.props td { - padding: 13px 26px; -} -table.params td.name code, -table.props td.name code { - background: transparent; - padding: 0; - font-size: 15px; - color: #211d1a; -} -table.params tr.deep-level-1, -table.props tr.deep-level-1 { - background: #fafafa; -} -table.params tr.deep-level-1 .name code, -table.props tr.deep-level-1 .name code { - padding-left: 25px; - margin-left: 0px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-2, -table.props tr.deep-level-2 { - background: #f5f5f5; -} -table.params tr.deep-level-2 .name code, -table.props tr.deep-level-2 .name code { - padding-left: 25px; - margin-left: 25px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-3, -table.props tr.deep-level-3 { - background: #f0f0f0; -} -table.params tr.deep-level-3 .name code, -table.props tr.deep-level-3 .name code { - padding-left: 25px; - margin-left: 50px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-4, -table.props tr.deep-level-4 { - background: #ebebeb; -} -table.params tr.deep-level-4 .name code, -table.props tr.deep-level-4 .name code { - padding-left: 25px; - margin-left: 75px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-5, -table.props tr.deep-level-5 { - background: #e6e6e6; -} -table.params tr.deep-level-5 .name code, -table.props tr.deep-level-5 .name code { - padding-left: 25px; - margin-left: 100px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-6, -table.props tr.deep-level-6 { - background: #e0e0e0; -} -table.params tr.deep-level-6 .name code, -table.props tr.deep-level-6 .name code { - padding-left: 25px; - margin-left: 125px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-7, -table.props tr.deep-level-7 { - background: #dbdbdb; -} -table.params tr.deep-level-7 .name code, -table.props tr.deep-level-7 .name code { - padding-left: 25px; - margin-left: 150px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-8, -table.props tr.deep-level-8 { - background: #d6d6d6; -} -table.params tr.deep-level-8 .name code, -table.props tr.deep-level-8 .name code { - padding-left: 25px; - margin-left: 175px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-9, -table.props tr.deep-level-9 { - background: #d1d1d1; -} -table.params tr.deep-level-9 .name code, -table.props tr.deep-level-9 .name code { - padding-left: 25px; - margin-left: 200px; - border-left: 1px solid #dee1e5; -} -table.params tr.deep-level-10, -table.props tr.deep-level-10 { - background: #ccc; -} -table.params tr.deep-level-10 .name code, -table.props tr.deep-level-10 .name code { - padding-left: 25px; - margin-left: 225px; - border-left: 1px solid #dee1e5; -} -.prettyprint { - border-radius: 2px; - background-color: #2f4858; -} -.prettyprint code { - font-family: 'Inconsolata', monospace; -} -pre.prettyprint li.L0, -pre.prettyprint li.L1, -pre.prettyprint li.L2, -pre.prettyprint li.L3, -pre.prettyprint li.L4, -pre.prettyprint li.L5, -pre.prettyprint li.L6, -pre.prettyprint li.L7, -pre.prettyprint li.L8, -pre.prettyprint li.L9 { - background: none; -} -.button { - transition: all 0.2s; - border-radius: 4px; - padding: 8px 24px; - height: 40px; - border-color: #4268f6; - color: #4268f6; -} -.button:hover { - color: #535b8e; - border-color: #535b8e; - transition: all 0.2s; -} -.button.is-primary { - background-color: #4268f6; -} -.button.is-primary:hover { - background-color: #535b8e; -} -.button.is-primary.is-outlined { - border-color: #4268f6; - color: #4268f6; -} -.button.is-primary.is-outlined:hover { - border-color: #535b8e; - color: #535b8e; - background: transparent; -} -.button.is-success { - background: #69d6d4; -} -.button.is-white.is-outlined { - background: transparent; - border-color: #fff; -} -.button > i:first-child { - margin-right: 8px; - margin-left: -8px; -} -.tag-source { - margin: 28px 0; -} -.tag-source span { - display: inline-block; - padding: 13px 14px; -} -.tag-source span a { - color: #eaeaf1; -} -.tag-source span a:hover { - color: #798897; -} -.method-parameter { - font-size: 20px; -} -.method-parameter label { - color: 18px; -} -.method-parameter ul { - margin: 0 0 0 25px; -} -.mermaid .edgeLabel { - background: white; - color: #2f4858; - font-size: 15px; - font-weight: normal; -} -.mermaid .node circle, -.mermaid .node ellipse, -.mermaid .node polygon, -.mermaid .node rect { - fill: rgba(248, 249, 250, 0.8) !important; - stroke: rgba(121, 136, 151, 0.6) !important; -} -.mermaid .cluster rect { - fill: rgba(125, 132, 255, 0.1) !important; - stroke: rgba(125, 132, 255, 0.5) !important; -} -.mermaid .node g.label { - color: #2f4858; -} -.mermaid .node g.label div { - font-weight: normal; - font-size: 15px; -} -.tag { - text-transform: uppercase; -} -.details dt { - font-size: 20px; - border-left: 2px solid #008ddf; - padding-left: 16px; -} +/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.delete,.modal-close,.is-unselectable,.button,.file,.breadcrumb,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select:not(.is-multiple):not(.is-loading)::after,.navbar-link:not(.is-arrowless)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:0.625em}.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child),.progress:not(:last-child),.table:not(:last-child),.table-container:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.block:not(:last-child),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.list:not(:last-child),.message:not(:last-child),.tabs:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.delete::before,.modal-close::before,.delete::after,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:hover,.modal-close:hover,.delete:focus,.modal-close:focus{background-color:rgba(10,10,10,0.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,0.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.loader,.select.is-loading::after,.control.is-loading::after{-webkit-animation:spinAround 500ms infinite linear;animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.is-overlay,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}.button,.input,.textarea,.select select,.file-cta,.file-name,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.375em - 1px);padding-left:calc(0.625em - 1px);padding-right:calc(0.625em - 1px);padding-top:calc(0.375em - 1px);position:relative;vertical-align:top}.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis{outline:none}.button[disabled],.input[disabled],.textarea[disabled],.select select[disabled],.file-cta[disabled],.file-name[disabled],.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled],fieldset[disabled] .button,fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis{cursor:not-allowed}/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,embed,iframe,object,video{height:auto;max-width:100%}audio{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:normal;padding:0.25em 0.5em 0.25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type="checkbox"],input[type="radio"]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:left}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-clipped{overflow:hidden !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px), print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1023px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1024px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px), print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1023px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1024px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px), print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1023px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1024px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px), print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1023px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1024px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px), print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1023px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1024px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#00d1b2 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#009e86 !important}.has-background-primary{background-color:#00d1b2 !important}.has-text-link{color:#3273dc !important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc !important}.has-background-link{background-color:#3273dc !important}.has-text-info{color:#209cee !important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc !important}.has-background-info{background-color:#209cee !important}.has-text-success{color:#23d160 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c !important}.has-background-success{background-color:#23d160 !important}.has-text-warning{color:#ffdd57 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324 !important}.has-background-warning{background-color:#ffdd57 !important}.has-text-danger{color:#ff3860 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537 !important}.has-background-danger{background-color:#ff3860 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#7a7a7a !important}.has-background-grey{background-color:#7a7a7a !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px), print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1023px){.is-block-touch{display:block !important}}@media screen and (min-width: 1024px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px), print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1023px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1024px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px), print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1023px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1024px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px), print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1023px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1024px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px), print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1023px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1024px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px), print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1023px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1024px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px), print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1023px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1024px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-relative{position:relative !important}.box{background-color:#fff;border-radius:6px;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);color:#4a4a4a;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px #3273dc}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #3273dc}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(0.375em - 1px);padding-left:.75em;padding-right:.75em;padding-top:calc(0.375em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-0.375em - 1px);margin-right:0.1875em}.button .icon:last-child:not(:first-child){margin-left:0.1875em;margin-right:calc(-0.375em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-0.375em - 1px);margin-right:calc(-0.375em - 1px)}.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636}.button:focus,.button.is-focused{border-color:#3273dc;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(50,115,220,0.25)}.button:active,.button.is-active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:#f5f5f5;color:#363636}.button.is-text:active,.button.is-text.is-active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white:focus,.button.is-white.is-focused{border-color:transparent;color:#0a0a0a}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:#363636}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:#363636}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:#292929}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent #363636 #363636 !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363636 #363636 !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark:hover,.button.is-dark.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark:focus,.button.is-dark.is-focused{border-color:transparent;color:#f5f5f5}.button.is-dark:focus:not(:active),.button.is-dark.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.button.is-dark:active,.button.is-dark.is-active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted:hover,.button.is-dark.is-inverted.is-hovered{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary:hover,.button.is-primary.is-hovered{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary:focus,.button.is-primary.is-focused{border-color:transparent;color:#fff}.button.is-primary:focus:not(:active),.button.is-primary.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(0,209,178,0.25)}.button.is-primary:active,.button.is-primary.is-active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted:hover,.button.is-primary.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined.is-focused{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #00d1b2 #00d1b2 !important}.button.is-primary.is-outlined.is-loading:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #00d1b2 #00d1b2 !important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(50,115,220,0.25)}.button.is-link:active,.button.is-link.is-active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#3273dc}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #3273dc #3273dc !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #3273dc #3273dc !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#1496ed;border-color:transparent;color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:transparent;color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(32,156,238,0.25)}.button.is-info:active,.button.is-info.is-active{background-color:#118fe4;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#209cee;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#209cee}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #209cee #209cee !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #209cee #209cee !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:transparent;color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(35,209,96,0.25)}.button.is-success:active,.button.is-success.is-active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#23d160}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #23d160 #23d160 !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #23d160 #23d160 !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,221,87,0.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#ffdd57}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,0.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57 !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ffdd57 #ffdd57 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}.button.is-danger{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:transparent;color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,56,96,0.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #ff3860 #ff3860 !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ff3860 #ff3860 !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent !important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:0.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:0.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){border-radius:2px;font-size:.75rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}@media screen and (min-width: 1024px){.container{max-width:960px}.container.is-fluid{margin-left:32px;margin-right:32px;max-width:none}}@media screen and (max-width: 1215px){.container.is-widescreen{max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd{max-width:1344px}}@media screen and (min-width: 1216px){.container{max-width:1152px}}@media screen and (min-width: 1408px){.container{max-width:1344px}}.content li+li{margin-top:0.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:0.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:0.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:0.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:0.8em}.content h5{font-size:1.125em;margin-bottom:0.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:0.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:left}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:0.5rem;top:0.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:#363636}.notification.is-dark{background-color:#363636;color:#f5f5f5}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-link{background-color:#3273dc;color:#fff}.notification.is-info{background-color:#209cee;color:#fff}.notification.is-success{background-color:#23d160;color:#fff}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.notification.is-danger{background-color:#ff3860;color:#fff}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#dbdbdb}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #dbdbdb 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #dbdbdb 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(to right, #363636 30%, #dbdbdb 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(to right, #00d1b2 30%, #dbdbdb 30%)}.progress.is-link::-webkit-progress-value{background-color:#3273dc}.progress.is-link::-moz-progress-bar{background-color:#3273dc}.progress.is-link::-ms-fill{background-color:#3273dc}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #3273dc 30%, #dbdbdb 30%)}.progress.is-info::-webkit-progress-value{background-color:#209cee}.progress.is-info::-moz-progress-bar{background-color:#209cee}.progress.is-info::-ms-fill{background-color:#209cee}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #209cee 30%, #dbdbdb 30%)}.progress.is-success::-webkit-progress-value{background-color:#23d160}.progress.is-success::-moz-progress-bar{background-color:#23d160}.progress.is-success::-ms-fill{background-color:#23d160}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #23d160 30%, #dbdbdb 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%)}.progress.is-danger::-webkit-progress-value{background-color:#ff3860}.progress.is-danger::-moz-progress-bar{background-color:#ff3860}.progress.is-danger::-ms-fill{background-color:#ff3860}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, #ff3860 30%, #dbdbdb 30%)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#dbdbdb;background-image:linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#f5f5f5}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#3273dc;border-color:#3273dc;color:#fff}.table td.is-info,.table th.is-info{background-color:#209cee;border-color:#209cee;color:#fff}.table td.is-success,.table th.is-success{background-color:#23d160;border-color:#23d160;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,0.7)}.table td.is-danger,.table th.is-danger{background-color:#ff3860;border-color:#ff3860;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:0.25em 0.5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:0.5rem}.tags .tag:not(:last-child){margin-right:0.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:0.25rem;margin-left:0.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:0.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:0.25rem;margin-right:-0.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:#363636}.tag:not(body).is-dark{background-color:#363636;color:#f5f5f5}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-link{background-color:#3273dc;color:#fff}.tag:not(body).is-info{background-color:#209cee;color:#fff}.tag:not(body).is-success{background-color:#23d160;color:#fff}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.tag:not(body).is-danger{background-color:#ff3860;color:#fff}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-0.375em;margin-right:0.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:0.1875em;margin-right:-0.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-0.375em;margin-right:-0.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::before,.tag:not(body).is-delete::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:hover,.tag:not(body).is-delete:focus{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-0.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}.input,.textarea,.select select{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{color:rgba(54,54,54,0.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{color:rgba(54,54,54,0.3)}.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{color:rgba(54,54,54,0.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{color:rgba(54,54,54,0.3)}.input:hover,.textarea:hover,.select select:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered{border-color:#b5b5b5}.input:focus,.textarea:focus,.select select:focus,.is-focused.input,.is-focused.textarea,.select select.is-focused,.input:active,.textarea:active,.select select:active,.is-active.input,.is-active.textarea,.select select.is-active{border-color:#3273dc;box-shadow:0 0 0 0.125em rgba(50,115,220,0.25)}.input[disabled],.textarea[disabled],.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.select select[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder{color:rgba(122,122,122,0.3)}.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder{color:rgba(122,122,122,0.3)}.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.select select[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder{color:rgba(122,122,122,0.3)}.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder{color:rgba(122,122,122,0.3)}.input,.textarea{box-shadow:inset 0 1px 2px rgba(10,10,10,0.1);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-white.input:focus,.is-white.textarea:focus,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.input:active,.is-white.textarea:active,.is-white.is-active.input,.is-white.is-active.textarea{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-black.input:focus,.is-black.textarea:focus,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.input:active,.is-black.textarea:active,.is-black.is-active.input,.is-black.is-active.textarea{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:focus,.is-light.textarea:focus,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.input:active,.is-light.textarea:active,.is-light.is-active.input,.is-light.is-active.textarea{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-dark.input:focus,.is-dark.textarea:focus,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.input:active,.is-dark.textarea:active,.is-dark.is-active.input,.is-dark.is-active.textarea{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:focus,.is-primary.textarea:focus,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.input:active,.is-primary.textarea:active,.is-primary.is-active.input,.is-primary.is-active.textarea{box-shadow:0 0 0 0.125em rgba(0,209,178,0.25)}.is-link.input,.is-link.textarea{border-color:#3273dc}.is-link.input:focus,.is-link.textarea:focus,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.input:active,.is-link.textarea:active,.is-link.is-active.input,.is-link.is-active.textarea{box-shadow:0 0 0 0.125em rgba(50,115,220,0.25)}.is-info.input,.is-info.textarea{border-color:#209cee}.is-info.input:focus,.is-info.textarea:focus,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.input:active,.is-info.textarea:active,.is-info.is-active.input,.is-info.is-active.textarea{box-shadow:0 0 0 0.125em rgba(32,156,238,0.25)}.is-success.input,.is-success.textarea{border-color:#23d160}.is-success.input:focus,.is-success.textarea:focus,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.input:active,.is-success.textarea:active,.is-success.is-active.input,.is-success.is-active.textarea{box-shadow:0 0 0 0.125em rgba(35,209,96,0.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdd57}.is-warning.input:focus,.is-warning.textarea:focus,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.input:active,.is-warning.textarea:active,.is-warning.is-active.input,.is-warning.is-active.textarea{box-shadow:0 0 0 0.125em rgba(255,221,87,0.25)}.is-danger.input,.is-danger.textarea{border-color:#ff3860}.is-danger.input:focus,.is-danger.textarea:focus,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.input:active,.is-danger.textarea:active,.is-danger.is-active.input,.is-danger.is-active.textarea{box-shadow:0 0 0 0.125em rgba(255,56,96,0.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:290486px;padding-left:1em;padding-right:1em}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:0.625em;resize:vertical}.textarea:not([rows]){max-height:600px;min-height:120px}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:0.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.25em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#3273dc;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:0.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#363636}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select:hover,.select.is-dark select.is-hovered{border-color:#292929}.select.is-dark select:focus,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.select.is-primary:not(:hover)::after{border-color:#00d1b2}.select.is-primary select{border-color:#00d1b2}.select.is-primary select:hover,.select.is-primary select.is-hovered{border-color:#00b89c}.select.is-primary select:focus,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select.is-active{box-shadow:0 0 0 0.125em rgba(0,209,178,0.25)}.select.is-link:not(:hover)::after{border-color:#3273dc}.select.is-link select{border-color:#3273dc}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#2366d1}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(50,115,220,0.25)}.select.is-info:not(:hover)::after{border-color:#209cee}.select.is-info select{border-color:#209cee}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#118fe4}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(32,156,238,0.25)}.select.is-success:not(:hover)::after{border-color:#23d160}.select.is-success select{border-color:#23d160}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#20bc56}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(35,209,96,0.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ffd83d}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(255,221,87,0.25)}.select.is-danger:not(:hover)::after{border-color:#ff3860}.select.is-danger select{border-color:#ff3860}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#ff1f4b}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(255,56,96,0.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:0.625em;top:0.625em;-webkit-transform:none;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:#363636}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:#363636}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:#363636}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:#363636}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#f5f5f5}.file.is-dark:hover .file-cta,.file.is-dark.is-hovered .file-cta{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.file.is-dark:focus .file-cta,.file.is-dark.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,54,54,0.25);color:#f5f5f5}.file.is-dark:active .file-cta,.file.is-dark.is-active .file-cta{background-color:#292929;border-color:transparent;color:#f5f5f5}.file.is-primary .file-cta{background-color:#00d1b2;border-color:transparent;color:#fff}.file.is-primary:hover .file-cta,.file.is-primary.is-hovered .file-cta{background-color:#00c4a7;border-color:transparent;color:#fff}.file.is-primary:focus .file-cta,.file.is-primary.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(0,209,178,0.25);color:#fff}.file.is-primary:active .file-cta,.file.is-primary.is-active .file-cta{background-color:#00b89c;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#3273dc;border-color:transparent;color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#276cda;border-color:transparent;color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(50,115,220,0.25);color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#2366d1;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#209cee;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#1496ed;border-color:transparent;color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(32,156,238,0.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#118fe4;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#23d160;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#22c65b;border-color:transparent;color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(35,209,96,0.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#20bc56;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,221,87,0.25);color:rgba(0,0,0,0.7)}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-danger .file-cta{background-color:#ff3860;border-color:transparent;color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#ff2b56;border-color:transparent;color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,56,96,0.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#ff1f4b;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:left;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:0.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:0.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:0.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#3273dc}.help.is-info{color:#209cee}.help.is-success{color:#23d160}.help.is-warning{color:#ffdd57}.help.is-danger{color:#ff3860}.field:not(:last-child){margin-bottom:0.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:0.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px), print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 768px){.field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px), print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:0.375em}.field-label.is-normal{padding-top:0.375em}.field-label.is-medium{font-size:1.25rem;padding-top:0.375em}.field-label.is-large{font-size:1.5rem;padding-top:0.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px), print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:0.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:left}.control.has-icons-left .input:focus ~ .icon,.control.has-icons-left .select:focus ~ .icon,.control.has-icons-right .input:focus ~ .icon,.control.has-icons-right .select:focus ~ .icon{color:#7a7a7a}.control.has-icons-left .input.is-small ~ .icon,.control.has-icons-left .select.is-small ~ .icon,.control.has-icons-right .input.is-small ~ .icon,.control.has-icons-right .select.is-small ~ .icon{font-size:.75rem}.control.has-icons-left .input.is-medium ~ .icon,.control.has-icons-left .select.is-medium ~ .icon,.control.has-icons-right .input.is-medium ~ .icon,.control.has-icons-right .select.is-medium ~ .icon{font-size:1.25rem}.control.has-icons-left .input.is-large ~ .icon,.control.has-icons-left .select.is-large ~ .icon,.control.has-icons-right .input.is-large ~ .icon,.control.has-icons-right .select.is-large ~ .icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.25em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.25em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:0.625em;top:0.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#3273dc;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:0.5em}.breadcrumb .icon:last-child{margin-left:0.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,0.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:left;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#3273dc;color:#fff}.dropdown-divider{background-color:#dbdbdb;border:none;display:block;height:1px;margin:0.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px), print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px), print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px), print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px), print{.level-right{display:flex}}.list{background-color:#fff;border-radius:4px;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1)}.list-item{display:block;padding:0.5em 1em}.list-item:not(a){color:#4a4a4a}.list-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.list-item:not(:last-child){border-bottom:1px solid #dbdbdb}.list-item.is-active{background-color:#3273dc;color:#fff}a.list-item{background-color:#f5f5f5;cursor:pointer}.media{align-items:flex-start;display:flex;text-align:left}.media .content:not(:last-child){margin-bottom:0.75rem}.media .media{border-top:1px solid rgba(219,219,219,0.5);display:flex;padding-top:0.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:0.5rem}.media .media .media{padding-top:0.5rem}.media .media .media+.media{margin-top:0.5rem}.media+.media{border-top:1px solid rgba(219,219,219,0.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:left}@media screen and (max-width: 768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:0.5em 0.75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#3273dc;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff;color:#4d4d4d}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a;color:#090909}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:#363636}.message.is-light .message-body{border-color:#f5f5f5;color:#505050}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#f5f5f5}.message.is-dark .message-body{border-color:#363636;color:#2a2a2a}.message.is-primary{background-color:#f5fffd}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#021310}.message.is-link{background-color:#f6f9fe}.message.is-link .message-header{background-color:#3273dc;color:#fff}.message.is-link .message-body{border-color:#3273dc;color:#22509a}.message.is-info{background-color:#f6fbfe}.message.is-info .message-header{background-color:#209cee;color:#fff}.message.is-info .message-body{border-color:#209cee;color:#12537e}.message.is-success{background-color:#f6fef9}.message.is-success .message-header{background-color:#23d160;color:#fff}.message.is-success .message-body{border-color:#23d160;color:#0e301a}.message.is-warning{background-color:#fffdf5}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#3b3108}.message.is-danger{background-color:#fff5f7}.message.is-danger .message-header{background-color:#ff3860;color:#fff}.message.is-danger .message-body{border-color:#ff3860;color:#cd0930}.message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:0.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,0.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px), print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:0.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1024px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-burger{color:#363636}@media screen and (min-width: 1024px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-burger{color:#f5f5f5}@media screen and (min-width: 1024px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1024px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,0.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, -webkit-transform;transition-property:background-color, opacity, transform;transition-property:background-color, opacity, transform, -webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,0.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#3273dc}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#3273dc;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width: 1024px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em, -0.25em);transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, -webkit-transform;transition-property:opacity, transform;transition-property:opacity, transform, -webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:#dbdbdb;color:#363636;min-width:2.25em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#3273dc}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:0.5}.pagination-previous,.pagination-next{padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.pagination-link.is-current{background-color:#3273dc;border-color:#3273dc;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@media screen and (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px), print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel-heading,.panel-tabs,.panel-block{border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.panel-heading:first-child,.panel-tabs:first-child,.panel-block:first-child{border-top:1px solid #dbdbdb}.panel-heading{background-color:#f5f5f5;border-radius:4px 4px 0 0;color:#363636;font-size:1.25em;font-weight:300;line-height:1.25;padding:0.5em 0.75em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:0.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#3273dc}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:0.5em 0.75em}.panel-block input[type="checkbox"]{margin-right:0.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#3273dc;color:#363636}.panel-block.is-active .panel-icon{color:#3273dc}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:0.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#3273dc;color:#3273dc}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:0.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}.tabs .icon:first-child{margin-right:0.5em}.tabs .icon:last-child{margin-left:0.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-radius:4px 0 0 4px}.tabs.is-toggle li:last-child a{border-radius:0 4px 4px 0}.tabs.is-toggle li.is-active a{background-color:#3273dc;border-color:#3273dc;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px), print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1023px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1024px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px), print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: .25rem}}.columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: .5rem}}.columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: .75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px), print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.tile.is-12{flex:none;width:100%}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,0.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e6e6e6 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e6e6e6 0%, #fff 71%, #fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,0.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:0.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,0.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,0.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:0.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,0.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width: 1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,0.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:0.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,0.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:0.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,0.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:0.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,0.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:0.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,0.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:0.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,0.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,0.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:0.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width: 769px), print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width: 769px), print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px), print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}html{height:100%;width:100%}body{font-family:"TT Norms Medium",sans-serif;font-size:15px;position:relative;height:100%;width:100%;overflow-x:hidden}body.small-header .top-nav{height:75px}body.small-header #main{padding-top:75px}.top-nav{height:120px}@media screen and (max-width: 1023px){.top-nav{height:75px}}#main{height:100%;display:flex;flex-direction:row;background:#F8F8F9;padding-top:120px;overflow-x:hidden;width:100%}@media screen and (max-width: 1023px){#main{padding-top:75px}}#main>.sidebar{padding:40px 30px;flex-grow:0;flex-shrink:0;width:240px;border-right:1px solid #EAEAF1;height:100%;overflow:auto}#main>.sidebar.tutorials{width:320px}#main>.core{padding:28px;height:100%;overflow:auto;flex-grow:1}@media screen and (max-width: 768px){#main>.core{padding:0px}}#main>.core>.content{background:#fff;padding:40px;border-radius:4px;box-shadow:0 0 40px 0 rgba(115,134,160,0.24)}#main>.side-nav{width:240px;padding:40px 20px;flex-grow:0;flex-shrink:0;height:100%;border-left:1px solid #EAEAF1;overflow:auto}.content{margin-bottom:50px}.content blockquote{margin:30px 0 !important}.content .signature-attributes{margin-left:8px;margin-right:3px;font-style:italic}.content header.page-title p{font-size:13px;margin:0 0 5px;text-transform:uppercase}.content header p{font-size:20px}.content h1,.content header.page-title h1{font-family:"TT Norms Medium",sans-serif;font-size:47px;font-weight:bold;margin:8px 0}.content h2{font-size:26px;line-height:48px;font-weight:bold;margin-bottom:26px}.content h3,.content h4,.content h5,.content h6{font-family:"TT Norms Medium",sans-serif;font-weight:900;letter-spacing:0}.content code{color:#101010;font-family:"Inconsolata",monospace}.content .container-overview .prettyprint:last-child{margin-bottom:50px}.content .vertical-section{padding:16px 0}@media screen and (max-width: 1023px){#main-content-wrapper{padding:0 30px}}body.landing>.top-nav{box-shadow:none;transition:margin-top 0.3s;color:#fff;background:#4268F6}body.landing>.top-nav.hidden{transition:margin-top 0.3s;margin-top:-130px}@media screen and (max-width: 1023px){body.landing>.top-nav.hidden{margin-top:-85px}}body.landing>.top-nav.sticky{box-shadow:0 0 20px 0 rgba(0,0,255,0.5)}body.landing>.top-nav .inner{margin:0 auto;max-width:1226px}body.landing>.top-nav a.button{color:#fff;border-color:#fff;background:transparent}body.landing>.top-nav a.button:hover{background:#fff;border-color:#fff;color:#192035}body.landing>.top-nav .menu .navigation a.link{color:#fff}body.landing>.top-nav .menu .navigation a.link:hover{border-color:#fff}body.landing>.top-nav .image img{content:url("../images/logo.svg")}body.landing>.top-nav #hamburger{display:none}body.landing #main{display:block;height:auto}body.landing .main-hero{background:#4268F6;color:#fff;padding:300px 40% 160px;border-bottom-left-radius:50%;border-bottom-right-radius:50%;margin:-250px -30% 0;text-align:center}body.landing .main-hero .action-buttons{margin:60px 0;vertical-align:middle}body.landing .main-hero .action-buttons span{color:#fff}body.landing .main-hero h3{font-size:24px;line-height:65px;font-weight:lighter}body.landing .main-hero h1{font-size:52px;line-height:65px;font-weight:lighter;max-width:900px;margin-left:auto;margin-right:auto}body.landing .main-hero strong{color:#fff}body.landing .gif-box{margin-top:-140px;text-align:center}body.landing .grey-logos{text-align:center;margin-bottom:50px}body.landing .grey-logos .column{display:flex;align-items:center;justify-content:center}body.landing .white-oval{background:#fff;padding:110px 500px 100px;margin:0 -500px;text-align:center;border-bottom-left-radius:50%;border-bottom-right-radius:50%}body.landing h2{font-weight:bold;font-size:36px;line-height:48px;color:#101010;margin-bottom:15px}body.landing h2+p{color:#767676;font-size:16px}body.landing h4{font-weight:bold;font-size:24px;line-height:32px}body.landing .header-message{margin-bottom:80px}body.landing .todo-actions{text-align:left;padding:100px 0 100px 100px}@media screen and (max-width: 1215px){body.landing .todo-actions{padding-top:20px}}body.landing .todo-actions h4{margin-bottom:60px;position:relative}body.landing .todo-actions h4:before{content:'';position:absolute;left:-50px;top:0;height:30px;width:30px;background:url("../images/check.svg") no-repeat 50% 50%}body.landing .action-buttons span{line-height:36px;margin:0 10px;color:#4268F6}body.landing .credentials{text-align:center;padding:100px 0;background:url("../images/map.svg") no-repeat 50% 50%}body.landing .credentials .fa-youtube{color:#FF0000}body.landing .credentials .fa-reddit{color:#FF4500}body.landing .credentials .fa-github{color:#101010}body.landing .credentials .columns{margin-bottom:20px}body.landing .credentials .column{display:flex;flex-direction:column}body.landing .credentials .box{flex-direction:column;padding:30px;height:100%;box-shadow:0px 0px 40px rgba(115,134,160,0.25);display:flex;justify-content:center}body.landing .credentials .box:hover{box-shadow:0px 0px 40px rgba(115,134,160,0.5)}body.landing .credentials .box h5{align-self:center;font-size:22px;line-height:26px;margin-bottom:30px}body.landing .credentials .box span{font-size:11px}body.landing .stat-box{padding:40px 65px;box-shadow:0px 0px 40px rgba(115,134,160,0.25)}@media screen and (max-width: 768px){body.landing .stat-box .column:first-child{padding-bottom:40px}}body.landing .stat-box .fa-github{color:#101010}body.landing .stat-box h2{margin:0 0 60px}body.landing .stat-box h4{font-size:32px;font-weight:bolder;margin-top:15px;color:#101010}body.landing .stat-box h4 strong{color:#101010}body.landing .stat-box .level{border-bottom:#4C73F7 3px solid;margin-bottom:-3px}body.landing .stat-box .level img{position:relative;bottom:-3px}body.landing .stat-box .action-buttons{margin:50px 0 0}body.landing .feature-docs{margin-top:-200px;padding-top:300px}@media screen and (min-width: 1216px){body.landing .feature-docs .container .columns.is-multiline{margin:0 8.333%}}body.landing .feature-docs .columns.is-multiline .column{display:flex}body.landing .feature-docs .box{color:#101010}body.landing .feature-docs .box:hover{box-shadow:4px 8px 12px rgba(115,134,160,0.25)}body.landing .feature-docs .box img{margin:-10px 0}body.landing .feature-docs .box h4{line-height:36px;font-size:26px}body.landing .feature-docs .box p{font-size:20px;line-height:26px;margin:35px 0}body.landing .feature-docs .action-buttons{margin:100px 0 50px}body.landing .feature-side-blocks .bg-crud{background:url("../images/bg-crud.png") no-repeat 100% 50%}@media screen and (max-width: 1215px){body.landing .feature-side-blocks .bg-crud{background-position-x:150%}}@media screen and (max-width: 1023px){body.landing .feature-side-blocks .bg-crud{background:none;text-align:center}}body.landing .feature-side-blocks .bg-filter{background:url("../images/bg-filter.png") no-repeat 0% 50%}@media screen and (max-width: 1215px){body.landing .feature-side-blocks .bg-filter{background-position-x:-200px}}@media screen and (max-width: 1023px){body.landing .feature-side-blocks .bg-filter{background:none;text-align:center}}body.landing .feature-side-blocks .column{justify-content:center;display:flex;flex-direction:column}@media screen and (min-width: 1024px){body.landing .feature-side-blocks .column{height:700px}}body.landing .feature-side-blocks .container{margin-top:50px;margin-bottom:50px}body.landing .feature-side-blocks .action-buttons{margin:30px 0}body.landing .support-block{padding:80px 0 350px;background:#fff;margin-bottom:-200px}body.landing .support-block .column{display:flex;flex-direction:column}body.landing .support-block .column .box{flex-grow:1}body.landing .support-block .img{text-align:center;border-bottom:1px solid #D8D8D8;margin:0 -20px 20px}body.landing .support-block h4{font-weight:bolder;font-size:26px;line-height:48px}body.landing .support-block .text{padding:0 10px 20px}body.landing .support-block .form{background:#4268F6;padding:40px;border-radius:10px}body.landing .button.is-success{width:170px;height:50px}body.landing .form{color:#fff}body.landing .form .success-msg{display:none}body.landing .form .success-msg img{width:150px;margin:100px 0}body.landing .form.completed .success-msg{display:block}body.landing .form.completed .form-fields{display:none}body.landing .form h2{color:#fff;margin-bottom:30px}body.landing .form .label{font-size:20px}body.landing .form .field{margin-bottom:40px;color:#fff}body.landing .form .field label{color:#fff;font-weight:bold}body.landing .form .field input{border-radius:4px;height:54px}body.landing .form .checkbox{display:block;padding:8px 0;font-size:16px}body.landing .form .checkbox:hover{color:#fff}body.landing .form .checkbox input{margin-right:5px}body.landing .form .interested{padding:0 0 20px}body.landing .form .interested .label{color:#fff}body.landing .form textarea{height:80px}body.landing .form .notice{font-size:14px;font-weight:lighter;padding:10px 30px}body.landing .curved-footer{background:#4268F6;padding:110px 500px;margin:0 -500px;border-top-left-radius:50%;border-top-right-radius:50%;color:#fff}body.landing .curved-footer .the-part{position:relative}body.landing .curved-footer .the-part h2{font-size:90px;line-height:120px;opacity:0.08;color:#fff}@media screen and (max-width: 1023px){body.landing .curved-footer .the-part h2{font-size:70px}}body.landing .curved-footer .the-part h4{font-size:56px;line-height:65px;position:absolute;left:0;top:0;right:0;padding:80px 0}body.landing .button.is-link{background:transparent}body.landing .button.is-link span{border-bottom:1px solid #fff}body.landing .button.is-link:hover span{border-bottom:none}body.landing .top{border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:120px;text-align:center}body.landing .bottom{font-size:14px;padding:65px 0 0}@media screen and (max-width: 768px){body.landing .bottom{padding:20px}}body.landing .bottom strong{color:#fff}body.landing .bottom p{padding:6px 0}body.landing .bottom a{color:#fff}body.landing .bottom .sb{padding-top:40px}body.landing .bottom .logo{padding-bottom:30px}body.landing .bottom .button.is-success{margin-top:40px;height:54px}body.landing .bottom .form{margin-top:30px}.top-nav{background:#fff;padding:8px 24px;box-shadow:0 0 40px 0 rgba(115,134,160,0.24);position:fixed;top:0;left:0;right:0;z-index:5}@media screen and (max-width: 768px){.top-nav{padding:8px}}.top-nav h1{font-size:20px}.top-nav .inner{display:flex;align-items:center}.top-nav #hamburger{margin-left:0}@media screen and (max-width: 768px){.top-nav .logo{display:none}}.top-nav .menu{flex-grow:1}.top-nav .menu .top-buttons{text-align:right;margin-bottom:8px;margin-top:2px}@media screen and (max-width: 1023px){.top-nav .menu .top-buttons{display:none}}.top-nav .menu .top-buttons .button{margin-left:16px}.top-nav .menu .navigation{text-align:right;margin-bottom:4px}.top-nav .menu .navigation .link{border:none;display:inline-block;padding:4px 8px;color:#101010;margin-right:2px;line-height:48px;height:48px;vertical-align:middle;height:46px}.top-nav .menu .navigation .link:hover:not(.no-hover){border-bottom:2px solid #101010}@media screen and (max-width: 768px){.top-nav .menu .navigation .link.user-link{display:none}}.sidebar{padding-bottom:120px}.sidebar .search-wrapper{margin:-20px -15px 21px}.sidebar .search-wrapper input{border-radius:0}.sidebar a{color:#798897;overflow-wrap:break-word}.sidebar a:hover,.sidebar a.active{color:#E6282B}.sidebar h3{margin:1.6rem 0 .4rem;color:#211D1A;font-size:12px;text-transform:uppercase}.sidebar ul{padding:0 0 .26667rem 1.06667rem}.sidebar ul li{padding:.2rem 0}.sidebar li>ul{padding:0 0 0px 25px}.sidebar .category h2{color:#000;font-size:20px;margin-top:40px}#sidebarNav.sticky{left:0;transition:left 0.5s}@media screen and (max-width: 1023px){#sidebarNav{z-index:100;top:0;left:-300px;position:fixed;transition:left 0.5s;padding:28px;width:300px;bottom:0;overflow:auto;background:#fff}#sidebarNav .sidebar{padding-bottom:10px}}#stickyNavbarOverlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:40;background:rgba(0,0,0,0.2);display:none}#stickyNavbarOverlay.active{display:block}.side-nav a{color:#798897;overflow-wrap:break-word}.side-nav a:hover,.side-nav a.is-active{color:#E6282B}.side-nav a.is-past{opacity:0.7}.side-nav h3{margin:1.6rem 0 .4rem;color:#211D1A;font-size:12px;text-transform:uppercase}.side-nav ul{padding:0 0 .26667rem 1.06667rem}.side-nav ul li{padding:.2rem 0}@media screen and (max-width: 768px){.side-nav{display:none}}.footer{border-top:1px solid #EAEAF1;padding:20px;margin:0 -30px -30px;background:#F8F8F9}.footer .content{margin-bottom:0}.footer .fas{color:#E6282B}.footer a{font-weight:bold}.footer a:hover{color:#E6282B}.members{margin-top:24px}.member:not(:last-child):after{content:"";background:#EAEAF1;height:2px;display:block;margin:45px -40px 40px}.member>.is-pulled-right{position:relative;z-index:2}.member>.name{color:#211D1A;font-size:20px;line-height:26px;position:relative;margin-bottom:8px}.member>.name .code-name{font-family:"Inconsolata",monospace;display:block;font-size:25px;line-height:30px;margin-top:8px}.member>.name .code-name:first-child{margin-left:0}.member>.name .tag{position:relative;top:-1px;margin-right:3px}.member>.name .href-link{color:#211D1A;position:absolute;padding:1px;left:-20px;top:0;bottom:0;width:21px;opacity:0}.member>.name:hover .href-link{opacity:1}.member h5{font-size:20px}.member>.description{margin-bottom:25px}.member>.description p{font-size:20px;margin:25px 0}table.params,table.props{border:1px solid #EAEAF1;line-height:26px}table.params thead,table.props thead{border:none}table.params thead th,table.props thead th{font-weight:normal;padding:13px 26px}table.params tr,table.props tr{border-bottom:1px solid #EAEAF1}table.params td,table.props td{padding:13px 26px}table.params td.name code,table.props td.name code{background:transparent;padding:0;font-size:15px;color:#211D1A}table.params tr.deep-level-1,table.props tr.deep-level-1{background:#fafafa}table.params tr.deep-level-1 .name code,table.props tr.deep-level-1 .name code{padding-left:25px;margin-left:0px;border-left:1px solid #DEE1E5}table.params tr.deep-level-2,table.props tr.deep-level-2{background:#f5f5f5}table.params tr.deep-level-2 .name code,table.props tr.deep-level-2 .name code{padding-left:25px;margin-left:25px;border-left:1px solid #DEE1E5}table.params tr.deep-level-3,table.props tr.deep-level-3{background:#f0f0f0}table.params tr.deep-level-3 .name code,table.props tr.deep-level-3 .name code{padding-left:25px;margin-left:50px;border-left:1px solid #DEE1E5}table.params tr.deep-level-4,table.props tr.deep-level-4{background:#ebebeb}table.params tr.deep-level-4 .name code,table.props tr.deep-level-4 .name code{padding-left:25px;margin-left:75px;border-left:1px solid #DEE1E5}table.params tr.deep-level-5,table.props tr.deep-level-5{background:#e6e6e6}table.params tr.deep-level-5 .name code,table.props tr.deep-level-5 .name code{padding-left:25px;margin-left:100px;border-left:1px solid #DEE1E5}table.params tr.deep-level-6,table.props tr.deep-level-6{background:#e0e0e0}table.params tr.deep-level-6 .name code,table.props tr.deep-level-6 .name code{padding-left:25px;margin-left:125px;border-left:1px solid #DEE1E5}table.params tr.deep-level-7,table.props tr.deep-level-7{background:#dbdbdb}table.params tr.deep-level-7 .name code,table.props tr.deep-level-7 .name code{padding-left:25px;margin-left:150px;border-left:1px solid #DEE1E5}table.params tr.deep-level-8,table.props tr.deep-level-8{background:#d6d6d6}table.params tr.deep-level-8 .name code,table.props tr.deep-level-8 .name code{padding-left:25px;margin-left:175px;border-left:1px solid #DEE1E5}table.params tr.deep-level-9,table.props tr.deep-level-9{background:#d1d1d1}table.params tr.deep-level-9 .name code,table.props tr.deep-level-9 .name code{padding-left:25px;margin-left:200px;border-left:1px solid #DEE1E5}table.params tr.deep-level-10,table.props tr.deep-level-10{background:#ccc}table.params tr.deep-level-10 .name code,table.props tr.deep-level-10 .name code{padding-left:25px;margin-left:225px;border-left:1px solid #DEE1E5}.prettyprint{border-radius:2px;background-color:#2F4858}.prettyprint code{font-family:"Inconsolata",monospace}pre.prettyprint li.L0,pre.prettyprint li.L1,pre.prettyprint li.L2,pre.prettyprint li.L3,pre.prettyprint li.L4,pre.prettyprint li.L5,pre.prettyprint li.L6,pre.prettyprint li.L7,pre.prettyprint li.L8,pre.prettyprint li.L9{background:none}.button{transition:all 0.2s;border-radius:4px;padding:8px 24px;height:40px;border-color:#4268F6;color:#4268F6}.button:hover{color:#535B8E;border-color:#535B8E;transition:all 0.2s}.button.is-primary{background-color:#4268F6}.button.is-primary:hover{background-color:#535B8E}.button.is-primary.is-outlined{border-color:#4268F6;color:#4268F6}.button.is-primary.is-outlined:hover{border-color:#535B8E;color:#535B8E;background:transparent}.button.is-success{background:#69D6D4}.button.is-white.is-outlined{background:transparent;border-color:#fff}.button>i:first-child{margin-right:8px;margin-left:-8px}.tag-source{margin:28px 0}.tag-source span{display:inline-block;padding:13px 14px}.tag-source span a{color:#EAEAF1}.tag-source span a:hover{color:#798897}.method-parameter{font-size:20px}.method-parameter label{color:18px}.method-parameter ul{margin:0 0 0 25px}.mermaid .edgeLabel{background:white;color:#2F4858;font-size:15px;font-weight:normal}.mermaid .node circle,.mermaid .node ellipse,.mermaid .node polygon,.mermaid .node rect{fill:rgba(248,249,250,0.8) !important;stroke:rgba(121,136,151,0.6) !important}.mermaid .cluster rect{fill:rgba(125,132,255,0.1) !important;stroke:rgba(125,132,255,0.5) !important}.mermaid .node g.label{color:#2F4858}.mermaid .node g.label div{font-weight:normal;font-size:15px}.tag{text-transform:uppercase}.details dt{font-size:20px;border-left:2px solid #008DDF;padding-left:16px} diff --git a/docs/styles/iframe.css b/docs/styles/iframe.css index 00124faa..84dec063 100644 --- a/docs/styles/iframe.css +++ b/docs/styles/iframe.css @@ -1,13 +1,13 @@ .bd__button { - padding: 10px 0; - text-align: right; + padding: 10px 0; + text-align: right; } -.bd__button > a { - font-weight: 100; - text-decoration: none; - color: #bdc3cb; - font-family: sans-serif; +.bd__button > a{ + font-weight: 100; + text-decoration: none; + color: #BDC3CB; + font-family: sans-serif; } .bd__button > a:hover { - color: #798897; -} + color: #798897; +} \ No newline at end of file diff --git a/docs/styles/prettify-jsdoc.css b/docs/styles/prettify-jsdoc.css new file mode 100644 index 00000000..5a2526e3 --- /dev/null +++ b/docs/styles/prettify-jsdoc.css @@ -0,0 +1,111 @@ +/* JSDoc prettify.js theme */ + +/* plain text */ +.pln { + color: #000000; + font-weight: normal; + font-style: normal; +} + +/* string content */ +.str { + color: #006400; + font-weight: normal; + font-style: normal; +} + +/* a keyword */ +.kwd { + color: #000000; + font-weight: bold; + font-style: normal; +} + +/* a comment */ +.com { + font-weight: normal; + font-style: italic; +} + +/* a type name */ +.typ { + color: #000000; + font-weight: normal; + font-style: normal; +} + +/* a literal value */ +.lit { + color: #006400; + font-weight: normal; + font-style: normal; +} + +/* punctuation */ +.pun { + color: #000000; + font-weight: bold; + font-style: normal; +} + +/* lisp open bracket */ +.opn { + color: #000000; + font-weight: bold; + font-style: normal; +} + +/* lisp close bracket */ +.clo { + color: #000000; + font-weight: bold; + font-style: normal; +} + +/* a markup tag name */ +.tag { + color: #006400; + font-weight: normal; + font-style: normal; +} + +/* a markup attribute name */ +.atn { + color: #006400; + font-weight: normal; + font-style: normal; +} + +/* a markup attribute value */ +.atv { + color: #006400; + font-weight: normal; + font-style: normal; +} + +/* a declaration */ +.dec { + color: #000000; + font-weight: bold; + font-style: normal; +} + +/* a variable name */ +.var { + color: #000000; + font-weight: normal; + font-style: normal; +} + +/* a function name */ +.fun { + color: #000000; + font-weight: bold; + font-style: normal; +} + +/* Specify class=linenums on a pre to get line numbering */ +ol.linenums { + margin-top: 0; + margin-bottom: 0; +} diff --git a/docs/styles/prettify-tomorrow.css b/docs/styles/prettify-tomorrow.css index 550b6b62..b6f92a78 100644 --- a/docs/styles/prettify-tomorrow.css +++ b/docs/styles/prettify-tomorrow.css @@ -4,124 +4,96 @@ /* SPAN elements with the classes below are added by prettyprint. */ /* plain text */ .pln { - color: #4d4d4c; -} + color: #4d4d4c; } @media screen { - /* string content */ - .str { - color: #718c00; - } - - /* a keyword */ - .kwd { - color: #8959a8; - } - - /* a comment */ - .com { - color: #8e908c; - } - - /* a type name */ - .typ { - color: #4271ae; - } - - /* a literal value */ - .lit { - color: #f5871f; - } - - /* punctuation */ - .pun { - color: #4d4d4c; - } - - /* lisp open bracket */ - .opn { - color: #4d4d4c; - } - - /* lisp close bracket */ - .clo { - color: #4d4d4c; - } - - /* a markup tag name */ - .tag { - color: #c82829; - } - - /* a markup attribute name */ - .atn { - color: #f5871f; - } - - /* a markup attribute value */ - .atv { - color: #3e999f; - } - - /* a declaration */ - .dec { - color: #f5871f; - } - - /* a variable name */ - .var { - color: #c82829; - } - - /* a function name */ - .fun { - color: #4271ae; - } -} + /* string content */ + .str { + color: #718c00; } + + /* a keyword */ + .kwd { + color: #8959a8; } + + /* a comment */ + .com { + color: #8e908c; } + + /* a type name */ + .typ { + color: #4271ae; } + + /* a literal value */ + .lit { + color: #f5871f; } + + /* punctuation */ + .pun { + color: #4d4d4c; } + + /* lisp open bracket */ + .opn { + color: #4d4d4c; } + + /* lisp close bracket */ + .clo { + color: #4d4d4c; } + + /* a markup tag name */ + .tag { + color: #c82829; } + + /* a markup attribute name */ + .atn { + color: #f5871f; } + + /* a markup attribute value */ + .atv { + color: #3e999f; } + + /* a declaration */ + .dec { + color: #f5871f; } + + /* a variable name */ + .var { + color: #c82829; } + + /* a function name */ + .fun { + color: #4271ae; } } /* Use higher contrast and text-weight for printable form. */ @media print, projection { - .str { - color: #060; - } - - .kwd { - color: #006; - font-weight: bold; - } - - .com { - color: #600; - font-style: italic; - } - - .typ { - color: #404; - font-weight: bold; - } - - .lit { - color: #044; - } - - .pun, - .opn, - .clo { - color: #440; - } - - .tag { - color: #006; - font-weight: bold; - } - - .atn { - color: #404; - } - - .atv { - color: #060; - } -} + .str { + color: #060; } + + .kwd { + color: #006; + font-weight: bold; } + + .com { + color: #600; + font-style: italic; } + + .typ { + color: #404; + font-weight: bold; } + + .lit { + color: #044; } + + .pun, .opn, .clo { + color: #440; } + + .tag { + color: #006; + font-weight: bold; } + + .atn { + color: #404; } + + .atv { + color: #060; } } /* Style */ /* pre.prettyprint { @@ -135,9 +107,8 @@ pre.prettyprint { /* Specify class=linenums on a pre to get line numbering */ ol.linenums { - margin-top: 0; - margin-bottom: 0; -} + margin-top: 0; + margin-bottom: 0; } /* IE indents via margin-left */ li.L0, @@ -150,8 +121,7 @@ li.L6, li.L7, li.L8, li.L9 { - /* */ -} + /* */ } /* Alternate shading for lines */ li.L1, @@ -159,5 +129,4 @@ li.L3, li.L5, li.L7, li.L9 { - /* */ -} + /* */ } diff --git a/docs/styles/reset.css b/docs/styles/reset.css index 727e934f..5a808c77 100644 --- a/docs/styles/reset.css +++ b/docs/styles/reset.css @@ -1,125 +1,44 @@ /* reset css */ -html, -body, -div, -span, -applet, -object, -iframe, -h1, -h2, -h3, -h4, -h5, -h6, -p, -blockquote, -pre, -a, -abbr, -acronym, -address, -big, -cite, -code, -del, -dfn, -em, -img, -ins, -kbd, -q, -s, -samp, -small, -strike, -strong, -sub, -sup, -tt, -var, -b, -u, -i, -center, -dl, -dt, -dd, -ol, -ul, -li, -fieldset, -form, -label, -legend, -table, -caption, -tbody, -tfoot, -thead, -tr, -th, -td, -article, -aside, -canvas, -details, -embed, -figure, -figcaption, -footer, -header, -hgroup, -menu, -nav, -output, -ruby, -section, -summary, -time, -mark, -audio, -video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -menu, -nav, -section { - display: block; +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; } body { - line-height: 1; + line-height: 1; } -ol, -ul { - list-style: none; +ol, ul { + list-style: none; } -blockquote, -q { - quotes: none; +blockquote, q { + quotes: none; } -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } diff --git a/generator/transformers/aws/transformer.ts b/generator/transformers/aws/transformer.ts index 30f44614..ed063fe9 100644 --- a/generator/transformers/aws/transformer.ts +++ b/generator/transformers/aws/transformer.ts @@ -152,9 +152,9 @@ export async function transform( ts.isIdentifier(childNode) && childNode.text === 'SDKFunctionName' ) { - const args = classData.functions[ - count - ].params.map(param => ts.createIdentifier(param.name)); + const args = classData.functions[count].params.map( + param => ts.createIdentifier(param.name) + ); node.arguments = args.concat(node.arguments); } }); diff --git a/generator/transformers/azure/transformer.ts b/generator/transformers/azure/transformer.ts index 24b0a4d9..e27a4ef6 100644 --- a/generator/transformers/azure/transformer.ts +++ b/generator/transformers/azure/transformer.ts @@ -187,9 +187,9 @@ export async function transform( ts.isIdentifier(childNode) && childNode.text === 'SDKFunctionName' ) { - const args = classData.functions[ - count - ].params.map(param => ts.createIdentifier(param.name)); + const args = classData.functions[count].params.map( + param => ts.createIdentifier(param.name) + ); node.arguments = args; } }); diff --git a/generator/transformers/do/transformer.ts b/generator/transformers/do/transformer.ts index 15b7b45a..115ed946 100644 --- a/generator/transformers/do/transformer.ts +++ b/generator/transformers/do/transformer.ts @@ -167,9 +167,9 @@ export async function transform( ts.isIdentifier(childNode) && childNode.text === 'SDKFunctionName' ) { - const args = classData.functions[ - count - ].params.map(param => ts.createIdentifier(param.name)); + const args = classData.functions[count].params.map( + param => ts.createIdentifier(param.name) + ); node.arguments = args.concat(node.arguments); } }); diff --git a/generator/transformers/googleCloud/clientBasedTransformer.ts b/generator/transformers/googleCloud/clientBasedTransformer.ts index fbfdbe48..b2819e53 100644 --- a/generator/transformers/googleCloud/clientBasedTransformer.ts +++ b/generator/transformers/googleCloud/clientBasedTransformer.ts @@ -217,9 +217,9 @@ export async function clientBasedTransform( ts.isIdentifier(childNode) && childNode.text === 'SDKFunctionName' ) { - const args = classData.functions[ - count - ].params.map(param => ts.createIdentifier(param.name)); + const args = classData.functions[count].params.map( + param => ts.createIdentifier(param.name) + ); node.arguments = args; } }); diff --git a/generator/transformers/linode/transformer.ts b/generator/transformers/linode/transformer.ts index 01b5e973..45d8c8b3 100644 --- a/generator/transformers/linode/transformer.ts +++ b/generator/transformers/linode/transformer.ts @@ -138,9 +138,9 @@ export async function transform( ts.isIdentifier(childNode) && childNode.text === 'SDKFunctionName' ) { - const args = classData.functions[ - count - ].params.map(param => ts.createIdentifier(param.name)); + const args = classData.functions[count].params.map( + param => ts.createIdentifier(param.name) + ); node.arguments = args.concat(node.arguments); } }); diff --git a/generator/transformers/oracle/transformer.ts b/generator/transformers/oracle/transformer.ts index 1d5bf81c..d01a42d9 100644 --- a/generator/transformers/oracle/transformer.ts +++ b/generator/transformers/oracle/transformer.ts @@ -159,9 +159,9 @@ export async function transform( ts.isIdentifier(childNode) && childNode.text === 'SDKFunctionName' ) { - const args = classData.functions[ - count - ].params.map(param => ts.createIdentifier(param.name)); + const args = classData.functions[count].params.map( + param => ts.createIdentifier(param.name) + ); node.arguments = args.concat(node.arguments); } }); diff --git a/yarn.lock b/yarn.lock index 1b4f35cb..d5b58d15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -354,6 +354,13 @@ core-js "^2.6.5" regenerator-runtime "^0.13.4" +"@babel/runtime@^7.15.4": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.11.tgz#7a9ba3bbe406ad6f9e8dd4da2ece453eb23a77a4" + integrity sha512-ee7jVNlWN09+KftVOu9n7S8gQzD/Z6hN/I8VBRXW4P1+Xe7kJGXMwu8vds4aGIMHZnNbdpSWCfZZtinytpcAvA== + dependencies: + regenerator-runtime "^0.14.0" + "@babel/runtime@^7.7.6": version "7.11.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" @@ -1454,6 +1461,26 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" +"@linode/api-v4@^0.97.0": + version "0.97.0" + resolved "https://registry.yarnpkg.com/@linode/api-v4/-/api-v4-0.97.0.tgz#1a54730bc7630d17799bdf720ba67183c5bba629" + integrity sha512-76Vhxu/kkUt8OvHKNq9Fv3gkhVZL1vM+MXotS+8USWIQO+UzGIoHBkN+Mq5GRvWsvHwcK6Zx4bTYE+MaymuCQQ== + dependencies: + "@linode/validation" "*" + axios "~0.21.4" + ipaddr.js "^2.0.0" + yup "^0.32.9" + +"@linode/validation@*": + version "0.29.0" + resolved "https://registry.yarnpkg.com/@linode/validation/-/validation-0.29.0.tgz#b0a5a29264c437a2c21ef656e166ad9f034f3dc1" + integrity sha512-jeONCXQSQxtId+5kYyN0rtT9zijLc6JWG88p9fOwQ9OOPFtcYv3WwZJD+fQjc8cdYV2CSeMGMtMee0nE1qSIBA== + dependencies: + "@types/yup" "^0.29.13" + ipaddr.js "^2.0.0" + libphonenumber-js "^1.10.6" + yup "^0.32.9" + "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" @@ -1759,11 +1786,28 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a" integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A== +"@types/isomorphic-fetch@0.0.35": + version "0.0.35" + resolved "https://registry.yarnpkg.com/@types/isomorphic-fetch/-/isomorphic-fetch-0.0.35.tgz#c1c0d402daac324582b6186b91f8905340ea3361" + integrity sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw== + "@types/json-schema@^7.0.9": version "7.0.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== +"@types/jsonwebtoken@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#4db9bfaf276ef4fdc3608194fab8b8f2fd1c44f9" + integrity sha512-mM4TkDpA9oixqg1Fv2vVpOFyIVLJjm5x4k0V+K/rEsizfjD7Tk7LKk3GTtbB7KCfP0FEHQtsZqFxYA0+sijNVg== + dependencies: + "@types/node" "*" + +"@types/jssha@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@types/jssha/-/jssha-2.0.0.tgz#15027ef6480c4d2c8c42762e227b23b34276e68f" + integrity sha512-oBnY3csYnXfqZXDRBJwP1nDDJCW/+VMJ88UHT4DCy0deSXpJIQvMCwYlnmdW4M+u7PiSfQc44LmiFcUbJ8hLEw== + "@types/keyv@*": version "3.1.1" resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.1.tgz#e45a45324fca9dab716ab1230ee249c9fb52cfa7" @@ -1776,6 +1820,11 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.158.tgz#b38ea8b6fe799acd076d7a8d7ab71c26ef77f785" integrity sha512-InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w== +"@types/lodash@^4.14.175": + version "4.14.197" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.197.tgz#e95c5ddcc814ec3e84c891910a01e0c8a378c54b" + integrity sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g== + "@types/long@^4.0.0", "@types/long@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz#459c65fa1867dafe6a8f322c4c51695663cc55e9" @@ -1829,6 +1878,13 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== +"@types/opossum@4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@types/opossum/-/opossum-4.1.1.tgz#8aba5c5c7dcca537234d1c890043859d72c290f7" + integrity sha512-9TMnd8AWRVtnZMqBbbzceQoJdafErgUViogFaQ3eetsbeLtiFFZ695mepNaLtlfJi4uRP3GmHfe3CJ2DZKaxYA== + dependencies: + "@types/node" "*" + "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -1849,6 +1905,13 @@ dependencies: "@types/node" "*" +"@types/sshpk@1.10.3": + version "1.10.3" + resolved "https://registry.yarnpkg.com/@types/sshpk/-/sshpk-1.10.3.tgz#265b2d13f95225e20abffa17719fca9756c8e56a" + integrity sha512-cru1waDhHZnZuB18E6Dgf2UXf8U93mdOEDcKYe5jTri+fpucidSs7DLmGICpLxN+95aYkwtgeyny9fBFzQVdmA== + dependencies: + "@types/node" "*" + "@types/stack-trace@0.0.29": version "0.0.29" resolved "https://registry.yarnpkg.com/@types/stack-trace/-/stack-trace-0.0.29.tgz#eb7a7c60098edb35630ed900742a5ecb20cfcb4d" @@ -1868,6 +1931,11 @@ dependencies: "@types/node" "*" +"@types/yup@^0.29.13": + version "0.29.14" + resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.14.tgz#754f1dccedcc66fc2bbe290c27f5323b407ceb00" + integrity sha512-Ynb/CjHhE/Xp/4bhHmQC4U1Ox+I2OpfRYF3dnNgQqn1cHa6LK3H1wJMNPT02tSVZA6FYuXE2ITORfbnb6zBCSA== + "@typescript-eslint/eslint-plugin@^5.19.0": version "5.19.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0" @@ -2310,6 +2378,11 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== +await-semaphore@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/await-semaphore/-/await-semaphore-0.1.3.tgz#2b88018cc8c28e06167ae1cdff02504f1f9688d3" + integrity sha512-d1W2aNSYcz/sxYO4pMGX9vq65qOTu0P800epMud+6cYYX0QcT7zyqcxec3VWzpgvdXo57UWmVbZpLMjX2m1I7Q== + aws-sdk@^2.686.0: version "2.709.0" resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.709.0.tgz#33b0c0fe8b9420c65610545394be047ac2d93c8f" @@ -2342,6 +2415,13 @@ axios@^0.19.0: dependencies: follow-redirects "1.5.10" +axios@~0.21.4: + version "0.21.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" + integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== + dependencies: + follow-redirects "^1.14.0" + babel-runtime@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" @@ -3540,6 +3620,11 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" +es6-promise@4.2.6: + version "4.2.6" + resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.6.tgz#b685edd8258886365ea62b57d30de28fadcd974f" + integrity sha512-aRVgGdnmW2OiySVPUC9e6m+plolMAJKjZnQlCwNSuK5yQ0JN61DZSO1X1Ufd1foqWRAlig0rhduTCHe7sVtK5Q== + es6-promise@^4.0.3: version "4.2.8" resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" @@ -3959,6 +4044,11 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" +follow-redirects@^1.14.0: + version "1.15.2" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" + integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== + for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" @@ -4581,6 +4671,15 @@ http-proxy-agent@^4.0.0: agent-base "6" debug "4" +http-signature@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.1.tgz#739fe2f8897ba84798e3e54b699a9008a8724ff9" + integrity sha512-Y29YKEc8MQsjch/VzkUVJ+2MXd9WcR42fK5u36CZf4G8bXw2DXMTWuESiB0R6m59JAWxlPPw5/Fri/t/AyyueA== + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.14.1" + http-signature@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" @@ -4797,6 +4896,11 @@ ip@1.1.5: resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= +ipaddr.js@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.1.0.tgz#2119bc447ff8c257753b196fc5f1ce08a4cdf39f" + integrity sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ== + is-accessor-descriptor@^0.1.6: version "0.1.6" resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" @@ -5125,6 +5229,14 @@ isobject@^4.0.0: resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== +isomorphic-fetch@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz#0267b005049046d2421207215d45d6a262b8b8b4" + integrity sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA== + dependencies: + node-fetch "^2.6.1" + whatwg-fetch "^3.4.1" + isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" @@ -5277,6 +5389,16 @@ jsonparse@^1.2.0: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= +jsonwebtoken@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d" + integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw== + dependencies: + jws "^3.2.2" + lodash "^4.17.21" + ms "^2.1.1" + semver "^7.3.8" + jsprim@^1.2.2: version "1.4.1" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" @@ -5287,6 +5409,11 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" +jssha@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/jssha/-/jssha-2.4.1.tgz#bad7cab6a2d4df5cff5c48c452427b86630914ff" + integrity sha512-77DN1YurYgh+7FPCTJ2CQ6hVDHgIWiHxm4Y5/mAdnpETKYagX22pVWMz4xfKF5fcpNfMaztgVj+/B1bt2k23Eg== + jstransformer@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/jstransformer/-/jstransformer-1.0.0.tgz#ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3" @@ -5313,7 +5440,7 @@ jwa@^2.0.0: ecdsa-sig-formatter "1.0.11" safe-buffer "^5.0.1" -jws@3.x.x: +jws@3.x.x, jws@^3.2.2: version "3.2.2" resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA== @@ -5408,6 +5535,11 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" +libphonenumber-js@^1.10.6: + version "1.10.41" + resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.41.tgz#14b6be5894bed3385808a6a088031b5b8a27c105" + integrity sha512-4rmmF4u4vD3eGNuuCGjCPwRwO+fIuu1WWcS7VwbPTiMFkJd8F02v8o5pY5tlYuMR+xOvJ88mtOHpkm0Tnu2LcQ== + lines-and-columns@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" @@ -5473,6 +5605,11 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +lodash-es@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== + lodash._reinterpolate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" @@ -5568,6 +5705,11 @@ lodash@^4.17.14, lodash@^4.17.19: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + lodash@^4.17.4: version "4.17.20" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" @@ -6055,6 +6197,11 @@ mz@^2.5.0: object-assign "^4.0.1" thenify-all "^1.0.0" +nanoclone@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4" + integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" @@ -6126,6 +6273,13 @@ node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +node-fetch@^2.6.1: + version "2.7.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== + dependencies: + whatwg-url "^5.0.0" + node-forge@^0.9.0: version "0.9.1" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.1.tgz#775368e6846558ab6676858a4d8c6e8d16c677b5" @@ -6316,6 +6470,1185 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" +oci-accessgovernancecp@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-accessgovernancecp/-/oci-accessgovernancecp-2.68.2.tgz#988c2f7ffbf9ee7580167a751605a11e485edd16" + integrity sha512-MARxvOGtCQ2OFcEgG/mO3JDoSg+Rnpssu4lj5f3Eb8J14m03GTLTVRerhfotS6YJVX8tACyS8px4ItxxNNvKUQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-adm@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-adm/-/oci-adm-2.68.2.tgz#36aa3b71f7a39aff96ecbbf37bc378fd73e178be" + integrity sha512-6qKZW2r4eZ4b7MUY0HBjIKwYjvd/C2hm9nzfx21cWA5QTp8cul5qj9FcvsNXCWr+QCKEF0lcVjuxt1sXArTS2Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-aianomalydetection@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-aianomalydetection/-/oci-aianomalydetection-2.68.2.tgz#f6bdc606599ed124adbd44f35cb40e94a428135d" + integrity sha512-tao27eKjLQ4QyfAzeVtcDJQ27o272/AQl3OM1ymYgBdBb52852H4TutERMeOVImL9FQjyvGYVW9nDTQU9ZqFJg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-aidocument@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-aidocument/-/oci-aidocument-2.68.2.tgz#9d15b47e454b18326b962ec4a00ee49f7a3257ec" + integrity sha512-kI7WMzsF2uESl7bDzR/YYLPPS13fIdky9ZF6PQrEWHpvi0MzINLhFrwbMy/NdNUpR+9D0Bj4OqZ7etnci12O0Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-ailanguage@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-ailanguage/-/oci-ailanguage-2.68.2.tgz#4488dfd337b38efdaea85c736cb4bff65058d2da" + integrity sha512-iLMuTPSNZ/8SjfKFXOXAZINfMvqtwcfsR3TY62cwgw2UnaOgBnq7lu2y6QfLwjl1a3CVvwQtYj1yi6GUWzVPtw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-aispeech@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-aispeech/-/oci-aispeech-2.68.2.tgz#4a077f491d0e48c6a81d0869db75dd85342a9d5a" + integrity sha512-1EiSKIrvJ5PTAesZeouXieqHmgPxaDsmKCWDsuiKi0SWPDzELcJXLsZ6EnutG0ecsOftUpacAxFb92vWfBqOcQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-aivision@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-aivision/-/oci-aivision-2.68.2.tgz#99c27407cbf3820a20746ec696551a54d612641d" + integrity sha512-UdhyodfK5xqvmGEpKXyiZietulZmj5MfjCk/+2hbpRBqyiVLbfu97q/Wt8FA6uaHmYwn/z9Wwqoyt9IlCKmC1A== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-analytics@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-analytics/-/oci-analytics-2.68.2.tgz#9558ce8616b4b7a144fda2499a2648fdec205e8d" + integrity sha512-gHq6TZPEFg0VbdDZWELhgvxCLoPb4lSMo3bqertCVfUbl6pnFpWoGgK6lKa92oTbY0YjUQC0NC7wgs+h2opBUw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-announcementsservice@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-announcementsservice/-/oci-announcementsservice-2.68.2.tgz#16ed66521b3fa76a8ab9139ffd5d1411a6f58ff4" + integrity sha512-+9VklChwgxC+LPviGZZFlatflvlwtwsV7lqrJyax3szn8WILFBQEtkJ9nJJ4PruPU2tBqzAm/L9cVqeO+Haptw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-apigateway@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-apigateway/-/oci-apigateway-2.68.2.tgz#967e4ddf6eed89a02410ecd9254ad5eef15aa3c3" + integrity sha512-qcNuCxgJEUcGph1JiNq+DT2RKo3JLMvmwXXhcXjoVk6ZTNAWhXmdC9fV2l7JwpmLVfsp2KsXzmFijb3k3qKuig== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-apmconfig@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-apmconfig/-/oci-apmconfig-2.68.2.tgz#b2173eade9a37f2586f886260ab7c5bd17e6896b" + integrity sha512-7TCm26Aq62aR8Ui4JF5GEkKK1Lqi86wfA46RZHw9CZWxE/DhLjeA+D9d0x50c2WDIqs0yDzBEI1UteK/DXf9Gw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-apmcontrolplane@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-apmcontrolplane/-/oci-apmcontrolplane-2.68.2.tgz#8ef624fb5a1a37a8ccea41011ba26649e1616cad" + integrity sha512-/C/WHugPLSsLLc/b2lXwmy8J74f9M5nPP8IIrhQxGQSblaXFk6L/h2IcG5mldvCrapQ/8wpkdct9XpdmKPCBjw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-apmsynthetics@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-apmsynthetics/-/oci-apmsynthetics-2.68.2.tgz#fe06dd311817799e4cf02c9ebf070dadb229a51d" + integrity sha512-FzlmUiz0yybrWJUSknmMPWDg4NrbhmY3OJmHioIeF40EsTnSmJT+5sIzAGhEKwnt28IE11dnsey27KRr7fK9OQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-apmtraces@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-apmtraces/-/oci-apmtraces-2.68.2.tgz#8e3f22a1c96932cd9dd667dc598f91ed3be90635" + integrity sha512-onaqVZUXBcr2i7+JGAIF6c2BhUpuWolGvOjc7afbHw2oMo7oDY/wSaACxAYULCkUJIWpvYRDENCMHeEFLsx/EQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-applicationmigration@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-applicationmigration/-/oci-applicationmigration-2.68.2.tgz#08dc85f4a694090d8d6110c56163f0af3016dce0" + integrity sha512-bAxQWksT0krCq5txIa85+dNlGdS7p8uzXvX8JK0R2/8uF7jMPlDWxBenlE9WPyt2NtgxUv+dNIxQB+8rOZy5eA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-appmgmtcontrol@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-appmgmtcontrol/-/oci-appmgmtcontrol-2.68.2.tgz#02ddabfb834a6724770c0be3c12c9de5c8244a52" + integrity sha512-ECyaYjWg6MocAguvib/icP2U3hB169VlR1ZyvXDJPHSQF4F4Tvlf7jet2h7QnSRaIWMx4p1otMQuy+mIPTU1wA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-artifacts@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-artifacts/-/oci-artifacts-2.68.2.tgz#e410c826e25a6b6af050a0b1cba6ae015abeaafd" + integrity sha512-YMdv+gbThVaP5yA62nkPb/BBDfok9LZFfbpn+NHayysTBKA2fXp1Hgy4kjBI0WrZYnO+0DQ7gpCXs+/q3QGhsg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-audit@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-audit/-/oci-audit-2.68.2.tgz#1ce4854a4fe9cea321b5dbe280c76a99db4ed519" + integrity sha512-A34KQDLol5oDIMIgWr+1nhs6jVuGm5dqtWygzbbHa8KblXM9Unb6v+ChxT9MJ/Nr2+7zdiX5DQXufdb3DR7F6w== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-autoscaling@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-autoscaling/-/oci-autoscaling-2.68.2.tgz#40a73bf0eacae77e920d4a9bb6f43c0b12908af4" + integrity sha512-5Iw6FM+97EtJ72Z/Oo+bRLSMk3nXzjQjjODNDWwXn/rEK6uteTIobx6JgFrft3NH5i12nQmUSmRsd2FmyQ1Bbg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-bastion@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-bastion/-/oci-bastion-2.68.2.tgz#882463e77da560308dd5327209c0187847d95b0c" + integrity sha512-2pZ21KeZi0+kMfzFh6zlG2Z61hI9VPwNVPDPCxR2Ro5Y8luGCdEu61m/3tUZ21Sy6OwfbJib60zle0Px5YsOxg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-bds@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-bds/-/oci-bds-2.68.2.tgz#81686d8378f5858a7d6b13c663076be41ef30c18" + integrity sha512-tQOrgbgNwlJjoCJesbNMBkmHV7K9sK1G6NbkRF/XrPqIVmwG89Z0AHOXe5nf0udcabURA8h+voggd1I7jrUcag== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-blockchain@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-blockchain/-/oci-blockchain-2.68.2.tgz#7d7cf8b3255947618a932938648897e17e5c202c" + integrity sha512-HWGBa5qKKvAxaOn8ojpU7uVTBhLEdL9jW47GdZEy9JPG34UD5JyLeR4LaBLKomZC8xYhe0o6Oa+T2d6XYezT/Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-budget@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-budget/-/oci-budget-2.68.2.tgz#b2d0e31a3498c652a0abe9b1c69f575f7c2b3b5c" + integrity sha512-eZ7egnHNeds3+pUMYRxImBJUG65EDGSHmlaPBocrMjlbqcntj5Y8kSwODU5ZUKDREe446bA+Iz7L83LWFdWPSQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-certificates@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-certificates/-/oci-certificates-2.68.2.tgz#fb4f7c3fc632fedadc362257e7399426e2f39cae" + integrity sha512-LpyEoFuUGuqMrMGfnCGopSP/ZLifJDnpssue1rKiyL987MZOOr/vgI3SGKShVtMkqZ4ooLVBn8uBxjHApDEYLQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-certificatesmanagement@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-certificatesmanagement/-/oci-certificatesmanagement-2.68.2.tgz#2cd37b233d0778b33484b8a670dcf14ff123076b" + integrity sha512-vjA/pBRaQeZ0KQGvsjG8ujNJKsMB5lHcCwcowmj0hNA6bgIAPq9UK54TJ2hzx2xNQ6V/FFyzh1cs+rge2UaOCQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-cims@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-cims/-/oci-cims-2.68.2.tgz#42bcd6fbdfde3df6c6c02a8680b1504723de8f0b" + integrity sha512-qpk42CJYggBoVt1sMslj8F+SFJbhVS9mpw6B97d924jeWXs0tsuCx7W0iFCljRMpPJjGBGzuFNF9gcCuMZ7Zag== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-cloudbridge@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-cloudbridge/-/oci-cloudbridge-2.68.2.tgz#88c6039776e3cfb89739ea751d56e5d2814b5bb8" + integrity sha512-VPCyH7blmo7I1IN77hb8zAfC4thVxMIEeGR2X/fflV+28hVRR/YZwHkyoRbckQOyflEDbm9srp/QWbNMCsXeZg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-cloudguard@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-cloudguard/-/oci-cloudguard-2.68.2.tgz#342494936c4f8e01d1f1623a6ed3feacca9264c3" + integrity sha512-ex5iXjeih5IaiTMaVSxflMAbMWCemV55AUuh3yoC4f+9b7Eo4zaVAi49jpkMHCRZdmuEziboMNQvbE33OxYm9Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-cloudmigrations@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-cloudmigrations/-/oci-cloudmigrations-2.68.2.tgz#35efb06be986e139c601c2ea349a47048428f8b1" + integrity sha512-c/MWlCWExXnk73u8MHyCSMZSgyZEKjZbhDEDFUYfwWIDiXJ+3ag0oHGU9zhrqESGv6cObRA++mOTt7fwblOeyg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-common@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-common/-/oci-common-2.68.2.tgz#9236ecd4cfb0231a59e69b6f02f57a6ed848b661" + integrity sha512-CsstsaS+ien7xM5ezrqAod2bFYIvCxOM1aJ4MymHEDsp2ONQXeOUOhvKW7+zKNjOfmhpkBh+/Yc4wfcnFminpQ== + dependencies: + "@types/isomorphic-fetch" "0.0.35" + "@types/jsonwebtoken" "9.0.0" + "@types/jssha" "2.0.0" + "@types/opossum" "4.1.1" + "@types/sshpk" "1.10.3" + es6-promise "4.2.6" + http-signature "1.3.1" + isomorphic-fetch "3.0.0" + jsonwebtoken "9.0.0" + jssha "2.4.1" + opossum "5.0.1" + sshpk "1.16.1" + uuid "3.3.3" + +oci-computecloudatcustomer@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-computecloudatcustomer/-/oci-computecloudatcustomer-2.68.2.tgz#be7cb9a0a128fda6c920cb8dbe83274dbdb93a19" + integrity sha512-OYFPQEt0qsJdCIuDK9fvluhrJHAd1rwCfOYSDaRP+anB1fNkTQOHkejYMXBlmEXrlJRLKvC9/n+D20t0aR06xw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-computeinstanceagent@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-computeinstanceagent/-/oci-computeinstanceagent-2.68.2.tgz#3e604c0ea670e6d59d79ff743b3c8ba19f6a7ce4" + integrity sha512-ZlbQaHtPgJ2dweu1yX7We3NttMzVtv9utESO4J705tAUA1vLQ3MSrMEqRtwEuY2BIzJbCHfVlTO+1H6aDG0lZg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-containerengine@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-containerengine/-/oci-containerengine-2.68.2.tgz#d5141a8693aa2292ddbd1b7b2248e66bb187ab85" + integrity sha512-HqfRJ2rNmCX9b9DHp++FLpslMZOPNwMGrvI/IJLGbr7KJPVzzdaZb0qzR2zIHYUrKViQi2y6Bs0AzqdS2J9hVA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-containerinstances@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-containerinstances/-/oci-containerinstances-2.68.2.tgz#31ad6153e5b31149c53d9f1f93c331f7b7da3d0c" + integrity sha512-Bj7unV5MjbLJMW4NTVHlS5t4Gr0cHaNYCgtcOdMhwxLgN3S9eKLtcACSIPyydl05brOvsi5gp8II9GeQ4xMV9Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-core@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-core/-/oci-core-2.68.2.tgz#3066c5ae1269f4cf36185f0fa0445273f7c85c02" + integrity sha512-TqfItlp7v8icGKjy/dPk0zr+ZlwPdXZIlKDDFxVRu1oZcRXtE2cYREWn0vNaDqra0rncM4Rvu/geYSgVi/J7+g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-dashboardservice@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-dashboardservice/-/oci-dashboardservice-2.68.2.tgz#a92cf472ce7689676bc265b4652854309a9e27c7" + integrity sha512-kVVm52SdH6yg13hZ0dXJUKEucFqSBcma9IM7QO0vtoy4QC/guk3tgCEwRIVmcIyu2+DOneKU5wABTuIFS2RHIg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-database@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-database/-/oci-database-2.68.2.tgz#639da639e4e11352b2f5c28467c1c658f55a420c" + integrity sha512-My23n7RwI2r/1rYjDSNHLrkbXNQQ7AxsZhM8t0IdQXh46ty/R4EyGN932/Qjy0Ozrfn9gooGzRGCmFgUmJJCyA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-databasemanagement@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-databasemanagement/-/oci-databasemanagement-2.68.2.tgz#e65d3bc2aa94792e0d942b666862b05434bbb571" + integrity sha512-fIjgYFsEwHFIWNFpiA/YrIdCqRPgcYhBZiMWdY5h6Ih8XwMG1ZNYwtiJ4OkTfZTv4KsD057CBpDr0jntg2xTxA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-databasemigration@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-databasemigration/-/oci-databasemigration-2.68.2.tgz#b3a1fa3821dfcbb5bafe4712d70373fea95ce45a" + integrity sha512-t42ptIVmj2o4kJ3Z0/YwxU+H1t/V/oHDKLGL93LpjE+RI9c3ztg2ogD6B8GJba3n7HFF6ZF3odI7/PVKr1xwZw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-databasetools@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-databasetools/-/oci-databasetools-2.68.2.tgz#1bc83a30dabc104b0bd0712cbb3eb06094e6a9f9" + integrity sha512-zTSlhS6Cylodc9J1GA75k44GYz/pTglGFQhxGhmSgPVLoSEGTvBP4B2VjHlD006Z/MiiBujUgFCH/a0WozCMmQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-datacatalog@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-datacatalog/-/oci-datacatalog-2.68.2.tgz#d29f1dc630cbd80f26803d34fdd9125c9c3fe1e2" + integrity sha512-4hqx98/uEi+U4eI8Y0iHTaq1amsY0+sZQHVkA6VBaT5u4IbD5GhVABbZANk/3nEBZFeudbk1tu5nftna5I+rZQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-dataflow@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-dataflow/-/oci-dataflow-2.68.2.tgz#9c91aef7ea4fdc7d0eaf33f0fb81cfdc44076e9c" + integrity sha512-I+10AAd/5MN9vUNbfb+MSLtuQPX652A7f4TFg4zspl7ovPNPTIBLNm1n7fMsshCXctPaitDwGh3LKuaYBUBQxQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-dataintegration@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-dataintegration/-/oci-dataintegration-2.68.2.tgz#b95e4ec77437d87a368c9ea12e251599c96141ef" + integrity sha512-23qzSEr8ciPKAQxOFznogjF56UVKPht7Td8x4K/bhexQQw5VAm0KeBAMVqQowquOkvJEX6/MFf328yqdT6lIEA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-datalabelingservice@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-datalabelingservice/-/oci-datalabelingservice-2.68.2.tgz#9767aefa74c49c60c015a584e022c3480b24f7b0" + integrity sha512-RCN5ZCUZ6ZvGN9fQz4j6gRVmr47QidDhaxDPiP/S5Bsn/P7B+BhAXT0lBKwujIkQkZ3a9PDoDhu2w8n2cSXkwg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-datalabelingservicedataplane@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-datalabelingservicedataplane/-/oci-datalabelingservicedataplane-2.68.2.tgz#a834918cad104a8d58eb01481438658fb5135a69" + integrity sha512-XdQjNpe7G8F3nUkZkbCgLqiRQXZn858x+jERfHOqUTulF/f+/WhVqoY+z0i7T2YYEG4eJicyEOtwB66OavFcWA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-datasafe@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-datasafe/-/oci-datasafe-2.68.2.tgz#9410bebdf04b3fbeb53fce5064e46b2545579a79" + integrity sha512-D3nJMWEP5fT6piTHQ9k298QiIneTDD6ZS4gjLQxWDPHgLtxfauXGiag0CYQSiMrTSbRuVOoZTmTsWI9ZC7vlsg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-datascience@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-datascience/-/oci-datascience-2.68.2.tgz#7c5784eadc2e4761de963da0fa9d3e1812bb4841" + integrity sha512-F+crx+4/nzwfwVJ0TODArGlSz3t2V0GAhHNz+Og5aSiYQXqyj639Ksy25lgJqAmA+prUwZyX/zV0kWE5FdGkrA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-devops@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-devops/-/oci-devops-2.68.2.tgz#127c3ff13b2c1744d4888901ed6c87137de3fdd3" + integrity sha512-97NJ2KfD0zdXf4JRgGLstU2IBM6OscDKfSaGeXHyqj+2EcO8bgSWBurKnzN24HGRp890skapA8d2YI5WsKUhJw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-disasterrecovery@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-disasterrecovery/-/oci-disasterrecovery-2.68.2.tgz#40f19de2fdb0e4cff9d11faf8bc261c5f902a3ba" + integrity sha512-CKzfSqENDdY6d4fDjTyD4wQgz0PAyW+NLyTyuoL/trCT6vTXpwXTjQOXYMJssn9rIdkWWwDFZX0wVgKgUh/wHQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-dns@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-dns/-/oci-dns-2.68.2.tgz#6754b89d642b67a2ff41e69e4eb1129b40e714cc" + integrity sha512-465eAuw+ryFi/apQVd5YhiohZUT4DN3eScdmzeilEgIWEF80DXNX6uxdRzgyap/B2hXB47kjdZBGWZEMcDu+uw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-dts@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-dts/-/oci-dts-2.68.2.tgz#c67df45c224ccbe40b1762df64bcb8aec36d9d12" + integrity sha512-XYBEWqvWHoCdBdSEF+aMLNJyXgUZuZjKt7Ng8qJF23vCE4OC3r6JCfuSiBUzHJUzcPH7pMyJXNsmdgRF4POT4g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-email@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-email/-/oci-email-2.68.2.tgz#28a30bea8e34c639022f11064bf3ac075d584d74" + integrity sha512-Xvf4d0Yhm0HDz7kTv6HMEOwdNGBYj3koAL5+VzoCDmiCs463L4qEmErTlG/Q+9S8BdRO98BA22pCkll2M5C2gg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-emwarehouse@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-emwarehouse/-/oci-emwarehouse-2.68.2.tgz#37e45b1383d085eab7f9b0696cf20ae1816de715" + integrity sha512-FFUQUi4cVm6cslpFk8paRQZorpeEaNdz301LMdlQZ7oAI2jxS8txplGNMnHYUz7mAG57YxDH0vzp61XlzHwEOQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-events@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-events/-/oci-events-2.68.2.tgz#697b4bc2129a124de3b3cf2e159cb7323906cb52" + integrity sha512-/223zyY/qkWNkEqEtBBjH/H0s5+I45xkFLhz5mUVs98K5/NVkZd0/rdAYCwXp8ZVy3cDxj7YfPCyJ+dw4Qk/gg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-filestorage@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-filestorage/-/oci-filestorage-2.68.2.tgz#a90a0c5e958ea4d78214f8b2ff86d8fa90569255" + integrity sha512-8Gs6Wa2AEZgR24yFFz5n87TKrVLFnxXLlAS9D/xeb3t+BBsu/JmGjnqLP9ExQzDwHorqiELDLmwZ5J8TbupB2g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-fleetsoftwareupdate@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-fleetsoftwareupdate/-/oci-fleetsoftwareupdate-2.68.2.tgz#30fb99b4659fd8b1cf8e22a3daf3ab286660b48e" + integrity sha512-6z2pGFY+pD2sUQThI3bW44ghQ7gbHLbHoo92p4Y8u7iEuuGmp9pTRmQm6ri/fBF88fYFDWa7Qj+4UBypV2/6cw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-functions@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-functions/-/oci-functions-2.68.2.tgz#cce71b48c39ba4339d7fb240af07bf5880af4055" + integrity sha512-iSh1ZMlndFPUUzprfFnsk7RuXyUJdABtLB2rUTEEkgxZYHBNAwgEQuTYXajmXonU8AdTTjHeTBz1oiuHBytlzQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-fusionapps@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-fusionapps/-/oci-fusionapps-2.68.2.tgz#037910b53902835ff604dda1ba2debdc5e8f095a" + integrity sha512-nVWYW4kYaUdOtuhxyKG9CofLn6k4aoaKYS30zczsCzGTtp1XziVA4SEWCVOlqj3akinywR97A56Ix5jfRfSYng== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-genericartifactscontent@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-genericartifactscontent/-/oci-genericartifactscontent-2.68.2.tgz#c72e91c9e206d1c3450514b9e69f812708427f9c" + integrity sha512-i80mcEtCsuRx0XOX4JnY9mMxIbFalauQIdS2RYWHS13JOLYoNN9chVisqf45XlCFrE8MKBo8/1AvVfLqDb/Xuw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-goldengate@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-goldengate/-/oci-goldengate-2.68.2.tgz#e8beee2a367b0c3bbd782db6292515e31499f6e7" + integrity sha512-Wez0OUo8zURM2F3xGJfluYXUQaY4xkaq3yog2pg/KPaA7PqW/2XECvNTSuCAWY7vrCammxzBwReYlmd0ZcBeNg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-governancerulescontrolplane@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-governancerulescontrolplane/-/oci-governancerulescontrolplane-2.68.2.tgz#fbaaf07ed916d92ea2856f80d77dd8085387d301" + integrity sha512-J91kxnMXQjXIjyJzn5RbdaEtyhAjQPUqfJUCZQFDg7kMtoX3B6jbPx1a7cfxAMCA+S3pYey1pZClmJNJWN9qyg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-healthchecks@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-healthchecks/-/oci-healthchecks-2.68.2.tgz#aa581527abc2b650a34479e4dfde0fb7c475f788" + integrity sha512-88x7JUWtyf6MwArMXEQSVv+3Fh09ydHdiwNMN2p0dFqRQLsOq/39h0oVYIo44R5o1fM1zr92vxf/11g5T65m2g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-identity@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-identity/-/oci-identity-2.68.2.tgz#75cba3fabb5b701c00e7b0f869e355419d79f19c" + integrity sha512-VpvLFh4Ln2iXtSh37SyglCkOmwfzyDUnxeOMA2Opabz6QPkthNZPekmm/I9FPmNxx632yg64LBZVJyBhfPJfBw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-identitydataplane@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-identitydataplane/-/oci-identitydataplane-2.68.2.tgz#27cf9f541b378ad2b68dc9c624f973f7f03624fc" + integrity sha512-S5xvsbPdRLRbc2mv6TCMiRp8+UQnMYU9Y7K+LCQd1oTbPqu5Y51kX/uSrlBO1kdozKfsvLneXDKu0uW6ST/O7g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-identitydomains@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-identitydomains/-/oci-identitydomains-2.68.2.tgz#a33038a5043cbbc2d5bf9a177a4ab6cc8a98c7e4" + integrity sha512-KkiC7WzhFBj69gSGhLvTuHP+ioB3qTT4Oo8fUAY9+fvHgFH4eTMeE12mlfTLiM8manGTFCOuSYnzazMuopJRfQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-integration@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-integration/-/oci-integration-2.68.2.tgz#cdedac89e627ef01ce46b78b82a1e1a3ba277c75" + integrity sha512-XYIfpdofNr6HvVrn0ggFsm3zHNUquCJAe3JFarugwLifMeYcKuVvcnIQBfDAkZseCVViKcI2gSuW9JeJYaCYDw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-jms@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-jms/-/oci-jms-2.68.2.tgz#bac8fee64a12da5e5752c473fdc196fd1078aa79" + integrity sha512-/ws5pdY8pFuNeAqmN6rpssPE863niwKj1+gsgfo3XwZEgvqnKFnNZt9Um4GL14cP7lEDcRmz2YAIGFpvX2vkSA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-keymanagement@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-keymanagement/-/oci-keymanagement-2.68.2.tgz#31dbf8a1b7ffcf34335d425e40bb3f11286c29a6" + integrity sha512-+fAI+UezjVBBEiEi0XJIPGbBa3w6cORUInHpYWs3YuUFfMUnRYj/xA3rAyx0PvsxLxsLbsVb2IJ0a7ydQ2W7mA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-licensemanager@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-licensemanager/-/oci-licensemanager-2.68.2.tgz#e755c65f4977311989b4b84edffedb802334e148" + integrity sha512-2B/gI9L/KreIm7/CKXwr5mCUvB+GbxxFOSw6wvpjwFFs1fYGsSvwBxcKp6Yg70wQX7f2THIGMSVhMG8C1VLXIg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-limits@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-limits/-/oci-limits-2.68.2.tgz#2e3ca4c707be2e47306d58d935e79a3bc9e577be" + integrity sha512-CWI92yz0fDqVf93e8gjje+c6Wb1T8Qr/jX+ikak5EUfZssbqz8njUvcrVgquEfdzHxGoT082x1yK62viVkzwqQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-loadbalancer@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-loadbalancer/-/oci-loadbalancer-2.68.2.tgz#28ad3fd04f8b8e3d037a6cf3c2c1c3c4633e6c0a" + integrity sha512-8bZO6uplzz4A62Zy02sF/ZPjGy+YS2nRPV6MarqmUXyvjo1TPOsodBgk84oEIpx4oxHUrgmPCIWh/R3TxXWvAA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-lockbox@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-lockbox/-/oci-lockbox-2.68.2.tgz#0793c290196261618941491bccc85072cb316173" + integrity sha512-mD6eqJNAwJfqhPRznIxMdjPh/UlOW0J9PoDLnrhj3UqOi2v+22MCnSsLnUdv/S4FuXdhDVMH6W+6J8r11pzh6A== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-loganalytics@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-loganalytics/-/oci-loganalytics-2.68.2.tgz#b3d0e2d8a74cde9da9390bd53fbdb27ddd549990" + integrity sha512-5rc4rrofX7wcJSJJLm/ic5T77hwsa/vTEya74SA89R1dmMKwjU224FNtvvyqcW0ukyI/P1fP4XGXmtk5CCWb+g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-logging@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-logging/-/oci-logging-2.68.2.tgz#bc4e8fbfc70d857671fdb7a799f83151264d06e2" + integrity sha512-gJFPOiiLuUHsWBeglw9B6ls8m8RPY2hvq7GC6IsEcrGN9MPmFPyjyzs3NqEns0DLL5HUYaCUG1Zy0ynLf/1mZw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-loggingingestion@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-loggingingestion/-/oci-loggingingestion-2.68.2.tgz#a2fd4ff1fed9908fbe9b645bea461c2e622f5364" + integrity sha512-WmuAy7I4Rd6ni0PT+ouIZaXGfd000eIu2jSodhFR4y3IZiC4aR3H8UY4Sk8uQbHGEsw9kpQLbt0v5SI2r5lSqg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-loggingsearch@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-loggingsearch/-/oci-loggingsearch-2.68.2.tgz#a121941e552830204231e11a894c2bbcb96896a6" + integrity sha512-CSPMxPECuO86GBG8NQBtaBrzvdpIFL2Nv9E2vJdqdbotUxdJMTNIlcDLeLmE7TAJ6+MCYMS5QGJBfQDsRbtEHQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-managementagent@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-managementagent/-/oci-managementagent-2.68.2.tgz#d686d1509c7db4aff25831dac91e16e3ec3d5b28" + integrity sha512-HGPgVGdXIiGPRmyb7HLjHvepo2/24nArUPaxVvLU6TvGK2mJq6PIhfbqxxdS51IqmaKX0j04eirx/5uHPYD6Sw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-managementdashboard@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-managementdashboard/-/oci-managementdashboard-2.68.2.tgz#b21126cc373e947f3f8889a1fcc17dd9b4caf14c" + integrity sha512-ozV40nNmY3FcOoqRMEk521Zt2z0NXNojkPx92QcLidvDiTd//MfpB6mZPFjfALnK1mXDRTBHQ9q+lqrJv0HQHQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-marketplace@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-marketplace/-/oci-marketplace-2.68.2.tgz#faf166b035a73e17a492af545c3314c977558d6a" + integrity sha512-H64snEp8ZzHyQLQ75ToR6/PGvjijW42pyjNrwh33RIHOq4s8gt266qPHilSXAJlUzMEdnl+F/exeDjAQqCcvKA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-mediaservices@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-mediaservices/-/oci-mediaservices-2.68.2.tgz#18584f894a1aef8fbabac427f08bdc90b06f1086" + integrity sha512-vcz6/CTtQhUIdTw0fUiSh0EY2yOmMWmBfRcZk1467vNCJuRuJUFXpzRT+2e396on6thzIOV7VfduigjiNf015g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-monitoring@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-monitoring/-/oci-monitoring-2.68.2.tgz#c2af9a12610e501ef550d4adf05ecef93cb7eab2" + integrity sha512-yxAvVaZc6jIwYi/rCll7Ie+mkMqFhgGd9L5T1eoPzDLikuOk1vmLscuhrJ2Op8aHojV/fIahPbBcyuT0sP8dvg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-mysql@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-mysql/-/oci-mysql-2.68.2.tgz#93d908dbb34813557d55a1ac50fd251a04fdffa5" + integrity sha512-5ZGK3RsHxdf3NYfmaJYbKnDFFqhsxwxSGiWPVhar9BlEvVtNPZqLZ0JFII/uzHWOdr/oFVZK7pKa4mys89hrkA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-networkfirewall@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-networkfirewall/-/oci-networkfirewall-2.68.2.tgz#7336cc1521a61c28eb866e8fddea65ba2aaf4e92" + integrity sha512-KQsyjfILXiY4hRKY34INh81sK+Sd7LjXoH0iZXIbpAa+T7M/xa8Fep5KcjsMpPmWBE9jW9g50PvHKusTNxGjUA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-networkloadbalancer@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-networkloadbalancer/-/oci-networkloadbalancer-2.68.2.tgz#3d27296793aad557ae605ce1d1e03bbc890ba009" + integrity sha512-1lfpNGr0kFHa4v+/aP2tYd3QSUZEpV/3r97+/NpiJEtjCOe4ORyNM/+1f0zQD/ZU5iIfwPadDVn4XTs2S37bqg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-nosql@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-nosql/-/oci-nosql-2.68.2.tgz#8fd634f80768cf1a0df876b8fd3dcc0c023f392f" + integrity sha512-z+qPHxFe4AHzra8fYToXRNcHkDS/cdGDl3sI5/+CyZ8sdSiMvVqFowK42SXwtrZgt5G6e9FxI4le8bfonUWTIQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-objectstorage@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-objectstorage/-/oci-objectstorage-2.68.2.tgz#3a0678e46186b83c1d8eccaff222d04ddccd76ed" + integrity sha512-4FGUmZ0TJjbtE0GVQ0JL31dvCd8fDXu4fDKXAL0SFwnVQJEDYbTuMu4ST8NfjAwywxQqmuHmKGhtiHULZZqBhQ== + dependencies: + await-semaphore "^0.1.3" + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-oce@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-oce/-/oci-oce-2.68.2.tgz#b9742db258b0ee00a7736b221e9abeba7e91a42c" + integrity sha512-JpkUM6aGbW9TzWNOw87EMbBL3h9xZsrSfH8oiIxO3r0HWx4S9O3yhz6Hplc75MW27VWabWTksyHEPN60J7XoLQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-ocicontrolcenter@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-ocicontrolcenter/-/oci-ocicontrolcenter-2.68.2.tgz#d00fc211a7db186eb680299d7a04cd2bca49da0a" + integrity sha512-jzEyDagLQKo8OQ+R1TpC4EUaZWys7iTIeBwxhlV6Ac/Xq8CWXAyp6Y9clRXRevaLOM/K+LcK6lCtqPVeBT7thQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-ocvp@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-ocvp/-/oci-ocvp-2.68.2.tgz#d8a2bdaf58b072ab4b6bbee210fc70786f34838b" + integrity sha512-UDLhPHHxis7rEfv/dlxSUFqgS0LAjamKwOVW9JNUtpY3IsO0iWALblv87VH5MGTOVw6uzmMd4RqReDitt6r2Cw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-oda@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-oda/-/oci-oda-2.68.2.tgz#0725cf144bdc7cbaad249241934a18991c43640b" + integrity sha512-V2OBjUc6RTy8LXUqCPqrz6CHp5DjkY2zTitgpxS1RFLZYV48cdxRMp8Dw25W/lZgrYlMLrJTc178/0ODgEdlcg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-onesubscription@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-onesubscription/-/oci-onesubscription-2.68.2.tgz#0a474d8a3ba90bcde47fdd5e5fb2e6d3259fb268" + integrity sha512-r1nd9cOYeE1Oxtn70v5RAB4p35nu2R6DK6gxf3I6/Bi8omh6QFbIOtt+pOTCkcSv7iWkKW42yWEWyoneY6A6lQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-ons@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-ons/-/oci-ons-2.68.2.tgz#31f2c7267d4c854d6817f4959dab8c35fbcb2384" + integrity sha512-c6RpV8NFDuVJ+N1KJcJc1+wqF+1nmRDjm84g4IE3uQY4rQSQEfsmymBA4dlT3ujXKUbVIpgSusJy8dXfiB1S2A== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-opa@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-opa/-/oci-opa-2.68.2.tgz#e087aaa3f463054add1da0b042b7d32246cf8cb0" + integrity sha512-iwBD3nHZGVANRYWubVF0gCUR6u1Uh7Yp04VwMnw85kYpGpEQZGZssdt6JpRApkfE/rvyEsrRLfXCPWOMZg58gw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-opensearch@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-opensearch/-/oci-opensearch-2.68.2.tgz#fc8b86ce46db5db0e92e285d557daffc4532fb3d" + integrity sha512-lKSA3KbPD3MKstSZ/CmTXj81/MCLzFEgfL0AsOVvGl4kuyITFzlAGDWvWjHzUQtqkm4ORkOr4ozXHFcmixS5gA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-operatoraccesscontrol@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-operatoraccesscontrol/-/oci-operatoraccesscontrol-2.68.2.tgz#3dd93abb8f065cf36119294b789a4d264663e47a" + integrity sha512-gme0lV+T8pvbRCg/oQGo/HD7OMsdLGcz0Q7WBsrfVfGfOuWPc7c1QXsNihx2gXQR2vY52qkXB1nG9B9qomYvOg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-opsi@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-opsi/-/oci-opsi-2.68.2.tgz#0d183c6b49d96fc61831af22604b11cb39f3ecda" + integrity sha512-7ZxPOUCurnRTXXpwtUl5HFmC+H9g5JtV1rfyb0xJ/8oN/keudVbz70Qlb1sxf7O3Oo/+WUnTZTsxm5YbokHfwQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-optimizer@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-optimizer/-/oci-optimizer-2.68.2.tgz#34223121c825caa7dfe1105d7e2954b35d830f6d" + integrity sha512-Edt9kvZbIpaRHOTEj1eGNgiBRLn+TYZ6yovKGm6KfsjAD3xsOLuoimYvcntZhZc6O3KmK7CKS6aGyAQj3WRs2g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-osmanagement@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-osmanagement/-/oci-osmanagement-2.68.2.tgz#6aea973c583647b26864b446b0e5ae2500d275d8" + integrity sha512-QdsAOlzGhZPriamcmjB54zt4A0TLp5B7xLbX6D/7UEFRvZvIGQePw+wmJfm2dXZp3SMQXFmfUsZGW08DNQT9uQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-osmanagementhub@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-osmanagementhub/-/oci-osmanagementhub-2.68.2.tgz#9b887a33628ef6261b625c007e05e7f748e6e92a" + integrity sha512-OdKvy8hx6JO04hrvQI0Sny6x+WIEiVEk6JMGR/mJ0nwQs/PO+Do1SGLbt7Q00saI5DoB9OfyCm20RhgpvQ0Awg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-ospgateway@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-ospgateway/-/oci-ospgateway-2.68.2.tgz#cd8ac895714c2c4a93a0b54394020ae37a9a6aa3" + integrity sha512-2Ymsy02lxjfgDQdHGmBqJ3cs+BopdSiSwFP/cNDwi2EXywWmW8+fzpsEQUbOaAPUDVdLLPfxAyyRvufday86YA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-osubbillingschedule@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-osubbillingschedule/-/oci-osubbillingschedule-2.68.2.tgz#c6ceacd60a35649cdf433f752e9e9adc620d0a0f" + integrity sha512-JfiJbSL0QVQ5uhb9GDKJ6dcMM3qA/2GHWBhb7Z2OOQS8KypLgyWlNwzNhYFQtrLAKXb9cmR2KVVAR2reYqhTtw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-osuborganizationsubscription@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-osuborganizationsubscription/-/oci-osuborganizationsubscription-2.68.2.tgz#f5b3b223a330ae38b149f4be8ee90b5987f304a7" + integrity sha512-GxylDOlFCwNH1o8g8ljfoBsLyyMEOiLB/V+W9r9S4WMQilHDCKbUqK1I27y+aCZA1J0XWs+fLAyZa6GIKoxgUg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-osubsubscription@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-osubsubscription/-/oci-osubsubscription-2.68.2.tgz#ccc818b6d14fd348197b05a7b21726cca67f4ccb" + integrity sha512-OKkivIopDAw41YFRJ3CvNI2P8NjoBrDLJrJcdWFb72u36FqJB/Z75AuU0PMjWTcrXV9qucKxzVykBu3R+OvHFw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-osubusage@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-osubusage/-/oci-osubusage-2.68.2.tgz#85c4eff0e80a0f7b0d1be5b32f775ac94c0ccdcb" + integrity sha512-F9P8blNzMe3noHPLWOJpAksG9kpod6LjfRAwod1ikqckRvKuT37twhuXERPRVumcrLZgyHSpPZ53/xJgQ6aqzw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-queue@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-queue/-/oci-queue-2.68.2.tgz#fd0b7f369676f1a6e2a68e579a6e599117189208" + integrity sha512-xqVkBKgTYW0K+ZP5OkI5JFqNmPDUpdwdX3TlnUZ5zm16nCnAzbVsJwxGVZxcySWt2u/WE9drKJhJ+ffSwUlD/w== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-recovery@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-recovery/-/oci-recovery-2.68.2.tgz#ad7a1c8d4723449b91a011f8791433ab1ee12fc9" + integrity sha512-/y9osejP6oT3k85DEf1BBoHzQyFudNrGCT1mHwXr+2GwC2kpY87rwlHyYRdRNvGvqNrjMB+blSy5q1HJNBPUtw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-resourcemanager@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-resourcemanager/-/oci-resourcemanager-2.68.2.tgz#b5b3da8ff6598c2dc971cce177b24679531abb7d" + integrity sha512-/95/2CU7e2dpDF7KSnF1EyBJYNXMTTuG/s/pj3IY1KvaOXPmADYfHdGtBHqBDzQztVvOBCQ26UE1hYe/BOJxcw== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-resourcesearch@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-resourcesearch/-/oci-resourcesearch-2.68.2.tgz#173747aa515a70e5f6a8b85f3788b2efa5d4fa3a" + integrity sha512-2+eu7tpZKp3I8a3xBw5D1CQ9+wly/3ecwRLqaq5a7Vj7sJYSgexaLbrY1kWcmo2jZoyPrOlmei+JHbVvU+RhLQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-rover@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-rover/-/oci-rover-2.68.2.tgz#5dcc66292b64fe5ac926f812903684ce6566da75" + integrity sha512-5lzQRtiKQz82Oj+27kLnOaKWNVg04T8r50rI16wH2tJHubxCYRxYvKqT4KkwxpexecHgjPe3O5RPUz7GkBMwHg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-sch@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-sch/-/oci-sch-2.68.2.tgz#626a8497a8df9f3d1ec65a0a107dc6a6900e326d" + integrity sha512-G5v3PHCu6F0wsC6BEY35HEWEdzirlBMYaLCsSNB65GJkaaha6J1yrEv9YUnReEL1SRnRGe7HGRHbOiqWC5H9/w== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-sdk@^2.55.0, oci-sdk@^2.66.0: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-sdk/-/oci-sdk-2.68.2.tgz#92e21c6be13b6b29711f3c5a17ddcf8fd9717a3a" + integrity sha512-HBmx2ncR2u8EiNhOt4NzrUJtgvGFXK73qw/smVqqqS2SkFRruG6CeGE1rdLt0CXpdGLgs3kYN1JEkOGL8cTfGQ== + dependencies: + oci-accessgovernancecp "2.68.2" + oci-adm "2.68.2" + oci-aianomalydetection "2.68.2" + oci-aidocument "2.68.2" + oci-ailanguage "2.68.2" + oci-aispeech "2.68.2" + oci-aivision "2.68.2" + oci-analytics "2.68.2" + oci-announcementsservice "2.68.2" + oci-apigateway "2.68.2" + oci-apmconfig "2.68.2" + oci-apmcontrolplane "2.68.2" + oci-apmsynthetics "2.68.2" + oci-apmtraces "2.68.2" + oci-applicationmigration "2.68.2" + oci-appmgmtcontrol "2.68.2" + oci-artifacts "2.68.2" + oci-audit "2.68.2" + oci-autoscaling "2.68.2" + oci-bastion "2.68.2" + oci-bds "2.68.2" + oci-blockchain "2.68.2" + oci-budget "2.68.2" + oci-certificates "2.68.2" + oci-certificatesmanagement "2.68.2" + oci-cims "2.68.2" + oci-cloudbridge "2.68.2" + oci-cloudguard "2.68.2" + oci-cloudmigrations "2.68.2" + oci-common "2.68.2" + oci-computecloudatcustomer "2.68.2" + oci-computeinstanceagent "2.68.2" + oci-containerengine "2.68.2" + oci-containerinstances "2.68.2" + oci-core "2.68.2" + oci-dashboardservice "2.68.2" + oci-database "2.68.2" + oci-databasemanagement "2.68.2" + oci-databasemigration "2.68.2" + oci-databasetools "2.68.2" + oci-datacatalog "2.68.2" + oci-dataflow "2.68.2" + oci-dataintegration "2.68.2" + oci-datalabelingservice "2.68.2" + oci-datalabelingservicedataplane "2.68.2" + oci-datasafe "2.68.2" + oci-datascience "2.68.2" + oci-devops "2.68.2" + oci-disasterrecovery "2.68.2" + oci-dns "2.68.2" + oci-dts "2.68.2" + oci-email "2.68.2" + oci-emwarehouse "2.68.2" + oci-events "2.68.2" + oci-filestorage "2.68.2" + oci-fleetsoftwareupdate "2.68.2" + oci-functions "2.68.2" + oci-fusionapps "2.68.2" + oci-genericartifactscontent "2.68.2" + oci-goldengate "2.68.2" + oci-governancerulescontrolplane "2.68.2" + oci-healthchecks "2.68.2" + oci-identity "2.68.2" + oci-identitydataplane "2.68.2" + oci-identitydomains "2.68.2" + oci-integration "2.68.2" + oci-jms "2.68.2" + oci-keymanagement "2.68.2" + oci-licensemanager "2.68.2" + oci-limits "2.68.2" + oci-loadbalancer "2.68.2" + oci-lockbox "2.68.2" + oci-loganalytics "2.68.2" + oci-logging "2.68.2" + oci-loggingingestion "2.68.2" + oci-loggingsearch "2.68.2" + oci-managementagent "2.68.2" + oci-managementdashboard "2.68.2" + oci-marketplace "2.68.2" + oci-mediaservices "2.68.2" + oci-monitoring "2.68.2" + oci-mysql "2.68.2" + oci-networkfirewall "2.68.2" + oci-networkloadbalancer "2.68.2" + oci-nosql "2.68.2" + oci-objectstorage "2.68.2" + oci-oce "2.68.2" + oci-ocicontrolcenter "2.68.2" + oci-ocvp "2.68.2" + oci-oda "2.68.2" + oci-onesubscription "2.68.2" + oci-ons "2.68.2" + oci-opa "2.68.2" + oci-opensearch "2.68.2" + oci-operatoraccesscontrol "2.68.2" + oci-opsi "2.68.2" + oci-optimizer "2.68.2" + oci-osmanagement "2.68.2" + oci-osmanagementhub "2.68.2" + oci-ospgateway "2.68.2" + oci-osubbillingschedule "2.68.2" + oci-osuborganizationsubscription "2.68.2" + oci-osubsubscription "2.68.2" + oci-osubusage "2.68.2" + oci-queue "2.68.2" + oci-recovery "2.68.2" + oci-resourcemanager "2.68.2" + oci-resourcesearch "2.68.2" + oci-rover "2.68.2" + oci-sch "2.68.2" + oci-secrets "2.68.2" + oci-servicecatalog "2.68.2" + oci-servicemanagerproxy "2.68.2" + oci-servicemesh "2.68.2" + oci-stackmonitoring "2.68.2" + oci-streaming "2.68.2" + oci-tenantmanagercontrolplane "2.68.2" + oci-threatintelligence "2.68.2" + oci-usage "2.68.2" + oci-usageapi "2.68.2" + oci-vault "2.68.2" + oci-vbsinst "2.68.2" + oci-visualbuilder "2.68.2" + oci-vnmonitoring "2.68.2" + oci-vulnerabilityscanning "2.68.2" + oci-waa "2.68.2" + oci-waas "2.68.2" + oci-waf "2.68.2" + oci-workrequests "2.68.2" + +oci-secrets@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-secrets/-/oci-secrets-2.68.2.tgz#e17d903045b2ed3fab273520278120dcd3c79d67" + integrity sha512-c6VHuzNSLzOLe4YuSgTY97welKqWC4wBD2OYT8Pk98d4h5SfEDwxeFy2tHU0xgOEGZj3iQnsaNge6CQcdj/GgQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-servicecatalog@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-servicecatalog/-/oci-servicecatalog-2.68.2.tgz#ef511eb96a01d9263b7815f77f6a3859a3338d92" + integrity sha512-PU2DcpmHhbWL2+sdM4dlZF76NjoxdZbvInNP6g4+tmMDuyCLLTLBRgz+FYgljgRnCLpwQdIIAl/r7ifPRVwR+w== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-servicemanagerproxy@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-servicemanagerproxy/-/oci-servicemanagerproxy-2.68.2.tgz#b497003ed9a2130e8f57a8729f9756cb23ffe9c3" + integrity sha512-74hDyDTtvL5fRtb8pkFngTUB1vloAWWPNgLEO31D2ZJ22RCKTkZndGGzwp95WU1KyeT6BJUT/FmWv57OjZuJBg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-servicemesh@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-servicemesh/-/oci-servicemesh-2.68.2.tgz#2b724ea536aee73ff7f7b83d64076edc90c49942" + integrity sha512-0oJu1kc/6o/c3F5UaXCtQaQCZMr0LEbW61NkxuK01doXppZfdj+yJPUZT/MJ87BtnSOWLvUzHsy/djdTzKR/7g== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-stackmonitoring@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-stackmonitoring/-/oci-stackmonitoring-2.68.2.tgz#eb378694590f36a99d4ca9ecf5960b0a6fd0fd60" + integrity sha512-gIUeMI/ke1lmShZsPUFX5d/0qVrxS3v4P62p9eIFz0r7eWiBWrBtcTzkXJZw/OaG37oyZINWWtBvsFOZBdt6/Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-streaming@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-streaming/-/oci-streaming-2.68.2.tgz#638fbddc797dcf748860a3dc5f02119360da3207" + integrity sha512-Rj52chp4p65GIEPMHgbXO7EGav2/pe0Dp75m1h6hOEUFauRvdV5KUOXQcjzgsYqF560eIf7v+yaI1mcAO2Wh/Q== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-tenantmanagercontrolplane@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-tenantmanagercontrolplane/-/oci-tenantmanagercontrolplane-2.68.2.tgz#b844a1b14e1452eaa37edad2cf4ef2e4bd0e6bc9" + integrity sha512-J5ODd6puw8ESel76jMLuKYiiTfKAr16/Si0ctYGa6vajD34cy5xP5nTFBsWNJdwZanEzEaIznw8wuhJrqDV3BQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-threatintelligence@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-threatintelligence/-/oci-threatintelligence-2.68.2.tgz#71a74cf22a6affa5072b6817619581c9c273cd9e" + integrity sha512-gM3p6n1giHYB8ljTbuvmwkdX0BBTypAS8O2XAcI5hJ604+Jx3SgePB0FQx2U+b4W6da8MD8veYXcllXhROEtqQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-usage@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-usage/-/oci-usage-2.68.2.tgz#77bb4895a2c51aa3f8f8f2615c25203c95dd5992" + integrity sha512-CeaYJTzxOvvaTQxwyo68fBq9iwkO+tdN3Wyfyw9qZ110QuFgULNFidKkEADjsVahZjx555O8FeNSOHzxuaLayQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-usageapi@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-usageapi/-/oci-usageapi-2.68.2.tgz#52a79f8d817470391503edb23a7253f0a003701f" + integrity sha512-AAVVq4RFe9F3v4841GODElhlv4ZVOGaG4NYFPUwCG0VhI/CWjoZ44ngvRxDFTFMQ2QOHpHwlumG0cP1tNHABrQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-vault@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-vault/-/oci-vault-2.68.2.tgz#92d93b8c308bcfb5035c8331b28c58bde4a2a0e2" + integrity sha512-yKqDa30AcdoPSSecZTXicD7lyvSVatR/aHpSVvRXtGGjwt9NQYyqHJy/DIBoUVB7ixkjHzc+uhZ67y108MhgNg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-vbsinst@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-vbsinst/-/oci-vbsinst-2.68.2.tgz#cae6e0773cde35eb002ebefe0cdb2d00e4aea6d1" + integrity sha512-PcZkDrexyT4rrmNCv/SwskL+IT3rKoYqwmfml4zXIVBX7rs+dD+hvRyk7tEWCOnSIuIYUhDBjoQEzbW1Uqjgwg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-visualbuilder@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-visualbuilder/-/oci-visualbuilder-2.68.2.tgz#4a09eaee7e4e794d7c1036d26d7c5f3cb121e859" + integrity sha512-vL5V2Speq2WLMUuqgMxLVE3dgFnYk1nPfQrLFyTtK6HB0mK+mPtS1rBTmp2olbcXGYEWzOyDVRL11qswr3jXtg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-vnmonitoring@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-vnmonitoring/-/oci-vnmonitoring-2.68.2.tgz#f1274c0c72918970b8eb78e746dc0df9e26045b1" + integrity sha512-SMNupSes5idyfftMtMI4nctIc++a0QhP/VgRRTwHaUklwM+IEGQQdf+Pon98tTnEIofHrHQGY7CBrIhHFjSemA== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-vulnerabilityscanning@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-vulnerabilityscanning/-/oci-vulnerabilityscanning-2.68.2.tgz#34d6e327daaa24408ab00a69e88a85fa5f9e21d2" + integrity sha512-GU1L2cgfxxGFjK29pv4I4S4iLxTMJwTjl/4FMui0wDxW56Zi63zF9V/+C1+KmCLuS7IXpUkhidaSEZxiFgviCQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-waa@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-waa/-/oci-waa-2.68.2.tgz#0eaddd7e84a89efd430845727c72dc53d66b87d6" + integrity sha512-ZUTyYkWOH1nqfMc/Gv7FFkuEqEqLooR5Uqr3nk0HCcntSfflV0MX44YgU8tdwNlNVbPiHH8a4Cj2mA5JGSo8yg== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-waas@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-waas/-/oci-waas-2.68.2.tgz#ab8a9da2a9e7bbef51c909a47f484f56f80e348b" + integrity sha512-MNAj5e7gAsw6rJdIz5dFOSVLUnyBENnuGq2RLMopFmwKDW4+e2oaDZF+UN1SasZseRc+XL8sfW9GdEelLC3uiQ== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-waf@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-waf/-/oci-waf-2.68.2.tgz#231320dd0f22972010f9e47afec34e8d113bd01c" + integrity sha512-qnyCmcPVo9gGvoAlJCGK1N/2r3B337uwMG9wOod1jkRFVDO297AAJHsrpQHVP6kOZMCqkSnfblP/OwglK+i22A== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + +oci-workrequests@2.68.2: + version "2.68.2" + resolved "https://registry.yarnpkg.com/oci-workrequests/-/oci-workrequests-2.68.2.tgz#fff373794822ed7c758f95968e5219f3ba201c1b" + integrity sha512-Vk1Cn03MfDrCtPChQ56AqTZRbJD36nr1NoMkOnIz0dPjoEM77BQGr+XI2UiugL4nKbEAN1osaJ1IqDTMN3G6ow== + dependencies: + oci-common "2.68.2" + oci-workrequests "2.68.2" + octokit-pagination-methods@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4" @@ -6346,6 +7679,11 @@ opencollective-postinstall@^2.0.2: resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259" integrity sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== +opossum@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/opossum/-/opossum-5.0.1.tgz#926d57a8dc3d83afd8ccddff7ed03f5bd1098003" + integrity sha512-iUDUQmFl3RanaBVLMDTZ6WtXj/Hk84pwJ5JWoJaQd1lXGifdApHhszI3biZvdBDdpTERCmB6x+7+uNvzhzVZIg== + optionator@^0.9.1: version "0.9.1" resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" @@ -6780,6 +8118,11 @@ propagate@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/propagate/-/propagate-1.0.0.tgz#00c2daeedda20e87e3782b344adba1cddd6ad709" +property-expr@^2.0.4: + version "2.0.5" + resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-2.0.5.tgz#278bdb15308ae16af3e3b9640024524f4dc02cb4" + integrity sha512-IJUkICM5dP5znhCckHSv30Q4b5/JA5enCtkRHYaOVOAocnH/1BQEYTC5NMfT3AVl/iXKdr3aqQbQn9DxyWknwA== + proto-list@~1.2.1: version "1.2.4" resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" @@ -7234,6 +8577,11 @@ regenerator-runtime@^0.13.4: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== +regenerator-runtime@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" + integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== + regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" @@ -7497,6 +8845,13 @@ semver@^7.3.5: dependencies: lru-cache "^6.0.0" +semver@^7.3.8: + version "7.5.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== + dependencies: + lru-cache "^6.0.0" + serialize-javascript@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.0.0.tgz#492e489a2d77b7b804ad391a5f5d97870952548e" @@ -7728,7 +9083,7 @@ sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" -sshpk@^1.7.0: +sshpk@1.16.1, sshpk@^1.7.0: version "1.16.1" resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== @@ -7743,6 +9098,21 @@ sshpk@^1.7.0: safer-buffer "^2.0.2" tweetnacl "~0.14.0" +sshpk@^1.14.1: + version "1.17.0" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5" + integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" + ecc-jsbn "~0.1.1" + getpass "^0.1.1" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + ssri@^6.0.0, ssri@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" @@ -8119,6 +9489,11 @@ token-stream@0.0.1: resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-0.0.1.tgz#ceeefc717a76c4316f126d0b9dbaa55d7e7df01a" integrity sha1-zu78cXp2xDFvEm0LnbqlXX598Bo= +toposort@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330" + integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg== + tough-cookie@^2.4.3, tough-cookie@~2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" @@ -8143,6 +9518,11 @@ tr46@^1.0.1: dependencies: punycode "^2.1.0" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + trim-newlines@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" @@ -8416,6 +9796,11 @@ uuid@3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" + integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== + uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" @@ -8502,11 +9887,29 @@ wcwidth@^1.0.0: dependencies: defaults "^1.0.3" +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== +whatwg-fetch@^3.4.1: + version "3.6.17" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz#009bbbfc122b227b74ba1ff31536b3a1a0e0e212" + integrity sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ== + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + whatwg-url@^7.0.0: version "7.1.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" @@ -8831,3 +10234,16 @@ yn@3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== + +yup@^0.32.9: + version "0.32.11" + resolved "https://registry.yarnpkg.com/yup/-/yup-0.32.11.tgz#d67fb83eefa4698607982e63f7ca4c5ed3cf18c5" + integrity sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg== + dependencies: + "@babel/runtime" "^7.15.4" + "@types/lodash" "^4.14.175" + lodash "^4.17.21" + lodash-es "^4.17.21" + nanoclone "^0.2.1" + property-expr "^2.0.4" + toposort "^2.0.2"