@pulumi/aws 6.0.0-alpha.6 → 6.0.0-alpha.7
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/apigateway/authorizer.d.ts +55 -0
- package/apigateway/authorizer.js +55 -0
- package/apigateway/authorizer.js.map +1 -1
- package/apigateway/methodSettings.d.ts +72 -0
- package/apigateway/methodSettings.js +72 -0
- package/apigateway/methodSettings.js.map +1 -1
- package/apigateway/stage.d.ts +1 -1
- package/apigateway/stage.js +1 -1
- package/appmesh/virtualRouter.d.ts +1 -1
- package/appmesh/virtualRouter.js +1 -1
- package/athena/database.d.ts +1 -1
- package/athena/database.js +1 -1
- package/autoscaling/policy.d.ts +1 -1
- package/autoscaling/policy.js +1 -1
- package/budgets/getBudget.d.ts +4 -1
- package/budgets/getBudget.js.map +1 -1
- package/cloudfront/distribution.d.ts +229 -0
- package/cloudfront/distribution.js +229 -0
- package/cloudfront/distribution.js.map +1 -1
- package/codepipeline/customActionType.d.ts +1 -1
- package/codepipeline/customActionType.js +1 -1
- package/dlm/lifecyclePolicy.d.ts +41 -0
- package/dlm/lifecyclePolicy.js +41 -0
- package/dlm/lifecyclePolicy.js.map +1 -1
- package/ec2/defaultRouteTable.d.ts +1 -1
- package/ec2/defaultRouteTable.js +1 -1
- package/ec2/getNatGateway.d.ts +31 -21
- package/ec2/getNatGateway.js +4 -6
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/natGateway.d.ts +79 -18
- package/ec2/natGateway.js +31 -0
- package/ec2/natGateway.js.map +1 -1
- package/ec2/routeTable.d.ts +43 -0
- package/ec2/routeTable.js +43 -0
- package/ec2/routeTable.js.map +1 -1
- package/ec2transitgateway/vpcAttachment.d.ts +2 -2
- package/glue/job.d.ts +39 -6
- package/glue/job.js +18 -0
- package/glue/job.js.map +1 -1
- package/grafana/workspace.d.ts +3 -3
- package/iam/index.d.ts +3 -0
- package/iam/index.js +7 -2
- package/iam/index.js.map +1 -1
- package/iam/securityTokenServicePreferences.d.ts +60 -0
- package/iam/securityTokenServicePreferences.js +64 -0
- package/iam/securityTokenServicePreferences.js.map +1 -0
- package/licensemanager/licenseGrantAccepter.d.ts +9 -0
- package/licensemanager/licenseGrantAccepter.js +9 -0
- package/licensemanager/licenseGrantAccepter.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +32 -0
- package/networkfirewall/firewallPolicy.js +32 -0
- package/networkfirewall/firewallPolicy.js.map +1 -1
- package/opensearch/serverlessAccessPolicy.d.ts +78 -18
- package/opensearch/serverlessAccessPolicy.js +78 -18
- package/opensearch/serverlessAccessPolicy.js.map +1 -1
- package/opensearch/serverlessCollection.d.ts +7 -3
- package/opensearch/serverlessCollection.js +4 -0
- package/opensearch/serverlessCollection.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/getClusterSnapshot.d.ts +4 -2
- package/rds/getClusterSnapshot.js.map +1 -1
- package/rds/getInstance.d.ts +12 -6
- package/rds/getInstance.js +1 -0
- package/rds/getInstance.js.map +1 -1
- package/rds/getInstances.d.ts +41 -2
- package/rds/getInstances.js +25 -0
- package/rds/getInstances.js.map +1 -1
- package/rds/getSnapshot.d.ts +13 -0
- package/rds/getSnapshot.js +1 -0
- package/rds/getSnapshot.js.map +1 -1
- package/rds/instance.d.ts +6 -12
- package/rds/instance.js.map +1 -1
- package/sagemaker/index.d.ts +3 -0
- package/sagemaker/index.js +6 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/pipeline.d.ts +195 -0
- package/sagemaker/pipeline.js +108 -0
- package/sagemaker/pipeline.js.map +1 -0
- package/ssm/association.d.ts +3 -3
- package/ssm/parameter.d.ts +4 -4
- package/ssm/parameter.js +1 -1
- package/transfer/getServer.d.ts +1 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +41 -0
- package/transfer/server.js +31 -0
- package/transfer/server.js.map +1 -1
- package/types/input.d.ts +534 -32
- package/types/output.d.ts +567 -50
- package/vpclattice/getService.d.ts +20 -8
- package/vpclattice/getService.js +8 -2
- package/vpclattice/getService.js.map +1 -1
- package/vpclattice/getServiceNetwork.d.ts +1 -1
- package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
|
@@ -10,18 +10,24 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as aws from "@pulumi/aws";
|
|
12
12
|
*
|
|
13
|
-
* const example = aws.vpclattice.getService({
|
|
13
|
+
* const example = aws.vpclattice.getService({
|
|
14
|
+
* name: "example",
|
|
15
|
+
* });
|
|
14
16
|
* ```
|
|
15
17
|
*/
|
|
16
|
-
export declare function getService(args
|
|
18
|
+
export declare function getService(args?: GetServiceArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceResult>;
|
|
17
19
|
/**
|
|
18
20
|
* A collection of arguments for invoking getService.
|
|
19
21
|
*/
|
|
20
22
|
export interface GetServiceArgs {
|
|
21
23
|
/**
|
|
22
|
-
*
|
|
24
|
+
* Service name.
|
|
23
25
|
*/
|
|
24
|
-
|
|
26
|
+
name?: string;
|
|
27
|
+
/**
|
|
28
|
+
* ID or Amazon Resource Name (ARN) of the service network.
|
|
29
|
+
*/
|
|
30
|
+
serviceIdentifier?: string;
|
|
25
31
|
/**
|
|
26
32
|
* List of tags associated with the service.
|
|
27
33
|
*/
|
|
@@ -80,18 +86,24 @@ export interface GetServiceResult {
|
|
|
80
86
|
* import * as pulumi from "@pulumi/pulumi";
|
|
81
87
|
* import * as aws from "@pulumi/aws";
|
|
82
88
|
*
|
|
83
|
-
* const example = aws.vpclattice.getService({
|
|
89
|
+
* const example = aws.vpclattice.getService({
|
|
90
|
+
* name: "example",
|
|
91
|
+
* });
|
|
84
92
|
* ```
|
|
85
93
|
*/
|
|
86
|
-
export declare function getServiceOutput(args
|
|
94
|
+
export declare function getServiceOutput(args?: GetServiceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceResult>;
|
|
87
95
|
/**
|
|
88
96
|
* A collection of arguments for invoking getService.
|
|
89
97
|
*/
|
|
90
98
|
export interface GetServiceOutputArgs {
|
|
91
99
|
/**
|
|
92
|
-
*
|
|
100
|
+
* Service name.
|
|
101
|
+
*/
|
|
102
|
+
name?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* ID or Amazon Resource Name (ARN) of the service network.
|
|
93
105
|
*/
|
|
94
|
-
serviceIdentifier
|
|
106
|
+
serviceIdentifier?: pulumi.Input<string>;
|
|
95
107
|
/**
|
|
96
108
|
* List of tags associated with the service.
|
|
97
109
|
*/
|
package/vpclattice/getService.js
CHANGED
|
@@ -15,12 +15,16 @@ const utilities = require("../utilities");
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as aws from "@pulumi/aws";
|
|
17
17
|
*
|
|
18
|
-
* const example = aws.vpclattice.getService({
|
|
18
|
+
* const example = aws.vpclattice.getService({
|
|
19
|
+
* name: "example",
|
|
20
|
+
* });
|
|
19
21
|
* ```
|
|
20
22
|
*/
|
|
21
23
|
function getService(args, opts) {
|
|
24
|
+
args = args || {};
|
|
22
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
26
|
return pulumi.runtime.invoke("aws:vpclattice/getService:getService", {
|
|
27
|
+
"name": args.name,
|
|
24
28
|
"serviceIdentifier": args.serviceIdentifier,
|
|
25
29
|
"tags": args.tags,
|
|
26
30
|
}, opts);
|
|
@@ -36,7 +40,9 @@ exports.getService = getService;
|
|
|
36
40
|
* import * as pulumi from "@pulumi/pulumi";
|
|
37
41
|
* import * as aws from "@pulumi/aws";
|
|
38
42
|
*
|
|
39
|
-
* const example = aws.vpclattice.getService({
|
|
43
|
+
* const example = aws.vpclattice.getService({
|
|
44
|
+
* name: "example",
|
|
45
|
+
* });
|
|
40
46
|
* ```
|
|
41
47
|
*/
|
|
42
48
|
function getServiceOutput(args, opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getService.js","sourceRoot":"","sources":["../../vpclattice/getService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getService.js","sourceRoot":"","sources":["../../vpclattice/getService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AA2DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
|
@@ -90,7 +90,7 @@ export declare class WebAclLoggingConfiguration extends pulumi.CustomResource {
|
|
|
90
90
|
*/
|
|
91
91
|
static isInstance(obj: any): obj is WebAclLoggingConfiguration;
|
|
92
92
|
/**
|
|
93
|
-
* Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL.
|
|
93
|
+
* Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL. **Note:** data firehose, log group, or bucket name **must** be prefixed with `aws-waf-logs-`, e.g. `aws-waf-logs-example-firehose`, `aws-waf-logs-example-log-group`, or `aws-waf-logs-example-bucket`.
|
|
94
94
|
*/
|
|
95
95
|
readonly logDestinationConfigs: pulumi.Output<string[]>;
|
|
96
96
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class WebAclLoggingConfiguration extends pulumi.CustomResource {
|
|
|
119
119
|
*/
|
|
120
120
|
export interface WebAclLoggingConfigurationState {
|
|
121
121
|
/**
|
|
122
|
-
* Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL.
|
|
122
|
+
* Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL. **Note:** data firehose, log group, or bucket name **must** be prefixed with `aws-waf-logs-`, e.g. `aws-waf-logs-example-firehose`, `aws-waf-logs-example-log-group`, or `aws-waf-logs-example-bucket`.
|
|
123
123
|
*/
|
|
124
124
|
logDestinationConfigs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
125
|
/**
|
|
@@ -140,7 +140,7 @@ export interface WebAclLoggingConfigurationState {
|
|
|
140
140
|
*/
|
|
141
141
|
export interface WebAclLoggingConfigurationArgs {
|
|
142
142
|
/**
|
|
143
|
-
* Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL.
|
|
143
|
+
* Configuration block that allows you to associate Amazon Kinesis Data Firehose, Cloudwatch Log log group, or S3 bucket Amazon Resource Names (ARNs) with the web ACL. **Note:** data firehose, log group, or bucket name **must** be prefixed with `aws-waf-logs-`, e.g. `aws-waf-logs-example-firehose`, `aws-waf-logs-example-log-group`, or `aws-waf-logs-example-bucket`.
|
|
144
144
|
*/
|
|
145
145
|
logDestinationConfigs: pulumi.Input<pulumi.Input<string>[]>;
|
|
146
146
|
/**
|