@pulumi/aws-native 1.61.0-alpha.1775897892 → 1.61.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.
Files changed (124) hide show
  1. package/apigatewayv2/getStage.d.ts +12 -16
  2. package/apigatewayv2/getStage.js +2 -4
  3. package/apigatewayv2/getStage.js.map +1 -1
  4. package/apigatewayv2/stage.d.ts +14 -10
  5. package/apigatewayv2/stage.js +2 -0
  6. package/apigatewayv2/stage.js.map +1 -1
  7. package/appintegrations/application.d.ts +11 -2
  8. package/appintegrations/application.js +2 -3
  9. package/appintegrations/application.js.map +1 -1
  10. package/appintegrations/getApplication.d.ts +5 -0
  11. package/appintegrations/getApplication.js.map +1 -1
  12. package/bcmpricingcalculator/billScenario.d.ts +100 -0
  13. package/bcmpricingcalculator/billScenario.js +76 -0
  14. package/bcmpricingcalculator/billScenario.js.map +1 -0
  15. package/bcmpricingcalculator/getBillScenario.d.ts +69 -0
  16. package/bcmpricingcalculator/getBillScenario.js +28 -0
  17. package/bcmpricingcalculator/getBillScenario.js.map +1 -0
  18. package/bcmpricingcalculator/index.d.ts +7 -0
  19. package/bcmpricingcalculator/index.js +41 -0
  20. package/bcmpricingcalculator/index.js.map +1 -0
  21. package/bedrock/dataAutomationLibrary.d.ts +75 -0
  22. package/bedrock/dataAutomationLibrary.js +72 -0
  23. package/bedrock/dataAutomationLibrary.js.map +1 -0
  24. package/bedrock/enforcedGuardrailConfiguration.d.ts +85 -0
  25. package/bedrock/enforcedGuardrailConfiguration.js +84 -0
  26. package/bedrock/enforcedGuardrailConfiguration.js.map +1 -0
  27. package/bedrock/getDataAutomationLibrary.d.ts +46 -0
  28. package/bedrock/getDataAutomationLibrary.js +28 -0
  29. package/bedrock/getDataAutomationLibrary.js.map +1 -0
  30. package/bedrock/getEnforcedGuardrailConfiguration.d.ts +64 -0
  31. package/bedrock/getEnforcedGuardrailConfiguration.js +28 -0
  32. package/bedrock/getEnforcedGuardrailConfiguration.js.map +1 -0
  33. package/bedrock/getResourcePolicy.d.ts +29 -0
  34. package/bedrock/getResourcePolicy.js +28 -0
  35. package/bedrock/getResourcePolicy.js.map +1 -0
  36. package/bedrock/index.d.ts +18 -0
  37. package/bedrock/index.js +23 -2
  38. package/bedrock/index.js.map +1 -1
  39. package/bedrock/resourcePolicy.d.ts +53 -0
  40. package/bedrock/resourcePolicy.js +66 -0
  41. package/bedrock/resourcePolicy.js.map +1 -0
  42. package/braket/getSpendingLimit.d.ts +53 -0
  43. package/braket/getSpendingLimit.js +28 -0
  44. package/braket/getSpendingLimit.js.map +1 -0
  45. package/braket/index.d.ts +6 -0
  46. package/braket/index.js +25 -0
  47. package/braket/index.js.map +1 -0
  48. package/braket/spendingLimit.d.ts +81 -0
  49. package/braket/spendingLimit.js +80 -0
  50. package/braket/spendingLimit.js.map +1 -0
  51. package/cloudwatch/alarm.d.ts +4 -0
  52. package/cloudwatch/alarm.js +4 -0
  53. package/cloudwatch/alarm.js.map +1 -1
  54. package/cloudwatch/getAlarm.d.ts +2 -0
  55. package/cloudwatch/getAlarm.js.map +1 -1
  56. package/connectcampaignsv2/campaign.d.ts +2 -0
  57. package/connectcampaignsv2/campaign.js +2 -0
  58. package/connectcampaignsv2/campaign.js.map +1 -1
  59. package/connectcampaignsv2/getCampaign.d.ts +1 -0
  60. package/connectcampaignsv2/getCampaign.js.map +1 -1
  61. package/elasticloadbalancing/getLoadBalancer.d.ts +23 -13
  62. package/elasticloadbalancing/getLoadBalancer.js +2 -2
  63. package/elasticloadbalancing/getLoadBalancer.js.map +1 -1
  64. package/elasticloadbalancing/loadBalancer.d.ts +51 -7
  65. package/elasticloadbalancing/loadBalancer.js +6 -2
  66. package/elasticloadbalancing/loadBalancer.js.map +1 -1
  67. package/index.d.ts +4 -1
  68. package/index.js +12 -6
  69. package/index.js.map +1 -1
  70. package/package.json +3 -3
  71. package/package.json.dev +2 -2
  72. package/s3express/directoryBucket.d.ts +8 -0
  73. package/s3express/directoryBucket.js +2 -0
  74. package/s3express/directoryBucket.js.map +1 -1
  75. package/s3express/getDirectoryBucket.d.ts +4 -0
  76. package/s3express/getDirectoryBucket.js.map +1 -1
  77. package/s3files/accessPoint.d.ts +74 -0
  78. package/s3files/accessPoint.js +77 -0
  79. package/s3files/accessPoint.js.map +1 -0
  80. package/s3files/fileSystem.d.ts +58 -0
  81. package/s3files/fileSystem.js +90 -0
  82. package/s3files/fileSystem.js.map +1 -0
  83. package/s3files/fileSystemPolicy.d.ts +43 -0
  84. package/s3files/fileSystemPolicy.js +66 -0
  85. package/s3files/fileSystemPolicy.js.map +1 -0
  86. package/s3files/getAccessPoint.d.ts +24 -0
  87. package/s3files/getAccessPoint.js +28 -0
  88. package/s3files/getAccessPoint.js.map +1 -0
  89. package/s3files/getFileSystem.d.ts +27 -0
  90. package/s3files/getFileSystem.js +28 -0
  91. package/s3files/getFileSystem.js.map +1 -0
  92. package/s3files/getFileSystemPolicy.d.ts +21 -0
  93. package/s3files/getFileSystemPolicy.js +28 -0
  94. package/s3files/getFileSystemPolicy.js.map +1 -0
  95. package/s3files/getMountTarget.d.ts +26 -0
  96. package/s3files/getMountTarget.js +28 -0
  97. package/s3files/getMountTarget.js.map +1 -0
  98. package/s3files/index.d.ts +25 -0
  99. package/s3files/index.js +62 -0
  100. package/s3files/index.js.map +1 -0
  101. package/s3files/mountTarget.d.ts +53 -0
  102. package/s3files/mountTarget.js +88 -0
  103. package/s3files/mountTarget.js.map +1 -0
  104. package/types/enums/appintegrations/index.d.ts +9 -0
  105. package/types/enums/appintegrations/index.js +6 -1
  106. package/types/enums/appintegrations/index.js.map +1 -1
  107. package/types/enums/bcmpricingcalculator/index.d.ts +12 -0
  108. package/types/enums/bcmpricingcalculator/index.js +16 -0
  109. package/types/enums/bcmpricingcalculator/index.js.map +1 -0
  110. package/types/enums/bedrock/index.d.ts +38 -0
  111. package/types/enums/bedrock/index.js +21 -3
  112. package/types/enums/bedrock/index.js.map +1 -1
  113. package/types/enums/index.d.ts +3 -1
  114. package/types/enums/index.js +9 -5
  115. package/types/enums/index.js.map +1 -1
  116. package/types/enums/lambda/index.d.ts +5 -0
  117. package/types/enums/lambda/index.js +5 -1
  118. package/types/enums/lambda/index.js.map +1 -1
  119. package/types/enums/s3files/index.d.ts +38 -0
  120. package/types/enums/s3files/index.js +39 -0
  121. package/types/enums/s3files/index.js.map +1 -0
  122. package/types/input.d.ts +180 -31
  123. package/types/output.d.ts +194 -41
  124. package/types/output.js.map +1 -1
@@ -6,13 +6,9 @@ import * as outputs from "../types/output";
6
6
  export declare function getStage(args: GetStageArgs, opts?: pulumi.InvokeOptions): Promise<GetStageResult>;
7
7
  export interface GetStageArgs {
8
8
  /**
9
- * The API identifier.
9
+ * The identifier.
10
10
  */
11
- apiId: string;
12
- /**
13
- * The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
14
- */
15
- stageName: string;
11
+ id: string;
16
12
  }
17
13
  export interface GetStageResult {
18
14
  /**
@@ -20,11 +16,11 @@ export interface GetStageResult {
20
16
  */
21
17
  readonly accessLogSettings?: outputs.apigatewayv2.StageAccessLogSettings;
22
18
  /**
23
- * Specifies whether updates to an API automatically trigger a new deployment. The default value is false.
19
+ * Specifies whether updates to an API automatically trigger a new deployment. The default value is `false` .
24
20
  */
25
21
  readonly autoDeploy?: boolean;
26
22
  /**
27
- * The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.
23
+ * The identifier of a client certificate for a `Stage` . Supported only for WebSocket APIs.
28
24
  */
29
25
  readonly clientCertificateId?: string;
30
26
  /**
@@ -32,13 +28,17 @@ export interface GetStageResult {
32
28
  */
33
29
  readonly defaultRouteSettings?: outputs.apigatewayv2.StageRouteSettings;
34
30
  /**
35
- * The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.
31
+ * The deployment identifier for the API stage. Can't be updated if `autoDeploy` is enabled.
36
32
  */
37
33
  readonly deploymentId?: string;
38
34
  /**
39
35
  * The description for the API stage.
40
36
  */
41
37
  readonly description?: string;
38
+ /**
39
+ * The identifier.
40
+ */
41
+ readonly id?: string;
42
42
  /**
43
43
  * Route settings for the stage.
44
44
  *
@@ -46,7 +46,7 @@ export interface GetStageResult {
46
46
  */
47
47
  readonly routeSettings?: any;
48
48
  /**
49
- * A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
49
+ * A map that defines the stage variables for a `Stage` . Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
50
50
  *
51
51
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::ApiGatewayV2::Stage` for more information about the expected schema for this property.
52
52
  */
@@ -64,11 +64,7 @@ export interface GetStageResult {
64
64
  export declare function getStageOutput(args: GetStageOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStageResult>;
65
65
  export interface GetStageOutputArgs {
66
66
  /**
67
- * The API identifier.
68
- */
69
- apiId: pulumi.Input<string>;
70
- /**
71
- * The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
67
+ * The identifier.
72
68
  */
73
- stageName: pulumi.Input<string>;
69
+ id: pulumi.Input<string>;
74
70
  }
@@ -11,8 +11,7 @@ const utilities = require("../utilities");
11
11
  function getStage(args, opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
13
  return pulumi.runtime.invoke("aws-native:apigatewayv2:getStage", {
14
- "apiId": args.apiId,
15
- "stageName": args.stageName,
14
+ "id": args.id,
16
15
  }, opts);
17
16
  }
18
17
  exports.getStage = getStage;
@@ -22,8 +21,7 @@ exports.getStage = getStage;
22
21
  function getStageOutput(args, opts) {
23
22
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
23
  return pulumi.runtime.invokeOutput("aws-native:apigatewayv2:getStage", {
25
- "apiId": args.apiId,
26
- "stageName": args.stageName,
24
+ "id": args.id,
27
25
  }, opts);
28
26
  }
29
27
  exports.getStageOutput = getStageOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getStage.js","sourceRoot":"","sources":["../../apigatewayv2/getStage.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAyDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
1
+ {"version":3,"file":"getStage.js","sourceRoot":"","sources":["../../apigatewayv2/getStage.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
@@ -28,11 +28,15 @@ export declare class Stage extends pulumi.CustomResource {
28
28
  */
29
29
  readonly apiId: pulumi.Output<string>;
30
30
  /**
31
- * Specifies whether updates to an API automatically trigger a new deployment. The default value is false.
31
+ * Specifies whether updates to an API automatically trigger a new deployment. The default value is `false` .
32
32
  */
33
33
  readonly autoDeploy: pulumi.Output<boolean | undefined>;
34
34
  /**
35
- * The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.
35
+ * The identifier.
36
+ */
37
+ readonly awsId: pulumi.Output<string>;
38
+ /**
39
+ * The identifier of a client certificate for a `Stage` . Supported only for WebSocket APIs.
36
40
  */
37
41
  readonly clientCertificateId: pulumi.Output<string | undefined>;
38
42
  /**
@@ -40,7 +44,7 @@ export declare class Stage extends pulumi.CustomResource {
40
44
  */
41
45
  readonly defaultRouteSettings: pulumi.Output<outputs.apigatewayv2.StageRouteSettings | undefined>;
42
46
  /**
43
- * The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.
47
+ * The deployment identifier for the API stage. Can't be updated if `autoDeploy` is enabled.
44
48
  */
45
49
  readonly deploymentId: pulumi.Output<string | undefined>;
46
50
  /**
@@ -54,11 +58,11 @@ export declare class Stage extends pulumi.CustomResource {
54
58
  */
55
59
  readonly routeSettings: pulumi.Output<any | undefined>;
56
60
  /**
57
- * The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
61
+ * The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be `$default` . Maximum length is 128 characters.
58
62
  */
59
63
  readonly stageName: pulumi.Output<string>;
60
64
  /**
61
- * A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
65
+ * A map that defines the stage variables for a `Stage` . Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
62
66
  *
63
67
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::ApiGatewayV2::Stage` for more information about the expected schema for this property.
64
68
  */
@@ -91,11 +95,11 @@ export interface StageArgs {
91
95
  */
92
96
  apiId: pulumi.Input<string>;
93
97
  /**
94
- * Specifies whether updates to an API automatically trigger a new deployment. The default value is false.
98
+ * Specifies whether updates to an API automatically trigger a new deployment. The default value is `false` .
95
99
  */
96
100
  autoDeploy?: pulumi.Input<boolean>;
97
101
  /**
98
- * The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.
102
+ * The identifier of a client certificate for a `Stage` . Supported only for WebSocket APIs.
99
103
  */
100
104
  clientCertificateId?: pulumi.Input<string>;
101
105
  /**
@@ -103,7 +107,7 @@ export interface StageArgs {
103
107
  */
104
108
  defaultRouteSettings?: pulumi.Input<inputs.apigatewayv2.StageRouteSettingsArgs>;
105
109
  /**
106
- * The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.
110
+ * The deployment identifier for the API stage. Can't be updated if `autoDeploy` is enabled.
107
111
  */
108
112
  deploymentId?: pulumi.Input<string>;
109
113
  /**
@@ -117,11 +121,11 @@ export interface StageArgs {
117
121
  */
118
122
  routeSettings?: any;
119
123
  /**
120
- * The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
124
+ * The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be `$default` . Maximum length is 128 characters.
121
125
  */
122
126
  stageName?: pulumi.Input<string>;
123
127
  /**
124
- * A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
128
+ * A map that defines the stage variables for a `Stage` . Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.
125
129
  *
126
130
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::ApiGatewayV2::Stage` for more information about the expected schema for this property.
127
131
  */
@@ -55,11 +55,13 @@ class Stage extends pulumi.CustomResource {
55
55
  resourceInputs["stageName"] = args?.stageName;
56
56
  resourceInputs["stageVariables"] = args?.stageVariables;
57
57
  resourceInputs["tags"] = args?.tags;
58
+ resourceInputs["awsId"] = undefined /*out*/;
58
59
  }
59
60
  else {
60
61
  resourceInputs["accessLogSettings"] = undefined /*out*/;
61
62
  resourceInputs["apiId"] = undefined /*out*/;
62
63
  resourceInputs["autoDeploy"] = undefined /*out*/;
64
+ resourceInputs["awsId"] = undefined /*out*/;
63
65
  resourceInputs["clientCertificateId"] = undefined /*out*/;
64
66
  resourceInputs["defaultRouteSettings"] = undefined /*out*/;
65
67
  resourceInputs["deploymentId"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"stage.js","sourceRoot":"","sources":["../../apigatewayv2/stage.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stage.js","sourceRoot":"","sources":["../../apigatewayv2/stage.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
4
5
  /**
5
6
  * Resource Type definition for AWS:AppIntegrations::Application
6
7
  */
@@ -31,6 +32,10 @@ export declare class Application extends pulumi.CustomResource {
31
32
  * Application source config
32
33
  */
33
34
  readonly applicationSourceConfig: pulumi.Output<outputs.appintegrations.ApplicationSourceConfigProperties>;
35
+ /**
36
+ * The type of application
37
+ */
38
+ readonly applicationType: pulumi.Output<enums.appintegrations.ApplicationType | undefined>;
34
39
  /**
35
40
  * The id of the application.
36
41
  */
@@ -38,7 +43,7 @@ export declare class Application extends pulumi.CustomResource {
38
43
  /**
39
44
  * The application description.
40
45
  */
41
- readonly description: pulumi.Output<string>;
46
+ readonly description: pulumi.Output<string | undefined>;
42
47
  /**
43
48
  * The iframe configuration
44
49
  */
@@ -88,10 +93,14 @@ export interface ApplicationArgs {
88
93
  * Application source config
89
94
  */
90
95
  applicationSourceConfig: pulumi.Input<inputs.appintegrations.ApplicationSourceConfigPropertiesArgs>;
96
+ /**
97
+ * The type of application
98
+ */
99
+ applicationType?: pulumi.Input<enums.appintegrations.ApplicationType>;
91
100
  /**
92
101
  * The application description.
93
102
  */
94
- description: pulumi.Input<string>;
103
+ description?: pulumi.Input<string>;
95
104
  /**
96
105
  * The iframe configuration
97
106
  */
@@ -44,14 +44,12 @@ class Application extends pulumi.CustomResource {
44
44
  if (args?.applicationSourceConfig === undefined && !opts.urn) {
45
45
  throw new Error("Missing required property 'applicationSourceConfig'");
46
46
  }
47
- if (args?.description === undefined && !opts.urn) {
48
- throw new Error("Missing required property 'description'");
49
- }
50
47
  if (args?.namespace === undefined && !opts.urn) {
51
48
  throw new Error("Missing required property 'namespace'");
52
49
  }
53
50
  resourceInputs["applicationConfig"] = args?.applicationConfig;
54
51
  resourceInputs["applicationSourceConfig"] = args?.applicationSourceConfig;
52
+ resourceInputs["applicationType"] = args?.applicationType;
55
53
  resourceInputs["description"] = args?.description;
56
54
  resourceInputs["iframeConfig"] = args?.iframeConfig;
57
55
  resourceInputs["initializationTimeout"] = args?.initializationTimeout;
@@ -67,6 +65,7 @@ class Application extends pulumi.CustomResource {
67
65
  resourceInputs["applicationArn"] = undefined /*out*/;
68
66
  resourceInputs["applicationConfig"] = undefined /*out*/;
69
67
  resourceInputs["applicationSourceConfig"] = undefined /*out*/;
68
+ resourceInputs["applicationType"] = undefined /*out*/;
70
69
  resourceInputs["awsId"] = undefined /*out*/;
71
70
  resourceInputs["description"] = undefined /*out*/;
72
71
  resourceInputs["iframeConfig"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"application.js","sourceRoot":"","sources":["../../appintegrations/application.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"application.js","sourceRoot":"","sources":["../../appintegrations/application.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
+ import * as enums from "../types/enums";
3
4
  /**
4
5
  * Resource Type definition for AWS:AppIntegrations::Application
5
6
  */
@@ -23,6 +24,10 @@ export interface GetApplicationResult {
23
24
  * Application source config
24
25
  */
25
26
  readonly applicationSourceConfig?: outputs.appintegrations.ApplicationSourceConfigProperties;
27
+ /**
28
+ * The type of application
29
+ */
30
+ readonly applicationType?: enums.appintegrations.ApplicationType;
26
31
  /**
27
32
  * The application description.
28
33
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../../appintegrations/getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA2DD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
1
+ {"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../../appintegrations/getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA+DD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -0,0 +1,100 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * Resource Type definition for AWS::BcmPricingCalculator::BillScenario
7
+ */
8
+ export declare class BillScenario extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing BillScenario resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BillScenario;
18
+ /**
19
+ * Returns true if the given object is an instance of BillScenario. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is BillScenario;
23
+ /**
24
+ * The Amazon Resource Name (ARN) of the bill scenario.
25
+ */
26
+ readonly arn: pulumi.Output<string>;
27
+ /**
28
+ * The unique identifier of the bill scenario
29
+ */
30
+ readonly awsId: pulumi.Output<string>;
31
+ /**
32
+ * The time period covered by the bill scenario
33
+ */
34
+ readonly billInterval: pulumi.Output<outputs.bcmpricingcalculator.BillScenarioBillInterval>;
35
+ /**
36
+ * The ARN of the cost category group sharing preference
37
+ */
38
+ readonly costCategoryGroupSharingPreferenceArn: pulumi.Output<string | undefined>;
39
+ /**
40
+ * The timestamp when the bill scenario was created
41
+ */
42
+ readonly createdAt: pulumi.Output<string>;
43
+ /**
44
+ * The timestamp when the bill scenario expires
45
+ */
46
+ readonly expiresAt: pulumi.Output<string | undefined>;
47
+ /**
48
+ * The failure message if the bill scenario failed
49
+ */
50
+ readonly failureMessage: pulumi.Output<string>;
51
+ /**
52
+ * The group sharing preference for the bill scenario
53
+ */
54
+ readonly groupSharingPreference: pulumi.Output<enums.bcmpricingcalculator.BillScenarioGroupSharingPreference | undefined>;
55
+ /**
56
+ * The name of the bill scenario
57
+ */
58
+ readonly name: pulumi.Output<string | undefined>;
59
+ /**
60
+ * The status of the bill scenario
61
+ */
62
+ readonly status: pulumi.Output<enums.bcmpricingcalculator.BillScenarioStatus>;
63
+ /**
64
+ * An array of key-value pairs to apply to this resource
65
+ */
66
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
67
+ /**
68
+ * Create a BillScenario resource with the given unique name, arguments, and options.
69
+ *
70
+ * @param name The _unique_ name of the resource.
71
+ * @param args The arguments to use to populate this resource's properties.
72
+ * @param opts A bag of options that control this resource's behavior.
73
+ */
74
+ constructor(name: string, args?: BillScenarioArgs, opts?: pulumi.CustomResourceOptions);
75
+ }
76
+ /**
77
+ * The set of arguments for constructing a BillScenario resource.
78
+ */
79
+ export interface BillScenarioArgs {
80
+ /**
81
+ * The ARN of the cost category group sharing preference
82
+ */
83
+ costCategoryGroupSharingPreferenceArn?: pulumi.Input<string>;
84
+ /**
85
+ * The timestamp when the bill scenario expires
86
+ */
87
+ expiresAt?: pulumi.Input<string>;
88
+ /**
89
+ * The group sharing preference for the bill scenario
90
+ */
91
+ groupSharingPreference?: pulumi.Input<enums.bcmpricingcalculator.BillScenarioGroupSharingPreference>;
92
+ /**
93
+ * The name of the bill scenario
94
+ */
95
+ name?: pulumi.Input<string>;
96
+ /**
97
+ * An array of key-value pairs to apply to this resource
98
+ */
99
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
100
+ }
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.BillScenario = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::BcmPricingCalculator::BillScenario
10
+ */
11
+ class BillScenario extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing BillScenario resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new BillScenario(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of BillScenario. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === BillScenario.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a BillScenario resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ resourceInputs["costCategoryGroupSharingPreferenceArn"] = args?.costCategoryGroupSharingPreferenceArn;
45
+ resourceInputs["expiresAt"] = args?.expiresAt;
46
+ resourceInputs["groupSharingPreference"] = args?.groupSharingPreference;
47
+ resourceInputs["name"] = args?.name;
48
+ resourceInputs["tags"] = args?.tags;
49
+ resourceInputs["arn"] = undefined /*out*/;
50
+ resourceInputs["awsId"] = undefined /*out*/;
51
+ resourceInputs["billInterval"] = undefined /*out*/;
52
+ resourceInputs["createdAt"] = undefined /*out*/;
53
+ resourceInputs["failureMessage"] = undefined /*out*/;
54
+ resourceInputs["status"] = undefined /*out*/;
55
+ }
56
+ else {
57
+ resourceInputs["arn"] = undefined /*out*/;
58
+ resourceInputs["awsId"] = undefined /*out*/;
59
+ resourceInputs["billInterval"] = undefined /*out*/;
60
+ resourceInputs["costCategoryGroupSharingPreferenceArn"] = undefined /*out*/;
61
+ resourceInputs["createdAt"] = undefined /*out*/;
62
+ resourceInputs["expiresAt"] = undefined /*out*/;
63
+ resourceInputs["failureMessage"] = undefined /*out*/;
64
+ resourceInputs["groupSharingPreference"] = undefined /*out*/;
65
+ resourceInputs["name"] = undefined /*out*/;
66
+ resourceInputs["status"] = undefined /*out*/;
67
+ resourceInputs["tags"] = undefined /*out*/;
68
+ }
69
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
70
+ super(BillScenario.__pulumiType, name, resourceInputs, opts);
71
+ }
72
+ }
73
+ exports.BillScenario = BillScenario;
74
+ /** @internal */
75
+ BillScenario.__pulumiType = 'aws-native:bcmpricingcalculator:BillScenario';
76
+ //# sourceMappingURL=billScenario.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billScenario.js","sourceRoot":"","sources":["../../bcmpricingcalculator/billScenario.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,YAAY,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IA+CD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAuB,EAAE,IAAmC;QAClF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,uCAAuC,CAAC,GAAG,IAAI,EAAE,qCAAqC,CAAC;YACtG,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,uCAAuC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AA7GL,oCA8GC;AAjGG,gBAAgB;AACO,yBAAY,GAAG,8CAA8C,CAAC"}
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ import * as enums from "../types/enums";
4
+ /**
5
+ * Resource Type definition for AWS::BcmPricingCalculator::BillScenario
6
+ */
7
+ export declare function getBillScenario(args: GetBillScenarioArgs, opts?: pulumi.InvokeOptions): Promise<GetBillScenarioResult>;
8
+ export interface GetBillScenarioArgs {
9
+ /**
10
+ * The Amazon Resource Name (ARN) of the bill scenario.
11
+ */
12
+ arn: string;
13
+ }
14
+ export interface GetBillScenarioResult {
15
+ /**
16
+ * The Amazon Resource Name (ARN) of the bill scenario.
17
+ */
18
+ readonly arn?: string;
19
+ /**
20
+ * The time period covered by the bill scenario
21
+ */
22
+ readonly billInterval?: outputs.bcmpricingcalculator.BillScenarioBillInterval;
23
+ /**
24
+ * The ARN of the cost category group sharing preference
25
+ */
26
+ readonly costCategoryGroupSharingPreferenceArn?: string;
27
+ /**
28
+ * The timestamp when the bill scenario was created
29
+ */
30
+ readonly createdAt?: string;
31
+ /**
32
+ * The timestamp when the bill scenario expires
33
+ */
34
+ readonly expiresAt?: string;
35
+ /**
36
+ * The failure message if the bill scenario failed
37
+ */
38
+ readonly failureMessage?: string;
39
+ /**
40
+ * The group sharing preference for the bill scenario
41
+ */
42
+ readonly groupSharingPreference?: enums.bcmpricingcalculator.BillScenarioGroupSharingPreference;
43
+ /**
44
+ * The unique identifier of the bill scenario
45
+ */
46
+ readonly id?: string;
47
+ /**
48
+ * The name of the bill scenario
49
+ */
50
+ readonly name?: string;
51
+ /**
52
+ * The status of the bill scenario
53
+ */
54
+ readonly status?: enums.bcmpricingcalculator.BillScenarioStatus;
55
+ /**
56
+ * An array of key-value pairs to apply to this resource
57
+ */
58
+ readonly tags?: outputs.Tag[];
59
+ }
60
+ /**
61
+ * Resource Type definition for AWS::BcmPricingCalculator::BillScenario
62
+ */
63
+ export declare function getBillScenarioOutput(args: GetBillScenarioOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBillScenarioResult>;
64
+ export interface GetBillScenarioOutputArgs {
65
+ /**
66
+ * The Amazon Resource Name (ARN) of the bill scenario.
67
+ */
68
+ arn: pulumi.Input<string>;
69
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getBillScenarioOutput = exports.getBillScenario = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::BcmPricingCalculator::BillScenario
10
+ */
11
+ function getBillScenario(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:bcmpricingcalculator:getBillScenario", {
14
+ "arn": args.arn,
15
+ }, opts);
16
+ }
17
+ exports.getBillScenario = getBillScenario;
18
+ /**
19
+ * Resource Type definition for AWS::BcmPricingCalculator::BillScenario
20
+ */
21
+ function getBillScenarioOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:bcmpricingcalculator:getBillScenario", {
24
+ "arn": args.arn,
25
+ }, opts);
26
+ }
27
+ exports.getBillScenarioOutput = getBillScenarioOutput;
28
+ //# sourceMappingURL=getBillScenario.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBillScenario.js","sourceRoot":"","sources":["../../bcmpricingcalculator/getBillScenario.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAuDD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iDAAiD,EAAE;QAClF,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
@@ -0,0 +1,7 @@
1
+ export { BillScenarioArgs } from "./billScenario";
2
+ export type BillScenario = import("./billScenario").BillScenario;
3
+ export declare const BillScenario: typeof import("./billScenario").BillScenario;
4
+ export { GetBillScenarioArgs, GetBillScenarioResult, GetBillScenarioOutputArgs } from "./getBillScenario";
5
+ export declare const getBillScenario: typeof import("./getBillScenario").getBillScenario;
6
+ export declare const getBillScenarioOutput: typeof import("./getBillScenario").getBillScenarioOutput;
7
+ export * from "../types/enums/bcmpricingcalculator";