@pulumi/aws 6.0.0-alpha.6 → 6.0.0-alpha.8

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.
Files changed (94) hide show
  1. package/apigateway/authorizer.d.ts +55 -0
  2. package/apigateway/authorizer.js +55 -0
  3. package/apigateway/authorizer.js.map +1 -1
  4. package/apigateway/methodSettings.d.ts +72 -0
  5. package/apigateway/methodSettings.js +72 -0
  6. package/apigateway/methodSettings.js.map +1 -1
  7. package/apigateway/stage.d.ts +1 -1
  8. package/apigateway/stage.js +1 -1
  9. package/appmesh/virtualRouter.d.ts +1 -1
  10. package/appmesh/virtualRouter.js +1 -1
  11. package/athena/database.d.ts +1 -1
  12. package/athena/database.js +1 -1
  13. package/autoscaling/policy.d.ts +1 -1
  14. package/autoscaling/policy.js +1 -1
  15. package/budgets/getBudget.d.ts +4 -1
  16. package/budgets/getBudget.js.map +1 -1
  17. package/cloudfront/distribution.d.ts +229 -0
  18. package/cloudfront/distribution.js +229 -0
  19. package/cloudfront/distribution.js.map +1 -1
  20. package/codepipeline/customActionType.d.ts +1 -1
  21. package/codepipeline/customActionType.js +1 -1
  22. package/dlm/lifecyclePolicy.d.ts +41 -0
  23. package/dlm/lifecyclePolicy.js +41 -0
  24. package/dlm/lifecyclePolicy.js.map +1 -1
  25. package/ec2/defaultRouteTable.d.ts +1 -1
  26. package/ec2/defaultRouteTable.js +1 -1
  27. package/ec2/getNatGateway.d.ts +31 -21
  28. package/ec2/getNatGateway.js +4 -6
  29. package/ec2/getNatGateway.js.map +1 -1
  30. package/ec2/natGateway.d.ts +79 -18
  31. package/ec2/natGateway.js +31 -0
  32. package/ec2/natGateway.js.map +1 -1
  33. package/ec2/routeTable.d.ts +43 -0
  34. package/ec2/routeTable.js +43 -0
  35. package/ec2/routeTable.js.map +1 -1
  36. package/ec2transitgateway/vpcAttachment.d.ts +2 -2
  37. package/glue/job.d.ts +39 -6
  38. package/glue/job.js +18 -0
  39. package/glue/job.js.map +1 -1
  40. package/grafana/workspace.d.ts +3 -3
  41. package/iam/index.d.ts +3 -0
  42. package/iam/index.js +7 -2
  43. package/iam/index.js.map +1 -1
  44. package/iam/securityTokenServicePreferences.d.ts +60 -0
  45. package/iam/securityTokenServicePreferences.js +64 -0
  46. package/iam/securityTokenServicePreferences.js.map +1 -0
  47. package/licensemanager/licenseGrantAccepter.d.ts +9 -0
  48. package/licensemanager/licenseGrantAccepter.js +9 -0
  49. package/licensemanager/licenseGrantAccepter.js.map +1 -1
  50. package/networkfirewall/firewallPolicy.d.ts +32 -0
  51. package/networkfirewall/firewallPolicy.js +32 -0
  52. package/networkfirewall/firewallPolicy.js.map +1 -1
  53. package/opensearch/serverlessAccessPolicy.d.ts +78 -18
  54. package/opensearch/serverlessAccessPolicy.js +78 -18
  55. package/opensearch/serverlessAccessPolicy.js.map +1 -1
  56. package/opensearch/serverlessCollection.d.ts +7 -3
  57. package/opensearch/serverlessCollection.js +4 -0
  58. package/opensearch/serverlessCollection.js.map +1 -1
  59. package/package.json +2 -2
  60. package/package.json.dev +2 -2
  61. package/rds/getClusterSnapshot.d.ts +4 -2
  62. package/rds/getClusterSnapshot.js.map +1 -1
  63. package/rds/getInstance.d.ts +12 -6
  64. package/rds/getInstance.js +1 -0
  65. package/rds/getInstance.js.map +1 -1
  66. package/rds/getInstances.d.ts +41 -2
  67. package/rds/getInstances.js +25 -0
  68. package/rds/getInstances.js.map +1 -1
  69. package/rds/getSnapshot.d.ts +13 -0
  70. package/rds/getSnapshot.js +1 -0
  71. package/rds/getSnapshot.js.map +1 -1
  72. package/rds/instance.d.ts +6 -12
  73. package/rds/instance.js.map +1 -1
  74. package/sagemaker/index.d.ts +3 -0
  75. package/sagemaker/index.js +6 -1
  76. package/sagemaker/index.js.map +1 -1
  77. package/sagemaker/pipeline.d.ts +195 -0
  78. package/sagemaker/pipeline.js +108 -0
  79. package/sagemaker/pipeline.js.map +1 -0
  80. package/ssm/association.d.ts +3 -3
  81. package/ssm/parameter.d.ts +4 -4
  82. package/ssm/parameter.js +1 -1
  83. package/transfer/getServer.d.ts +1 -0
  84. package/transfer/getServer.js.map +1 -1
  85. package/transfer/server.d.ts +41 -0
  86. package/transfer/server.js +31 -0
  87. package/transfer/server.js.map +1 -1
  88. package/types/input.d.ts +534 -32
  89. package/types/output.d.ts +567 -50
  90. package/vpclattice/getService.d.ts +20 -8
  91. package/vpclattice/getService.js +8 -2
  92. package/vpclattice/getService.js.map +1 -1
  93. package/vpclattice/getServiceNetwork.d.ts +1 -1
  94. 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: GetServiceArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceResult>;
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
- * ID or Amazon Resource Name (ARN) of the service network
24
+ * Service name.
23
25
  */
24
- serviceIdentifier: string;
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: GetServiceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceResult>;
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
- * ID or Amazon Resource Name (ARN) of the service network
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: pulumi.Input<string>;
106
+ serviceIdentifier?: pulumi.Input<string>;
95
107
  /**
96
108
  * List of tags associated with the service.
97
109
  */
@@ -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;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,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,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAuDD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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"}
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"}
@@ -44,7 +44,7 @@ export interface GetServiceNetworkResult {
44
44
  */
45
45
  readonly createdAt: string;
46
46
  /**
47
- * ID of the service network.
47
+ * The provider-assigned unique ID for this managed resource.
48
48
  */
49
49
  readonly id: string;
50
50
  /**
@@ -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
  /**