@pulumi/aws 6.76.0-alpha.1743712502 → 6.76.0-alpha.1744129064

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 (57) hide show
  1. package/amp/scraper.d.ts +12 -0
  2. package/amp/scraper.js +2 -0
  3. package/amp/scraper.js.map +1 -1
  4. package/apprunner/customDomainAssociation.d.ts +1 -1
  5. package/apprunner/customDomainAssociation.js +1 -1
  6. package/chime/index.d.ts +3 -0
  7. package/chime/index.js +6 -1
  8. package/chime/index.js.map +1 -1
  9. package/chime/voiceConnectorOrganization.d.ts +4 -1
  10. package/chime/voiceConnectorOrganization.js +6 -1
  11. package/chime/voiceConnectorOrganization.js.map +1 -1
  12. package/chime/voiceConnectorOrigination.d.ts +117 -0
  13. package/chime/voiceConnectorOrigination.js +104 -0
  14. package/chime/voiceConnectorOrigination.js.map +1 -0
  15. package/directoryservice/conditionalForwader.d.ts +4 -1
  16. package/directoryservice/conditionalForwader.js +6 -1
  17. package/directoryservice/conditionalForwader.js.map +1 -1
  18. package/directoryservice/conditionalForwarder.d.ts +99 -0
  19. package/directoryservice/conditionalForwarder.js +91 -0
  20. package/directoryservice/conditionalForwarder.js.map +1 -0
  21. package/directoryservice/index.d.ts +6 -0
  22. package/directoryservice/index.js +11 -1
  23. package/directoryservice/index.js.map +1 -1
  24. package/directoryservice/logService.d.ts +4 -1
  25. package/directoryservice/logService.js +6 -1
  26. package/directoryservice/logService.js.map +1 -1
  27. package/directoryservice/logSubscription.d.ts +105 -0
  28. package/directoryservice/logSubscription.js +104 -0
  29. package/directoryservice/logSubscription.js.map +1 -0
  30. package/ec2/ami.d.ts +11 -3
  31. package/ec2/ami.js +2 -0
  32. package/ec2/ami.js.map +1 -1
  33. package/ec2/amiCopy.d.ts +10 -2
  34. package/ec2/amiCopy.js +2 -0
  35. package/ec2/amiCopy.js.map +1 -1
  36. package/ec2/amiFromInstance.d.ts +10 -2
  37. package/ec2/amiFromInstance.js +2 -0
  38. package/ec2/amiFromInstance.js.map +1 -1
  39. package/ec2/getAmi.d.ts +4 -0
  40. package/ec2/getAmi.js.map +1 -1
  41. package/glue/job.d.ts +12 -0
  42. package/glue/job.js +2 -0
  43. package/glue/job.js.map +1 -1
  44. package/package.json +2 -2
  45. package/s3tables/table.d.ts +3 -3
  46. package/s3tables/tableBucket.d.ts +3 -3
  47. package/sqs/queue.d.ts +9 -11
  48. package/sqs/queue.js +0 -2
  49. package/sqs/queue.js.map +1 -1
  50. package/ssm/maintenanceWindow.d.ts +3 -3
  51. package/ssm/parameter.d.ts +4 -10
  52. package/ssm/parameter.js +1 -1
  53. package/ssm/parameter.js.map +1 -1
  54. package/types/input.d.ts +83 -10
  55. package/types/input.js.map +1 -1
  56. package/types/output.d.ts +86 -13
  57. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -2217,6 +2217,16 @@ export declare namespace amp {
2217
2217
  */
2218
2218
  workspaceArn: pulumi.Input<string>;
2219
2219
  }
2220
+ interface ScraperRoleConfiguration {
2221
+ /**
2222
+ * The Amazon Resource Name (ARN) of the source role configuration. Must be an IAM role ARN.
2223
+ */
2224
+ sourceRoleArn?: pulumi.Input<string>;
2225
+ /**
2226
+ * The Amazon Resource Name (ARN) of the target role configuration. Must be an IAM role ARN.
2227
+ */
2228
+ targetRoleArn?: pulumi.Input<string>;
2229
+ }
2220
2230
  interface ScraperSource {
2221
2231
  /**
2222
2232
  * Configuration block for an EKS cluster source. See `eks`.
@@ -11451,6 +11461,28 @@ export declare namespace chime {
11451
11461
  */
11452
11462
  weight: pulumi.Input<number>;
11453
11463
  }
11464
+ interface VoiceConnectorOriginationRoute {
11465
+ /**
11466
+ * The FQDN or IP address to contact for origination traffic.
11467
+ */
11468
+ host: pulumi.Input<string>;
11469
+ /**
11470
+ * The designated origination route port. Defaults to `5060`.
11471
+ */
11472
+ port?: pulumi.Input<number>;
11473
+ /**
11474
+ * The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.
11475
+ */
11476
+ priority: pulumi.Input<number>;
11477
+ /**
11478
+ * The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.
11479
+ */
11480
+ protocol: pulumi.Input<string>;
11481
+ /**
11482
+ * The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.
11483
+ */
11484
+ weight: pulumi.Input<number>;
11485
+ }
11454
11486
  interface VoiceConnectorStreamingMediaInsightsConfiguration {
11455
11487
  /**
11456
11488
  * The media insights configuration that will be invoked by the Voice Connector.
@@ -30383,7 +30415,7 @@ export declare namespace fms {
30383
30415
  */
30384
30416
  name: pulumi.Input<string>;
30385
30417
  /**
30386
- * Indicates whether the resource set is in or out of the admin's Region scope. Valid values are `ACTIVE` (Admin can manage and delete the resource set) or `OUT_OF_ADMIN_SCOPE` (Admin can view the resource set, but theyy can't edit or delete the resource set.)
30418
+ * Indicates whether the resource set is in or out of the admin's Region scope. Valid values are `ACTIVE` (Admin can manage and delete the resource set) or `OUT_OF_ADMIN_SCOPE` (Admin can view the resource set, but they can't edit or delete the resource set.)
30387
30419
  */
30388
30420
  resourceSetStatus?: pulumi.Input<string>;
30389
30421
  /**
@@ -32041,6 +32073,40 @@ export declare namespace glue {
32041
32073
  */
32042
32074
  notifyDelayAfter?: pulumi.Input<number>;
32043
32075
  }
32076
+ interface JobSourceControlDetails {
32077
+ /**
32078
+ * The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token. Valid values are: `PERSONAL_ACCESS_TOKEN` and `AWS_SECRETS_MANAGER`.
32079
+ */
32080
+ authStrategy?: pulumi.Input<string>;
32081
+ /**
32082
+ * The value of an authorization token.
32083
+ */
32084
+ authToken?: pulumi.Input<string>;
32085
+ /**
32086
+ * A branch in the remote repository.
32087
+ */
32088
+ branch?: pulumi.Input<string>;
32089
+ /**
32090
+ * A folder in the remote repository.
32091
+ */
32092
+ folder?: pulumi.Input<string>;
32093
+ /**
32094
+ * The last commit ID for a commit in the remote repository.
32095
+ */
32096
+ lastCommitId?: pulumi.Input<string>;
32097
+ /**
32098
+ * The owner of the remote repository that contains the job artifacts.
32099
+ */
32100
+ owner?: pulumi.Input<string>;
32101
+ /**
32102
+ * The provider for the remote repository. Valid values are: `GITHUB`, `GITLAB`, `BITBUCKET`, and `AWS_CODE_COMMIT`.
32103
+ */
32104
+ provider?: pulumi.Input<string>;
32105
+ /**
32106
+ * The name of the remote repository that contains the job artifacts.
32107
+ */
32108
+ repository?: pulumi.Input<string>;
32109
+ }
32044
32110
  interface MLTransformInputRecordTable {
32045
32111
  /**
32046
32112
  * A unique identifier for the AWS Glue Data Catalog.
@@ -64701,7 +64767,10 @@ export declare namespace s3 {
64701
64767
  */
64702
64768
  expiration?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationV2RuleExpiration>;
64703
64769
  /**
64704
- * Configuration block used to identify objects that a Lifecycle Rule applies to. See below. If not specified, the `rule` will default to using `prefix`.
64770
+ * Configuration block used to identify objects that a Lifecycle Rule applies to.
64771
+ * See below.
64772
+ * If not specified, the `rule` will default to using `prefix`.
64773
+ * One of `filter` or `prefix` should be specified.
64705
64774
  */
64706
64775
  filter?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationV2RuleFilter>;
64707
64776
  /**
@@ -64717,9 +64786,13 @@ export declare namespace s3 {
64717
64786
  */
64718
64787
  noncurrentVersionTransitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition>[]>;
64719
64788
  /**
64720
- * **DEPRECATED** Use `filter` instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string (`""`) if `filter` is not specified.
64789
+ * **DEPRECATED** Use `filter` instead.
64790
+ * This has been deprecated by Amazon S3.
64791
+ * Prefix identifying one or more objects to which the rule applies.
64792
+ * Defaults to an empty string (`""`) if `filter` is not specified.
64793
+ * One of `prefix` or `filter` should be specified.
64721
64794
  *
64722
- * @deprecated Use filter instead
64795
+ * @deprecated Specify a prefix using 'filter' instead
64723
64796
  */
64724
64797
  prefix?: pulumi.Input<string>;
64725
64798
  /**
@@ -66467,14 +66540,14 @@ export declare namespace s3outposts {
66467
66540
  export declare namespace s3tables {
66468
66541
  interface TableBucketMaintenanceConfiguration {
66469
66542
  /**
66470
- * A single Iceberg unreferenced file removal settings block.
66543
+ * A single Iceberg unreferenced file removal settings object.
66471
66544
  * See `icebergUnreferencedFileRemoval` below.
66472
66545
  */
66473
66546
  icebergUnreferencedFileRemoval: pulumi.Input<inputs.s3tables.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval>;
66474
66547
  }
66475
66548
  interface TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval {
66476
66549
  /**
66477
- * Settings for unreferenced file removal.
66550
+ * Settings object for unreferenced file removal.
66478
66551
  * See `iceberg_unreferenced_file_removal.settings` below.
66479
66552
  */
66480
66553
  settings: pulumi.Input<inputs.s3tables.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemovalSettings>;
@@ -66498,19 +66571,19 @@ export declare namespace s3tables {
66498
66571
  }
66499
66572
  interface TableMaintenanceConfiguration {
66500
66573
  /**
66501
- * A single Iceberg compaction settings block.
66574
+ * A single Iceberg compaction settings object.
66502
66575
  * See `icebergCompaction` below.
66503
66576
  */
66504
66577
  icebergCompaction: pulumi.Input<inputs.s3tables.TableMaintenanceConfigurationIcebergCompaction>;
66505
66578
  /**
66506
- * A single Iceberg snapshot management settings block.
66579
+ * A single Iceberg snapshot management settings object.
66507
66580
  * See `icebergSnapshotManagement` below.
66508
66581
  */
66509
66582
  icebergSnapshotManagement: pulumi.Input<inputs.s3tables.TableMaintenanceConfigurationIcebergSnapshotManagement>;
66510
66583
  }
66511
66584
  interface TableMaintenanceConfigurationIcebergCompaction {
66512
66585
  /**
66513
- * Settings for compaction.
66586
+ * Settings object for compaction.
66514
66587
  * See `iceberg_compaction.settings` below.
66515
66588
  */
66516
66589
  settings: pulumi.Input<inputs.s3tables.TableMaintenanceConfigurationIcebergCompactionSettings>;
@@ -66529,7 +66602,7 @@ export declare namespace s3tables {
66529
66602
  }
66530
66603
  interface TableMaintenanceConfigurationIcebergSnapshotManagement {
66531
66604
  /**
66532
- * Settings for snapshot management.
66605
+ * Settings object for snapshot management.
66533
66606
  * See `iceberg_snapshot_management.settings` below.
66534
66607
  */
66535
66608
  settings: pulumi.Input<inputs.s3tables.TableMaintenanceConfigurationIcebergSnapshotManagementSettings>;
@@ -1 +1 @@
1
- {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA66hEjF,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;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;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
1
+ {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAk/hEjF,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;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;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
package/types/output.d.ts CHANGED
@@ -1051,6 +1051,16 @@ export declare namespace amp {
1051
1051
  */
1052
1052
  workspaceArn: string;
1053
1053
  }
1054
+ interface ScraperRoleConfiguration {
1055
+ /**
1056
+ * The Amazon Resource Name (ARN) of the source role configuration. Must be an IAM role ARN.
1057
+ */
1058
+ sourceRoleArn?: string;
1059
+ /**
1060
+ * The Amazon Resource Name (ARN) of the target role configuration. Must be an IAM role ARN.
1061
+ */
1062
+ targetRoleArn?: string;
1063
+ }
1054
1064
  interface ScraperSource {
1055
1065
  /**
1056
1066
  * Configuration block for an EKS cluster source. See `eks`.
@@ -12701,6 +12711,28 @@ export declare namespace chime {
12701
12711
  */
12702
12712
  weight: number;
12703
12713
  }
12714
+ interface VoiceConnectorOriginationRoute {
12715
+ /**
12716
+ * The FQDN or IP address to contact for origination traffic.
12717
+ */
12718
+ host: string;
12719
+ /**
12720
+ * The designated origination route port. Defaults to `5060`.
12721
+ */
12722
+ port?: number;
12723
+ /**
12724
+ * The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.
12725
+ */
12726
+ priority: number;
12727
+ /**
12728
+ * The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.
12729
+ */
12730
+ protocol: string;
12731
+ /**
12732
+ * The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.
12733
+ */
12734
+ weight: number;
12735
+ }
12704
12736
  interface VoiceConnectorStreamingMediaInsightsConfiguration {
12705
12737
  /**
12706
12738
  * The media insights configuration that will be invoked by the Voice Connector.
@@ -32327,7 +32359,7 @@ export declare namespace ecs {
32327
32359
  /**
32328
32360
  * Namespace name or ARN of the `aws.servicediscovery.HttpNamespace` for use with Service Connect.
32329
32361
  */
32330
- namespace?: string;
32362
+ namespace: string;
32331
32363
  /**
32332
32364
  * List of Service Connect service objects. See below.
32333
32365
  */
@@ -32367,7 +32399,7 @@ export declare namespace ecs {
32367
32399
  /**
32368
32400
  * Name of the new AWS Cloud Map service that Amazon ECS creates for this Amazon ECS service.
32369
32401
  */
32370
- discoveryName?: string;
32402
+ discoveryName: string;
32371
32403
  /**
32372
32404
  * Port number for the Service Connect proxy to listen on.
32373
32405
  */
@@ -32389,7 +32421,7 @@ export declare namespace ecs {
32389
32421
  /**
32390
32422
  * Name that you use in the applications of client tasks to connect to this service.
32391
32423
  */
32392
- dnsName?: string;
32424
+ dnsName: string;
32393
32425
  /**
32394
32426
  * Listening port number for the Service Connect proxy. This port is available inside of all of the tasks within the same namespace.
32395
32427
  */
@@ -36412,7 +36444,7 @@ export declare namespace fms {
36412
36444
  */
36413
36445
  name: string;
36414
36446
  /**
36415
- * Indicates whether the resource set is in or out of the admin's Region scope. Valid values are `ACTIVE` (Admin can manage and delete the resource set) or `OUT_OF_ADMIN_SCOPE` (Admin can view the resource set, but theyy can't edit or delete the resource set.)
36447
+ * Indicates whether the resource set is in or out of the admin's Region scope. Valid values are `ACTIVE` (Admin can manage and delete the resource set) or `OUT_OF_ADMIN_SCOPE` (Admin can view the resource set, but they can't edit or delete the resource set.)
36416
36448
  */
36417
36449
  resourceSetStatus: string;
36418
36450
  /**
@@ -38356,6 +38388,40 @@ export declare namespace glue {
38356
38388
  */
38357
38389
  notifyDelayAfter?: number;
38358
38390
  }
38391
+ interface JobSourceControlDetails {
38392
+ /**
38393
+ * The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token. Valid values are: `PERSONAL_ACCESS_TOKEN` and `AWS_SECRETS_MANAGER`.
38394
+ */
38395
+ authStrategy?: string;
38396
+ /**
38397
+ * The value of an authorization token.
38398
+ */
38399
+ authToken?: string;
38400
+ /**
38401
+ * A branch in the remote repository.
38402
+ */
38403
+ branch?: string;
38404
+ /**
38405
+ * A folder in the remote repository.
38406
+ */
38407
+ folder?: string;
38408
+ /**
38409
+ * The last commit ID for a commit in the remote repository.
38410
+ */
38411
+ lastCommitId?: string;
38412
+ /**
38413
+ * The owner of the remote repository that contains the job artifacts.
38414
+ */
38415
+ owner?: string;
38416
+ /**
38417
+ * The provider for the remote repository. Valid values are: `GITHUB`, `GITLAB`, `BITBUCKET`, and `AWS_CODE_COMMIT`.
38418
+ */
38419
+ provider?: string;
38420
+ /**
38421
+ * The name of the remote repository that contains the job artifacts.
38422
+ */
38423
+ repository?: string;
38424
+ }
38359
38425
  interface MLTransformInputRecordTable {
38360
38426
  /**
38361
38427
  * A unique identifier for the AWS Glue Data Catalog.
@@ -72851,7 +72917,10 @@ export declare namespace s3 {
72851
72917
  */
72852
72918
  expiration?: outputs.s3.BucketLifecycleConfigurationV2RuleExpiration;
72853
72919
  /**
72854
- * Configuration block used to identify objects that a Lifecycle Rule applies to. See below. If not specified, the `rule` will default to using `prefix`.
72920
+ * Configuration block used to identify objects that a Lifecycle Rule applies to.
72921
+ * See below.
72922
+ * If not specified, the `rule` will default to using `prefix`.
72923
+ * One of `filter` or `prefix` should be specified.
72855
72924
  */
72856
72925
  filter?: outputs.s3.BucketLifecycleConfigurationV2RuleFilter;
72857
72926
  /**
@@ -72867,9 +72936,13 @@ export declare namespace s3 {
72867
72936
  */
72868
72937
  noncurrentVersionTransitions?: outputs.s3.BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition[];
72869
72938
  /**
72870
- * **DEPRECATED** Use `filter` instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string (`""`) if `filter` is not specified.
72939
+ * **DEPRECATED** Use `filter` instead.
72940
+ * This has been deprecated by Amazon S3.
72941
+ * Prefix identifying one or more objects to which the rule applies.
72942
+ * Defaults to an empty string (`""`) if `filter` is not specified.
72943
+ * One of `prefix` or `filter` should be specified.
72871
72944
  *
72872
- * @deprecated Use filter instead
72945
+ * @deprecated Specify a prefix using 'filter' instead
72873
72946
  */
72874
72947
  prefix: string;
72875
72948
  /**
@@ -74655,14 +74728,14 @@ export declare namespace s3outposts {
74655
74728
  export declare namespace s3tables {
74656
74729
  interface TableBucketMaintenanceConfiguration {
74657
74730
  /**
74658
- * A single Iceberg unreferenced file removal settings block.
74731
+ * A single Iceberg unreferenced file removal settings object.
74659
74732
  * See `icebergUnreferencedFileRemoval` below.
74660
74733
  */
74661
74734
  icebergUnreferencedFileRemoval: outputs.s3tables.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval;
74662
74735
  }
74663
74736
  interface TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemoval {
74664
74737
  /**
74665
- * Settings for unreferenced file removal.
74738
+ * Settings object for unreferenced file removal.
74666
74739
  * See `iceberg_unreferenced_file_removal.settings` below.
74667
74740
  */
74668
74741
  settings: outputs.s3tables.TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemovalSettings;
@@ -74686,19 +74759,19 @@ export declare namespace s3tables {
74686
74759
  }
74687
74760
  interface TableMaintenanceConfiguration {
74688
74761
  /**
74689
- * A single Iceberg compaction settings block.
74762
+ * A single Iceberg compaction settings object.
74690
74763
  * See `icebergCompaction` below.
74691
74764
  */
74692
74765
  icebergCompaction: outputs.s3tables.TableMaintenanceConfigurationIcebergCompaction;
74693
74766
  /**
74694
- * A single Iceberg snapshot management settings block.
74767
+ * A single Iceberg snapshot management settings object.
74695
74768
  * See `icebergSnapshotManagement` below.
74696
74769
  */
74697
74770
  icebergSnapshotManagement: outputs.s3tables.TableMaintenanceConfigurationIcebergSnapshotManagement;
74698
74771
  }
74699
74772
  interface TableMaintenanceConfigurationIcebergCompaction {
74700
74773
  /**
74701
- * Settings for compaction.
74774
+ * Settings object for compaction.
74702
74775
  * See `iceberg_compaction.settings` below.
74703
74776
  */
74704
74777
  settings: outputs.s3tables.TableMaintenanceConfigurationIcebergCompactionSettings;
@@ -74717,7 +74790,7 @@ export declare namespace s3tables {
74717
74790
  }
74718
74791
  interface TableMaintenanceConfigurationIcebergSnapshotManagement {
74719
74792
  /**
74720
- * Settings for snapshot management.
74793
+ * Settings object for snapshot management.
74721
74794
  * See `iceberg_snapshot_management.settings` below.
74722
74795
  */
74723
74796
  settings: outputs.s3tables.TableMaintenanceConfigurationIcebergSnapshotManagementSettings;
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAmozEjF,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"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAwszEjF,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"}