@pulumi/aws 6.50.0 → 6.50.1

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 (42) hide show
  1. package/batch/getJobQueue.d.ts +8 -0
  2. package/batch/getJobQueue.js.map +1 -1
  3. package/batch/jobDefinition.d.ts +93 -1
  4. package/batch/jobDefinition.js +83 -1
  5. package/batch/jobDefinition.js.map +1 -1
  6. package/batch/jobQueue.d.ts +12 -0
  7. package/batch/jobQueue.js +2 -0
  8. package/batch/jobQueue.js.map +1 -1
  9. package/cloudfront/responseHeadersPolicy.d.ts +6 -1
  10. package/cloudfront/responseHeadersPolicy.js +6 -1
  11. package/cloudfront/responseHeadersPolicy.js.map +1 -1
  12. package/cognito/managedUserPoolClient.d.ts +15 -15
  13. package/cognito/userPoolClient.d.ts +57 -75
  14. package/cognito/userPoolClient.js.map +1 -1
  15. package/datazone/project.d.ts +13 -13
  16. package/datazone/project.js +2 -2
  17. package/ecs/service.d.ts +3 -0
  18. package/ecs/service.js.map +1 -1
  19. package/grafana/workspace.d.ts +26 -0
  20. package/grafana/workspace.js +26 -0
  21. package/grafana/workspace.js.map +1 -1
  22. package/opensearch/outboundConnection.d.ts +1 -1
  23. package/package.json +2 -2
  24. package/pinpoint/gcmChannel.d.ts +9 -16
  25. package/pinpoint/gcmChannel.js +6 -18
  26. package/pinpoint/gcmChannel.js.map +1 -1
  27. package/route53/getZones.d.ts +43 -0
  28. package/route53/getZones.js +47 -0
  29. package/route53/getZones.js.map +1 -0
  30. package/route53/index.d.ts +3 -0
  31. package/route53/index.js +5 -1
  32. package/route53/index.js.map +1 -1
  33. package/ssoadmin/getPermissionSets.d.ts +66 -0
  34. package/ssoadmin/getPermissionSets.js +53 -0
  35. package/ssoadmin/getPermissionSets.js.map +1 -0
  36. package/ssoadmin/index.d.ts +3 -0
  37. package/ssoadmin/index.js +4 -1
  38. package/ssoadmin/index.js.map +1 -1
  39. package/types/input.d.ts +16 -0
  40. package/types/input.js.map +1 -1
  41. package/types/output.d.ts +25 -0
  42. package/types/output.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -9884,6 +9884,15 @@ export declare namespace batch {
9884
9884
  computeEnvironment: string;
9885
9885
  order: number;
9886
9886
  }
9887
+ interface GetJobQueueJobStateTimeLimitAction {
9888
+ action: string;
9889
+ maxTimeSeconds: number;
9890
+ reason: string;
9891
+ /**
9892
+ * Describes the ability of the queue to accept new jobs (for example, `ENABLED` or `DISABLED`).
9893
+ */
9894
+ state: string;
9895
+ }
9887
9896
  interface GetSchedulingPolicyFairSharePolicy {
9888
9897
  /**
9889
9898
  * Value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).
@@ -10102,6 +10111,22 @@ export declare namespace batch {
10102
10111
  */
10103
10112
  order: number;
10104
10113
  }
10114
+ interface JobQueueJobStateTimeLimitAction {
10115
+ /**
10116
+ * The action to take when a job is at the head of the job queue in the specified state for the specified period of time. Valid values include `"CANCEL"`
10117
+ * * `job_state_time_limit_action.#.max_time_seconds` - The approximate amount of time, in seconds, that must pass with the job in the specified state before the action is taken. Valid values include integers between `600` & `86400`
10118
+ */
10119
+ action: string;
10120
+ maxTimeSeconds: number;
10121
+ /**
10122
+ * The reason to log for the action being taken.
10123
+ */
10124
+ reason: string;
10125
+ /**
10126
+ * The state of the job needed to trigger the action. Valid values include `"RUNNABLE"`.
10127
+ */
10128
+ state: string;
10129
+ }
10105
10130
  interface JobQueueTimeouts {
10106
10131
  /**
10107
10132
  * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA4rpEjF,IAAiB,GAAG,CAuanB;AAvaD,WAAiB,GAAG;IAsWhB;;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;AAyDL,CAAC,EAvagB,GAAG,GAAH,WAAG,KAAH,WAAG,QAuanB"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAutpEjF,IAAiB,GAAG,CAuanB;AAvaD,WAAiB,GAAG;IAsWhB;;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;AAyDL,CAAC,EAvagB,GAAG,GAAH,WAAG,KAAH,WAAG,QAuanB"}