@pulumi/aws-native 1.31.0-alpha.1750423631 → 1.31.0-alpha.1750954106
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/aiops/getInvestigationGroup.d.ts +46 -0
- package/aiops/getInvestigationGroup.js +28 -0
- package/aiops/getInvestigationGroup.js.map +1 -0
- package/aiops/index.d.ts +6 -0
- package/aiops/index.js +25 -0
- package/aiops/index.js.map +1 -0
- package/aiops/investigationGroup.d.ts +96 -0
- package/aiops/investigationGroup.js +86 -0
- package/aiops/investigationGroup.js.map +1 -0
- package/arczonalshift/getZonalAutoshiftConfiguration.d.ts +2 -2
- package/arczonalshift/zonalAutoshiftConfiguration.d.ts +2 -2
- package/cloudformation/getStack.d.ts +9 -9
- package/cloudformation/stack.d.ts +22 -22
- package/datazone/getProjectProfile.d.ts +2 -0
- package/datazone/getProjectProfile.js.map +1 -1
- package/datazone/projectProfile.d.ts +4 -0
- package/datazone/projectProfile.js +2 -0
- package/datazone/projectProfile.js.map +1 -1
- package/dsql/cluster.d.ts +12 -0
- package/dsql/cluster.js +4 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ecs/getService.d.ts +44 -0
- package/ecs/getService.js +44 -0
- package/ecs/getService.js.map +1 -1
- package/ecs/service.d.ts +22 -0
- package/ecs/service.js +22 -0
- package/ecs/service.js.map +1 -1
- package/gamelift/getContainerFleet.d.ts +4 -0
- package/gamelift/getContainerFleet.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +9 -5
- package/index.js.map +1 -1
- package/inspectorv2/filter.d.ts +6 -0
- package/inspectorv2/filter.js.map +1 -1
- package/inspectorv2/getFilter.d.ts +3 -0
- package/inspectorv2/getFilter.js.map +1 -1
- package/mediatailor/getPlaybackConfiguration.d.ts +5 -0
- package/mediatailor/getPlaybackConfiguration.js.map +1 -1
- package/mediatailor/playbackConfiguration.d.ts +9 -0
- package/mediatailor/playbackConfiguration.js +2 -0
- package/mediatailor/playbackConfiguration.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/s3tables/index.d.ts +3 -0
- package/s3tables/index.js +5 -1
- package/s3tables/index.js.map +1 -1
- package/s3tables/namespace.d.ts +37 -0
- package/s3tables/namespace.js +66 -0
- package/s3tables/namespace.js.map +1 -0
- package/securityhub/aggregatorV2.d.ts +6 -0
- package/securityhub/aggregatorV2.js.map +1 -1
- package/securityhub/automationRuleV2.d.ts +18 -0
- package/securityhub/automationRuleV2.js.map +1 -1
- package/securityhub/getAggregatorV2.d.ts +3 -0
- package/securityhub/getAggregatorV2.js.map +1 -1
- package/securityhub/getAutomationRuleV2.d.ts +12 -0
- package/securityhub/getAutomationRuleV2.js.map +1 -1
- package/securityhub/getHubV2.d.ts +6 -0
- package/securityhub/getHubV2.js.map +1 -1
- package/securityhub/hubV2.d.ts +9 -0
- package/securityhub/hubV2.js.map +1 -1
- package/types/enums/batch/index.d.ts +10 -0
- package/types/enums/batch/index.js +9 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +5 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +3 -1
- package/types/enums/index.js.map +1 -1
- package/types/enums/kendra/index.d.ts +1 -0
- package/types/enums/kendra/index.js +1 -0
- package/types/enums/kendra/index.js.map +1 -1
- package/types/enums/lambda/index.d.ts +12 -0
- package/types/enums/lambda/index.js.map +1 -1
- package/types/enums/mediatailor/index.d.ts +5 -0
- package/types/enums/mediatailor/index.js +5 -1
- package/types/enums/mediatailor/index.js.map +1 -1
- package/types/enums/rolesanywhere/index.d.ts +0 -1
- package/types/enums/rolesanywhere/index.js +0 -1
- package/types/enums/rolesanywhere/index.js.map +1 -1
- package/types/enums/workspacesinstances/index.d.ts +104 -0
- package/types/enums/workspacesinstances/index.js +86 -0
- package/types/enums/workspacesinstances/index.js.map +1 -0
- package/types/input.d.ts +245 -1
- package/types/output.d.ts +265 -1
- package/types/output.js.map +1 -1
- package/workspacesinstances/getVolume.d.ts +27 -0
- package/workspacesinstances/getVolume.js +28 -0
- package/workspacesinstances/getVolume.js.map +1 -0
- package/workspacesinstances/getWorkspaceInstance.d.ts +35 -0
- package/workspacesinstances/getWorkspaceInstance.js +28 -0
- package/workspacesinstances/getWorkspaceInstance.js.map +1 -0
- package/workspacesinstances/index.d.ts +16 -0
- package/workspacesinstances/index.js +52 -0
- package/workspacesinstances/index.js.map +1 -0
- package/workspacesinstances/volume.d.ts +112 -0
- package/workspacesinstances/volume.js +79 -0
- package/workspacesinstances/volume.js.map +1 -0
- package/workspacesinstances/volumeAssociation.d.ts +66 -0
- package/workspacesinstances/volumeAssociation.js +73 -0
- package/workspacesinstances/volumeAssociation.js.map +1 -0
- package/workspacesinstances/workspaceInstance.d.ts +49 -0
- package/workspacesinstances/workspaceInstance.js +66 -0
- package/workspacesinstances/workspaceInstance.js.map +1 -0
package/types/output.d.ts
CHANGED
|
@@ -680,6 +680,19 @@ export declare namespace acmpca {
|
|
|
680
680
|
value: number;
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
+
export declare namespace aiops {
|
|
684
|
+
interface InvestigationGroupChatbotNotificationChannel {
|
|
685
|
+
chatConfigurationArns?: string[];
|
|
686
|
+
snsTopicArn?: string;
|
|
687
|
+
}
|
|
688
|
+
interface InvestigationGroupCrossAccountConfiguration {
|
|
689
|
+
sourceRoleArn?: string;
|
|
690
|
+
}
|
|
691
|
+
interface InvestigationGroupEncryptionConfigMap {
|
|
692
|
+
encryptionConfigurationType?: string;
|
|
693
|
+
kmsKeyId?: string;
|
|
694
|
+
}
|
|
695
|
+
}
|
|
683
696
|
export declare namespace amazonmq {
|
|
684
697
|
}
|
|
685
698
|
export declare namespace amplify {
|
|
@@ -6258,7 +6271,7 @@ export declare namespace arczonalshift {
|
|
|
6258
6271
|
*/
|
|
6259
6272
|
blockedDates?: string[];
|
|
6260
6273
|
/**
|
|
6261
|
-
* An array of one or more days and times that you can specify when
|
|
6274
|
+
* An array of one or more days and times that you can specify when ARC does not start practice runs for a resource. Days and times are in UTC.
|
|
6262
6275
|
*
|
|
6263
6276
|
* Specify blocked windows in the format `DAY:HH:MM-DAY:HH:MM` , separated by spaces. For example, `MON:18:30-MON:19:30 TUE:18:30-TUE:19:30` .
|
|
6264
6277
|
*/
|
|
@@ -8442,6 +8455,7 @@ export declare namespace batch {
|
|
|
8442
8455
|
* > To unset all override templates for a compute environment, you can pass an empty array to the [UpdateComputeEnvironment.overrides](https://docs.aws.amazon.com/batch/latest/APIReference/API_UpdateComputeEnvironment.html) parameter, or not include the `overrides` parameter when submitting the `UpdateComputeEnvironment` API operation.
|
|
8443
8456
|
*/
|
|
8444
8457
|
overrides?: outputs.batch.ComputeEnvironmentLaunchTemplateSpecificationOverride[];
|
|
8458
|
+
userdataType?: enums.batch.ComputeEnvironmentLaunchTemplateSpecificationUserdataType;
|
|
8445
8459
|
/**
|
|
8446
8460
|
* The version number of the launch template, `$Default` , or `$Latest` .
|
|
8447
8461
|
*
|
|
@@ -8481,6 +8495,7 @@ export declare namespace batch {
|
|
|
8481
8495
|
* - `targetInstanceTypes` included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
|
|
8482
8496
|
*/
|
|
8483
8497
|
targetInstanceTypes?: string[];
|
|
8498
|
+
userdataType?: enums.batch.ComputeEnvironmentLaunchTemplateSpecificationOverrideUserdataType;
|
|
8484
8499
|
/**
|
|
8485
8500
|
* The version number of the launch template, `$Default` , or `$Latest` .
|
|
8486
8501
|
*
|
|
@@ -22985,6 +23000,33 @@ export declare namespace datazone {
|
|
|
22985
23000
|
interface ProjectMembershipMember1Properties {
|
|
22986
23001
|
groupIdentifier: string;
|
|
22987
23002
|
}
|
|
23003
|
+
interface ProjectProfileAwsAccount {
|
|
23004
|
+
awsAccountId: string;
|
|
23005
|
+
}
|
|
23006
|
+
interface ProjectProfileEnvironmentConfiguration {
|
|
23007
|
+
awsAccount?: outputs.datazone.ProjectProfileAwsAccount;
|
|
23008
|
+
awsRegion: outputs.datazone.ProjectProfileRegion;
|
|
23009
|
+
configurationParameters?: outputs.datazone.ProjectProfileEnvironmentConfigurationParametersDetails;
|
|
23010
|
+
deploymentMode?: enums.datazone.ProjectProfileDeploymentMode;
|
|
23011
|
+
deploymentOrder?: number;
|
|
23012
|
+
description?: string;
|
|
23013
|
+
environmentBlueprintId: string;
|
|
23014
|
+
id?: string;
|
|
23015
|
+
name: string;
|
|
23016
|
+
}
|
|
23017
|
+
interface ProjectProfileEnvironmentConfigurationParameter {
|
|
23018
|
+
isEditable?: boolean;
|
|
23019
|
+
name?: string;
|
|
23020
|
+
value?: string;
|
|
23021
|
+
}
|
|
23022
|
+
interface ProjectProfileEnvironmentConfigurationParametersDetails {
|
|
23023
|
+
parameterOverrides?: outputs.datazone.ProjectProfileEnvironmentConfigurationParameter[];
|
|
23024
|
+
resolvedParameters?: outputs.datazone.ProjectProfileEnvironmentConfigurationParameter[];
|
|
23025
|
+
ssmPath?: string;
|
|
23026
|
+
}
|
|
23027
|
+
interface ProjectProfileRegion {
|
|
23028
|
+
regionName: string;
|
|
23029
|
+
}
|
|
22988
23030
|
/**
|
|
22989
23031
|
* The details of the subscription target configuration.
|
|
22990
23032
|
*/
|
|
@@ -23635,6 +23677,23 @@ export declare namespace dms {
|
|
|
23635
23677
|
export declare namespace docdbelastic {
|
|
23636
23678
|
}
|
|
23637
23679
|
export declare namespace dsql {
|
|
23680
|
+
/**
|
|
23681
|
+
* The encryption configuration details for the cluster.
|
|
23682
|
+
*/
|
|
23683
|
+
interface EncryptionDetailsProperties {
|
|
23684
|
+
/**
|
|
23685
|
+
* The status of encryption for the cluster.
|
|
23686
|
+
*/
|
|
23687
|
+
encryptionStatus?: string;
|
|
23688
|
+
/**
|
|
23689
|
+
* The type of encryption that protects data in the cluster.
|
|
23690
|
+
*/
|
|
23691
|
+
encryptionType?: string;
|
|
23692
|
+
/**
|
|
23693
|
+
* The Amazon Resource Name (ARN) of the KMS key that encrypts data in the cluster.
|
|
23694
|
+
*/
|
|
23695
|
+
kmsKeyArn?: string;
|
|
23696
|
+
}
|
|
23638
23697
|
/**
|
|
23639
23698
|
* The Multi-region properties associated to this cluster.
|
|
23640
23699
|
*/
|
|
@@ -43734,6 +43793,10 @@ export declare namespace kendra {
|
|
|
43734
43793
|
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
43735
43794
|
*/
|
|
43736
43795
|
sharePointConfiguration?: outputs.kendra.DataSourceSharePointConfiguration;
|
|
43796
|
+
/**
|
|
43797
|
+
* Provides a template for the configuration information to connect to your data source.
|
|
43798
|
+
*/
|
|
43799
|
+
templateConfiguration?: outputs.kendra.DataSourceTemplateConfiguration;
|
|
43737
43800
|
/**
|
|
43738
43801
|
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
43739
43802
|
*/
|
|
@@ -44432,6 +44495,14 @@ export declare namespace kendra {
|
|
|
44432
44495
|
*/
|
|
44433
44496
|
queryIdentifiersEnclosingOption?: enums.kendra.DataSourceQueryIdentifiersEnclosingOption;
|
|
44434
44497
|
}
|
|
44498
|
+
interface DataSourceTemplateConfiguration {
|
|
44499
|
+
/**
|
|
44500
|
+
* The template schema used for the data source, where templates schemas are supported.
|
|
44501
|
+
*
|
|
44502
|
+
* See [Data source template schemas](https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html) .
|
|
44503
|
+
*/
|
|
44504
|
+
template: any;
|
|
44505
|
+
}
|
|
44435
44506
|
interface DataSourceToIndexFieldMapping {
|
|
44436
44507
|
dataSourceFieldName: string;
|
|
44437
44508
|
dateFieldFormat?: string;
|
|
@@ -46770,6 +46841,9 @@ export declare namespace lambda {
|
|
|
46770
46841
|
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id).
|
|
46771
46842
|
*/
|
|
46772
46843
|
consumerGroupId?: string;
|
|
46844
|
+
/**
|
|
46845
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
46846
|
+
*/
|
|
46773
46847
|
schemaRegistryConfig?: outputs.lambda.EventSourceMappingSchemaRegistryConfig;
|
|
46774
46848
|
}
|
|
46775
46849
|
/**
|
|
@@ -46868,16 +46942,43 @@ export declare namespace lambda {
|
|
|
46868
46942
|
maximumConcurrency?: number;
|
|
46869
46943
|
}
|
|
46870
46944
|
interface EventSourceMappingSchemaRegistryAccessConfig {
|
|
46945
|
+
/**
|
|
46946
|
+
* The type of authentication Lambda uses to access your schema registry.
|
|
46947
|
+
*/
|
|
46871
46948
|
type?: enums.lambda.EventSourceMappingSchemaRegistryAccessConfigType;
|
|
46949
|
+
/**
|
|
46950
|
+
* The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
|
|
46951
|
+
*/
|
|
46872
46952
|
uri?: string;
|
|
46873
46953
|
}
|
|
46874
46954
|
interface EventSourceMappingSchemaRegistryConfig {
|
|
46955
|
+
/**
|
|
46956
|
+
* An array of access configuration objects that tell Lambda how to authenticate with your schema registry.
|
|
46957
|
+
*/
|
|
46875
46958
|
accessConfigs?: outputs.lambda.EventSourceMappingSchemaRegistryAccessConfig[];
|
|
46959
|
+
/**
|
|
46960
|
+
* The record format that Lambda delivers to your function after schema validation.
|
|
46961
|
+
*
|
|
46962
|
+
* - Choose `JSON` to have Lambda deliver the record to your function as a standard JSON object.
|
|
46963
|
+
* - Choose `SOURCE` to have Lambda deliver the record to your function in its original source format. Lambda removes all schema metadata, such as the schema ID, before sending the record to your function.
|
|
46964
|
+
*/
|
|
46876
46965
|
eventRecordFormat?: enums.lambda.EventSourceMappingSchemaRegistryConfigEventRecordFormat;
|
|
46966
|
+
/**
|
|
46967
|
+
* The URI for your schema registry. The correct URI format depends on the type of schema registry you're using.
|
|
46968
|
+
*
|
|
46969
|
+
* - For AWS Glue schema registries, use the ARN of the registry.
|
|
46970
|
+
* - For Confluent schema registries, use the URL of the registry.
|
|
46971
|
+
*/
|
|
46877
46972
|
schemaRegistryUri?: string;
|
|
46973
|
+
/**
|
|
46974
|
+
* An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.
|
|
46975
|
+
*/
|
|
46878
46976
|
schemaValidationConfigs?: outputs.lambda.EventSourceMappingSchemaValidationConfig[];
|
|
46879
46977
|
}
|
|
46880
46978
|
interface EventSourceMappingSchemaValidationConfig {
|
|
46979
|
+
/**
|
|
46980
|
+
* The attributes you want your schema registry to validate and filter for. If you selected `JSON` as the `EventRecordFormat` , Lambda also deserializes the selected message attributes.
|
|
46981
|
+
*/
|
|
46881
46982
|
attribute?: enums.lambda.EventSourceMappingSchemaValidationConfigAttribute;
|
|
46882
46983
|
}
|
|
46883
46984
|
/**
|
|
@@ -46897,6 +46998,9 @@ export declare namespace lambda {
|
|
|
46897
46998
|
* The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka-process.html#services-smaa-topic-add).
|
|
46898
46999
|
*/
|
|
46899
47000
|
consumerGroupId?: string;
|
|
47001
|
+
/**
|
|
47002
|
+
* Specific configuration settings for a Kafka schema registry.
|
|
47003
|
+
*/
|
|
46900
47004
|
schemaRegistryConfig?: outputs.lambda.EventSourceMappingSchemaRegistryConfig;
|
|
46901
47005
|
}
|
|
46902
47006
|
/**
|
|
@@ -94357,7 +94461,13 @@ export declare namespace securityhub {
|
|
|
94357
94461
|
* Allows you to configure automated responses
|
|
94358
94462
|
*/
|
|
94359
94463
|
interface AutomationRuleV2AutomationRulesActionV2 {
|
|
94464
|
+
/**
|
|
94465
|
+
* The settings for integrating automation rule actions with external systems or service.
|
|
94466
|
+
*/
|
|
94360
94467
|
externalIntegrationConfiguration?: outputs.securityhub.AutomationRuleV2ExternalIntegrationConfiguration;
|
|
94468
|
+
/**
|
|
94469
|
+
* Specifies that the automation rule action is an update to a finding field.
|
|
94470
|
+
*/
|
|
94361
94471
|
findingFieldsUpdate?: outputs.securityhub.AutomationRuleV2AutomationRulesFindingFieldsUpdateV2;
|
|
94362
94472
|
/**
|
|
94363
94473
|
* The category of action to be executed by the automation rule
|
|
@@ -94410,6 +94520,9 @@ export declare namespace securityhub {
|
|
|
94410
94520
|
* Enables filtering based on numerical field values
|
|
94411
94521
|
*/
|
|
94412
94522
|
numberFilters?: outputs.securityhub.AutomationRuleV2OcsfNumberFilter[];
|
|
94523
|
+
/**
|
|
94524
|
+
* The logical operator used to combine multiple filter conditions.
|
|
94525
|
+
*/
|
|
94413
94526
|
operator?: enums.securityhub.AutomationRuleV2AllowedOperators;
|
|
94414
94527
|
/**
|
|
94415
94528
|
* Enables filtering based on string field values
|
|
@@ -94420,14 +94533,30 @@ export declare namespace securityhub {
|
|
|
94420
94533
|
* Defines the parameters and conditions used to evaluate and filter security findings
|
|
94421
94534
|
*/
|
|
94422
94535
|
interface AutomationRuleV2Criteria {
|
|
94536
|
+
/**
|
|
94537
|
+
* The filtering conditions that align with OCSF standards.
|
|
94538
|
+
*/
|
|
94423
94539
|
ocsfFindingCriteria?: outputs.securityhub.AutomationRuleV2OcsfFindingFilters;
|
|
94424
94540
|
}
|
|
94425
94541
|
/**
|
|
94426
94542
|
* A date filter for querying findings
|
|
94427
94543
|
*/
|
|
94428
94544
|
interface AutomationRuleV2DateFilter {
|
|
94545
|
+
/**
|
|
94546
|
+
* A date range for the date filter.
|
|
94547
|
+
*/
|
|
94429
94548
|
dateRange?: outputs.securityhub.AutomationRuleV2DateRange;
|
|
94549
|
+
/**
|
|
94550
|
+
* A timestamp that provides the end date for the date filter.
|
|
94551
|
+
*
|
|
94552
|
+
* For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
|
|
94553
|
+
*/
|
|
94430
94554
|
end?: string;
|
|
94555
|
+
/**
|
|
94556
|
+
* A timestamp that provides the start date for the date filter.
|
|
94557
|
+
*
|
|
94558
|
+
* For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
|
|
94559
|
+
*/
|
|
94431
94560
|
start?: string;
|
|
94432
94561
|
}
|
|
94433
94562
|
/**
|
|
@@ -94494,6 +94623,9 @@ export declare namespace securityhub {
|
|
|
94494
94623
|
* The name of the field
|
|
94495
94624
|
*/
|
|
94496
94625
|
fieldName: enums.securityhub.AutomationRuleV2OcsfBooleanFilterFieldName;
|
|
94626
|
+
/**
|
|
94627
|
+
* Enables filtering of security findings based on boolean field values in OCSF.
|
|
94628
|
+
*/
|
|
94497
94629
|
filter: outputs.securityhub.AutomationRuleV2BooleanFilter;
|
|
94498
94630
|
}
|
|
94499
94631
|
/**
|
|
@@ -94504,6 +94636,9 @@ export declare namespace securityhub {
|
|
|
94504
94636
|
* The name of the field
|
|
94505
94637
|
*/
|
|
94506
94638
|
fieldName: enums.securityhub.AutomationRuleV2OcsfDateFilterFieldName;
|
|
94639
|
+
/**
|
|
94640
|
+
* Enables filtering of security findings based on date and timestamp fields in OCSF.
|
|
94641
|
+
*/
|
|
94507
94642
|
filter: outputs.securityhub.AutomationRuleV2DateFilter;
|
|
94508
94643
|
}
|
|
94509
94644
|
/**
|
|
@@ -94514,6 +94649,9 @@ export declare namespace securityhub {
|
|
|
94514
94649
|
* Enables the creation of complex filtering conditions by combining filter
|
|
94515
94650
|
*/
|
|
94516
94651
|
compositeFilters?: outputs.securityhub.AutomationRuleV2CompositeFilter[];
|
|
94652
|
+
/**
|
|
94653
|
+
* The logical operators used to combine the filtering on multiple `CompositeFilters` .
|
|
94654
|
+
*/
|
|
94517
94655
|
compositeOperator?: enums.securityhub.AutomationRuleV2AllowedOperators;
|
|
94518
94656
|
}
|
|
94519
94657
|
/**
|
|
@@ -94524,6 +94662,9 @@ export declare namespace securityhub {
|
|
|
94524
94662
|
* The name of the field
|
|
94525
94663
|
*/
|
|
94526
94664
|
fieldName: enums.securityhub.AutomationRuleV2OcsfMapFilterFieldName;
|
|
94665
|
+
/**
|
|
94666
|
+
* Enables filtering of security findings based on map field values in OCSF.
|
|
94667
|
+
*/
|
|
94527
94668
|
filter: outputs.securityhub.AutomationRuleV2MapFilter;
|
|
94528
94669
|
}
|
|
94529
94670
|
/**
|
|
@@ -94534,13 +94675,22 @@ export declare namespace securityhub {
|
|
|
94534
94675
|
* The name of the field
|
|
94535
94676
|
*/
|
|
94536
94677
|
fieldName: enums.securityhub.AutomationRuleV2OcsfNumberFilterFieldName;
|
|
94678
|
+
/**
|
|
94679
|
+
* Enables filtering of security findings based on numerical field values in OCSF.
|
|
94680
|
+
*/
|
|
94537
94681
|
filter: outputs.securityhub.AutomationRuleV2NumberFilter;
|
|
94538
94682
|
}
|
|
94539
94683
|
/**
|
|
94540
94684
|
* Enables filtering of security findings based on string field values in OCSF
|
|
94541
94685
|
*/
|
|
94542
94686
|
interface AutomationRuleV2OcsfStringFilter {
|
|
94687
|
+
/**
|
|
94688
|
+
* The name of the field.
|
|
94689
|
+
*/
|
|
94543
94690
|
fieldName: enums.securityhub.AutomationRuleV2OcsfStringField;
|
|
94691
|
+
/**
|
|
94692
|
+
* Enables filtering of security findings based on string field values in OCSF.
|
|
94693
|
+
*/
|
|
94544
94694
|
filter: outputs.securityhub.AutomationRuleV2StringFilter;
|
|
94545
94695
|
}
|
|
94546
94696
|
/**
|
|
@@ -102848,6 +102998,120 @@ export declare namespace workspaces {
|
|
|
102848
102998
|
maxUserDurationInSeconds?: number;
|
|
102849
102999
|
}
|
|
102850
103000
|
}
|
|
103001
|
+
export declare namespace workspacesinstances {
|
|
103002
|
+
interface ManagedInstanceProperties {
|
|
103003
|
+
blockDeviceMappings?: outputs.workspacesinstances.WorkspaceInstanceBlockDeviceMapping[];
|
|
103004
|
+
cpuOptions?: outputs.workspacesinstances.WorkspaceInstanceCpuOptionsRequest;
|
|
103005
|
+
creditSpecification?: outputs.workspacesinstances.WorkspaceInstanceCreditSpecificationRequest;
|
|
103006
|
+
disableApiStop?: boolean;
|
|
103007
|
+
ebsOptimized?: boolean;
|
|
103008
|
+
enclaveOptions?: outputs.workspacesinstances.WorkspaceInstanceEnclaveOptionsRequest;
|
|
103009
|
+
hibernationOptions?: outputs.workspacesinstances.WorkspaceInstanceHibernationOptionsRequest;
|
|
103010
|
+
iamInstanceProfile?: outputs.workspacesinstances.WorkspaceInstanceIamInstanceProfileSpecification;
|
|
103011
|
+
imageId: string;
|
|
103012
|
+
instanceType: string;
|
|
103013
|
+
keyName?: string;
|
|
103014
|
+
maintenanceOptions?: outputs.workspacesinstances.WorkspaceInstanceInstanceMaintenanceOptionsRequest;
|
|
103015
|
+
metadataOptions?: outputs.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequest;
|
|
103016
|
+
monitoring?: outputs.workspacesinstances.WorkspaceInstanceRunInstancesMonitoringEnabled;
|
|
103017
|
+
networkInterfaces?: outputs.workspacesinstances.WorkspaceInstanceInstanceNetworkInterfaceSpecification[];
|
|
103018
|
+
networkPerformanceOptions?: outputs.workspacesinstances.WorkspaceInstanceInstanceNetworkPerformanceOptionsRequest;
|
|
103019
|
+
placement?: outputs.workspacesinstances.WorkspaceInstancePlacement;
|
|
103020
|
+
privateDnsNameOptions?: outputs.workspacesinstances.WorkspaceInstancePrivateDnsNameOptionsRequest;
|
|
103021
|
+
tagSpecifications?: outputs.workspacesinstances.WorkspaceInstanceTagSpecification[];
|
|
103022
|
+
userData?: string;
|
|
103023
|
+
}
|
|
103024
|
+
interface VolumeTag {
|
|
103025
|
+
/**
|
|
103026
|
+
* The key name of the tag
|
|
103027
|
+
*/
|
|
103028
|
+
key: string;
|
|
103029
|
+
/**
|
|
103030
|
+
* The value for the tag
|
|
103031
|
+
*/
|
|
103032
|
+
value: string;
|
|
103033
|
+
}
|
|
103034
|
+
interface VolumeTagSpecification {
|
|
103035
|
+
resourceType?: enums.workspacesinstances.VolumeTagSpecificationResourceType;
|
|
103036
|
+
/**
|
|
103037
|
+
* The tags to apply to the resource
|
|
103038
|
+
*/
|
|
103039
|
+
tags?: outputs.workspacesinstances.VolumeTag[];
|
|
103040
|
+
}
|
|
103041
|
+
interface WorkspaceInstanceBlockDeviceMapping {
|
|
103042
|
+
deviceName?: string;
|
|
103043
|
+
ebs?: outputs.workspacesinstances.WorkspaceInstanceEbsBlockDevice;
|
|
103044
|
+
noDevice?: string;
|
|
103045
|
+
virtualName?: string;
|
|
103046
|
+
}
|
|
103047
|
+
interface WorkspaceInstanceCpuOptionsRequest {
|
|
103048
|
+
coreCount?: number;
|
|
103049
|
+
threadsPerCore?: number;
|
|
103050
|
+
}
|
|
103051
|
+
interface WorkspaceInstanceCreditSpecificationRequest {
|
|
103052
|
+
cpuCredits?: enums.workspacesinstances.WorkspaceInstanceCreditSpecificationRequestCpuCredits;
|
|
103053
|
+
}
|
|
103054
|
+
interface WorkspaceInstanceEbsBlockDevice {
|
|
103055
|
+
encrypted?: boolean;
|
|
103056
|
+
iops?: number;
|
|
103057
|
+
kmsKeyId?: string;
|
|
103058
|
+
throughput?: number;
|
|
103059
|
+
volumeSize?: number;
|
|
103060
|
+
volumeType?: enums.workspacesinstances.WorkspaceInstanceEbsBlockDeviceVolumeType;
|
|
103061
|
+
}
|
|
103062
|
+
interface WorkspaceInstanceEc2ManagedInstance {
|
|
103063
|
+
instanceId?: string;
|
|
103064
|
+
}
|
|
103065
|
+
interface WorkspaceInstanceEnclaveOptionsRequest {
|
|
103066
|
+
enabled?: boolean;
|
|
103067
|
+
}
|
|
103068
|
+
interface WorkspaceInstanceHibernationOptionsRequest {
|
|
103069
|
+
configured?: boolean;
|
|
103070
|
+
}
|
|
103071
|
+
interface WorkspaceInstanceIamInstanceProfileSpecification {
|
|
103072
|
+
name?: string;
|
|
103073
|
+
}
|
|
103074
|
+
interface WorkspaceInstanceInstanceMaintenanceOptionsRequest {
|
|
103075
|
+
autoRecovery?: enums.workspacesinstances.WorkspaceInstanceInstanceMaintenanceOptionsRequestAutoRecovery;
|
|
103076
|
+
}
|
|
103077
|
+
interface WorkspaceInstanceInstanceMetadataOptionsRequest {
|
|
103078
|
+
httpEndpoint?: enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestHttpEndpoint;
|
|
103079
|
+
httpProtocolIpv6?: enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestHttpProtocolIpv6;
|
|
103080
|
+
httpPutResponseHopLimit?: number;
|
|
103081
|
+
httpTokens?: enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestHttpTokens;
|
|
103082
|
+
instanceMetadataTags?: enums.workspacesinstances.WorkspaceInstanceInstanceMetadataOptionsRequestInstanceMetadataTags;
|
|
103083
|
+
}
|
|
103084
|
+
interface WorkspaceInstanceInstanceNetworkInterfaceSpecification {
|
|
103085
|
+
description?: string;
|
|
103086
|
+
deviceIndex?: number;
|
|
103087
|
+
groups?: string[];
|
|
103088
|
+
subnetId?: string;
|
|
103089
|
+
}
|
|
103090
|
+
interface WorkspaceInstanceInstanceNetworkPerformanceOptionsRequest {
|
|
103091
|
+
bandwidthWeighting?: enums.workspacesinstances.WorkspaceInstanceInstanceNetworkPerformanceOptionsRequestBandwidthWeighting;
|
|
103092
|
+
}
|
|
103093
|
+
interface WorkspaceInstancePlacement {
|
|
103094
|
+
availabilityZone?: string;
|
|
103095
|
+
groupName?: string;
|
|
103096
|
+
tenancy?: enums.workspacesinstances.WorkspaceInstancePlacementTenancy;
|
|
103097
|
+
}
|
|
103098
|
+
interface WorkspaceInstancePrivateDnsNameOptionsRequest {
|
|
103099
|
+
enableResourceNameDnsARecord?: boolean;
|
|
103100
|
+
enableResourceNameDnsAaaaRecord?: boolean;
|
|
103101
|
+
hostnameType?: enums.workspacesinstances.WorkspaceInstancePrivateDnsNameOptionsRequestHostnameType;
|
|
103102
|
+
}
|
|
103103
|
+
interface WorkspaceInstanceRunInstancesMonitoringEnabled {
|
|
103104
|
+
enabled?: boolean;
|
|
103105
|
+
}
|
|
103106
|
+
interface WorkspaceInstanceTag {
|
|
103107
|
+
key: string;
|
|
103108
|
+
value?: string;
|
|
103109
|
+
}
|
|
103110
|
+
interface WorkspaceInstanceTagSpecification {
|
|
103111
|
+
resourceType?: enums.workspacesinstances.WorkspaceInstanceTagSpecificationResourceType;
|
|
103112
|
+
tags?: outputs.workspacesinstances.WorkspaceInstanceTag[];
|
|
103113
|
+
}
|
|
103114
|
+
}
|
|
102851
103115
|
export declare namespace workspacesthinclient {
|
|
102852
103116
|
interface EnvironmentMaintenanceWindow {
|
|
102853
103117
|
/**
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAy2mBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,qBAAqB,EAAE,MAAA,CAAC,GAAG,CAAC,qBAAqB,CAAC,mCAAI,CAAC,IACzD;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources
|
|
4
|
+
*/
|
|
5
|
+
export declare function getVolume(args: GetVolumeArgs, opts?: pulumi.InvokeOptions): Promise<GetVolumeResult>;
|
|
6
|
+
export interface GetVolumeArgs {
|
|
7
|
+
/**
|
|
8
|
+
* Unique identifier for the volume
|
|
9
|
+
*/
|
|
10
|
+
volumeId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetVolumeResult {
|
|
13
|
+
/**
|
|
14
|
+
* Unique identifier for the volume
|
|
15
|
+
*/
|
|
16
|
+
readonly volumeId?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources
|
|
20
|
+
*/
|
|
21
|
+
export declare function getVolumeOutput(args: GetVolumeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVolumeResult>;
|
|
22
|
+
export interface GetVolumeOutputArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier for the volume
|
|
25
|
+
*/
|
|
26
|
+
volumeId: pulumi.Input<string>;
|
|
27
|
+
}
|
|
@@ -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.getVolumeOutput = exports.getVolume = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources
|
|
10
|
+
*/
|
|
11
|
+
function getVolume(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:workspacesinstances:getVolume", {
|
|
14
|
+
"volumeId": args.volumeId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getVolume = getVolume;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources
|
|
20
|
+
*/
|
|
21
|
+
function getVolumeOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:workspacesinstances:getVolume", {
|
|
24
|
+
"volumeId": args.volumeId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getVolumeOutput = getVolumeOutput;
|
|
28
|
+
//# sourceMappingURL=getVolume.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../workspacesinstances/getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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::WorkspacesInstances::WorkspaceInstance
|
|
6
|
+
*/
|
|
7
|
+
export declare function getWorkspaceInstance(args: GetWorkspaceInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkspaceInstanceResult>;
|
|
8
|
+
export interface GetWorkspaceInstanceArgs {
|
|
9
|
+
/**
|
|
10
|
+
* Unique identifier for the workspace instance
|
|
11
|
+
*/
|
|
12
|
+
workspaceInstanceId: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetWorkspaceInstanceResult {
|
|
15
|
+
readonly ec2ManagedInstance?: outputs.workspacesinstances.WorkspaceInstanceEc2ManagedInstance;
|
|
16
|
+
/**
|
|
17
|
+
* The current state of the workspace instance
|
|
18
|
+
*/
|
|
19
|
+
readonly provisionState?: enums.workspacesinstances.WorkspaceInstanceProvisionState;
|
|
20
|
+
readonly tags?: outputs.Tag[];
|
|
21
|
+
/**
|
|
22
|
+
* Unique identifier for the workspace instance
|
|
23
|
+
*/
|
|
24
|
+
readonly workspaceInstanceId?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Resource Type definition for AWS::WorkspacesInstances::WorkspaceInstance
|
|
28
|
+
*/
|
|
29
|
+
export declare function getWorkspaceInstanceOutput(args: GetWorkspaceInstanceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkspaceInstanceResult>;
|
|
30
|
+
export interface GetWorkspaceInstanceOutputArgs {
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier for the workspace instance
|
|
33
|
+
*/
|
|
34
|
+
workspaceInstanceId: pulumi.Input<string>;
|
|
35
|
+
}
|
|
@@ -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.getWorkspaceInstanceOutput = exports.getWorkspaceInstance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::WorkspacesInstances::WorkspaceInstance
|
|
10
|
+
*/
|
|
11
|
+
function getWorkspaceInstance(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:workspacesinstances:getWorkspaceInstance", {
|
|
14
|
+
"workspaceInstanceId": args.workspaceInstanceId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getWorkspaceInstance = getWorkspaceInstance;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::WorkspacesInstances::WorkspaceInstance
|
|
20
|
+
*/
|
|
21
|
+
function getWorkspaceInstanceOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:workspacesinstances:getWorkspaceInstance", {
|
|
24
|
+
"workspaceInstanceId": args.workspaceInstanceId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getWorkspaceInstanceOutput = getWorkspaceInstanceOutput;
|
|
28
|
+
//# sourceMappingURL=getWorkspaceInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkspaceInstance.js","sourceRoot":"","sources":["../../workspacesinstances/getWorkspaceInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAqBD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
|
|
2
|
+
export declare const getVolume: typeof import("./getVolume").getVolume;
|
|
3
|
+
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
|
|
4
|
+
export { GetWorkspaceInstanceArgs, GetWorkspaceInstanceResult, GetWorkspaceInstanceOutputArgs } from "./getWorkspaceInstance";
|
|
5
|
+
export declare const getWorkspaceInstance: typeof import("./getWorkspaceInstance").getWorkspaceInstance;
|
|
6
|
+
export declare const getWorkspaceInstanceOutput: typeof import("./getWorkspaceInstance").getWorkspaceInstanceOutput;
|
|
7
|
+
export { VolumeArgs } from "./volume";
|
|
8
|
+
export type Volume = import("./volume").Volume;
|
|
9
|
+
export declare const Volume: typeof import("./volume").Volume;
|
|
10
|
+
export { VolumeAssociationArgs } from "./volumeAssociation";
|
|
11
|
+
export type VolumeAssociation = import("./volumeAssociation").VolumeAssociation;
|
|
12
|
+
export declare const VolumeAssociation: typeof import("./volumeAssociation").VolumeAssociation;
|
|
13
|
+
export { WorkspaceInstanceArgs } from "./workspaceInstance";
|
|
14
|
+
export type WorkspaceInstance = import("./workspaceInstance").WorkspaceInstance;
|
|
15
|
+
export declare const WorkspaceInstance: typeof import("./workspaceInstance").WorkspaceInstance;
|
|
16
|
+
export * from "../types/enums/workspacesinstances";
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.WorkspaceInstance = exports.VolumeAssociation = exports.Volume = exports.getWorkspaceInstanceOutput = exports.getWorkspaceInstance = exports.getVolumeOutput = exports.getVolume = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../utilities");
|
|
22
|
+
exports.getVolume = null;
|
|
23
|
+
exports.getVolumeOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getVolume", "getVolumeOutput"], () => require("./getVolume"));
|
|
25
|
+
exports.getWorkspaceInstance = null;
|
|
26
|
+
exports.getWorkspaceInstanceOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getWorkspaceInstance", "getWorkspaceInstanceOutput"], () => require("./getWorkspaceInstance"));
|
|
28
|
+
exports.Volume = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["Volume"], () => require("./volume"));
|
|
30
|
+
exports.VolumeAssociation = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["VolumeAssociation"], () => require("./volumeAssociation"));
|
|
32
|
+
exports.WorkspaceInstance = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["WorkspaceInstance"], () => require("./workspaceInstance"));
|
|
34
|
+
// Export enums:
|
|
35
|
+
__exportStar(require("../types/enums/workspacesinstances"), exports);
|
|
36
|
+
const _module = {
|
|
37
|
+
version: utilities.getVersion(),
|
|
38
|
+
construct: (name, type, urn) => {
|
|
39
|
+
switch (type) {
|
|
40
|
+
case "aws-native:workspacesinstances:Volume":
|
|
41
|
+
return new exports.Volume(name, undefined, { urn });
|
|
42
|
+
case "aws-native:workspacesinstances:VolumeAssociation":
|
|
43
|
+
return new exports.VolumeAssociation(name, undefined, { urn });
|
|
44
|
+
case "aws-native:workspacesinstances:WorkspaceInstance":
|
|
45
|
+
return new exports.WorkspaceInstance(name, undefined, { urn });
|
|
46
|
+
default:
|
|
47
|
+
throw new Error(`unknown resource type ${type}`);
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
pulumi.runtime.registerResourceModule("aws-native", "workspacesinstances", _module);
|
|
52
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../workspacesinstances/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAI/G,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAI5E,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGzF,gBAAgB;AAChB,qEAAmD;AAEnD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,uCAAuC;gBACxC,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,kDAAkD;gBACnD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA"}
|