@pulumi/aws 6.78.0-alpha.1744809351 → 6.78.0-alpha.1745513490
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 +3 -6
- package/acm/certificate.js.map +1 -1
- package/amplify/app.d.ts +12 -0
- package/amplify/app.js +2 -0
- package/amplify/app.js.map +1 -1
- package/apigateway/deployment.d.ts +12 -4
- package/apigateway/deployment.js.map +1 -1
- package/backup/restoreTestingPlan.d.ts +1 -0
- package/backup/restoreTestingPlan.js +1 -0
- package/backup/restoreTestingPlan.js.map +1 -1
- package/codebuild/webhook.d.ts +12 -0
- package/codebuild/webhook.js +2 -0
- package/codebuild/webhook.js.map +1 -1
- package/cognito/userPoolDomain.d.ts +12 -0
- package/cognito/userPoolDomain.js +2 -0
- package/cognito/userPoolDomain.js.map +1 -1
- package/drs/replicationConfigurationTemplate.d.ts +44 -0
- package/drs/replicationConfigurationTemplate.js +44 -0
- package/drs/replicationConfigurationTemplate.js.map +1 -1
- package/ec2/getNetworkInsightsPath.d.ts +8 -0
- package/ec2/getNetworkInsightsPath.js.map +1 -1
- package/ec2/instance.d.ts +17 -0
- package/ec2/instance.js +17 -0
- package/ec2/instance.js.map +1 -1
- package/ec2/networkInsightsPath.d.ts +11 -3
- package/ec2/networkInsightsPath.js +4 -0
- package/ec2/networkInsightsPath.js.map +1 -1
- package/ec2/vpcIpv6CidrBlockAssociation.d.ts +6 -6
- package/eks/cluster.d.ts +12 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/elasticache/cluster.d.ts +6 -6
- package/iot/caCertificate.d.ts +6 -6
- package/lakeformation/optIn.d.ts +0 -8
- package/lakeformation/optIn.js +0 -8
- package/lakeformation/optIn.js.map +1 -1
- package/package.json +2 -2
- package/redshift/index.d.ts +3 -0
- package/redshift/index.js +6 -1
- package/redshift/index.js.map +1 -1
- package/redshift/integration.d.ts +291 -0
- package/redshift/integration.js +188 -0
- package/redshift/integration.js.map +1 -0
- package/redshiftserverless/workgroup.d.ts +12 -0
- package/redshiftserverless/workgroup.js +2 -0
- package/redshiftserverless/workgroup.js.map +1 -1
- package/sagemaker/imageVersion.d.ts +86 -2
- package/sagemaker/imageVersion.js +14 -0
- package/sagemaker/imageVersion.js.map +1 -1
- package/sagemaker/notebookInstanceLifecycleConfiguration.d.ts +34 -0
- package/sagemaker/notebookInstanceLifecycleConfiguration.js +4 -0
- package/sagemaker/notebookInstanceLifecycleConfiguration.js.map +1 -1
- package/sns/topicSubscription.d.ts +35 -25
- package/sns/topicSubscription.js +35 -25
- package/sns/topicSubscription.js.map +1 -1
- package/transfer/server.d.ts +9 -0
- package/transfer/server.js.map +1 -1
- package/types/input.d.ts +131 -14
- package/types/input.js +20 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +161 -16
- package/types/output.js +20 -1
- package/types/output.js.map +1 -1
package/types/output.js
CHANGED
|
@@ -2,7 +2,26 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.rds = void 0;
|
|
5
|
+
exports.rds = exports.ec2 = void 0;
|
|
6
|
+
var ec2;
|
|
7
|
+
(function (ec2) {
|
|
8
|
+
/**
|
|
9
|
+
* securityGroupEgressProvideDefaults sets the appropriate defaults for SecurityGroupEgress
|
|
10
|
+
*/
|
|
11
|
+
function securityGroupEgressProvideDefaults(val) {
|
|
12
|
+
var _a;
|
|
13
|
+
return Object.assign(Object.assign({}, val), { description: (_a = (val.description)) !== null && _a !== void 0 ? _a : "" });
|
|
14
|
+
}
|
|
15
|
+
ec2.securityGroupEgressProvideDefaults = securityGroupEgressProvideDefaults;
|
|
16
|
+
/**
|
|
17
|
+
* securityGroupIngressProvideDefaults sets the appropriate defaults for SecurityGroupIngress
|
|
18
|
+
*/
|
|
19
|
+
function securityGroupIngressProvideDefaults(val) {
|
|
20
|
+
var _a;
|
|
21
|
+
return Object.assign(Object.assign({}, val), { description: (_a = (val.description)) !== null && _a !== void 0 ? _a : "" });
|
|
22
|
+
}
|
|
23
|
+
ec2.securityGroupIngressProvideDefaults = securityGroupIngressProvideDefaults;
|
|
24
|
+
})(ec2 = exports.ec2 || (exports.ec2 = {}));
|
|
6
25
|
var rds;
|
|
7
26
|
(function (rds) {
|
|
8
27
|
/**
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAkq1BjF,IAAiB,GAAG,CA2yMnB;AA3yMD,WAAiB,GAAG;IAq3KhB;;OAEG;IACH,SAAgB,kCAAkC,CAAC,GAAwB;;QACvE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,sCAAkC,qCAKjD,CAAA;IA4CD;;OAEG;IACH,SAAgB,mCAAmC,CAAC,GAAyB;;QACzE,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,EAAE,IACtC;IACN,CAAC;IALe,uCAAmC,sCAKlD,CAAA;AA03BL,CAAC,EA3yMgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA2yMnB;AAw4xCD,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}
|