@pulumi/ec 0.7.2-alpha.1707285720 → 0.7.2-alpha.1707496539
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployment.d.ts +1 -1
- package/deployment.js +1 -1
- package/deploymentExtension.d.ts +2 -2
- package/deploymentExtension.js +2 -2
- package/deploymentTrafficFilter.d.ts +2 -2
- package/deploymentTrafficFilter.js +2 -2
- package/package.json +1 -1
- package/snapshotRepository.d.ts +2 -2
- package/snapshotRepository.js +2 -2
package/deployment.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as outputs from "./types/output";
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
* ~> **Note on deployment credentials** The `elastic` user credentials are only available whilst creating a deployment. Importing a deployment will not import the `elasticsearch_username` or `elasticsearch_password` attributes
|
|
25
|
+
* ~> **Note on deployment credentials** The `elastic` user credentials are only available whilst creating a deployment. Importing a deployment will not import the `elasticsearch_username` or `elasticsearch_password` attributes.<break><break> ~> **Note on legacy (pre-slider) deployments** Importing deployments created prior to the addition of sliders in ECE or ESS, without being migrated to use sliders, is not supported.<break><break> ~> **Note on pre 6.6.0 deployments** Importing deployments with a version lower than `6.6.0` is not supported.<break><break> ~> **Note on deployments with topology user settings** Only deployments with global user settings (config) are supported. Make sure to migrate to global settings before importing.<break><break> Deployments can be imported using the `id`, for example:<break><break> ```sh<break> $ pulumi import ec:index/deployment:Deployment search 320b7b540dfc967a7a649c18e2fce4ed <break>```<break><break>
|
|
26
26
|
*/
|
|
27
27
|
export declare class Deployment extends pulumi.CustomResource {
|
|
28
28
|
/**
|
package/deployment.js
CHANGED
|
@@ -26,7 +26,7 @@ const utilities = require("./utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* ## Import
|
|
28
28
|
*
|
|
29
|
-
* ~> **Note on deployment credentials** The `elastic` user credentials are only available whilst creating a deployment. Importing a deployment will not import the `elasticsearch_username` or `elasticsearch_password` attributes
|
|
29
|
+
* ~> **Note on deployment credentials** The `elastic` user credentials are only available whilst creating a deployment. Importing a deployment will not import the `elasticsearch_username` or `elasticsearch_password` attributes.<break><break> ~> **Note on legacy (pre-slider) deployments** Importing deployments created prior to the addition of sliders in ECE or ESS, without being migrated to use sliders, is not supported.<break><break> ~> **Note on pre 6.6.0 deployments** Importing deployments with a version lower than `6.6.0` is not supported.<break><break> ~> **Note on deployments with topology user settings** Only deployments with global user settings (config) are supported. Make sure to migrate to global settings before importing.<break><break> Deployments can be imported using the `id`, for example:<break><break> ```sh<break> $ pulumi import ec:index/deployment:Deployment search 320b7b540dfc967a7a649c18e2fce4ed <break>```<break><break>
|
|
30
30
|
*/
|
|
31
31
|
class Deployment extends pulumi.CustomResource {
|
|
32
32
|
/**
|
package/deploymentExtension.d.ts
CHANGED
|
@@ -10,10 +10,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Import
|
|
12
12
|
*
|
|
13
|
-
* Extensions can be imported using the `id`, for example
|
|
13
|
+
* Extensions can be imported using the `id`, for example:
|
|
14
14
|
*
|
|
15
15
|
* ```sh
|
|
16
|
-
*
|
|
16
|
+
* $ pulumi import ec:index/deploymentExtension:DeploymentExtension name 320b7b540dfc967a7a649c18e2fce4ed
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare class DeploymentExtension extends pulumi.CustomResource {
|
package/deploymentExtension.js
CHANGED
|
@@ -16,10 +16,10 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* ## Import
|
|
18
18
|
*
|
|
19
|
-
* Extensions can be imported using the `id`, for example
|
|
19
|
+
* Extensions can be imported using the `id`, for example:
|
|
20
20
|
*
|
|
21
21
|
* ```sh
|
|
22
|
-
*
|
|
22
|
+
* $ pulumi import ec:index/deploymentExtension:DeploymentExtension name 320b7b540dfc967a7a649c18e2fce4ed
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
class DeploymentExtension extends pulumi.CustomResource {
|
|
@@ -103,10 +103,10 @@ import * as outputs from "./types/output";
|
|
|
103
103
|
*
|
|
104
104
|
* ## Import
|
|
105
105
|
*
|
|
106
|
-
* Traffic filters can be imported using the `id`, for example
|
|
106
|
+
* Traffic filters can be imported using the `id`, for example:
|
|
107
107
|
*
|
|
108
108
|
* ```sh
|
|
109
|
-
*
|
|
109
|
+
* $ pulumi import ec:index/deploymentTrafficFilter:DeploymentTrafficFilter name 320b7b540dfc967a7a649c18e2fce4ed
|
|
110
110
|
* ```
|
|
111
111
|
*/
|
|
112
112
|
export declare class DeploymentTrafficFilter extends pulumi.CustomResource {
|
|
@@ -107,10 +107,10 @@ const utilities = require("./utilities");
|
|
|
107
107
|
*
|
|
108
108
|
* ## Import
|
|
109
109
|
*
|
|
110
|
-
* Traffic filters can be imported using the `id`, for example
|
|
110
|
+
* Traffic filters can be imported using the `id`, for example:
|
|
111
111
|
*
|
|
112
112
|
* ```sh
|
|
113
|
-
*
|
|
113
|
+
* $ pulumi import ec:index/deploymentTrafficFilter:DeploymentTrafficFilter name 320b7b540dfc967a7a649c18e2fce4ed
|
|
114
114
|
* ```
|
|
115
115
|
*/
|
|
116
116
|
class DeploymentTrafficFilter extends pulumi.CustomResource {
|
package/package.json
CHANGED
package/snapshotRepository.d.ts
CHANGED
|
@@ -8,10 +8,10 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
|
-
* You can import snapshot repositories using the `name`, for example
|
|
11
|
+
* You can import snapshot repositories using the `name`, for example:
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
|
-
*
|
|
14
|
+
* $ pulumi import ec:index/snapshotRepository:SnapshotRepository this my-snapshot-repository
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
export declare class SnapshotRepository extends pulumi.CustomResource {
|
package/snapshotRepository.js
CHANGED
|
@@ -12,10 +12,10 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ## Import
|
|
14
14
|
*
|
|
15
|
-
* You can import snapshot repositories using the `name`, for example
|
|
15
|
+
* You can import snapshot repositories using the `name`, for example:
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
|
-
*
|
|
18
|
+
* $ pulumi import ec:index/snapshotRepository:SnapshotRepository this my-snapshot-repository
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
class SnapshotRepository extends pulumi.CustomResource {
|