@pulumi/aws 5.4.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/acm/certificate.d.ts +33 -6
- package/acm/certificate.js +17 -0
- package/acm/certificate.js.map +1 -1
- package/acm/getCertificate.d.ts +8 -0
- package/acm/getCertificate.js.map +1 -1
- package/appconfig/eventIntegration.d.ts +158 -0
- package/appconfig/eventIntegration.js +96 -0
- package/appconfig/eventIntegration.js.map +1 -0
- package/appconfig/index.d.ts +1 -0
- package/appconfig/index.js +5 -0
- package/appconfig/index.js.map +1 -1
- package/appflow/connectorProfile.d.ts +133 -0
- package/appflow/connectorProfile.js +89 -0
- package/appflow/connectorProfile.js.map +1 -0
- package/appflow/flow.d.ts +279 -0
- package/appflow/flow.js +193 -0
- package/appflow/flow.js.map +1 -0
- package/appflow/index.d.ts +2 -0
- package/appflow/index.js +42 -0
- package/appflow/index.js.map +1 -0
- package/apprunner/service.d.ts +2 -1
- package/apprunner/service.js +2 -1
- package/apprunner/service.js.map +1 -1
- package/athena/dataCatalog.d.ts +210 -0
- package/athena/dataCatalog.js +146 -0
- package/athena/dataCatalog.js.map +1 -0
- package/athena/index.d.ts +1 -0
- package/athena/index.js +5 -0
- package/athena/index.js.map +1 -1
- package/autoscaling/getGroup.d.ts +4 -0
- package/autoscaling/getGroup.js.map +1 -1
- package/cloudfront/getOriginAccessIdentities.d.ts +71 -0
- package/cloudfront/getOriginAccessIdentities.js +51 -0
- package/cloudfront/getOriginAccessIdentities.js.map +1 -0
- package/cloudfront/index.d.ts +1 -0
- package/cloudfront/index.js +1 -0
- package/cloudfront/index.js.map +1 -1
- package/cloudtrail/trail.d.ts +1 -1
- package/cloudtrail/trail.js +1 -1
- package/cloudwatch/dashboard.d.ts +1 -1
- package/cloudwatch/dashboard.js +1 -1
- package/codebuild/reportGroup.d.ts +4 -3
- package/codebuild/reportGroup.js +4 -3
- package/codebuild/reportGroup.js.map +1 -1
- package/codestarconnections/getConnection.d.ts +23 -4
- package/codestarconnections/getConnection.js +13 -0
- package/codestarconnections/getConnection.js.map +1 -1
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/connect/getRoutingProfile.d.ts +117 -0
- package/connect/getRoutingProfile.js +54 -0
- package/connect/getRoutingProfile.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +112 -0
- package/connect/getSecurityProfile.js +54 -0
- package/connect/getSecurityProfile.js.map +1 -0
- package/connect/getUserHierarchyStructure.d.ts +50 -0
- package/connect/getUserHierarchyStructure.js +36 -0
- package/connect/getUserHierarchyStructure.js.map +1 -0
- package/connect/index.d.ts +4 -0
- package/connect/index.js +8 -0
- package/connect/index.js.map +1 -1
- package/connect/userHierarchyGroup.d.ts +193 -0
- package/connect/userHierarchyGroup.js +117 -0
- package/connect/userHierarchyGroup.js.map +1 -0
- package/costexplorer/costCategory.d.ts +175 -0
- package/costexplorer/costCategory.js +123 -0
- package/costexplorer/costCategory.js.map +1 -0
- package/costexplorer/getCostCategory.d.ts +67 -0
- package/costexplorer/getCostCategory.js +36 -0
- package/costexplorer/getCostCategory.js.map +1 -0
- package/costexplorer/getTags.d.ts +89 -0
- package/costexplorer/getTags.js +43 -0
- package/costexplorer/getTags.js.map +1 -0
- package/costexplorer/index.d.ts +3 -0
- package/costexplorer/index.js +39 -0
- package/costexplorer/index.js.map +1 -0
- package/dlm/lifecyclePolicy.d.ts +4 -4
- package/dlm/lifecyclePolicy.js +4 -4
- package/docdb/eventSubscription.d.ts +195 -0
- package/docdb/eventSubscription.js +113 -0
- package/docdb/eventSubscription.js.map +1 -0
- package/docdb/index.d.ts +1 -0
- package/docdb/index.js +5 -0
- package/docdb/index.js.map +1 -1
- package/ebs/volume.d.ts +3 -3
- package/ec2/ami.d.ts +12 -0
- package/ec2/ami.js +2 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/amiCopy.d.ts +12 -0
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +12 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ec2/getInstance.d.ts +5 -1
- package/ec2/getInstance.js.map +1 -1
- package/ec2/getLaunchTemplate.d.ts +2 -0
- package/ec2/getLaunchTemplate.js.map +1 -1
- package/ec2/instance.d.ts +12 -0
- package/ec2/instance.js +2 -0
- package/ec2/instance.js.map +1 -1
- package/ec2/launchTemplate.d.ts +27 -3
- package/ec2/launchTemplate.js +4 -0
- package/ec2/launchTemplate.js.map +1 -1
- package/ec2/securityGroup.d.ts +0 -84
- package/ec2/securityGroup.js +0 -84
- package/ec2/securityGroup.js.map +1 -1
- package/ec2/spotFleetRequest.d.ts +18 -0
- package/ec2/spotFleetRequest.js +2 -0
- package/ec2/spotFleetRequest.js.map +1 -1
- package/ec2/spotInstanceRequest.d.ts +12 -0
- package/ec2/spotInstanceRequest.js +2 -0
- package/ec2/spotInstanceRequest.js.map +1 -1
- package/ec2/vpcIpam.d.ts +1 -1
- package/ec2/vpcIpam.js +1 -1
- package/elasticache/cluster.d.ts +17 -8
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +17 -5
- package/elasticache/replicationGroup.js.map +1 -1
- package/emr/cluster.d.ts +12 -12
- package/emr/cluster.js +2 -2
- package/emr/cluster.js.map +1 -1
- package/emrcontainers/getVirtualCluster.d.ts +86 -0
- package/emrcontainers/getVirtualCluster.js +39 -0
- package/emrcontainers/getVirtualCluster.js.map +1 -0
- package/emrcontainers/index.d.ts +2 -0
- package/emrcontainers/index.js +38 -0
- package/emrcontainers/index.js.map +1 -0
- package/emrcontainers/virtualCluster.d.ts +134 -0
- package/emrcontainers/virtualCluster.js +89 -0
- package/emrcontainers/virtualCluster.js.map +1 -0
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/globalaccelerator/accelerator.d.ts +1 -1
- package/globalaccelerator/accelerator.js +1 -1
- package/grafana/getWorkspace.d.ts +18 -0
- package/grafana/getWorkspace.js +1 -0
- package/grafana/getWorkspace.js.map +1 -1
- package/grafana/workspace.d.ts +39 -3
- package/grafana/workspace.js +4 -0
- package/grafana/workspace.js.map +1 -1
- package/iam/getInstanceProfiles.d.ts +59 -0
- package/iam/getInstanceProfiles.js +38 -0
- package/iam/getInstanceProfiles.js.map +1 -0
- package/iam/index.d.ts +1 -0
- package/iam/index.js +1 -0
- package/iam/index.js.map +1 -1
- package/index.d.ts +5 -1
- package/index.js +12 -4
- package/index.js.map +1 -1
- package/iot/index.d.ts +1 -0
- package/iot/index.js +5 -0
- package/iot/index.js.map +1 -1
- package/iot/topicRule.d.ts +12 -3
- package/iot/topicRule.js +6 -0
- package/iot/topicRule.js.map +1 -1
- package/iot/topicRuleDestination.d.ts +78 -0
- package/iot/topicRuleDestination.js +65 -0
- package/iot/topicRuleDestination.js.map +1 -0
- package/kinesis/firehoseDeliveryStream.d.ts +46 -0
- package/kinesis/firehoseDeliveryStream.js +46 -0
- package/kinesis/firehoseDeliveryStream.js.map +1 -1
- package/kms/key.d.ts +3 -3
- package/lambda/permission.d.ts +13 -1
- package/lambda/permission.js +2 -0
- package/lambda/permission.js.map +1 -1
- package/location/getMap.d.ts +84 -0
- package/location/getMap.js +37 -0
- package/location/getMap.js.map +1 -0
- package/location/index.d.ts +2 -0
- package/location/index.js +38 -0
- package/location/index.js.map +1 -0
- package/location/map.d.ts +140 -0
- package/location/map.js +94 -0
- package/location/map.js.map +1 -0
- package/mq/getInstanceTypeOfferings.d.ts +89 -0
- package/mq/getInstanceTypeOfferings.js +51 -0
- package/mq/getInstanceTypeOfferings.js.map +1 -0
- package/mq/index.d.ts +1 -0
- package/mq/index.js +1 -0
- package/mq/index.js.map +1 -1
- package/msk/cluster.d.ts +27 -3
- package/msk/cluster.js +6 -0
- package/msk/cluster.js.map +1 -1
- package/msk/getCluster.d.ts +12 -0
- package/msk/getCluster.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.d.ts +1 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rds/cluster.d.ts +12 -0
- package/rds/cluster.js +2 -0
- package/rds/cluster.js.map +1 -1
- package/route53/hostedZoneDnsSec.d.ts +13 -4
- package/route53/hostedZoneDnsSec.js +13 -4
- package/route53/hostedZoneDnsSec.js.map +1 -1
- package/sagemaker/app.d.ts +2 -2
- package/sagemaker/app.js +2 -2
- package/sagemaker/appImageConfig.d.ts +2 -2
- package/sagemaker/appImageConfig.js +2 -2
- package/sagemaker/codeRepository.d.ts +2 -2
- package/sagemaker/codeRepository.js +2 -2
- package/sagemaker/device.d.ts +2 -2
- package/sagemaker/device.js +2 -2
- package/sagemaker/deviceFleet.d.ts +2 -2
- package/sagemaker/deviceFleet.js +2 -2
- package/sagemaker/domain.d.ts +2 -2
- package/sagemaker/domain.js +2 -2
- package/sagemaker/flowDefinition.d.ts +2 -2
- package/sagemaker/flowDefinition.js +2 -2
- package/sagemaker/humanTaskUI.d.ts +2 -2
- package/sagemaker/humanTaskUI.js +2 -2
- package/sagemaker/image.d.ts +2 -2
- package/sagemaker/image.js +2 -2
- package/sagemaker/imageVersion.d.ts +2 -2
- package/sagemaker/imageVersion.js +2 -2
- package/sagemaker/modelPackageGroup.d.ts +2 -2
- package/sagemaker/modelPackageGroup.js +2 -2
- package/sagemaker/modelPackageGroupPolicy.d.ts +2 -2
- package/sagemaker/modelPackageGroupPolicy.js +2 -2
- package/sagemaker/notebookInstance.d.ts +2 -2
- package/sagemaker/notebookInstance.js +2 -2
- package/sagemaker/project.d.ts +3 -3
- package/sagemaker/project.js +3 -3
- package/sagemaker/studioLifecycleConfig.d.ts +2 -2
- package/sagemaker/studioLifecycleConfig.js +2 -2
- package/sagemaker/userProfile.d.ts +2 -2
- package/sagemaker/userProfile.js +2 -2
- package/sagemaker/workforce.d.ts +2 -2
- package/sagemaker/workforce.js +2 -2
- package/sagemaker/workteam.d.ts +2 -2
- package/sagemaker/workteam.js +2 -2
- package/secretsmanager/getSecrets.d.ts +57 -0
- package/secretsmanager/getSecrets.js +40 -0
- package/secretsmanager/getSecrets.js.map +1 -0
- package/secretsmanager/index.d.ts +1 -0
- package/secretsmanager/index.js +1 -0
- package/secretsmanager/index.js.map +1 -1
- package/ssm/getPatchBaseline.d.ts +34 -1
- package/ssm/getPatchBaseline.js.map +1 -1
- package/types/input.d.ts +7702 -4520
- package/types/output.d.ts +8512 -5004
- package/xray/encryptionConfig.d.ts +4 -3
- package/xray/encryptionConfig.js +4 -3
- package/xray/encryptionConfig.js.map +1 -1
package/sagemaker/deviceFleet.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.DeviceFleet = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Device Fleet resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* ## Import
|
|
28
28
|
*
|
|
29
|
-
*
|
|
29
|
+
* SageMaker Device Fleets can be imported using the `name`, e.g.,
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import aws:sagemaker/deviceFleet:DeviceFleet example my-fleet
|
package/sagemaker/domain.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker Domain resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
* ### Basic usage
|
|
@@ -74,7 +74,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
74
74
|
*
|
|
75
75
|
* ## Import
|
|
76
76
|
*
|
|
77
|
-
*
|
|
77
|
+
* SageMaker Code Domains can be imported using the `id`, e.g.,
|
|
78
78
|
*
|
|
79
79
|
* ```sh
|
|
80
80
|
* $ pulumi import aws:sagemaker/domain:Domain test_domain d-8jgsjtilstu8
|
package/sagemaker/domain.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Domain = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Domain resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -79,7 +79,7 @@ const utilities = require("../utilities");
|
|
|
79
79
|
*
|
|
80
80
|
* ## Import
|
|
81
81
|
*
|
|
82
|
-
*
|
|
82
|
+
* SageMaker Code Domains can be imported using the `id`, e.g.,
|
|
83
83
|
*
|
|
84
84
|
* ```sh
|
|
85
85
|
* $ pulumi import aws:sagemaker/domain:Domain test_domain d-8jgsjtilstu8
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker Flow Definition resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
* ### Basic Usage
|
|
@@ -97,7 +97,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
97
97
|
*
|
|
98
98
|
* ## Import
|
|
99
99
|
*
|
|
100
|
-
*
|
|
100
|
+
* SageMaker Flow Definitions can be imported using the `flow_definition_name`, e.g.,
|
|
101
101
|
*
|
|
102
102
|
* ```sh
|
|
103
103
|
* $ pulumi import aws:sagemaker/flowDefinition:FlowDefinition example example
|
|
@@ -6,7 +6,7 @@ exports.FlowDefinition = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Flow Definition resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic Usage
|
|
@@ -102,7 +102,7 @@ const utilities = require("../utilities");
|
|
|
102
102
|
*
|
|
103
103
|
* ## Import
|
|
104
104
|
*
|
|
105
|
-
*
|
|
105
|
+
* SageMaker Flow Definitions can be imported using the `flow_definition_name`, e.g.,
|
|
106
106
|
*
|
|
107
107
|
* ```sh
|
|
108
108
|
* $ pulumi import aws:sagemaker/flowDefinition:FlowDefinition example example
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker Human Task UI resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -20,7 +20,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
20
20
|
*
|
|
21
21
|
* ## Import
|
|
22
22
|
*
|
|
23
|
-
*
|
|
23
|
+
* SageMaker Human Task UIs can be imported using the `human_task_ui_name`, e.g.,
|
|
24
24
|
*
|
|
25
25
|
* ```sh
|
|
26
26
|
* $ pulumi import aws:sagemaker/humanTaskUI:HumanTaskUI example example
|
package/sagemaker/humanTaskUI.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.HumanTaskUI = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Human Task UI resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -25,7 +25,7 @@ const utilities = require("../utilities");
|
|
|
25
25
|
*
|
|
26
26
|
* ## Import
|
|
27
27
|
*
|
|
28
|
-
*
|
|
28
|
+
* SageMaker Human Task UIs can be imported using the `human_task_ui_name`, e.g.,
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
31
|
* $ pulumi import aws:sagemaker/humanTaskUI:HumanTaskUI example example
|
package/sagemaker/image.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a SageMaker Image resource.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
* ### Basic usage
|
|
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
17
|
*
|
|
18
18
|
* ## Import
|
|
19
19
|
*
|
|
20
|
-
*
|
|
20
|
+
* SageMaker Code Images can be imported using the `name`, e.g.,
|
|
21
21
|
*
|
|
22
22
|
* ```sh
|
|
23
23
|
* $ pulumi import aws:sagemaker/image:Image test_image my-code-repo
|
package/sagemaker/image.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Image = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Image resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
|
|
|
23
23
|
*
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
|
-
*
|
|
26
|
+
* SageMaker Code Images can be imported using the `name`, e.g.,
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import aws:sagemaker/image:Image test_image my-code-repo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a SageMaker Image Version resource.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
* ### Basic usage
|
|
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
17
|
*
|
|
18
18
|
* ## Import
|
|
19
19
|
*
|
|
20
|
-
*
|
|
20
|
+
* SageMaker Image Versions can be imported using the `name`, e.g.,
|
|
21
21
|
*
|
|
22
22
|
* ```sh
|
|
23
23
|
* $ pulumi import aws:sagemaker/imageVersion:ImageVersion test_image my-code-repo
|
|
@@ -6,7 +6,7 @@ exports.ImageVersion = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Image Version resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
|
|
|
23
23
|
*
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
|
-
*
|
|
26
|
+
* SageMaker Image Versions can be imported using the `name`, e.g.,
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import aws:sagemaker/imageVersion:ImageVersion test_image my-code-repo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a SageMaker Model Package Group resource.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
* ### Basic usage
|
|
@@ -16,7 +16,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
16
|
*
|
|
17
17
|
* ## Import
|
|
18
18
|
*
|
|
19
|
-
*
|
|
19
|
+
* SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
|
|
20
20
|
*
|
|
21
21
|
* ```sh
|
|
22
22
|
* $ pulumi import aws:sagemaker/modelPackageGroup:ModelPackageGroup test_model_package_group my-code-repo
|
|
@@ -6,7 +6,7 @@ exports.ModelPackageGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Model Package Group resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -22,7 +22,7 @@ const utilities = require("../utilities");
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
*
|
|
25
|
+
* SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
28
|
* $ pulumi import aws:sagemaker/modelPackageGroup:ModelPackageGroup test_model_package_group my-code-repo
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a SageMaker Model Package Group Policy resource.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
7
|
* ## Import
|
|
8
8
|
*
|
|
9
|
-
*
|
|
9
|
+
* SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
12
|
* $ pulumi import aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy example example
|
|
@@ -6,13 +6,13 @@ exports.ModelPackageGroupPolicy = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Model Package Group Policy resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
13
|
* ## Import
|
|
14
14
|
*
|
|
15
|
-
*
|
|
15
|
+
* SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
18
|
* $ pulumi import aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy example example
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a SageMaker Notebook Instance resource.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
* ### Basic usage
|
|
@@ -41,7 +41,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
41
41
|
*
|
|
42
42
|
* ## Import
|
|
43
43
|
*
|
|
44
|
-
*
|
|
44
|
+
* SageMaker Notebook Instances can be imported using the `name`, e.g.,
|
|
45
45
|
*
|
|
46
46
|
* ```sh
|
|
47
47
|
* $ pulumi import aws:sagemaker/notebookInstance:NotebookInstance test_notebook_instance my-notebook-instance
|
|
@@ -6,7 +6,7 @@ exports.NotebookInstance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Notebook Instance resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -47,7 +47,7 @@ const utilities = require("../utilities");
|
|
|
47
47
|
*
|
|
48
48
|
* ## Import
|
|
49
49
|
*
|
|
50
|
-
*
|
|
50
|
+
* SageMaker Notebook Instances can be imported using the `name`, e.g.,
|
|
51
51
|
*
|
|
52
52
|
* ```sh
|
|
53
53
|
* $ pulumi import aws:sagemaker/notebookInstance:NotebookInstance test_notebook_instance my-notebook-instance
|
package/sagemaker/project.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker Project resource.
|
|
5
5
|
*
|
|
6
|
-
* > Note: If you are trying to use
|
|
6
|
+
* > Note: If you are trying to use SageMaker projects with SageMaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
@@ -21,7 +21,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
23
23
|
*
|
|
24
|
-
*
|
|
24
|
+
* SageMaker Projects can be imported using the `project_name`, e.g.,
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
27
|
* $ pulumi import aws:sagemaker/project:Project example example
|
package/sagemaker/project.js
CHANGED
|
@@ -6,9 +6,9 @@ exports.Project = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Project resource.
|
|
10
10
|
*
|
|
11
|
-
* > Note: If you are trying to use
|
|
11
|
+
* > Note: If you are trying to use SageMaker projects with SageMaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* ## Import
|
|
28
28
|
*
|
|
29
|
-
*
|
|
29
|
+
* SageMaker Projects can be imported using the `project_name`, e.g.,
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import aws:sagemaker/project:Project example example
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a
|
|
3
|
+
* Provides a SageMaker Studio Lifecycle Config resource.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
7
|
* ## Import
|
|
8
8
|
*
|
|
9
|
-
*
|
|
9
|
+
* SageMaker Code Studio Lifecycle Configs can be imported using the `studio_lifecycle_config_name`, e.g.,
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
12
|
* $ pulumi import aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig example example
|
|
@@ -6,13 +6,13 @@ exports.StudioLifecycleConfig = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Studio Lifecycle Config resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
13
|
* ## Import
|
|
14
14
|
*
|
|
15
|
-
*
|
|
15
|
+
* SageMaker Code Studio Lifecycle Configs can be imported using the `studio_lifecycle_config_name`, e.g.,
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
18
|
* $ pulumi import aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig example example
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker User Profile resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
* ### Basic usage
|
|
@@ -18,7 +18,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
18
18
|
*
|
|
19
19
|
* ## Import
|
|
20
20
|
*
|
|
21
|
-
*
|
|
21
|
+
* SageMaker Code User Profiles can be imported using the `arn`, e.g.,
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
24
|
* $ pulumi import aws:sagemaker/userProfile:UserProfile test_user_profile arn:aws:sagemaker:us-west-2:123456789012:user-profile/domain-id/profile-name
|
package/sagemaker/userProfile.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.UserProfile = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker User Profile resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Basic usage
|
|
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
|
|
|
23
23
|
*
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
|
-
*
|
|
26
|
+
* SageMaker Code User Profiles can be imported using the `arn`, e.g.,
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import aws:sagemaker/userProfile:UserProfile test_user_profile arn:aws:sagemaker:us-west-2:123456789012:user-profile/domain-id/profile-name
|
package/sagemaker/workforce.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker Workforce resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
* ### Cognito Usage
|
|
@@ -50,7 +50,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
50
50
|
*
|
|
51
51
|
* ## Import
|
|
52
52
|
*
|
|
53
|
-
*
|
|
53
|
+
* SageMaker Workforces can be imported using the `workforce_name`, e.g.,
|
|
54
54
|
*
|
|
55
55
|
* ```sh
|
|
56
56
|
* $ pulumi import aws:sagemaker/workforce:Workforce example example
|
package/sagemaker/workforce.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Workforce = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Workforce resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Cognito Usage
|
|
@@ -55,7 +55,7 @@ const utilities = require("../utilities");
|
|
|
55
55
|
*
|
|
56
56
|
* ## Import
|
|
57
57
|
*
|
|
58
|
-
*
|
|
58
|
+
* SageMaker Workforces can be imported using the `workforce_name`, e.g.,
|
|
59
59
|
*
|
|
60
60
|
* ```sh
|
|
61
61
|
* $ pulumi import aws:sagemaker/workforce:Workforce example example
|
package/sagemaker/workteam.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a SageMaker Workteam resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
* ### Cognito Usage
|
|
@@ -43,7 +43,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
43
43
|
*
|
|
44
44
|
* ## Import
|
|
45
45
|
*
|
|
46
|
-
*
|
|
46
|
+
* SageMaker Workteams can be imported using the `workteam_name`, e.g.,
|
|
47
47
|
*
|
|
48
48
|
* ```sh
|
|
49
49
|
* $ pulumi import aws:sagemaker/workteam:Workteam example example
|
package/sagemaker/workteam.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Workteam = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a SageMaker Workteam resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Cognito Usage
|
|
@@ -48,7 +48,7 @@ const utilities = require("../utilities");
|
|
|
48
48
|
*
|
|
49
49
|
* ## Import
|
|
50
50
|
*
|
|
51
|
-
*
|
|
51
|
+
* SageMaker Workteams can be imported using the `workteam_name`, e.g.,
|
|
52
52
|
*
|
|
53
53
|
* ```sh
|
|
54
54
|
* $ pulumi import aws:sagemaker/workteam:Workteam example example
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to get the ARNs and names of Secrets Manager secrets matching the specified criteria.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const example = pulumi.output(aws.secretsmanager.getSecrets({
|
|
13
|
+
* filters: [{
|
|
14
|
+
* name: "name",
|
|
15
|
+
* values: ["example"],
|
|
16
|
+
* }],
|
|
17
|
+
* }));
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getSecrets(args?: GetSecretsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretsResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getSecrets.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetSecretsArgs {
|
|
25
|
+
/**
|
|
26
|
+
* Configuration block(s) for filtering. Detailed below.
|
|
27
|
+
*/
|
|
28
|
+
filters?: inputs.secretsmanager.GetSecretsFilter[];
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getSecrets.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetSecretsResult {
|
|
34
|
+
/**
|
|
35
|
+
* Set of ARNs of the matched Secrets Manager secrets.
|
|
36
|
+
*/
|
|
37
|
+
readonly arns: string[];
|
|
38
|
+
readonly filters?: outputs.secretsmanager.GetSecretsFilter[];
|
|
39
|
+
/**
|
|
40
|
+
* The provider-assigned unique ID for this managed resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
/**
|
|
44
|
+
* Set of names of the matched Secrets Manager secrets.
|
|
45
|
+
*/
|
|
46
|
+
readonly names: string[];
|
|
47
|
+
}
|
|
48
|
+
export declare function getSecretsOutput(args?: GetSecretsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretsResult>;
|
|
49
|
+
/**
|
|
50
|
+
* A collection of arguments for invoking getSecrets.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetSecretsOutputArgs {
|
|
53
|
+
/**
|
|
54
|
+
* Configuration block(s) for filtering. Detailed below.
|
|
55
|
+
*/
|
|
56
|
+
filters?: pulumi.Input<pulumi.Input<inputs.secretsmanager.GetSecretsFilterArgs>[]>;
|
|
57
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getSecretsOutput = exports.getSecrets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to get the ARNs and names of Secrets Manager secrets matching the specified criteria.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const example = pulumi.output(aws.secretsmanager.getSecrets({
|
|
18
|
+
* filters: [{
|
|
19
|
+
* name: "name",
|
|
20
|
+
* values: ["example"],
|
|
21
|
+
* }],
|
|
22
|
+
* }));
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getSecrets(args, opts) {
|
|
26
|
+
args = args || {};
|
|
27
|
+
if (!opts) {
|
|
28
|
+
opts = {};
|
|
29
|
+
}
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
31
|
+
return pulumi.runtime.invoke("aws:secretsmanager/getSecrets:getSecrets", {
|
|
32
|
+
"filters": args.filters,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getSecrets = getSecrets;
|
|
36
|
+
function getSecretsOutput(args, opts) {
|
|
37
|
+
return pulumi.output(args).apply(a => getSecrets(a, opts));
|
|
38
|
+
}
|
|
39
|
+
exports.getSecretsOutput = getSecretsOutput;
|
|
40
|
+
//# sourceMappingURL=getSecrets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../../secretsmanager/getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA+BD,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
package/secretsmanager/index.js
CHANGED
|
@@ -22,6 +22,7 @@ const utilities = require("../utilities");
|
|
|
22
22
|
__exportStar(require("./getSecret"), exports);
|
|
23
23
|
__exportStar(require("./getSecretRotation"), exports);
|
|
24
24
|
__exportStar(require("./getSecretVersion"), exports);
|
|
25
|
+
__exportStar(require("./getSecrets"), exports);
|
|
25
26
|
__exportStar(require("./secret"), exports);
|
|
26
27
|
__exportStar(require("./secretPolicy"), exports);
|
|
27
28
|
__exportStar(require("./secretRotation"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../secretsmanager/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,8CAA4B;AAC5B,sDAAoC;AACpC,qDAAmC;AACnC,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC;AACjC,kDAAgC;AAEhC,gCAAgC;AAChC,qCAAkC;AAClC,iDAA8C;AAC9C,qDAAkD;AAClD,mDAAgD;AAEhD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,kCAAkC;gBACnC,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,gDAAgD;gBACjD,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../secretsmanager/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,8CAA4B;AAC5B,sDAAoC;AACpC,qDAAmC;AACnC,+CAA6B;AAC7B,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC;AACjC,kDAAgC;AAEhC,gCAAgC;AAChC,qCAAkC;AAClC,iDAA8C;AAC9C,qDAAkD;AAClD,mDAAgD;AAEhD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,kCAAkC;gBACnC,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,gDAAgD;gBACjD,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA"}
|