From a4da783a150f599d968f6a55d510bea180bb175a Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Fri, 24 Nov 2023 12:16:42 +0000 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@4f8ad39 --- .projen/deps.json | 5 - .projen/tasks.json | 7 +- docs/accountAws.go.md | 12 +- docs/credentialsAws.go.md | 12 +- docs/dataIntegration.go.md | 18 +- docs/elastigroupAws.go.md | 462 ++--- docs/elastigroupAwsBeanstalk.go.md | 42 +- docs/elastigroupAwsSuspension.go.md | 18 +- docs/elastigroupAzure.go.md | 126 +- docs/elastigroupAzureV3.go.md | 72 +- docs/elastigroupGcp.go.md | 144 +- docs/elastigroupGke.go.md | 132 +- docs/healthCheck.go.md | 18 +- docs/managedInstanceAws.go.md | 90 +- docs/mrscalerAws.go.md | 114 +- docs/oceanAks.go.md | 126 +- docs/oceanAksNp.go.md | 78 +- docs/oceanAksNpVirtualNodeGroup.go.md | 30 +- docs/oceanAksVirtualNodeGroup.go.md | 60 +- docs/oceanAws.go.md | 144 +- docs/oceanAwsExtendedResourceDefinition.go.md | 12 +- docs/oceanAwsLaunchSpec.go.md | 150 +- docs/oceanEcs.go.md | 132 +- docs/oceanEcsLaunchSpec.go.md | 78 +- docs/oceanGkeImport.go.md | 102 +- docs/oceanGkeLaunchSpec.go.md | 108 +- docs/oceanGkeLaunchSpecImport.go.md | 12 +- docs/oceanSpark.go.md | 66 +- docs/oceanSparkVirtualNodeGroup.go.md | 12 +- docs/organizationPolicy.go.md | 24 +- docs/organizationProgrammaticUser.go.md | 24 +- docs/organizationUser.go.md | 18 +- docs/organizationUserGroup.go.md | 18 +- docs/provider.go.md | 12 +- docs/statefulNodeAzure.go.md | 216 +-- docs/subscription.go.md | 12 +- package.json | 3 +- src/account-aws/index.ts | 5 - src/credentials-aws/index.ts | 5 - src/data-integration/index.ts | 5 - src/elastigroup-aws-beanstalk/index.ts | 5 - src/elastigroup-aws-suspension/index.ts | 5 - src/elastigroup-aws/index.ts | 5 - src/elastigroup-azure-v3/index.ts | 5 - src/elastigroup-azure/index.ts | 5 - src/elastigroup-gcp/index.ts | 5 - src/elastigroup-gke/index.ts | 5 - src/health-check/index.ts | 5 - src/index.ts | 5 - src/lazy-index.ts | 5 - src/managed-instance-aws/index.ts | 5 - src/mrscaler-aws/index.ts | 5 - src/ocean-aks-np-virtual-node-group/index.ts | 5 - src/ocean-aks-np/index.ts | 5 - src/ocean-aks-virtual-node-group/index.ts | 5 - src/ocean-aks/index.ts | 5 - .../index.ts | 5 - src/ocean-aws-launch-spec/index.ts | 5 - src/ocean-aws/index.ts | 5 - src/ocean-ecs-launch-spec/index.ts | 5 - src/ocean-ecs/index.ts | 5 - src/ocean-gke-import/index.ts | 5 - src/ocean-gke-launch-spec-import/index.ts | 5 - src/ocean-gke-launch-spec/index.ts | 5 - src/ocean-spark-virtual-node-group/index.ts | 5 - src/ocean-spark/index.ts | 5 - src/organization-policy/index.ts | 5 - src/organization-programmatic-user/index.ts | 5 - src/organization-user-group/index.ts | 5 - src/organization-user/index.ts | 5 - src/provider/index.ts | 5 - src/stateful-node-azure/index.ts | 5 - src/subscription/index.ts | 5 - yarn.lock | 1495 +---------------- 74 files changed, 1391 insertions(+), 2993 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index df443765e..f65abf44f 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -63,11 +63,6 @@ "version": "cjs", "type": "build" }, - { - "name": "npm-check-updates", - "version": "^16", - "type": "build" - }, { "name": "projen", "type": "build" diff --git a/.projen/tasks.json b/.projen/tasks.json index 4c7398021..d9835a056 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -329,16 +329,13 @@ }, "steps": [ { - "exec": "yarn upgrade npm-check-updates" - }, - { - "exec": "npm-check-updates --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@actions/core,@cdktf/provider-project,@types/node,cdktf-cli,cdktf,constructs,dot-prop,jsii-diff,jsii-pacmak,jsii,npm-check-updates,projen,standard-version,typescript" + "exec": "npx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@actions/core,@cdktf/provider-project,@types/node,cdktf-cli,cdktf,constructs,dot-prop,jsii-diff,jsii-pacmak,jsii,projen,standard-version,typescript" }, { "exec": "yarn install --check-files" }, { - "exec": "yarn upgrade @actions/core @cdktf/provider-project @types/node cdktf-cli cdktf constructs dot-prop jsii-diff jsii-pacmak jsii npm-check-updates projen standard-version typescript" + "exec": "yarn upgrade @actions/core @cdktf/provider-project @types/node cdktf-cli cdktf constructs dot-prop jsii-diff jsii-pacmak jsii projen standard-version typescript" }, { "exec": "npx projen" diff --git a/docs/accountAws.go.md b/docs/accountAws.go.md index 7ed1f1539..ae37fe53a 100644 --- a/docs/accountAws.go.md +++ b/docs/accountAws.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.NewAccountAws(scope Construct, id *string, config AccountAwsConfig) AccountAws ``` @@ -339,7 +339,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ accountaws.AccountAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ accountaws.AccountAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" accountaws.AccountAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -672,7 +672,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/accountaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/accountaws" &accountaws.AccountAwsConfig { Connection: interface{}, diff --git a/docs/credentialsAws.go.md b/docs/credentialsAws.go.md index c337373fe..4d260f758 100644 --- a/docs/credentialsAws.go.md +++ b/docs/credentialsAws.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.NewCredentialsAws(scope Construct, id *string, config CredentialsAwsConfig) CredentialsAws ``` @@ -339,7 +339,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ credentialsaws.CredentialsAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ credentialsaws.CredentialsAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" credentialsaws.CredentialsAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -694,7 +694,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/credentialsaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/credentialsaws" &credentialsaws.CredentialsAwsConfig { Connection: interface{}, diff --git a/docs/dataIntegration.go.md b/docs/dataIntegration.go.md index 091950cd0..c3e676d00 100644 --- a/docs/dataIntegration.go.md +++ b/docs/dataIntegration.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.NewDataIntegration(scope Construct, id *string, config DataIntegrationConfig) DataIntegration ``` @@ -366,7 +366,7 @@ func ResetStatus() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsConstruct(x interface{}) *bool ``` @@ -398,7 +398,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ``` @@ -412,7 +412,7 @@ dataintegration.DataIntegration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ``` @@ -426,7 +426,7 @@ dataintegration.DataIntegration_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.DataIntegration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -743,7 +743,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" &dataintegration.DataIntegrationConfig { Connection: interface{}, @@ -755,7 +755,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration Provisioners: *[]interface{}, Name: *string, Id: *string, - S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.dataIntegration.DataIntegrationS3, + S3: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.dataIntegration.DataIntegrationS3, Status: *string, } ``` @@ -906,7 +906,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" &dataintegration.DataIntegrationS3 { BucketName: *string, @@ -954,7 +954,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/dataintegration" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/dataintegration" dataintegration.NewDataIntegrationS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataIntegrationS3OutputReference ``` diff --git a/docs/elastigroupAws.go.md b/docs/elastigroupAws.go.md index 78ba1c90c..4cded9bfb 100644 --- a/docs/elastigroupAws.go.md +++ b/docs/elastigroupAws.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAws(scope Construct, id *string, config ElastigroupAwsConfig) ElastigroupAws ``` @@ -1327,7 +1327,7 @@ func ResetWaitForCapacityTimeout() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsConstruct(x interface{}) *bool ``` @@ -1359,7 +1359,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ``` @@ -1373,7 +1373,7 @@ elastigroupaws.ElastigroupAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ``` @@ -1387,7 +1387,7 @@ elastigroupaws.ElastigroupAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.ElastigroupAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -3464,7 +3464,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsConfig { Connection: interface{}, @@ -3484,7 +3484,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" CapacityUnit: *string, ConsiderOdPricing: interface{}, CpuCredits: *string, - CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsCpuOptions, + CpuOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsCpuOptions, Description: *string, DesiredCapacity: *f64, DrainingTimeout: *f64, @@ -3506,26 +3506,26 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" InstanceTypesPreferredSpot: *[]*string, InstanceTypesSpot: *[]*string, InstanceTypesWeights: interface{}, - IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, - IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, - IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcs, - IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationGitlab, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetes, - IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationMesosphere, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, - IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomad, - IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationRancher, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationRoute53, + IntegrationBeanstalk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalk, + IntegrationCodedeploy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationCodedeploy, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarm, + IntegrationEcs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcs, + IntegrationGitlab: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlab, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetes, + IntegrationMesosphere: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMesosphere, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationMultaiRuntime, + IntegrationNomad: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomad, + IntegrationRancher: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRancher, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationRoute53, Itf: interface{}, KeyName: *string, LifetimePeriod: *string, MaxSize: *f64, - MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsMetadataOptions, + MetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMetadataOptions, MinimumInstanceLifetime: *f64, MinSize: *f64, MultaiTargetSets: interface{}, - MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsMultipleMetrics, + MultipleMetrics: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsMultipleMetrics, NetworkInterface: interface{}, OndemandCount: *f64, OnDemandTypes: *[]*string, @@ -3538,7 +3538,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" Region: *string, ResourceRequirements: interface{}, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsRevertToSpot, ScalingDownPolicy: interface{}, ScalingStrategy: interface{}, ScalingTargetPolicy: interface{}, @@ -3547,12 +3547,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" ShutdownScript: *string, Signal: interface{}, SpotPercentage: *f64, - StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsStatefulDeallocation, + StatefulDeallocation: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsStatefulDeallocation, StatefulInstanceAction: interface{}, SubnetIds: *[]*string, Tags: interface{}, TargetGroupArns: *[]*string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicy, UserData: *string, UtilizeCommitments: interface{}, UtilizeReservedInstances: interface{}, @@ -4813,7 +4813,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsCpuOptions { ThreadsPerCore: *f64, @@ -4845,7 +4845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsEbsBlockDevice { DeviceName: *string, @@ -4989,7 +4989,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsEphemeralBlockDevice { DeviceName: *string, @@ -5035,7 +5035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsImages { Image: interface{}, @@ -5069,7 +5069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsImagesImage { Id: *string, @@ -5104,7 +5104,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsInstanceTypesWeights { InstanceType: *string, @@ -5150,12 +5150,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalk { - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences, EnvironmentId: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActions, } ``` @@ -5214,13 +5214,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, BatchSizePercentage: *f64, GracePeriod: *f64, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy, } ``` @@ -5290,7 +5290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -5336,10 +5336,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate, } ``` @@ -5370,7 +5370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -5430,7 +5430,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeploy { CleanupOnFailure: interface{}, @@ -5492,7 +5492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationCodedeployDeploymentGroups { ApplicationName: *string, @@ -5538,14 +5538,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarm { MasterHost: *string, MasterPort: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -5644,7 +5644,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleDown { EvaluationPeriods: *f64, @@ -5690,7 +5690,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom { CpuPerUnit: *f64, @@ -5750,18 +5750,18 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcs { ClusterName: *string, AutoscaleAttributes: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleScaleDownNonServiceTasks: interface{}, - Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, + Batch: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationEcsBatch, } ``` @@ -5902,7 +5902,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleAttributes { Key: *string, @@ -5948,7 +5948,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleDown { EvaluationPeriods: *f64, @@ -5994,7 +5994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6054,7 +6054,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationEcsBatch { JobQueueNames: *[]*string, @@ -6086,10 +6086,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlab { - Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, + Runner: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationGitlabRunner, } ``` @@ -6120,7 +6120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationGitlabRunner { IsEnabled: interface{}, @@ -6152,13 +6152,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetes { ApiServer: *string, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -6316,7 +6316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleDown { EvaluationPeriods: *f64, @@ -6362,7 +6362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6422,7 +6422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationKubernetesAutoscaleLabels { Key: *string, @@ -6468,7 +6468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMesosphere { ApiServer: *string, @@ -6500,7 +6500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationMultaiRuntime { DeploymentId: *string, @@ -6532,7 +6532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomad { MasterHost: *string, @@ -6540,8 +6540,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" AclToken: *string, AutoscaleConstraints: interface{}, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, } ``` @@ -6668,7 +6668,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleConstraints { Key: *string, @@ -6714,7 +6714,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleDown { EvaluationPeriods: *f64, @@ -6746,7 +6746,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationNomadAutoscaleHeadroom { CpuPerUnit: *f64, @@ -6806,7 +6806,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRancher { AccessKey: *string, @@ -6880,7 +6880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53 { Domains: interface{}, @@ -6914,7 +6914,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -6990,7 +6990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -7050,14 +7050,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItf { FixedTargetGroups: interface{}, LoadBalancer: interface{}, TargetGroupConfig: interface{}, WeightStrategy: *string, - DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, + DefaultStaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfDefaultStaticTargetGroup, MigrationHealthinessThreshold: *f64, } ``` @@ -7158,7 +7158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfDefaultStaticTargetGroup { Arn: *string, @@ -7204,7 +7204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancer { ListenerRule: interface{}, @@ -7252,11 +7252,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRule { RuleArn: *string, - StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, + StaticTargetGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup, } ``` @@ -7300,7 +7300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup { Arn: *string, @@ -7346,7 +7346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfig { HealthCheckPath: *string, @@ -7550,7 +7550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigMatcher { GrpcCode: *string, @@ -7596,7 +7596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsItfTargetGroupConfigTags { TagKey: *string, @@ -7642,7 +7642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMetadataOptions { HttpTokens: *string, @@ -7702,7 +7702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultaiTargetSets { BalancerId: *string, @@ -7748,7 +7748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetrics { Expressions: interface{}, @@ -7798,7 +7798,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsExpressions { Expression: *string, @@ -7844,7 +7844,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetrics { MetricName: *string, @@ -7962,7 +7962,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsMultipleMetricsMetricsDimensions { Name: *string, @@ -8008,7 +8008,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsNetworkInterface { DeviceIndex: *string, @@ -8138,7 +8138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceRequirements { RequiredMemoryMaximum: *f64, @@ -8282,7 +8282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -8356,7 +8356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsRevertToSpot { PerformAt: *string, @@ -8402,7 +8402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicy { MetricName: *string, @@ -8718,7 +8718,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyDimensions { Name: *string, @@ -8764,10 +8764,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -8812,7 +8812,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingDownPolicyStepAdjustmentsAction { Type: *string, @@ -8928,7 +8928,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingStrategy { TerminateAtEndOfBillingHour: interface{}, @@ -8974,7 +8974,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicy { MetricName: *string, @@ -9176,7 +9176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingTargetPolicyDimensions { Name: *string, @@ -9222,7 +9222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicy { MetricName: *string, @@ -9538,7 +9538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyDimensions { Name: *string, @@ -9584,10 +9584,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustments { - Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, + Action: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction, Threshold: *f64, } ``` @@ -9632,7 +9632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScalingUpPolicyStepAdjustmentsAction { Type: *string, @@ -9748,7 +9748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsScheduledTask { TaskType: *string, @@ -9976,7 +9976,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsSignal { Name: *string, @@ -10022,7 +10022,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulDeallocation { ShouldDeleteImages: interface{}, @@ -10096,7 +10096,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsStatefulInstanceAction { StatefulInstanceId: *string, @@ -10142,7 +10142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsTags { Key: *string, @@ -10188,13 +10188,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicy { ShouldResumeStateful: interface{}, ShouldRoll: interface{}, AutoApplyTags: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfig, } ``` @@ -10264,13 +10264,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, GracePeriod: *f64, HealthCheckType: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategy, WaitForRollPercentage: *f64, WaitForRollTimeout: *f64, } @@ -10368,12 +10368,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategy { Action: *string, BatchMinHealthyPercentage: *f64, - OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, + OnFailure: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure, ShouldDrainInstances: interface{}, } ``` @@ -10444,7 +10444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" &elastigroupaws.ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure { ActionType: *string, @@ -10534,7 +10534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsCpuOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsCpuOptionsOutputReference ``` @@ -10805,7 +10805,7 @@ func InternalValue() ElastigroupAwsCpuOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEbsBlockDeviceList ``` @@ -10948,7 +10948,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEbsBlockDeviceOutputReference ``` @@ -11469,7 +11469,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsEphemeralBlockDeviceList ``` @@ -11612,7 +11612,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsEphemeralBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsEphemeralBlockDeviceOutputReference ``` @@ -11923,7 +11923,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesImageList ``` @@ -12066,7 +12066,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesImageOutputReference ``` @@ -12355,7 +12355,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsImagesList ``` @@ -12498,7 +12498,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsImagesOutputReference ``` @@ -12800,7 +12800,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsInstanceTypesWeightsList ``` @@ -12943,7 +12943,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsInstanceTypesWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsInstanceTypesWeightsOutputReference ``` @@ -13254,7 +13254,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesOutputReference ``` @@ -13632,7 +13632,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -13939,7 +13939,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkDeploymentPreferencesStra #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsOutputReference ``` @@ -14230,7 +14230,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -14566,7 +14566,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalkManagedActionsPlatformUpd #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationBeanstalkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationBeanstalkOutputReference ``` @@ -14928,7 +14928,7 @@ func InternalValue() ElastigroupAwsIntegrationBeanstalk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsList ``` @@ -15071,7 +15071,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationCodedeployDeploymentGroupsOutputReference ``` @@ -15382,7 +15382,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationCodedeployOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationCodedeployOutputReference ``` @@ -15710,7 +15710,7 @@ func InternalValue() ElastigroupAwsIntegrationCodedeploy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleDownOutputReference ``` @@ -16017,7 +16017,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroomOutputReference ``` @@ -16353,7 +16353,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarmAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationDockerSwarmOutputReference ``` @@ -16788,7 +16788,7 @@ func InternalValue() ElastigroupAwsIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesList ``` @@ -16931,7 +16931,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationEcsAutoscaleAttributesOutputReference ``` @@ -17242,7 +17242,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleDownOutputReference ``` @@ -17549,7 +17549,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsAutoscaleHeadroomOutputReference ``` @@ -17885,7 +17885,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsBatchOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsBatchOutputReference ``` @@ -18156,7 +18156,7 @@ func InternalValue() ElastigroupAwsIntegrationEcsBatch #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationEcsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationEcsOutputReference ``` @@ -18711,7 +18711,7 @@ func InternalValue() ElastigroupAwsIntegrationEcs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabOutputReference ``` @@ -19002,7 +19002,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlab #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationGitlabRunnerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationGitlabRunnerOutputReference ``` @@ -19280,7 +19280,7 @@ func InternalValue() ElastigroupAwsIntegrationGitlabRunner #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleDownOutputReference ``` @@ -19587,7 +19587,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesAutoscaleHeadroomOutputReference ``` @@ -19923,7 +19923,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetesAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsList ``` @@ -20066,7 +20066,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationKubernetesAutoscaleLabelsOutputReference ``` @@ -20377,7 +20377,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationKubernetesOutputReference ``` @@ -20955,7 +20955,7 @@ func InternalValue() ElastigroupAwsIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMesosphereOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMesosphereOutputReference ``` @@ -21226,7 +21226,7 @@ func InternalValue() ElastigroupAwsIntegrationMesosphere #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationMultaiRuntimeOutputReference ``` @@ -21497,7 +21497,7 @@ func InternalValue() ElastigroupAwsIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsList ``` @@ -21640,7 +21640,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationNomadAutoscaleConstraintsOutputReference ``` @@ -21951,7 +21951,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleDownOutputReference ``` @@ -22229,7 +22229,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadAutoscaleHeadroomOutputReference ``` @@ -22565,7 +22565,7 @@ func InternalValue() ElastigroupAwsIntegrationNomadAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationNomadOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationNomadOutputReference ``` @@ -23071,7 +23071,7 @@ func InternalValue() ElastigroupAwsIntegrationNomad #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRancherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRancherOutputReference ``` @@ -23415,7 +23415,7 @@ func InternalValue() ElastigroupAwsIntegrationRancher #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsList ``` @@ -23558,7 +23558,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsOutputReference ``` @@ -23940,7 +23940,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -24083,7 +24083,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -24430,7 +24430,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsIntegrationRoute53OutputReference ``` @@ -24714,7 +24714,7 @@ func InternalValue() ElastigroupAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfDefaultStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfDefaultStaticTargetGroupOutputReference ``` @@ -25007,7 +25007,7 @@ func InternalValue() ElastigroupAwsItfDefaultStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfList ``` @@ -25150,7 +25150,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerList ``` @@ -25293,7 +25293,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleList ``` @@ -25436,7 +25436,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerListenerRuleOutputReference ``` @@ -25767,7 +25767,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroupOutputReference ``` @@ -26060,7 +26060,7 @@ func InternalValue() ElastigroupAwsItfLoadBalancerListenerRuleStaticTargetGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfLoadBalancerOutputReference ``` @@ -26384,7 +26384,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfOutputReference ``` @@ -26836,7 +26836,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigList ``` @@ -26979,7 +26979,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherList ``` @@ -27122,7 +27122,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigMatcherOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigMatcherOutputReference ``` @@ -27447,7 +27447,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigOutputReference ``` @@ -28089,7 +28089,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsItfTargetGroupConfigTagsList ``` @@ -28232,7 +28232,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsItfTargetGroupConfigTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsItfTargetGroupConfigTagsOutputReference ``` @@ -28550,7 +28550,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMetadataOptionsOutputReference ``` @@ -28879,7 +28879,7 @@ func InternalValue() ElastigroupAwsMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultaiTargetSetsList ``` @@ -29022,7 +29022,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultaiTargetSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultaiTargetSetsOutputReference ``` @@ -29333,7 +29333,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsExpressionsList ``` @@ -29476,7 +29476,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsExpressionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsExpressionsOutputReference ``` @@ -29787,7 +29787,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsList ``` @@ -29930,7 +29930,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsDimensionsOutputReference ``` @@ -30248,7 +30248,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsMultipleMetricsMetricsList ``` @@ -30391,7 +30391,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsMultipleMetricsMetricsOutputReference ``` @@ -30853,7 +30853,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsMultipleMetricsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsMultipleMetricsOutputReference ``` @@ -31186,7 +31186,7 @@ func InternalValue() ElastigroupAwsMultipleMetrics #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsNetworkInterfaceList ``` @@ -31329,7 +31329,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsNetworkInterfaceOutputReference ``` @@ -31821,7 +31821,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceRequirementsList ``` @@ -31964,7 +31964,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceRequirementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceRequirementsOutputReference ``` @@ -32464,7 +32464,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsResourceTagSpecificationList ``` @@ -32607,7 +32607,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsResourceTagSpecificationOutputReference ``` @@ -32990,7 +32990,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsRevertToSpotOutputReference ``` @@ -33290,7 +33290,7 @@ func InternalValue() ElastigroupAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyDimensionsList ``` @@ -33433,7 +33433,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyDimensionsOutputReference ``` @@ -33751,7 +33751,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyList ``` @@ -33894,7 +33894,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyOutputReference ``` @@ -34775,7 +34775,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingDownPolicyStepAdjustmentsActionOutputReference ``` @@ -35220,7 +35220,7 @@ func InternalValue() ElastigroupAwsScalingDownPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsList ``` @@ -35363,7 +35363,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingDownPolicyStepAdjustmentsOutputReference ``` @@ -35687,7 +35687,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingStrategyList ``` @@ -35830,7 +35830,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingStrategyOutputReference ``` @@ -36155,7 +36155,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsList ``` @@ -36298,7 +36298,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyDimensionsOutputReference ``` @@ -36616,7 +36616,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingTargetPolicyList ``` @@ -36759,7 +36759,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingTargetPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingTargetPolicyOutputReference ``` @@ -37388,7 +37388,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyDimensionsList ``` @@ -37531,7 +37531,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyDimensionsOutputReference ``` @@ -37849,7 +37849,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyList ``` @@ -37992,7 +37992,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyOutputReference ``` @@ -38873,7 +38873,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsScalingUpPolicyStepAdjustmentsActionOutputReference ``` @@ -39318,7 +39318,7 @@ func InternalValue() ElastigroupAwsScalingUpPolicyStepAdjustmentsAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsList ``` @@ -39461,7 +39461,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScalingUpPolicyStepAdjustmentsOutputReference ``` @@ -39785,7 +39785,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsScheduledTaskList ``` @@ -39928,7 +39928,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsScheduledTaskOutputReference ``` @@ -40623,7 +40623,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSignalList ``` @@ -40766,7 +40766,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSignalOutputReference ``` @@ -41084,7 +41084,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulDeallocationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsStatefulDeallocationOutputReference ``` @@ -41449,7 +41449,7 @@ func InternalValue() ElastigroupAwsStatefulDeallocation #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsStatefulInstanceActionList ``` @@ -41592,7 +41592,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsStatefulInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsStatefulInstanceActionOutputReference ``` @@ -41903,7 +41903,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsTagsList ``` @@ -42046,7 +42046,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsTagsOutputReference ``` @@ -42371,7 +42371,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyOutputReference ``` @@ -42735,7 +42735,7 @@ func InternalValue() ElastigroupAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigOutputReference ``` @@ -43164,7 +43164,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailureOutputReference ``` @@ -43551,7 +43551,7 @@ func InternalValue() ElastigroupAwsUpdatePolicyRollConfigStrategyOnFailure #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupaws" elastigroupaws.NewElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsUpdatePolicyRollConfigStrategyOutputReference ``` diff --git a/docs/elastigroupAwsBeanstalk.go.md b/docs/elastigroupAwsBeanstalk.go.md index 61981825e..930564dc8 100644 --- a/docs/elastigroupAwsBeanstalk.go.md +++ b/docs/elastigroupAwsBeanstalk.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalk(scope Construct, id *string, config ElastigroupAwsBeanstalkConfig) ElastigroupAwsBeanstalk ``` @@ -420,7 +420,7 @@ func ResetScheduledTask() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsConstruct(x interface{}) *bool ``` @@ -452,7 +452,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{}) *bool ``` @@ -466,7 +466,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{}) *bool ``` @@ -480,7 +480,7 @@ elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.ElastigroupAwsBeanstalk_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1017,7 +1017,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkConfig { Connection: interface{}, @@ -1036,10 +1036,10 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsb Region: *string, BeanstalkEnvironmentId: *string, BeanstalkEnvironmentName: *string, - DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, + DeploymentPreferences: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences, Id: *string, Maintenance: *string, - ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, + ManagedActions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActions, ScheduledTask: interface{}, } ``` @@ -1324,7 +1324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferences { AutomaticRoll: interface{}, @@ -1400,7 +1400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkDeploymentPreferencesStrategy { Action: *string, @@ -1446,10 +1446,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActions { - PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, + PlatformUpdate: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAwsBeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate, } ``` @@ -1480,7 +1480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkManagedActionsPlatformUpdate { PerformAt: *string, @@ -1540,7 +1540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" &elastigroupawsbeanstalk.ElastigroupAwsBeanstalkScheduledTask { TaskType: *string, @@ -1770,7 +1770,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkDeploymentPreferencesOutputReference ``` @@ -2148,7 +2148,7 @@ func InternalValue() ElastigroupAwsBeanstalkDeploymentPreferences #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyList ``` @@ -2291,7 +2291,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkDeploymentPreferencesStrategyOutputReference ``` @@ -2616,7 +2616,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsOutputReference ``` @@ -2907,7 +2907,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAwsBeanstalkManagedActionsPlatformUpdateOutputReference ``` @@ -3243,7 +3243,7 @@ func InternalValue() ElastigroupAwsBeanstalkManagedActionsPlatformUpdate #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsBeanstalkScheduledTaskList ``` @@ -3386,7 +3386,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawsbeanstalk" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawsbeanstalk" elastigroupawsbeanstalk.NewElastigroupAwsBeanstalkScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsBeanstalkScheduledTaskOutputReference ``` diff --git a/docs/elastigroupAwsSuspension.go.md b/docs/elastigroupAwsSuspension.go.md index a449736f6..d75ee9368 100644 --- a/docs/elastigroupAwsSuspension.go.md +++ b/docs/elastigroupAwsSuspension.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspension(scope Construct, id *string, config ElastigroupAwsSuspensionConfig) ElastigroupAwsSuspension ``` @@ -352,7 +352,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsConstruct(x interface{}) *bool ``` @@ -384,7 +384,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface{}) *bool ``` @@ -398,7 +398,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interface{}) *bool ``` @@ -412,7 +412,7 @@ elastigroupawssuspension.ElastigroupAwsSuspension_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.ElastigroupAwsSuspension_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -707,7 +707,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionConfig { Connection: interface{}, @@ -856,7 +856,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" &elastigroupawssuspension.ElastigroupAwsSuspensionSuspension { Name: *string, @@ -890,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAwsSuspensionSuspensionList ``` @@ -1033,7 +1033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupawssuspension" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupawssuspension" elastigroupawssuspension.NewElastigroupAwsSuspensionSuspensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAwsSuspensionSuspensionOutputReference ``` diff --git a/docs/elastigroupAzure.go.md b/docs/elastigroupAzure.go.md index 7d45d8d51..6544f4192 100644 --- a/docs/elastigroupAzure.go.md +++ b/docs/elastigroupAzure.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzure(scope Construct, id *string, config ElastigroupAzureConfig) ElastigroupAzure ``` @@ -627,7 +627,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsConstruct(x interface{}) *bool ``` @@ -659,7 +659,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ``` @@ -673,7 +673,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ``` @@ -687,7 +687,7 @@ elastigroupazure.ElastigroupAzure_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.ElastigroupAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1488,7 +1488,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureConfig { Connection: interface{}, @@ -1500,21 +1500,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur Provisioners: *[]interface{}, LowPrioritySizes: *[]*string, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureNetwork, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureNetwork, OdSizes: *[]*string, Product: *string, Region: *string, ResourceGroupName: *string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureStrategy, CustomData: *string, DesiredCapacity: *f64, - HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureHealthCheck, + HealthCheck: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureHealthCheck, Id: *string, Image: interface{}, - IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, - IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, + IntegrationKubernetes: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationKubernetes, + IntegrationMultaiRuntime: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureIntegrationMultaiRuntime, LoadBalancers: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureLogin, ManagedServiceIdentities: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1522,7 +1522,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur ScalingUpPolicy: interface{}, ScheduledTask: interface{}, ShutdownScript: *string, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicy, UserData: *string, } ``` @@ -1983,7 +1983,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureHealthCheck { HealthCheckType: *string, @@ -2043,7 +2043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImage { Custom: interface{}, @@ -2093,7 +2093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImageCustom { ImageName: *string, @@ -2139,7 +2139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureImageMarketplace { Offer: *string, @@ -2199,7 +2199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationKubernetes { ClusterIdentifier: *string, @@ -2231,7 +2231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureIntegrationMultaiRuntime { DeploymentId: *string, @@ -2263,7 +2263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureLoadBalancers { Type: *string, @@ -2337,7 +2337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureLogin { UserName: *string, @@ -2397,7 +2397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureManagedServiceIdentities { Name: *string, @@ -2443,7 +2443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureNetwork { ResourceGroupName: *string, @@ -2533,7 +2533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureNetworkAdditionalIpConfigs { Name: *string, @@ -2579,7 +2579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicy { MetricName: *string, @@ -2851,7 +2851,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingDownPolicyDimensions { Name: *string, @@ -2897,7 +2897,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicy { MetricName: *string, @@ -3169,7 +3169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScalingUpPolicyDimensions { Name: *string, @@ -3215,7 +3215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureScheduledTask { CronExpression: *string, @@ -3373,7 +3373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureStrategy { DrainingTimeout: *f64, @@ -3433,11 +3433,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzure.ElastigroupAzureUpdatePolicyRollConfig, } ``` @@ -3481,7 +3481,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" &elastigroupazure.ElastigroupAzureUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3543,7 +3543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureHealthCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureHealthCheckOutputReference ``` @@ -3872,7 +3872,7 @@ func InternalValue() ElastigroupAzureHealthCheck #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageCustomList ``` @@ -4015,7 +4015,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageCustomOutputReference ``` @@ -4326,7 +4326,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageList ``` @@ -4469,7 +4469,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureImageMarketplaceList ``` @@ -4612,7 +4612,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageMarketplaceOutputReference ``` @@ -4945,7 +4945,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureImageOutputReference ``` @@ -5296,7 +5296,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationKubernetesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationKubernetesOutputReference ``` @@ -5567,7 +5567,7 @@ func InternalValue() ElastigroupAzureIntegrationKubernetes #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureIntegrationMultaiRuntimeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureIntegrationMultaiRuntimeOutputReference ``` @@ -5838,7 +5838,7 @@ func InternalValue() ElastigroupAzureIntegrationMultaiRuntime #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureLoadBalancersList ``` @@ -5981,7 +5981,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureLoadBalancersOutputReference ``` @@ -6357,7 +6357,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureLoginOutputReference ``` @@ -6686,7 +6686,7 @@ func InternalValue() ElastigroupAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureManagedServiceIdentitiesList ``` @@ -6829,7 +6829,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureManagedServiceIdentitiesOutputReference ``` @@ -7140,7 +7140,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsList ``` @@ -7283,7 +7283,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureNetworkAdditionalIpConfigsOutputReference ``` @@ -7601,7 +7601,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureNetworkOutputReference ``` @@ -7987,7 +7987,7 @@ func InternalValue() ElastigroupAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyDimensionsList ``` @@ -8130,7 +8130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyDimensionsOutputReference ``` @@ -8448,7 +8448,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingDownPolicyList ``` @@ -8591,7 +8591,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingDownPolicyOutputReference ``` @@ -9365,7 +9365,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyDimensionsList ``` @@ -9508,7 +9508,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyDimensionsOutputReference ``` @@ -9826,7 +9826,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScalingUpPolicyList ``` @@ -9969,7 +9969,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScalingUpPolicyOutputReference ``` @@ -10743,7 +10743,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureScheduledTaskList ``` @@ -10886,7 +10886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureScheduledTaskOutputReference ``` @@ -11429,7 +11429,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureStrategyOutputReference ``` @@ -11765,7 +11765,7 @@ func InternalValue() ElastigroupAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyOutputReference ``` @@ -12078,7 +12078,7 @@ func InternalValue() ElastigroupAzureUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazure" elastigroupazure.NewElastigroupAzureUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/elastigroupAzureV3.go.md b/docs/elastigroupAzureV3.go.md index 1542f0268..7bfea6fc7 100644 --- a/docs/elastigroupAzureV3.go.md +++ b/docs/elastigroupAzureV3.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3(scope Construct, id *string, config ElastigroupAzureV3Config) ElastigroupAzureV3 ``` @@ -481,7 +481,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsConstruct(x interface{}) *bool ``` @@ -513,7 +513,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ``` @@ -527,7 +527,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ``` @@ -541,7 +541,7 @@ elastigroupazurev3.ElastigroupAzureV3_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.ElastigroupAzureV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1210,7 +1210,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Config { Connection: interface{}, @@ -1222,7 +1222,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur Provisioners: *[]interface{}, FallbackToOnDemand: interface{}, Name: *string, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzureV3.ElastigroupAzureV3Network, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Network, OdSizes: *[]*string, Os: *string, Region: *string, @@ -1233,7 +1233,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazur DrainingTimeout: *f64, Id: *string, Image: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupAzureV3.ElastigroupAzureV3Login, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupAzureV3.ElastigroupAzureV3Login, ManagedServiceIdentity: interface{}, MaxSize: *f64, MinSize: *f64, @@ -1605,7 +1605,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Image { Custom: interface{}, @@ -1655,7 +1655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageCustom { ImageName: *string, @@ -1701,7 +1701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ImageMarketplace { Offer: *string, @@ -1775,7 +1775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Login { UserName: *string, @@ -1835,7 +1835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3ManagedServiceIdentity { Name: *string, @@ -1881,7 +1881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Network { NetworkInterfaces: interface{}, @@ -1943,7 +1943,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfaces { AssignPublicIp: interface{}, @@ -2035,7 +2035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigs { Name: *string, @@ -2081,7 +2081,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroup { Name: *string, @@ -2127,7 +2127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" &elastigroupazurev3.ElastigroupAzureV3Tags { Key: *string, @@ -2175,7 +2175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageCustomList ``` @@ -2318,7 +2318,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageCustomOutputReference ``` @@ -2629,7 +2629,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageList ``` @@ -2772,7 +2772,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ImageMarketplaceList ``` @@ -2915,7 +2915,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageMarketplaceOutputReference ``` @@ -3270,7 +3270,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ImageOutputReference ``` @@ -3621,7 +3621,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3LoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3LoginOutputReference ``` @@ -3950,7 +3950,7 @@ func InternalValue() ElastigroupAzureV3Login #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3ManagedServiceIdentityList ``` @@ -4093,7 +4093,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3ManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3ManagedServiceIdentityOutputReference ``` @@ -4404,7 +4404,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsList ``` @@ -4547,7 +4547,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesAdditionalIpConfigsOutputReference ``` @@ -4865,7 +4865,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupList ``` @@ -5008,7 +5008,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesApplicationSecurityGroupOutputReference ``` @@ -5319,7 +5319,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesList ``` @@ -5462,7 +5462,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3NetworkNetworkInterfacesOutputReference ``` @@ -5879,7 +5879,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3NetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupAzureV3NetworkOutputReference ``` @@ -6207,7 +6207,7 @@ func InternalValue() ElastigroupAzureV3Network #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupAzureV3TagsList ``` @@ -6350,7 +6350,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupazurev3" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupazurev3" elastigroupazurev3.NewElastigroupAzureV3TagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupAzureV3TagsOutputReference ``` diff --git a/docs/elastigroupGcp.go.md b/docs/elastigroupGcp.go.md index d3a7f1dc6..a75521612 100644 --- a/docs/elastigroupGcp.go.md +++ b/docs/elastigroupGcp.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcp(scope Construct, id *string, config ElastigroupGcpConfig) ElastigroupGcp ``` @@ -746,7 +746,7 @@ func ResetUnhealthyDuration() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsConstruct(x interface{}) *bool ``` @@ -778,7 +778,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ``` @@ -792,7 +792,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ``` @@ -806,7 +806,7 @@ elastigroupgcp.ElastigroupGcp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.ElastigroupGcp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1849,7 +1849,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServices { ServiceName: *string, @@ -1925,7 +1925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpBackendServicesNamedPorts { Name: *string, @@ -1971,7 +1971,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpConfig { Connection: interface{}, @@ -1998,8 +1998,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2620,7 +2620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDisk { AutoDelete: interface{}, @@ -2752,7 +2752,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpDiskInitializeParams { SourceImage: *string, @@ -2812,7 +2812,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpGpu { Count: *f64, @@ -2858,7 +2858,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpInstanceTypesCustom { MemoryGib: *f64, @@ -2904,7 +2904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationDockerSwarm { MasterHost: *string, @@ -2950,12 +2950,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -3100,7 +3100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -3132,7 +3132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -3192,7 +3192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpIntegrationGkeAutoscaleLabels { Key: *string, @@ -3238,7 +3238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpLabels { Key: *string, @@ -3284,7 +3284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpMetadata { Key: *string, @@ -3330,7 +3330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterface { Network: *string, @@ -3394,7 +3394,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAccessConfigs { Name: *string, @@ -3440,7 +3440,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3486,7 +3486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicy { MetricName: *string, @@ -3702,7 +3702,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingDownPolicyDimensions { Name: *string, @@ -3748,7 +3748,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicy { MetricName: *string, @@ -3964,7 +3964,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScalingUpPolicyDimensions { Name: *string, @@ -4010,7 +4010,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpScheduledTask { TaskType: *string, @@ -4112,7 +4112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" &elastigroupgcp.ElastigroupGcpSubnets { Region: *string, @@ -4160,7 +4160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesList ``` @@ -4303,7 +4303,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpBackendServicesNamedPortsList ``` @@ -4446,7 +4446,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesNamedPortsOutputReference ``` @@ -4757,7 +4757,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpBackendServicesOutputReference ``` @@ -5146,7 +5146,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskInitializeParamsList ``` @@ -5289,7 +5289,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskInitializeParamsOutputReference ``` @@ -5636,7 +5636,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpDiskList ``` @@ -5779,7 +5779,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpDiskOutputReference ``` @@ -6291,7 +6291,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpGpuList ``` @@ -6434,7 +6434,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpGpuOutputReference ``` @@ -6745,7 +6745,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpInstanceTypesCustomList ``` @@ -6888,7 +6888,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpInstanceTypesCustomOutputReference ``` @@ -7199,7 +7199,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationDockerSwarmOutputReference ``` @@ -7492,7 +7492,7 @@ func InternalValue() ElastigroupGcpIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleDownOutputReference ``` @@ -7770,7 +7770,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -8106,7 +8106,7 @@ func InternalValue() ElastigroupGcpIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsList ``` @@ -8249,7 +8249,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8560,7 +8560,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGcpIntegrationGkeOutputReference ``` @@ -9109,7 +9109,7 @@ func InternalValue() ElastigroupGcpIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpLabelsList ``` @@ -9252,7 +9252,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpLabelsOutputReference ``` @@ -9563,7 +9563,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpMetadataList ``` @@ -9706,7 +9706,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpMetadataOutputReference ``` @@ -10017,7 +10017,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsList ``` @@ -10160,7 +10160,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAccessConfigsOutputReference ``` @@ -10485,7 +10485,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesList ``` @@ -10628,7 +10628,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10939,7 +10939,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpNetworkInterfaceList ``` @@ -11082,7 +11082,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpNetworkInterfaceOutputReference ``` @@ -11455,7 +11455,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyDimensionsList ``` @@ -11598,7 +11598,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyDimensionsOutputReference ``` @@ -11916,7 +11916,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingDownPolicyList ``` @@ -12059,7 +12059,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingDownPolicyOutputReference ``` @@ -12710,7 +12710,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyDimensionsList ``` @@ -12853,7 +12853,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyDimensionsOutputReference ``` @@ -13171,7 +13171,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScalingUpPolicyList ``` @@ -13314,7 +13314,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScalingUpPolicyOutputReference ``` @@ -13965,7 +13965,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpScheduledTaskList ``` @@ -14108,7 +14108,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpScheduledTaskOutputReference ``` @@ -14542,7 +14542,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGcpSubnetsList ``` @@ -14685,7 +14685,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgcp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgcp" elastigroupgcp.NewElastigroupGcpSubnetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGcpSubnetsOutputReference ``` diff --git a/docs/elastigroupGke.go.md b/docs/elastigroupGke.go.md index b4ff02a87..ff80b3698 100644 --- a/docs/elastigroupGke.go.md +++ b/docs/elastigroupGke.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGke(scope Construct, id *string, config ElastigroupGkeConfig) ElastigroupGke ``` @@ -678,7 +678,7 @@ func ResetTags() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsConstruct(x interface{}) *bool ``` @@ -710,7 +710,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ``` @@ -724,7 +724,7 @@ elastigroupgke.ElastigroupGke_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ``` @@ -738,7 +738,7 @@ elastigroupgke.ElastigroupGke_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.ElastigroupGke_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1671,7 +1671,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServices { ServiceName: *string, @@ -1747,7 +1747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeBackendServicesNamedPorts { Name: *string, @@ -1793,7 +1793,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeConfig { Connection: interface{}, @@ -1817,8 +1817,8 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" InstanceTypesCustom: interface{}, InstanceTypesOndemand: *string, InstanceTypesPreemptible: *[]*string, - IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, - IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGke, + IntegrationDockerSwarm: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationDockerSwarm, + IntegrationGke: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGke, IpForwarding: interface{}, Labels: interface{}, MaxSize: *f64, @@ -2368,7 +2368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeDisk { AutoDelete: interface{}, @@ -2500,7 +2500,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeDiskInitializeParams { SourceImage: *string, @@ -2560,7 +2560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeGpu { Count: *f64, @@ -2606,7 +2606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeInstanceTypesCustom { MemoryGib: *f64, @@ -2652,7 +2652,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationDockerSwarm { MasterHost: *string, @@ -2698,12 +2698,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGke { AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.elastigroupGke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, AutoscaleLabels: interface{}, @@ -2848,7 +2848,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleDown { EvaluationPeriods: *f64, @@ -2880,7 +2880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2940,7 +2940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeIntegrationGkeAutoscaleLabels { Key: *string, @@ -2986,7 +2986,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeLabels { Key: *string, @@ -3032,7 +3032,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeMetadata { Key: *string, @@ -3078,7 +3078,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterface { Network: *string, @@ -3142,7 +3142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAccessConfigs { Name: *string, @@ -3188,7 +3188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeNetworkInterfaceAliasIpRanges { IpCidrRange: *string, @@ -3234,7 +3234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicy { MetricName: *string, @@ -3450,7 +3450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingDownPolicyDimensions { Name: *string, @@ -3496,7 +3496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicy { MetricName: *string, @@ -3712,7 +3712,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" &elastigroupgke.ElastigroupGkeScalingUpPolicyDimensions { Name: *string, @@ -3760,7 +3760,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesList ``` @@ -3903,7 +3903,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeBackendServicesNamedPortsList ``` @@ -4046,7 +4046,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesNamedPortsOutputReference ``` @@ -4357,7 +4357,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeBackendServicesOutputReference ``` @@ -4746,7 +4746,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskInitializeParamsList ``` @@ -4889,7 +4889,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskInitializeParamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskInitializeParamsOutputReference ``` @@ -5236,7 +5236,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeDiskList ``` @@ -5379,7 +5379,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeDiskOutputReference ``` @@ -5891,7 +5891,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeGpuList ``` @@ -6034,7 +6034,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeGpuOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeGpuOutputReference ``` @@ -6345,7 +6345,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeInstanceTypesCustomList ``` @@ -6488,7 +6488,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeInstanceTypesCustomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeInstanceTypesCustomOutputReference ``` @@ -6799,7 +6799,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationDockerSwarmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationDockerSwarmOutputReference ``` @@ -7092,7 +7092,7 @@ func InternalValue() ElastigroupGkeIntegrationDockerSwarm #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleDownOutputReference ``` @@ -7370,7 +7370,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeAutoscaleHeadroomOutputReference ``` @@ -7706,7 +7706,7 @@ func InternalValue() ElastigroupGkeIntegrationGkeAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsList ``` @@ -7849,7 +7849,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeIntegrationGkeAutoscaleLabelsOutputReference ``` @@ -8160,7 +8160,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeIntegrationGkeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ElastigroupGkeIntegrationGkeOutputReference ``` @@ -8709,7 +8709,7 @@ func InternalValue() ElastigroupGkeIntegrationGke #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeLabelsList ``` @@ -8852,7 +8852,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeLabelsOutputReference ``` @@ -9163,7 +9163,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeMetadataList ``` @@ -9306,7 +9306,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeMetadataOutputReference ``` @@ -9617,7 +9617,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsList ``` @@ -9760,7 +9760,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAccessConfigsOutputReference ``` @@ -10085,7 +10085,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesList ``` @@ -10228,7 +10228,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceAliasIpRangesOutputReference ``` @@ -10539,7 +10539,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeNetworkInterfaceList ``` @@ -10682,7 +10682,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeNetworkInterfaceOutputReference ``` @@ -11055,7 +11055,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyDimensionsList ``` @@ -11198,7 +11198,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyDimensionsOutputReference ``` @@ -11516,7 +11516,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingDownPolicyList ``` @@ -11659,7 +11659,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingDownPolicyOutputReference ``` @@ -12310,7 +12310,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyDimensionsList ``` @@ -12453,7 +12453,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyDimensionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyDimensionsOutputReference ``` @@ -12771,7 +12771,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ElastigroupGkeScalingUpPolicyList ``` @@ -12914,7 +12914,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/elastigroupgke" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/elastigroupgke" elastigroupgke.NewElastigroupGkeScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ElastigroupGkeScalingUpPolicyOutputReference ``` diff --git a/docs/healthCheck.go.md b/docs/healthCheck.go.md index 0ac14a0cd..e07597d37 100644 --- a/docs/healthCheck.go.md +++ b/docs/healthCheck.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.NewHealthCheck(scope Construct, id *string, config HealthCheckConfig) HealthCheck ``` @@ -373,7 +373,7 @@ func ResetProxyPort() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ``` @@ -419,7 +419,7 @@ healthcheck.HealthCheck_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ``` @@ -433,7 +433,7 @@ healthcheck.HealthCheck_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.HealthCheck_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -794,7 +794,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" &healthcheck.HealthCheckCheck { Healthy: *f64, @@ -938,7 +938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" &healthcheck.HealthCheckConfig { Connection: interface{}, @@ -950,7 +950,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" Provisioners: *[]interface{}, ProxyAddress: *string, ResourceId: *string, - Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.healthCheck.HealthCheckCheck, + Check: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.healthCheck.HealthCheckCheck, Id: *string, Name: *string, ProxyPort: *f64, @@ -1131,7 +1131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/healthcheck" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/healthcheck" healthcheck.NewHealthCheckCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HealthCheckCheckOutputReference ``` diff --git a/docs/managedInstanceAws.go.md b/docs/managedInstanceAws.go.md index a907d1a00..bfbf1e83c 100644 --- a/docs/managedInstanceAws.go.md +++ b/docs/managedInstanceAws.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAws(scope Construct, id *string, config ManagedInstanceAwsConfig) ManagedInstanceAws ``` @@ -735,7 +735,7 @@ func ResetUtilizeReservedInstances() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsConstruct(x interface{}) *bool ``` @@ -767,7 +767,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ``` @@ -781,7 +781,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ``` @@ -795,7 +795,7 @@ managedinstanceaws.ManagedInstanceAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.ManagedInstanceAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2036,11 +2036,11 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsBlockDeviceMappingsEbs, } ``` @@ -2084,7 +2084,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, @@ -2172,7 +2172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsConfig { Connection: interface{}, @@ -2204,11 +2204,11 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstance HealthCheckType: *string, IamInstanceProfile: *string, Id: *string, - IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, + IntegrationRoute53: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsIntegrationRoute53, KeyPair: *string, LifeCycle: *string, LoadBalancers: interface{}, - ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, + ManagedInstanceAction: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsManagedInstanceAction, MinimumInstanceLifetime: *f64, NetworkInterface: interface{}, OptimizationWindows: *[]*string, @@ -2220,7 +2220,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstance PrivateIp: *string, Region: *string, ResourceTagSpecification: interface{}, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.managedInstanceAws.ManagedInstanceAwsRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.managedInstanceAws.ManagedInstanceAwsRevertToSpot, ScheduledTask: interface{}, SecurityGroupIds: *[]*string, ShutdownScript: *string, @@ -2941,7 +2941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsDelete { AmiBackupShouldDeleteImages: interface{}, @@ -3043,7 +3043,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53 { Domains: interface{}, @@ -3077,7 +3077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53Domains { HostedZoneId: *string, @@ -3153,7 +3153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsIntegrationRoute53DomainsRecordSets { Name: *string, @@ -3213,7 +3213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsLoadBalancers { Type: *string, @@ -3329,7 +3329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsManagedInstanceAction { Type: *string, @@ -3361,7 +3361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsNetworkInterface { DeviceIndex: *string, @@ -3421,7 +3421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsResourceTagSpecification { ShouldTagAmis: interface{}, @@ -3495,7 +3495,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsRevertToSpot { PerformAt: *string, @@ -3527,7 +3527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsScheduledTask { TaskType: *string, @@ -3615,7 +3615,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" &managedinstanceaws.ManagedInstanceAwsTags { Key: *string, @@ -3663,7 +3663,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsBlockDeviceMappingsEbsOutputReference ``` @@ -4057,7 +4057,7 @@ func InternalValue() ManagedInstanceAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsBlockDeviceMappingsList ``` @@ -4200,7 +4200,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsBlockDeviceMappingsOutputReference ``` @@ -4531,7 +4531,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsDeleteList ``` @@ -4674,7 +4674,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsDeleteOutputReference ``` @@ -5115,7 +5115,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsList ``` @@ -5258,7 +5258,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsOutputReference ``` @@ -5640,7 +5640,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsList ``` @@ -5783,7 +5783,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsIntegrationRoute53DomainsRecordSetsOutputReference ``` @@ -6130,7 +6130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsIntegrationRoute53OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsIntegrationRoute53OutputReference ``` @@ -6414,7 +6414,7 @@ func InternalValue() ManagedInstanceAwsIntegrationRoute53 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsLoadBalancersList ``` @@ -6557,7 +6557,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsLoadBalancersOutputReference ``` @@ -7020,7 +7020,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsManagedInstanceActionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsManagedInstanceActionOutputReference ``` @@ -7291,7 +7291,7 @@ func InternalValue() ManagedInstanceAwsManagedInstanceAction #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsNetworkInterfaceList ``` @@ -7434,7 +7434,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsNetworkInterfaceOutputReference ``` @@ -7781,7 +7781,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsResourceTagSpecificationList ``` @@ -7924,7 +7924,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsResourceTagSpecificationOutputReference ``` @@ -8307,7 +8307,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ManagedInstanceAwsRevertToSpotOutputReference ``` @@ -8578,7 +8578,7 @@ func InternalValue() ManagedInstanceAwsRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsScheduledTaskList ``` @@ -8721,7 +8721,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsScheduledTaskOutputReference ``` @@ -9126,7 +9126,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ManagedInstanceAwsTagsList ``` @@ -9269,7 +9269,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/managedinstanceaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/managedinstanceaws" managedinstanceaws.NewManagedInstanceAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ManagedInstanceAwsTagsOutputReference ``` diff --git a/docs/mrscalerAws.go.md b/docs/mrscalerAws.go.md index c984ff19b..79ae88a0c 100644 --- a/docs/mrscalerAws.go.md +++ b/docs/mrscalerAws.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAws(scope Construct, id *string, config MrscalerAwsConfig) MrscalerAws ``` @@ -953,7 +953,7 @@ func ResetVisibleToAllUsers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsConstruct(x interface{}) *bool ``` @@ -985,7 +985,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ``` @@ -999,7 +999,7 @@ mrscaleraws.MrscalerAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ``` @@ -1013,7 +1013,7 @@ mrscaleraws.MrscalerAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.MrscalerAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2595,7 +2595,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsApplications { Name: *string, @@ -2655,7 +2655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsBootstrapActionsFile { Bucket: *string, @@ -2701,7 +2701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsConfig { Connection: interface{}, @@ -2748,7 +2748,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" MasterInstanceTypes: *[]*string, MasterLifecycle: *string, MasterTarget: *f64, - ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.mrscalerAws.MrscalerAwsProvisioningTimeout, + ProvisioningTimeout: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.mrscalerAws.MrscalerAwsProvisioningTimeout, Region: *string, ReleaseLabel: *string, RepoUpgradeOnBoot: *string, @@ -3692,7 +3692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsConfigurationsFile { Bucket: *string, @@ -3738,7 +3738,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreEbsBlockDevice { SizeInGb: *f64, @@ -3812,7 +3812,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingDownPolicy { MetricName: *string, @@ -4082,7 +4082,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsCoreScalingUpPolicy { MetricName: *string, @@ -4352,7 +4352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsInstanceWeights { InstanceType: *string, @@ -4398,7 +4398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsMasterEbsBlockDevice { SizeInGb: *f64, @@ -4472,7 +4472,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsProvisioningTimeout { Timeout: *f64, @@ -4518,7 +4518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsScheduledTask { Cron: *string, @@ -4634,7 +4634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsStepsFile { Bucket: *string, @@ -4680,7 +4680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTags { Key: *string, @@ -4726,7 +4726,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskEbsBlockDevice { SizeInGb: *f64, @@ -4800,7 +4800,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingDownPolicy { MetricName: *string, @@ -5070,7 +5070,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTaskScalingUpPolicy { MetricName: *string, @@ -5340,7 +5340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPolicies { Statements: interface{}, @@ -5374,7 +5374,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" &mrscaleraws.MrscalerAwsTerminationPoliciesStatements { MetricName: *string, @@ -5506,7 +5506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsApplicationsList ``` @@ -5649,7 +5649,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsApplicationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsApplicationsOutputReference ``` @@ -5996,7 +5996,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsBootstrapActionsFileList ``` @@ -6139,7 +6139,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsBootstrapActionsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsBootstrapActionsFileOutputReference ``` @@ -6450,7 +6450,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsConfigurationsFileList ``` @@ -6593,7 +6593,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsConfigurationsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsConfigurationsFileOutputReference ``` @@ -6904,7 +6904,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreEbsBlockDeviceList ``` @@ -7047,7 +7047,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreEbsBlockDeviceOutputReference ``` @@ -7416,7 +7416,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingDownPolicyList ``` @@ -7559,7 +7559,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingDownPolicyOutputReference ``` @@ -8313,7 +8313,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsCoreScalingUpPolicyList ``` @@ -8456,7 +8456,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsCoreScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsCoreScalingUpPolicyOutputReference ``` @@ -9210,7 +9210,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsInstanceWeightsList ``` @@ -9353,7 +9353,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsInstanceWeightsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsInstanceWeightsOutputReference ``` @@ -9664,7 +9664,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsMasterEbsBlockDeviceList ``` @@ -9807,7 +9807,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsMasterEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsMasterEbsBlockDeviceOutputReference ``` @@ -10176,7 +10176,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsProvisioningTimeoutOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) MrscalerAwsProvisioningTimeoutOutputReference ``` @@ -10469,7 +10469,7 @@ func InternalValue() MrscalerAwsProvisioningTimeout #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsScheduledTaskList ``` @@ -10612,7 +10612,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsScheduledTaskOutputReference ``` @@ -11061,7 +11061,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsStepsFileList ``` @@ -11204,7 +11204,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsStepsFileOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsStepsFileOutputReference ``` @@ -11515,7 +11515,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTagsList ``` @@ -11658,7 +11658,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTagsOutputReference ``` @@ -11969,7 +11969,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskEbsBlockDeviceList ``` @@ -12112,7 +12112,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskEbsBlockDeviceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskEbsBlockDeviceOutputReference ``` @@ -12481,7 +12481,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingDownPolicyList ``` @@ -12624,7 +12624,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingDownPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingDownPolicyOutputReference ``` @@ -13378,7 +13378,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTaskScalingUpPolicyList ``` @@ -13521,7 +13521,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTaskScalingUpPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTaskScalingUpPolicyOutputReference ``` @@ -14275,7 +14275,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesList ``` @@ -14418,7 +14418,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesOutputReference ``` @@ -14720,7 +14720,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MrscalerAwsTerminationPoliciesStatementsList ``` @@ -14863,7 +14863,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/mrscaleraws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/mrscaleraws" mrscaleraws.NewMrscalerAwsTerminationPoliciesStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) MrscalerAwsTerminationPoliciesStatementsOutputReference ``` diff --git a/docs/oceanAks.go.md b/docs/oceanAks.go.md index ebec554bd..c996b0e14 100644 --- a/docs/oceanAks.go.md +++ b/docs/oceanAks.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAks(scope Construct, id *string, config OceanAksConfig) OceanAks ``` @@ -601,7 +601,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsConstruct(x interface{}) *bool ``` @@ -633,7 +633,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ``` @@ -647,7 +647,7 @@ oceanaks.OceanAks_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ``` @@ -661,7 +661,7 @@ oceanaks.OceanAks_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.OceanAks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1396,13 +1396,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerResourceLimits, } ``` @@ -1476,7 +1476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1508,10 +1508,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1542,7 +1542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerAutoscaleHeadroomAutomatic { IsEnabled: interface{}, @@ -1588,7 +1588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1634,7 +1634,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksConfig { Connection: interface{}, @@ -1649,18 +1649,18 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" AksResourceGroupName: *string, Name: *string, SshPublicKey: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksAutoscaler, ControllerClusterId: *string, CustomData: *string, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksHealth, Id: *string, Image: interface{}, LoadBalancer: interface{}, ManagedServiceIdentity: interface{}, MaxPods: *f64, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksOsDisk, ResourceGroupName: *string, Strategy: interface{}, Tag: interface{}, @@ -2083,7 +2083,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksExtension { ApiVersion: *string, @@ -2171,7 +2171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksHealth { GracePeriod: *f64, @@ -2203,7 +2203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksImage { Marketplace: interface{}, @@ -2237,7 +2237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksImageMarketplace { Offer: *string, @@ -2311,7 +2311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksLoadBalancer { BackendPoolNames: *[]*string, @@ -2399,7 +2399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksManagedServiceIdentity { Name: *string, @@ -2445,7 +2445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetwork { NetworkInterface: interface{}, @@ -2507,13 +2507,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterface { AdditionalIpConfig: interface{}, AssignPublicIp: interface{}, IsPrimary: interface{}, - SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, + SecurityGroup: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAks.OceanAksNetworkNetworkInterfaceSecurityGroup, SubnetName: *string, } ``` @@ -2599,7 +2599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceAdditionalIpConfig { Name: *string, @@ -2645,7 +2645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksNetworkNetworkInterfaceSecurityGroup { Name: *string, @@ -2691,7 +2691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksOsDisk { SizeGb: *f64, @@ -2737,7 +2737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksStrategy { FallbackToOndemand: interface{}, @@ -2783,7 +2783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksTag { Key: *string, @@ -2829,7 +2829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" &oceanaks.OceanAksVmSizes { Whitelist: *[]*string, @@ -2863,7 +2863,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleDownOutputReference ``` @@ -3141,7 +3141,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3448,7 +3448,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3739,7 +3739,7 @@ func InternalValue() OceanAksAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerOutputReference ``` @@ -4143,7 +4143,7 @@ func InternalValue() OceanAksAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksAutoscalerResourceLimitsOutputReference ``` @@ -4450,7 +4450,7 @@ func InternalValue() OceanAksAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksExtensionList ``` @@ -4593,7 +4593,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksExtensionOutputReference ``` @@ -5005,7 +5005,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksHealthOutputReference ``` @@ -5283,7 +5283,7 @@ func InternalValue() OceanAksHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageList ``` @@ -5426,7 +5426,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageMarketplaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksImageMarketplaceList ``` @@ -5569,7 +5569,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageMarketplaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageMarketplaceOutputReference ``` @@ -5952,7 +5952,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksImageOutputReference ``` @@ -6261,7 +6261,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksLoadBalancerList ``` @@ -6404,7 +6404,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksLoadBalancerOutputReference ``` @@ -6816,7 +6816,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksManagedServiceIdentityList ``` @@ -6959,7 +6959,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksManagedServiceIdentityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksManagedServiceIdentityOutputReference ``` @@ -7270,7 +7270,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigList ``` @@ -7413,7 +7413,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceAdditionalIpConfigOutputReference ``` @@ -7738,7 +7738,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNetworkNetworkInterfaceList ``` @@ -7881,7 +7881,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNetworkNetworkInterfaceOutputReference ``` @@ -8319,7 +8319,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkNetworkInterfaceSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkNetworkInterfaceSecurityGroupOutputReference ``` @@ -8626,7 +8626,7 @@ func InternalValue() OceanAksNetworkNetworkInterfaceSecurityGroup #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNetworkOutputReference ``` @@ -8975,7 +8975,7 @@ func InternalValue() OceanAksNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksOsDiskOutputReference ``` @@ -9275,7 +9275,7 @@ func InternalValue() OceanAksOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksStrategyList ``` @@ -9418,7 +9418,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksStrategyOutputReference ``` @@ -9743,7 +9743,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksTagList ``` @@ -9886,7 +9886,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksTagOutputReference ``` @@ -10211,7 +10211,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksVmSizesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVmSizesList ``` @@ -10354,7 +10354,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaks" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaks" oceanaks.NewOceanAksVmSizesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVmSizesOutputReference ``` diff --git a/docs/oceanAksNp.go.md b/docs/oceanAksNp.go.md index 5b387e658..2aaabb2a1 100644 --- a/docs/oceanAksNp.go.md +++ b/docs/oceanAksNp.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNp(scope Construct, id *string, config OceanAksNpConfig) OceanAksNp ``` @@ -564,7 +564,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsConstruct(x interface{}) *bool ``` @@ -596,7 +596,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ``` @@ -610,7 +610,7 @@ oceanaksnp.OceanAksNp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ``` @@ -624,7 +624,7 @@ oceanaksnp.OceanAksNp_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.OceanAksNp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1491,13 +1491,13 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscaler { - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroom, AutoscaleIsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerResourceLimits, } ``` @@ -1571,7 +1571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1603,10 +1603,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroom { - Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, + Automatic: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic, } ``` @@ -1637,7 +1637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerAutoscaleHeadroomAutomatic { Percentage: *f64, @@ -1669,7 +1669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1715,7 +1715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpConfig { Connection: interface{}, @@ -1732,12 +1732,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" AvailabilityZones: *[]*string, ControllerClusterId: *string, Name: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpAutoscaler, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpFilters, Headrooms: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpHealth, Id: *string, KubernetesVersion: *string, Labels: *map[string]*string, @@ -1749,7 +1749,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" OsSku: *string, OsType: *string, PodSubnetIds: *[]*string, - Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpScheduling, + Scheduling: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpScheduling, SpotPercentage: *f64, Tags: *map[string]*string, Taints: interface{}, @@ -2238,7 +2238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpFilters { AcceleratedNetworking: *string, @@ -2452,7 +2452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpHeadrooms { CpuPerUnit: *f64, @@ -2526,7 +2526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpHealth { GracePeriod: *f64, @@ -2558,10 +2558,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpScheduling { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNp.OceanAksNpSchedulingShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNp.OceanAksNpSchedulingShutdownHours, } ``` @@ -2592,7 +2592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpSchedulingShutdownHours { TimeWindows: *[]*string, @@ -2638,7 +2638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" &oceanaksnp.OceanAksNpTaints { Effect: *string, @@ -2700,7 +2700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleDownOutputReference ``` @@ -2978,7 +2978,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomAutomaticOutputReference ``` @@ -3256,7 +3256,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroomAutomatic #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerAutoscaleHeadroomOutputReference ``` @@ -3547,7 +3547,7 @@ func InternalValue() OceanAksNpAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerOutputReference ``` @@ -3951,7 +3951,7 @@ func InternalValue() OceanAksNpAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpAutoscalerResourceLimitsOutputReference ``` @@ -4258,7 +4258,7 @@ func InternalValue() OceanAksNpAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpFiltersOutputReference ``` @@ -4913,7 +4913,7 @@ func InternalValue() OceanAksNpFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpHeadroomsList ``` @@ -5056,7 +5056,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpHeadroomsOutputReference ``` @@ -5439,7 +5439,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpHealthOutputReference ``` @@ -5717,7 +5717,7 @@ func InternalValue() OceanAksNpHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingOutputReference ``` @@ -6008,7 +6008,7 @@ func InternalValue() OceanAksNpScheduling #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpSchedulingShutdownHoursOutputReference ``` @@ -6308,7 +6308,7 @@ func InternalValue() OceanAksNpSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpTaintsList ``` @@ -6451,7 +6451,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnp" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnp" oceanaksnp.NewOceanAksNpTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpTaintsOutputReference ``` diff --git a/docs/oceanAksNpVirtualNodeGroup.go.md b/docs/oceanAksNpVirtualNodeGroup.go.md index 83074b3df..b4742e590 100644 --- a/docs/oceanAksNpVirtualNodeGroup.go.md +++ b/docs/oceanAksNpVirtualNodeGroup.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroup(scope Construct, id *string, config OceanAksNpVirtualNodeGroupConfig) OceanAksNpVirtualNodeGroup ``` @@ -511,7 +511,7 @@ func ResetVnetSubnetIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -543,7 +543,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -557,7 +557,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -571,7 +571,7 @@ oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1284,7 +1284,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupConfig { Connection: interface{}, @@ -1299,7 +1299,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtu AvailabilityZones: *[]*string, EnableNodePublicIp: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksNpVirtualNodeGroup.OceanAksNpVirtualNodeGroupFilters, Headrooms: interface{}, Id: *string, KubernetesVersion: *string, @@ -1703,7 +1703,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupFilters { AcceleratedNetworking: *string, @@ -1917,7 +1917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupHeadrooms { CpuPerUnit: *f64, @@ -1991,7 +1991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" &oceanaksnpvirtualnodegroup.OceanAksNpVirtualNodeGroupTaints { Effect: *string, @@ -2053,7 +2053,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksNpVirtualNodeGroupFiltersOutputReference ``` @@ -2708,7 +2708,7 @@ func InternalValue() OceanAksNpVirtualNodeGroupFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupHeadroomsList ``` @@ -2851,7 +2851,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupHeadroomsOutputReference ``` @@ -3234,7 +3234,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksNpVirtualNodeGroupTaintsList ``` @@ -3377,7 +3377,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksnpvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksnpvirtualnodegroup" oceanaksnpvirtualnodegroup.NewOceanAksNpVirtualNodeGroupTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksNpVirtualNodeGroupTaintsOutputReference ``` diff --git a/docs/oceanAksVirtualNodeGroup.go.md b/docs/oceanAksVirtualNodeGroup.go.md index 50fa28f5c..5fb517fad 100644 --- a/docs/oceanAksVirtualNodeGroup.go.md +++ b/docs/oceanAksVirtualNodeGroup.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroup(scope Construct, id *string, config OceanAksVirtualNodeGroupConfig) OceanAksVirtualNodeGroup ``` @@ -446,7 +446,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -478,7 +478,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -492,7 +492,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -506,7 +506,7 @@ oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.OceanAksVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -933,7 +933,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscale { AutoHeadroomPercentage: *f64, @@ -981,7 +981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroom { NumOfUnits: *f64, @@ -1055,7 +1055,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupConfig { Connection: interface{}, @@ -1296,7 +1296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLabel { Key: *string, @@ -1342,11 +1342,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecification { MaxPods: *f64, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAksVirtualNodeGroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk, Tag: interface{}, } ``` @@ -1406,7 +1406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationOsDisk { SizeGb: *f64, @@ -1466,7 +1466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupLaunchSpecificationTag { Key: *string, @@ -1512,7 +1512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupResourceLimits { MaxInstanceCount: *f64, @@ -1544,7 +1544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" &oceanaksvirtualnodegroup.OceanAksVirtualNodeGroupTaint { Effect: *string, @@ -1606,7 +1606,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomList ``` @@ -1749,7 +1749,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleAutoscaleHeadroomOutputReference ``` @@ -2125,7 +2125,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupAutoscaleList ``` @@ -2268,7 +2268,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupAutoscaleOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupAutoscaleOutputReference ``` @@ -2606,7 +2606,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLabelList ``` @@ -2749,7 +2749,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLabelOutputReference ``` @@ -3067,7 +3067,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationList ``` @@ -3210,7 +3210,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAksVirtualNodeGroupLaunchSpecificationOsDiskOutputReference ``` @@ -3539,7 +3539,7 @@ func InternalValue() OceanAksVirtualNodeGroupLaunchSpecificationOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationOutputReference ``` @@ -3919,7 +3919,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagList ``` @@ -4062,7 +4062,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupLaunchSpecificationTagOutputReference ``` @@ -4387,7 +4387,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupResourceLimitsList ``` @@ -4530,7 +4530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupResourceLimitsOutputReference ``` @@ -4826,7 +4826,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAksVirtualNodeGroupTaintList ``` @@ -4969,7 +4969,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaksvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaksvirtualnodegroup" oceanaksvirtualnodegroup.NewOceanAksVirtualNodeGroupTaintOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAksVirtualNodeGroupTaintOutputReference ``` diff --git a/docs/oceanAws.go.md b/docs/oceanAws.go.md index 255c78b89..5dcf957cb 100644 --- a/docs/oceanAws.go.md +++ b/docs/oceanAws.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAws(scope Construct, id *string, config OceanAwsConfig) OceanAws ``` @@ -734,7 +734,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsConstruct(x interface{}) *bool ``` @@ -766,7 +766,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ``` @@ -780,7 +780,7 @@ oceanaws.OceanAws_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ``` @@ -794,7 +794,7 @@ oceanaws.OceanAws_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.OceanAws_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1881,18 +1881,18 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscaler { AutoHeadroomPercentage: *f64, AutoscaleCooldown: *f64, - AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscalerAutoscaleDown, - AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, + AutoscaleDown: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleDown, + AutoscaleHeadroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerAutoscaleHeadroom, AutoscaleIsAutoConfig: interface{}, AutoscaleIsEnabled: interface{}, EnableAutomaticAndManualHeadroom: interface{}, ExtendedResourceDefinitions: *[]*string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscalerResourceLimits, } ``` @@ -2031,7 +2031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleDown { EvaluationPeriods: *f64, @@ -2077,7 +2077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerAutoscaleHeadroom { CpuPerUnit: *f64, @@ -2151,7 +2151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -2197,11 +2197,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbs, } ``` @@ -2245,12 +2245,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicIops: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicIops, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2407,7 +2407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicIops { BaseSize: *f64, @@ -2467,7 +2467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2527,7 +2527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsClusterOrientation { AvailabilityVsCost: *string, @@ -2559,7 +2559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsConfig { Connection: interface{}, @@ -2573,7 +2573,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" SubnetIds: *[]*string, AssociateIpv6Address: interface{}, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, @@ -2582,15 +2582,15 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" DrainingTimeout: *f64, EbsOptimized: interface{}, FallbackToOndemand: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsFilters, GracePeriod: *f64, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsInstanceMetadataOptions, KeyName: *string, LoadBalancers: interface{}, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, @@ -2602,7 +2602,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" SpotPercentage: *f64, SpreadNodesBy: *string, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -3232,7 +3232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsFilters { Architectures: *[]*string, @@ -3516,7 +3516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsInstanceMetadataOptions { HttpTokens: *string, @@ -3562,7 +3562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoadBalancers { Arn: *string, @@ -3622,10 +3622,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsLoggingExport, } ``` @@ -3656,7 +3656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoggingExport { S3: interface{}, @@ -3690,7 +3690,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsLoggingExportS3 { Id: *string, @@ -3725,7 +3725,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsResourceTagSpecification { ShouldTagVolumes: interface{}, @@ -3757,10 +3757,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3807,7 +3807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3853,7 +3853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsScheduledTaskTasks { CronExpression: *string, @@ -3913,7 +3913,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsTags { Key: *string, @@ -3959,13 +3959,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAws.OceanAwsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAws.OceanAwsUpdatePolicyRollConfig, } ``` @@ -4035,7 +4035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" &oceanaws.OceanAwsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -4111,7 +4111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleDownOutputReference ``` @@ -4418,7 +4418,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerAutoscaleHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerAutoscaleHeadroomOutputReference ``` @@ -4783,7 +4783,7 @@ func InternalValue() OceanAwsAutoscalerAutoscaleHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerOutputReference ``` @@ -5332,7 +5332,7 @@ func InternalValue() OceanAwsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsAutoscalerResourceLimitsOutputReference ``` @@ -5639,7 +5639,7 @@ func InternalValue() OceanAwsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicIopsOutputReference ``` @@ -5954,7 +5954,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicIops #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -6269,7 +6269,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsBlockDeviceMappingsEbsOutputReference ``` @@ -6834,7 +6834,7 @@ func InternalValue() OceanAwsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsBlockDeviceMappingsList ``` @@ -6977,7 +6977,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsBlockDeviceMappingsOutputReference ``` @@ -7315,7 +7315,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsClusterOrientationList ``` @@ -7458,7 +7458,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsClusterOrientationOutputReference ``` @@ -7754,7 +7754,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsFiltersOutputReference ``` @@ -8554,7 +8554,7 @@ func InternalValue() OceanAwsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsInstanceMetadataOptionsOutputReference ``` @@ -8854,7 +8854,7 @@ func InternalValue() OceanAwsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoadBalancersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoadBalancersList ``` @@ -8997,7 +8997,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoadBalancersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoadBalancersOutputReference ``` @@ -9351,7 +9351,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingExportOutputReference ``` @@ -9642,7 +9642,7 @@ func InternalValue() OceanAwsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLoggingExportS3List ``` @@ -9785,7 +9785,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLoggingExportS3OutputReference ``` @@ -10074,7 +10074,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLoggingOutputReference ``` @@ -10365,7 +10365,7 @@ func InternalValue() OceanAwsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsResourceTagSpecificationList ``` @@ -10508,7 +10508,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsResourceTagSpecificationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsResourceTagSpecificationOutputReference ``` @@ -10804,7 +10804,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskList ``` @@ -10947,7 +10947,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskOutputReference ``` @@ -11298,7 +11298,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsScheduledTaskShutdownHoursOutputReference ``` @@ -11598,7 +11598,7 @@ func InternalValue() OceanAwsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsScheduledTaskTasksList ``` @@ -11741,7 +11741,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsScheduledTaskTasksOutputReference ``` @@ -12074,7 +12074,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsTagsList ``` @@ -12217,7 +12217,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsTagsOutputReference ``` @@ -12528,7 +12528,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyOutputReference ``` @@ -12899,7 +12899,7 @@ func InternalValue() OceanAwsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanaws" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanaws" oceanaws.NewOceanAwsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanAwsExtendedResourceDefinition.go.md b/docs/oceanAwsExtendedResourceDefinition.go.md index 2ef476a98..d5c42ca36 100644 --- a/docs/oceanAwsExtendedResourceDefinition.go.md +++ b/docs/oceanAwsExtendedResourceDefinition.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.NewOceanAwsExtendedResourceDefinition(scope Construct, id *string, config OceanAwsExtendedResourceDefinitionConfig) OceanAwsExtendedResourceDefinition ``` @@ -339,7 +339,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinition_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -694,7 +694,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawsextendedresourcedefinition" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawsextendedresourcedefinition" &oceanawsextendedresourcedefinition.OceanAwsExtendedResourceDefinitionConfig { Connection: interface{}, diff --git a/docs/oceanAwsLaunchSpec.go.md b/docs/oceanAwsLaunchSpec.go.md index 8db744715..723b2bce6 100644 --- a/docs/oceanAwsLaunchSpec.go.md +++ b/docs/oceanAwsLaunchSpec.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpec(scope Construct, id *string, config OceanAwsLaunchSpecConfig) OceanAwsLaunchSpec ``` @@ -776,7 +776,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -808,7 +808,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -822,7 +822,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -836,7 +836,7 @@ oceanawslaunchspec.OceanAwsLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.OceanAwsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1747,7 +1747,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleDown { MaxScaleDownPercentage: *f64, @@ -1779,7 +1779,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1853,7 +1853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1885,11 +1885,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1961,11 +1961,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2107,7 +2107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2167,7 +2167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecConfig { Connection: interface{}, @@ -2183,30 +2183,30 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchs AutoscaleHeadrooms: interface{}, AutoscaleHeadroomsAutomatic: interface{}, BlockDeviceMappings: interface{}, - CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, - DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, + CreateOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecCreateOptions, + DeleteOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecDeleteOptions, ElasticIpPool: interface{}, IamInstanceProfile: *string, Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, - InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, + InstanceTypesFilters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecInstanceTypesFilters, Labels: interface{}, Name: *string, PreferredSpotTypes: *[]*string, ResourceLimits: interface{}, RestrictScaleDown: interface{}, RootVolumeSize: *f64, - SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, + SchedulingShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecSchedulingShutdownHours, SchedulingTask: interface{}, SecurityGroups: *[]*string, Strategy: interface{}, SubnetIds: *[]*string, Tags: interface{}, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicy, UserData: *string, } ``` @@ -2742,7 +2742,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecCreateOptions { InitialNodes: *f64, @@ -2774,7 +2774,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecDeleteOptions { ForceDelete: interface{}, @@ -2820,10 +2820,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPool { - TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, + TagSelector: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecElasticIpPoolTagSelector, } ``` @@ -2854,7 +2854,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecElasticIpPoolTagSelector { TagKey: *string, @@ -2900,7 +2900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecImages { ImageId: *string, @@ -2932,7 +2932,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -2978,7 +2978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecInstanceTypesFilters { Categories: *[]*string, @@ -3248,7 +3248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecLabels { Key: *string, @@ -3294,7 +3294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -3340,7 +3340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingShutdownHours { TimeWindows: *[]*string, @@ -3386,7 +3386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTask { CronExpression: *string, @@ -3462,7 +3462,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -3536,7 +3536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecStrategy { SpotPercentage: *f64, @@ -3568,7 +3568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTags { Key: *string, @@ -3614,7 +3614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecTaints { Effect: *string, @@ -3674,11 +3674,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanAwsLaunchSpec.OceanAwsLaunchSpecUpdatePolicyRollConfig, } ``` @@ -3722,7 +3722,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" &oceanawslaunchspec.OceanAwsLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3756,7 +3756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleDownList ``` @@ -3899,7 +3899,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleDownOutputReference ``` @@ -4195,7 +4195,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -4338,7 +4338,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -4634,7 +4634,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsList ``` @@ -4777,7 +4777,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -5153,7 +5153,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5468,7 +5468,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -5991,7 +5991,7 @@ func InternalValue() OceanAwsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsList ``` @@ -6134,7 +6134,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -6530,7 +6530,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecCreateOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecCreateOptionsOutputReference ``` @@ -6808,7 +6808,7 @@ func InternalValue() OceanAwsLaunchSpecCreateOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecDeleteOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecDeleteOptionsOutputReference ``` @@ -7108,7 +7108,7 @@ func InternalValue() OceanAwsLaunchSpecDeleteOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecElasticIpPoolList ``` @@ -7251,7 +7251,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecElasticIpPoolOutputReference ``` @@ -7560,7 +7560,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecElasticIpPoolTagSelectorOutputReference ``` @@ -7860,7 +7860,7 @@ func InternalValue() OceanAwsLaunchSpecElasticIpPoolTagSelector #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecImagesList ``` @@ -8003,7 +8003,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecImagesOutputReference ``` @@ -8299,7 +8299,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -8599,7 +8599,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecInstanceTypesFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecInstanceTypesFiltersOutputReference ``` @@ -9370,7 +9370,7 @@ func InternalValue() OceanAwsLaunchSpecInstanceTypesFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecLabelsList ``` @@ -9513,7 +9513,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecLabelsOutputReference ``` @@ -9824,7 +9824,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecResourceLimitsList ``` @@ -9967,7 +9967,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecResourceLimitsOutputReference ``` @@ -10292,7 +10292,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecSchedulingShutdownHoursOutputReference ``` @@ -10592,7 +10592,7 @@ func InternalValue() OceanAwsLaunchSpecSchedulingShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskList ``` @@ -10735,7 +10735,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskOutputReference ``` @@ -11110,7 +11110,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -11253,7 +11253,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -11629,7 +11629,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecStrategyList ``` @@ -11772,7 +11772,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecStrategyOutputReference ``` @@ -12068,7 +12068,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTagsList ``` @@ -12211,7 +12211,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTagsOutputReference ``` @@ -12522,7 +12522,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanAwsLaunchSpecTaintsList ``` @@ -12665,7 +12665,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanAwsLaunchSpecTaintsOutputReference ``` @@ -12998,7 +12998,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyOutputReference ``` @@ -13311,7 +13311,7 @@ func InternalValue() OceanAwsLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanawslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanawslaunchspec" oceanawslaunchspec.NewOceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanAwsLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcs.go.md b/docs/oceanEcs.go.md index 71ead2721..254d41b3b 100644 --- a/docs/oceanEcs.go.md +++ b/docs/oceanEcs.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcs(scope Construct, id *string, config OceanEcsConfig) OceanEcs ``` @@ -658,7 +658,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsConstruct(x interface{}) *bool ``` @@ -690,7 +690,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ``` @@ -704,7 +704,7 @@ oceanecs.OceanEcs_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ``` @@ -718,7 +718,7 @@ oceanecs.OceanEcs_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.OceanEcs_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1673,17 +1673,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscalerResourceLimits, ShouldScaleDownNonServiceTasks: interface{}, } ``` @@ -1823,7 +1823,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerDown { MaxScaleDownPercentage: *f64, @@ -1855,7 +1855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1915,7 +1915,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1961,11 +1961,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -2037,11 +2037,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -2183,7 +2183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -2243,7 +2243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsClusterOrientation { AvailabilityVsCost: *string, @@ -2275,7 +2275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsConfig { Connection: interface{}, @@ -2291,28 +2291,28 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" SecurityGroupIds: *[]*string, SubnetIds: *[]*string, AssociatePublicIpAddress: interface{}, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsAutoscaler, Blacklist: *[]*string, BlockDeviceMappings: interface{}, ClusterOrientation: interface{}, DesiredCapacity: *f64, DrainingTimeout: *f64, EbsOptimized: interface{}, - Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsFilters, + Filters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsFilters, IamInstanceProfile: *string, Id: *string, ImageId: *string, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsInstanceMetadataOptions, KeyPair: *string, - Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsLogging, + Logging: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLogging, MaxSize: *f64, MinSize: *f64, Monitoring: interface{}, - OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsOptimizeImages, + OptimizeImages: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsOptimizeImages, ScheduledTask: interface{}, SpotPercentage: *f64, Tags: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicy, UseAsTemplateOnly: interface{}, UserData: *string, UtilizeCommitments: interface{}, @@ -2862,7 +2862,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsFilters { Architectures: *[]*string, @@ -3146,7 +3146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsInstanceMetadataOptions { HttpTokens: *string, @@ -3192,10 +3192,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLogging { - Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsLoggingExport, + Export: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsLoggingExport, } ``` @@ -3226,7 +3226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLoggingExport { S3: interface{}, @@ -3260,7 +3260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsLoggingExportS3 { Id: *string, @@ -3295,7 +3295,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsOptimizeImages { PerformAt: *string, @@ -3355,10 +3355,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -3405,7 +3405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -3451,7 +3451,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsScheduledTaskTasks { CronExpression: *string, @@ -3511,7 +3511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsTags { Key: *string, @@ -3557,13 +3557,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsUpdatePolicy { ShouldRoll: interface{}, AutoApplyTags: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcs.OceanEcsUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcs.OceanEcsUpdatePolicyRollConfig, } ``` @@ -3633,7 +3633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" &oceanecs.OceanEcsUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -3681,7 +3681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerDownOutputReference ``` @@ -3959,7 +3959,7 @@ func InternalValue() OceanEcsAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerHeadroomOutputReference ``` @@ -4295,7 +4295,7 @@ func InternalValue() OceanEcsAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerOutputReference ``` @@ -4844,7 +4844,7 @@ func InternalValue() OceanEcsAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsAutoscalerResourceLimitsOutputReference ``` @@ -5151,7 +5151,7 @@ func InternalValue() OceanEcsAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -5466,7 +5466,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsBlockDeviceMappingsEbsOutputReference ``` @@ -5989,7 +5989,7 @@ func InternalValue() OceanEcsBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsBlockDeviceMappingsList ``` @@ -6132,7 +6132,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsBlockDeviceMappingsOutputReference ``` @@ -6521,7 +6521,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsClusterOrientationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsClusterOrientationList ``` @@ -6664,7 +6664,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsClusterOrientationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsClusterOrientationOutputReference ``` @@ -6960,7 +6960,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsFiltersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsFiltersOutputReference ``` @@ -7760,7 +7760,7 @@ func InternalValue() OceanEcsFilters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsInstanceMetadataOptionsOutputReference ``` @@ -8060,7 +8060,7 @@ func InternalValue() OceanEcsInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingExportOutputReference ``` @@ -8351,7 +8351,7 @@ func InternalValue() OceanEcsLoggingExport #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportS3List(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLoggingExportS3List ``` @@ -8494,7 +8494,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingExportS3OutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLoggingExportS3OutputReference ``` @@ -8783,7 +8783,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsLoggingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLoggingOutputReference ``` @@ -9074,7 +9074,7 @@ func InternalValue() OceanEcsLogging #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsOptimizeImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsOptimizeImagesOutputReference ``` @@ -9396,7 +9396,7 @@ func InternalValue() OceanEcsOptimizeImages #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskList ``` @@ -9539,7 +9539,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskOutputReference ``` @@ -9890,7 +9890,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsScheduledTaskShutdownHoursOutputReference ``` @@ -10190,7 +10190,7 @@ func InternalValue() OceanEcsScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsScheduledTaskTasksList ``` @@ -10333,7 +10333,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsScheduledTaskTasksOutputReference ``` @@ -10666,7 +10666,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsTagsList ``` @@ -10809,7 +10809,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsTagsOutputReference ``` @@ -11120,7 +11120,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyOutputReference ``` @@ -11491,7 +11491,7 @@ func InternalValue() OceanEcsUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecs" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecs" oceanecs.NewOceanEcsUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanEcsLaunchSpec.go.md b/docs/oceanEcsLaunchSpec.go.md index 470957a95..1e64bc495 100644 --- a/docs/oceanEcsLaunchSpec.go.md +++ b/docs/oceanEcsLaunchSpec.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpec(scope Construct, id *string, config OceanEcsLaunchSpecConfig) OceanEcsLaunchSpec ``` @@ -555,7 +555,7 @@ func ResetUserData() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -587,7 +587,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -601,7 +601,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -615,7 +615,7 @@ oceanecslaunchspec.OceanEcsLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.OceanEcsLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1262,7 +1262,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAttributes { Key: *string, @@ -1308,7 +1308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1368,11 +1368,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappings { DeviceName: *string, - Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, + Ebs: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbs, NoDevice: *string, VirtualName: *string, } @@ -1444,11 +1444,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbs { DeleteOnTermination: interface{}, - DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, + DynamicVolumeSize: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize, Encrypted: interface{}, Iops: *f64, KmsKeyId: *string, @@ -1590,7 +1590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize { BaseSize: *f64, @@ -1650,7 +1650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecConfig { Connection: interface{}, @@ -1669,7 +1669,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchs Id: *string, ImageId: *string, Images: interface{}, - InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, + InstanceMetadataOptions: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanEcsLaunchSpec.OceanEcsLaunchSpecInstanceMetadataOptions, InstanceTypes: *[]*string, PreferredSpotTypes: *[]*string, RestrictScaleDown: interface{}, @@ -2037,7 +2037,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecImages { ImageId: *string, @@ -2069,7 +2069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecInstanceMetadataOptions { HttpTokens: *string, @@ -2115,7 +2115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTask { CronExpression: *string, @@ -2191,7 +2191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2251,7 +2251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecStrategy { SpotPercentage: *f64, @@ -2283,7 +2283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" &oceanecslaunchspec.OceanEcsLaunchSpecTags { Key: *string, @@ -2331,7 +2331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAttributesList ``` @@ -2474,7 +2474,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAttributesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAttributesOutputReference ``` @@ -2785,7 +2785,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsList ``` @@ -2928,7 +2928,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3275,7 +3275,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSizeOutputReference ``` @@ -3590,7 +3590,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbsDynamicVolumeSize #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecBlockDeviceMappingsEbsOutputReference ``` @@ -4113,7 +4113,7 @@ func InternalValue() OceanEcsLaunchSpecBlockDeviceMappingsEbs #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsList ``` @@ -4256,7 +4256,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecBlockDeviceMappingsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecBlockDeviceMappingsOutputReference ``` @@ -4645,7 +4645,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecImagesList ``` @@ -4788,7 +4788,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecImagesOutputReference ``` @@ -5084,7 +5084,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecInstanceMetadataOptionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanEcsLaunchSpecInstanceMetadataOptionsOutputReference ``` @@ -5384,7 +5384,7 @@ func InternalValue() OceanEcsLaunchSpecInstanceMetadataOptions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskList ``` @@ -5527,7 +5527,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskOutputReference ``` @@ -5902,7 +5902,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -6045,7 +6045,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -6392,7 +6392,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecStrategyList ``` @@ -6535,7 +6535,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecStrategyOutputReference ``` @@ -6831,7 +6831,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanEcsLaunchSpecTagsList ``` @@ -6974,7 +6974,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanecslaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanecslaunchspec" oceanecslaunchspec.NewOceanEcsLaunchSpecTagsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanEcsLaunchSpecTagsOutputReference ``` diff --git a/docs/oceanGkeImport.go.md b/docs/oceanGkeImport.go.md index f4717ca6d..aca69d48f 100644 --- a/docs/oceanGkeImport.go.md +++ b/docs/oceanGkeImport.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImport(scope Construct, id *string, config OceanGkeImportConfig) OceanGkeImport ``` @@ -515,7 +515,7 @@ func ResetWhitelist() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsConstruct(x interface{}) *bool ``` @@ -547,7 +547,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ``` @@ -561,7 +561,7 @@ oceangkeimport.OceanGkeImport_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ``` @@ -575,7 +575,7 @@ oceangkeimport.OceanGkeImport_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.OceanGkeImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1189,17 +1189,17 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscaler { AutoHeadroomPercentage: *f64, Cooldown: *f64, - Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscalerDown, + Down: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerDown, EnableAutomaticAndManualHeadroom: interface{}, - Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, + Headroom: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerHeadroom, IsAutoConfig: interface{}, IsEnabled: interface{}, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscalerResourceLimits, } ``` @@ -1325,7 +1325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerDown { EvaluationPeriods: *f64, @@ -1371,7 +1371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerHeadroom { CpuPerUnit: *f64, @@ -1445,7 +1445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportAutoscalerResourceLimits { MaxMemoryGib: *f64, @@ -1491,7 +1491,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServices { ServiceName: *string, @@ -1567,7 +1567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportBackendServicesNamedPorts { Name: *string, @@ -1613,7 +1613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportConfig { Connection: interface{}, @@ -1625,7 +1625,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" Provisioners: *[]interface{}, ClusterName: *string, Location: *string, - Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportAutoscaler, + Autoscaler: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportAutoscaler, BackendServices: interface{}, Blacklist: *[]*string, ControllerClusterId: *string, @@ -1635,9 +1635,9 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" MinSize: *f64, RootVolumeType: *string, ScheduledTask: interface{}, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportShieldedInstanceConfig, Strategy: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicy, UseAsTemplateOnly: interface{}, Whitelist: *[]*string, } @@ -1968,10 +1968,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTask { - ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, + ShutdownHours: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskShutdownHours, Tasks: interface{}, } ``` @@ -2018,7 +2018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskShutdownHours { TimeWindows: *[]*string, @@ -2064,13 +2064,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasks { CronExpression: *string, IsEnabled: interface{}, TaskType: *string, - TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, + TaskParameters: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParameters, } ``` @@ -2140,10 +2140,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParameters { - ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, + ClusterRoll: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll, } ``` @@ -2174,7 +2174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll { BatchMinHealthyPercentage: *f64, @@ -2248,7 +2248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2294,7 +2294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportStrategy { DrainingTimeout: *f64, @@ -2354,12 +2354,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicy { ShouldRoll: interface{}, ConditionedRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeImport.OceanGkeImportUpdatePolicyRollConfig, } ``` @@ -2416,7 +2416,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" &oceangkeimport.OceanGkeImportUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2492,7 +2492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerDownOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerDownOutputReference ``` @@ -2799,7 +2799,7 @@ func InternalValue() OceanGkeImportAutoscalerDown #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerHeadroomOutputReference ``` @@ -3164,7 +3164,7 @@ func InternalValue() OceanGkeImportAutoscalerHeadroom #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerOutputReference ``` @@ -3684,7 +3684,7 @@ func InternalValue() OceanGkeImportAutoscaler #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportAutoscalerResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportAutoscalerResourceLimitsOutputReference ``` @@ -3991,7 +3991,7 @@ func InternalValue() OceanGkeImportAutoscalerResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesList ``` @@ -4134,7 +4134,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportBackendServicesNamedPortsList ``` @@ -4277,7 +4277,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesNamedPortsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesNamedPortsOutputReference ``` @@ -4588,7 +4588,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportBackendServicesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportBackendServicesOutputReference ``` @@ -4977,7 +4977,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskList ``` @@ -5120,7 +5120,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskOutputReference ``` @@ -5471,7 +5471,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskShutdownHoursOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskShutdownHoursOutputReference ``` @@ -5771,7 +5771,7 @@ func InternalValue() OceanGkeImportScheduledTaskShutdownHours #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportScheduledTaskTasksList ``` @@ -5914,7 +5914,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportScheduledTaskTasksOutputReference ``` @@ -6289,7 +6289,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersClusterRollOutputReference ``` @@ -6654,7 +6654,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParametersClusterRoll #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportScheduledTaskTasksTaskParametersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportScheduledTaskTasksTaskParametersOutputReference ``` @@ -6945,7 +6945,7 @@ func InternalValue() OceanGkeImportScheduledTaskTasksTaskParameters #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportShieldedInstanceConfigOutputReference ``` @@ -7252,7 +7252,7 @@ func InternalValue() OceanGkeImportShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeImportStrategyList ``` @@ -7395,7 +7395,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeImportStrategyOutputReference ``` @@ -7749,7 +7749,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyOutputReference ``` @@ -8091,7 +8091,7 @@ func InternalValue() OceanGkeImportUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkeimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkeimport" oceangkeimport.NewOceanGkeImportUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeImportUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpec.go.md b/docs/oceanGkeLaunchSpec.go.md index 3fb434400..6e6cea16b 100644 --- a/docs/oceanGkeLaunchSpec.go.md +++ b/docs/oceanGkeLaunchSpec.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpec(scope Construct, id *string, config OceanGkeLaunchSpecConfig) OceanGkeLaunchSpec ``` @@ -642,7 +642,7 @@ func ResetUpdatePolicy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsConstruct(x interface{}) *bool ``` @@ -674,7 +674,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ``` @@ -688,7 +688,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ``` @@ -702,7 +702,7 @@ oceangkelaunchspec.OceanGkeLaunchSpec_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.OceanGkeLaunchSpec_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1437,7 +1437,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadrooms { NumOfUnits: *f64, @@ -1511,7 +1511,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecAutoscaleHeadroomsAutomatic { AutoHeadroomPercentage: *f64, @@ -1543,7 +1543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecConfig { Connection: interface{}, @@ -1563,19 +1563,19 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchs Name: *string, NetworkInterfaces: interface{}, NodePoolName: *string, - ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, + ResourceLimits: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecResourceLimits, RestrictScaleDown: interface{}, RootVolumeSize: *f64, RootVolumeType: *string, SchedulingTask: interface{}, ServiceAccount: *string, - ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, + ShieldedInstanceConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecShieldedInstanceConfig, SourceImage: *string, - Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, + Storage: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecStorage, Strategy: interface{}, Tags: *[]*string, Taints: interface{}, - UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, + UpdatePolicy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicy, } ``` @@ -1994,7 +1994,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecLabels { Key: *string, @@ -2040,7 +2040,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecMetadata { Key: *string, @@ -2086,7 +2086,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfaces { Network: *string, @@ -2164,7 +2164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAccessConfigs { Name: *string, @@ -2210,7 +2210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecNetworkInterfacesAliasIpRanges { IpCidrRange: *string, @@ -2256,7 +2256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecResourceLimits { MaxInstanceCount: *f64, @@ -2302,7 +2302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTask { CronExpression: *string, @@ -2378,7 +2378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecSchedulingTaskTaskHeadroom { NumOfUnits: *f64, @@ -2452,7 +2452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecShieldedInstanceConfig { EnableIntegrityMonitoring: interface{}, @@ -2498,7 +2498,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStorage { LocalSsdCount: *f64, @@ -2530,7 +2530,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecStrategy { PreemptiblePercentage: *f64, @@ -2562,7 +2562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecTaints { Effect: *string, @@ -2622,11 +2622,11 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicy { ShouldRoll: interface{}, - RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, + RollConfig: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanGkeLaunchSpec.OceanGkeLaunchSpecUpdatePolicyRollConfig, } ``` @@ -2670,7 +2670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" &oceangkelaunchspec.OceanGkeLaunchSpecUpdatePolicyRollConfig { BatchSizePercentage: *f64, @@ -2704,7 +2704,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticList ``` @@ -2847,7 +2847,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsAutomaticOutputReference ``` @@ -3143,7 +3143,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsList ``` @@ -3286,7 +3286,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecAutoscaleHeadroomsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecAutoscaleHeadroomsOutputReference ``` @@ -3662,7 +3662,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecLabelsList ``` @@ -3805,7 +3805,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecLabelsOutputReference ``` @@ -4130,7 +4130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecMetadataList ``` @@ -4273,7 +4273,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecMetadataOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecMetadataOutputReference ``` @@ -4598,7 +4598,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsList ``` @@ -4741,7 +4741,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAccessConfigsOutputReference ``` @@ -5066,7 +5066,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesList ``` @@ -5209,7 +5209,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesAliasIpRangesOutputReference ``` @@ -5520,7 +5520,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecNetworkInterfacesList ``` @@ -5663,7 +5663,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecNetworkInterfacesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecNetworkInterfacesOutputReference ``` @@ -6065,7 +6065,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecResourceLimitsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecResourceLimitsOutputReference ``` @@ -6372,7 +6372,7 @@ func InternalValue() OceanGkeLaunchSpecResourceLimits #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskList ``` @@ -6515,7 +6515,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskOutputReference ``` @@ -6890,7 +6890,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomList ``` @@ -7033,7 +7033,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecSchedulingTaskTaskHeadroomOutputReference ``` @@ -7409,7 +7409,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecShieldedInstanceConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecShieldedInstanceConfigOutputReference ``` @@ -7716,7 +7716,7 @@ func InternalValue() OceanGkeLaunchSpecShieldedInstanceConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStorageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecStorageOutputReference ``` @@ -7994,7 +7994,7 @@ func InternalValue() OceanGkeLaunchSpecStorage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecStrategyList ``` @@ -8137,7 +8137,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecStrategyOutputReference ``` @@ -8433,7 +8433,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OceanGkeLaunchSpecTaintsList ``` @@ -8576,7 +8576,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecTaintsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OceanGkeLaunchSpecTaintsOutputReference ``` @@ -8930,7 +8930,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyOutputReference ``` @@ -9243,7 +9243,7 @@ func InternalValue() OceanGkeLaunchSpecUpdatePolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspec" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspec" oceangkelaunchspec.NewOceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanGkeLaunchSpecUpdatePolicyRollConfigOutputReference ``` diff --git a/docs/oceanGkeLaunchSpecImport.go.md b/docs/oceanGkeLaunchSpecImport.go.md index 0f901f46f..8918b1ec2 100644 --- a/docs/oceanGkeLaunchSpecImport.go.md +++ b/docs/oceanGkeLaunchSpecImport.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.NewOceanGkeLaunchSpecImport(scope Construct, id *string, config OceanGkeLaunchSpecImportConfig) OceanGkeLaunchSpecImport ``` @@ -339,7 +339,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ oceangkelaunchspecimport.OceanGkeLaunchSpecImport_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" oceangkelaunchspecimport.OceanGkeLaunchSpecImport_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -694,7 +694,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceangkelaunchspecimport" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceangkelaunchspecimport" &oceangkelaunchspecimport.OceanGkeLaunchSpecImportConfig { Connection: interface{}, diff --git a/docs/oceanSpark.go.md b/docs/oceanSpark.go.md index 27c0b65db..bdf053b94 100644 --- a/docs/oceanSpark.go.md +++ b/docs/oceanSpark.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSpark(scope Construct, id *string, config OceanSparkConfig) OceanSpark ``` @@ -439,7 +439,7 @@ func ResetWebhook() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsConstruct(x interface{}) *bool ``` @@ -471,7 +471,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ``` @@ -485,7 +485,7 @@ oceanspark.OceanSpark_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ``` @@ -499,7 +499,7 @@ oceanspark.OceanSpark_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.OceanSpark_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -882,7 +882,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkCompute { CreateVngs: interface{}, @@ -928,7 +928,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkConfig { Connection: interface{}, @@ -939,12 +939,12 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, OceanClusterId: *string, - Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkCompute, + Compute: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkCompute, Id: *string, - Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngress, - LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkLogCollection, - Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkSpark, - Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkWebhook, + Ingress: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngress, + LogCollection: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkLogCollection, + Spark: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkSpark, + Webhook: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkWebhook, } ``` @@ -1141,13 +1141,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngress { - Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressController, - CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressCustomEndpoint, - LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressLoadBalancer, - PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.oceanSpark.OceanSparkIngressPrivateLink, + Controller: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressController, + CustomEndpoint: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressCustomEndpoint, + LoadBalancer: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressLoadBalancer, + PrivateLink: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.oceanSpark.OceanSparkIngressPrivateLink, ServiceAnnotations: *map[string]*string, } ``` @@ -1237,7 +1237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressController { Managed: interface{}, @@ -1269,7 +1269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressCustomEndpoint { Address: *string, @@ -1315,7 +1315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressLoadBalancer { Managed: interface{}, @@ -1375,7 +1375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkIngressPrivateLink { Enabled: interface{}, @@ -1421,7 +1421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkLogCollection { CollectAppLogs: interface{}, @@ -1453,7 +1453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkSpark { AdditionalAppNamespaces: *[]*string, @@ -1485,7 +1485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" &oceanspark.OceanSparkWebhook { HostNetworkPorts: *[]*f64, @@ -1533,7 +1533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkComputeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkComputeOutputReference ``` @@ -1840,7 +1840,7 @@ func InternalValue() OceanSparkCompute #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressControllerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressControllerOutputReference ``` @@ -2118,7 +2118,7 @@ func InternalValue() OceanSparkIngressController #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressCustomEndpointOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressCustomEndpointOutputReference ``` @@ -2425,7 +2425,7 @@ func InternalValue() OceanSparkIngressCustomEndpoint #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressLoadBalancerOutputReference ``` @@ -2761,7 +2761,7 @@ func InternalValue() OceanSparkIngressLoadBalancer #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressOutputReference ``` @@ -3207,7 +3207,7 @@ func InternalValue() OceanSparkIngress #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkIngressPrivateLinkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkIngressPrivateLinkOutputReference ``` @@ -3514,7 +3514,7 @@ func InternalValue() OceanSparkIngressPrivateLink #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkLogCollectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkLogCollectionOutputReference ``` @@ -3792,7 +3792,7 @@ func InternalValue() OceanSparkLogCollection #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkSparkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkSparkOutputReference ``` @@ -4070,7 +4070,7 @@ func InternalValue() OceanSparkSpark #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceanspark" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceanspark" oceanspark.NewOceanSparkWebhookOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OceanSparkWebhookOutputReference ``` diff --git a/docs/oceanSparkVirtualNodeGroup.go.md b/docs/oceanSparkVirtualNodeGroup.go.md index 7774b8173..0eba7eeca 100644 --- a/docs/oceanSparkVirtualNodeGroup.go.md +++ b/docs/oceanSparkVirtualNodeGroup.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.NewOceanSparkVirtualNodeGroup(scope Construct, id *string, config OceanSparkVirtualNodeGroupConfig) OceanSparkVirtualNodeGroup ``` @@ -339,7 +339,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsConstruct(x interface{}) *bool ``` @@ -371,7 +371,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x interface{}) *bool ``` @@ -385,7 +385,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x interface{}) *bool ``` @@ -399,7 +399,7 @@ oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -694,7 +694,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/oceansparkvirtualnodegroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/oceansparkvirtualnodegroup" &oceansparkvirtualnodegroup.OceanSparkVirtualNodeGroupConfig { Connection: interface{}, diff --git a/docs/organizationPolicy.go.md b/docs/organizationPolicy.go.md index a59b6a7e7..386f64141 100644 --- a/docs/organizationPolicy.go.md +++ b/docs/organizationPolicy.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicy(scope Construct, id *string, config OrganizationPolicyConfig) OrganizationPolicy ``` @@ -359,7 +359,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_IsConstruct(x interface{}) *bool ``` @@ -391,7 +391,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -405,7 +405,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -419,7 +419,7 @@ organizationpolicy.OrganizationPolicy_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.OrganizationPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -736,7 +736,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" &organizationpolicy.OrganizationPolicyConfig { Connection: interface{}, @@ -899,7 +899,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContent { Statements: interface{}, @@ -933,7 +933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" &organizationpolicy.OrganizationPolicyPolicyContentStatements { Actions: *[]*string, @@ -995,7 +995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentList ``` @@ -1138,7 +1138,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentOutputReference ``` @@ -1440,7 +1440,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentStatementsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationPolicyPolicyContentStatementsList ``` @@ -1583,7 +1583,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationpolicy" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationpolicy" organizationpolicy.NewOrganizationPolicyPolicyContentStatementsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationPolicyPolicyContentStatementsOutputReference ``` diff --git a/docs/organizationProgrammaticUser.go.md b/docs/organizationProgrammaticUser.go.md index 399c8c4ff..c208b8b78 100644 --- a/docs/organizationProgrammaticUser.go.md +++ b/docs/organizationProgrammaticUser.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUser(scope Construct, id *string, config OrganizationProgrammaticUserConfig) OrganizationProgrammaticUser ``` @@ -393,7 +393,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsConstruct(x interface{}) *bool ``` @@ -425,7 +425,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x interface{}) *bool ``` @@ -439,7 +439,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x interface{}) *bool ``` @@ -453,7 +453,7 @@ organizationprogrammaticuser.OrganizationProgrammaticUser_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.OrganizationProgrammaticUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -814,7 +814,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserAccounts { AccountId: *string, @@ -860,7 +860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserConfig { Connection: interface{}, @@ -1053,7 +1053,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" &organizationprogrammaticuser.OrganizationProgrammaticUserPolicies { PolicyAccountIds: *[]*string, @@ -1101,7 +1101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserAccountsList ``` @@ -1244,7 +1244,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserAccountsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserAccountsOutputReference ``` @@ -1555,7 +1555,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationProgrammaticUserPoliciesList ``` @@ -1698,7 +1698,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationprogrammaticuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationprogrammaticuser" organizationprogrammaticuser.NewOrganizationProgrammaticUserPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationProgrammaticUserPoliciesOutputReference ``` diff --git a/docs/organizationUser.go.md b/docs/organizationUser.go.md index 63d066c71..0f1f7687f 100644 --- a/docs/organizationUser.go.md +++ b/docs/organizationUser.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.NewOrganizationUser(scope Construct, id *string, config OrganizationUserConfig) OrganizationUser ``` @@ -380,7 +380,7 @@ func ResetUserGroupIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_IsConstruct(x interface{}) *bool ``` @@ -412,7 +412,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ``` @@ -426,7 +426,7 @@ organizationuser.OrganizationUser_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ``` @@ -440,7 +440,7 @@ organizationuser.OrganizationUser_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.OrganizationUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -845,7 +845,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" &organizationuser.OrganizationUserConfig { Connection: interface{}, @@ -1064,7 +1064,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" &organizationuser.OrganizationUserPolicies { PolicyAccountIds: *[]*string, @@ -1112,7 +1112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.NewOrganizationUserPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserPoliciesList ``` @@ -1255,7 +1255,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationuser" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationuser" organizationuser.NewOrganizationUserPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationUserPoliciesOutputReference ``` diff --git a/docs/organizationUserGroup.go.md b/docs/organizationUserGroup.go.md index f36f14825..4e063deec 100644 --- a/docs/organizationUserGroup.go.md +++ b/docs/organizationUserGroup.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.NewOrganizationUserGroup(scope Construct, id *string, config OrganizationUserGroupConfig) OrganizationUserGroup ``` @@ -373,7 +373,7 @@ func ResetUserIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *bool ``` @@ -419,7 +419,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) *bool ``` @@ -433,7 +433,7 @@ organizationusergroup.OrganizationUserGroup_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.OrganizationUserGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -772,7 +772,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" &organizationusergroup.OrganizationUserGroupConfig { Connection: interface{}, @@ -949,7 +949,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" &organizationusergroup.OrganizationUserGroupPolicies { AccountIds: *[]*string, @@ -997,7 +997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.NewOrganizationUserGroupPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationUserGroupPoliciesList ``` @@ -1140,7 +1140,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/organizationusergroup" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/organizationusergroup" organizationusergroup.NewOrganizationUserGroupPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationUserGroupPoliciesOutputReference ``` diff --git a/docs/provider.go.md b/docs/provider.go.md index 17aa47b21..c9b4cddd8 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.NewSpotinstProvider(scope Construct, id *string, config SpotinstProviderConfig) SpotinstProvider ``` @@ -169,7 +169,7 @@ func ResetToken() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsConstruct(x interface{}) *bool ``` @@ -201,7 +201,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ``` @@ -215,7 +215,7 @@ provider.SpotinstProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -229,7 +229,7 @@ provider.SpotinstProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" provider.SpotinstProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -480,7 +480,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/provider" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/provider" &provider.SpotinstProviderConfig { Account: *string, diff --git a/docs/statefulNodeAzure.go.md b/docs/statefulNodeAzure.go.md index 47f0015fc..d24f8f45c 100644 --- a/docs/statefulNodeAzure.go.md +++ b/docs/statefulNodeAzure.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzure(scope Construct, id *string, config StatefulNodeAzureConfig) StatefulNodeAzure ``` @@ -829,7 +829,7 @@ func ResetZones() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsConstruct(x interface{}) *bool ``` @@ -861,7 +861,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ``` @@ -875,7 +875,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ``` @@ -889,7 +889,7 @@ statefulnodeazure.StatefulNodeAzure_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.StatefulNodeAzure_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -2042,7 +2042,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureAttachDataDisk { DataDiskName: *string, @@ -2144,7 +2144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureBootDiagnostics { IsEnabled: interface{}, @@ -2204,7 +2204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureConfig { Connection: interface{}, @@ -2223,7 +2223,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazu ShouldPersistNetwork: interface{}, ShouldPersistOsDisk: interface{}, SpotSizes: *[]*string, - Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureStrategy, + Strategy: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategy, AttachDataDisk: interface{}, BootDiagnostics: interface{}, CustomData: *string, @@ -2233,21 +2233,21 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazu Description: *string, DetachDataDisk: interface{}, Extension: interface{}, - Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureHealth, + Health: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureHealth, Id: *string, - Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureImage, + Image: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureImage, ImportVm: interface{}, LoadBalancer: interface{}, - Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureLogin, + Login: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureLogin, ManagedServiceIdentities: interface{}, - Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureNetwork, - OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureOsDisk, + Network: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureNetwork, + OsDisk: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureOsDisk, OsDiskPersistenceMode: *string, PreferredSpotSizes: *[]*string, PreferredZone: *string, SchedulingTask: interface{}, Secret: interface{}, - Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureSecurity, + Security: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureSecurity, ShouldPersistVm: interface{}, ShutdownScript: *string, Signal: interface{}, @@ -2939,7 +2939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDataDisk { Lun: *f64, @@ -2999,7 +2999,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDelete { DiskShouldDeallocate: interface{}, @@ -3143,7 +3143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureDetachDataDisk { DataDiskName: *string, @@ -3217,7 +3217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureExtension { ApiVersion: *string, @@ -3333,7 +3333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureHealth { AutoHealing: interface{}, @@ -3407,7 +3407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImage { CustomImage: interface{}, @@ -3473,7 +3473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageCustomImage { CustomImageResourceGroupName: *string, @@ -3519,7 +3519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageGallery { GalleryName: *string, @@ -3593,7 +3593,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImageMarketplaceImage { Offer: *string, @@ -3667,7 +3667,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureImportVm { OriginalVmName: *string, @@ -3741,7 +3741,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLoadBalancer { BackendPoolNames: *[]*string, @@ -3829,7 +3829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureLogin { UserName: *string, @@ -3889,7 +3889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureManagedServiceIdentities { Name: *string, @@ -3935,7 +3935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetwork { NetworkInterface: interface{}, @@ -3997,7 +3997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterface { IsPrimary: interface{}, @@ -4163,7 +4163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurations { Name: *string, @@ -4209,7 +4209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroups { Name: *string, @@ -4255,7 +4255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup { Name: *string, @@ -4301,7 +4301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureNetworkNetworkInterfacePublicIps { Name: *string, @@ -4347,7 +4347,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureOsDisk { Type: *string, @@ -4393,7 +4393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSchedulingTask { CronExpression: *string, @@ -4453,7 +4453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecret { SourceVault: interface{}, @@ -4503,7 +4503,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretSourceVault { Name: *string, @@ -4549,7 +4549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecretVaultCertificates { CertificateStore: *string, @@ -4595,7 +4595,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSecurity { SecureBootEnabled: interface{}, @@ -4655,7 +4655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureSignal { Timeout: *f64, @@ -4701,7 +4701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategy { FallbackToOnDemand: interface{}, @@ -4709,7 +4709,7 @@ import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazu DrainingTimeout: *f64, OptimizationWindows: *[]*string, PreferredLifeCycle: *string, - RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, + RevertToSpot: github.com/cdktf/cdktf-provider-spotinst-go/spotinst.statefulNodeAzure.StatefulNodeAzureStrategyRevertToSpot, } ``` @@ -4807,7 +4807,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservation { ShouldUtilize: interface{}, @@ -4869,7 +4869,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroups { CrgName: *string, @@ -4929,7 +4929,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureStrategyRevertToSpot { PerformAt: *string, @@ -4961,7 +4961,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureTag { TagKey: *string, @@ -5007,7 +5007,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" &statefulnodeazure.StatefulNodeAzureUpdateState { State: *string, @@ -5041,7 +5041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/spoti #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureAttachDataDiskList ``` @@ -5184,7 +5184,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureAttachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureAttachDataDiskOutputReference ``` @@ -5597,7 +5597,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureBootDiagnosticsList ``` @@ -5740,7 +5740,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureBootDiagnosticsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureBootDiagnosticsOutputReference ``` @@ -6094,7 +6094,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDataDiskList ``` @@ -6237,7 +6237,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDataDiskOutputReference ``` @@ -6570,7 +6570,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDeleteList ``` @@ -6713,7 +6713,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDeleteOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDeleteOutputReference ``` @@ -7206,7 +7206,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureDetachDataDiskList ``` @@ -7349,7 +7349,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureDetachDataDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureDetachDataDiskOutputReference ``` @@ -7711,7 +7711,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureExtensionList ``` @@ -7854,7 +7854,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureExtensionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureExtensionOutputReference ``` @@ -8289,7 +8289,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureHealthOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureHealthOutputReference ``` @@ -8640,7 +8640,7 @@ func InternalValue() StatefulNodeAzureHealth #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageCustomImageList ``` @@ -8783,7 +8783,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageCustomImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageCustomImageOutputReference ``` @@ -9094,7 +9094,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageGalleryList ``` @@ -9237,7 +9237,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageGalleryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageGalleryOutputReference ``` @@ -9592,7 +9592,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImageMarketplaceImageList ``` @@ -9735,7 +9735,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageMarketplaceImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImageMarketplaceImageOutputReference ``` @@ -10090,7 +10090,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImageOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureImageOutputReference ``` @@ -10465,7 +10465,7 @@ func InternalValue() StatefulNodeAzureImage #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureImportVmList ``` @@ -10608,7 +10608,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureImportVmOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureImportVmOutputReference ``` @@ -10977,7 +10977,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureLoadBalancerList ``` @@ -11120,7 +11120,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoadBalancerOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureLoadBalancerOutputReference ``` @@ -11504,7 +11504,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureLoginOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureLoginOutputReference ``` @@ -11833,7 +11833,7 @@ func InternalValue() StatefulNodeAzureLogin #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureManagedServiceIdentitiesList ``` @@ -11976,7 +11976,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureManagedServiceIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureManagedServiceIdentitiesOutputReference ``` @@ -12287,7 +12287,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsList ``` @@ -12430,7 +12430,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfigurationsOutputReference ``` @@ -12741,7 +12741,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsList ``` @@ -12884,7 +12884,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroupsOutputReference ``` @@ -13195,7 +13195,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceList ``` @@ -13338,7 +13338,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupList ``` @@ -13481,7 +13481,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroupOutputReference ``` @@ -13806,7 +13806,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfaceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfaceOutputReference ``` @@ -14401,7 +14401,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsList ``` @@ -14544,7 +14544,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureNetworkNetworkInterfacePublicIpsOutputReference ``` @@ -14855,7 +14855,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureNetworkOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureNetworkOutputReference ``` @@ -15183,7 +15183,7 @@ func InternalValue() StatefulNodeAzureNetwork #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureOsDiskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureOsDiskOutputReference ``` @@ -15483,7 +15483,7 @@ func InternalValue() StatefulNodeAzureOsDisk #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSchedulingTaskList ``` @@ -15626,7 +15626,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSchedulingTaskOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSchedulingTaskOutputReference ``` @@ -15959,7 +15959,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretList ``` @@ -16102,7 +16102,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretOutputReference ``` @@ -16439,7 +16439,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretSourceVaultList ``` @@ -16582,7 +16582,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretSourceVaultOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretSourceVaultOutputReference ``` @@ -16893,7 +16893,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSecretVaultCertificatesList ``` @@ -17036,7 +17036,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecretVaultCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSecretVaultCertificatesOutputReference ``` @@ -17361,7 +17361,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureSecurityOutputReference ``` @@ -17697,7 +17697,7 @@ func InternalValue() StatefulNodeAzureSecurity #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureSignalList ``` @@ -17840,7 +17840,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureSignalOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureSignalOutputReference ``` @@ -18151,7 +18151,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsList ``` @@ -18294,7 +18294,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroupsOutputReference ``` @@ -18634,7 +18634,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureStrategyCapacityReservationList ``` @@ -18777,7 +18777,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyCapacityReservationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureStrategyCapacityReservationOutputReference ``` @@ -19130,7 +19130,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyOutputReference ``` @@ -19572,7 +19572,7 @@ func InternalValue() StatefulNodeAzureStrategy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureStrategyRevertToSpotOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) StatefulNodeAzureStrategyRevertToSpotOutputReference ``` @@ -19843,7 +19843,7 @@ func InternalValue() StatefulNodeAzureStrategyRevertToSpot #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureTagList ``` @@ -19986,7 +19986,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureTagOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureTagOutputReference ``` @@ -20304,7 +20304,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StatefulNodeAzureUpdateStateList ``` @@ -20447,7 +20447,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/statefulnodeazure" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/statefulnodeazure" statefulnodeazure.NewStatefulNodeAzureUpdateStateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) StatefulNodeAzureUpdateStateOutputReference ``` diff --git a/docs/subscription.go.md b/docs/subscription.go.md index 633b773b1..9b1b1f734 100644 --- a/docs/subscription.go.md +++ b/docs/subscription.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/spotinst/spotinst/1. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.NewSubscription(scope Construct, id *string, config SubscriptionConfig) Subscription ``` @@ -346,7 +346,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsConstruct(x interface{}) *bool ``` @@ -378,7 +378,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsTerraformElement(x interface{}) *bool ``` @@ -392,7 +392,7 @@ subscription.Subscription_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_IsTerraformResource(x interface{}) *bool ``` @@ -406,7 +406,7 @@ subscription.Subscription_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" subscription.Subscription_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -767,7 +767,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/v12/subscription" +import "github.com/cdktf/cdktf-provider-spotinst-go/spotinst/subscription" &subscription.SubscriptionConfig { Connection: interface{}, diff --git a/package.json b/package.json index 8c316540f..4dd697f59 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "jsii-pacmak": "^1.92.0", "jsii-rosetta": "~5.1.2", "node-fetch": "cjs", - "npm-check-updates": "^16", - "projen": "^0.76.27", + "projen": "^0.77.2", "standard-version": "^9", "typescript": "^4.9.5" }, diff --git a/src/account-aws/index.ts b/src/account-aws/index.ts index b36c05caf..ddec72b0a 100644 --- a/src/account-aws/index.ts +++ b/src/account-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/account_aws // generated from terraform resource schema diff --git a/src/credentials-aws/index.ts b/src/credentials-aws/index.ts index c070adbde..bc5657afc 100644 --- a/src/credentials-aws/index.ts +++ b/src/credentials-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/credentials_aws // generated from terraform resource schema diff --git a/src/data-integration/index.ts b/src/data-integration/index.ts index c7bf20f92..3af496ca7 100644 --- a/src/data-integration/index.ts +++ b/src/data-integration/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/data_integration // generated from terraform resource schema diff --git a/src/elastigroup-aws-beanstalk/index.ts b/src/elastigroup-aws-beanstalk/index.ts index 1eff18c9f..ad0d3ab86 100644 --- a/src/elastigroup-aws-beanstalk/index.ts +++ b/src/elastigroup-aws-beanstalk/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_aws_beanstalk // generated from terraform resource schema diff --git a/src/elastigroup-aws-suspension/index.ts b/src/elastigroup-aws-suspension/index.ts index 39ad9811d..34a716fa0 100644 --- a/src/elastigroup-aws-suspension/index.ts +++ b/src/elastigroup-aws-suspension/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_aws_suspension // generated from terraform resource schema diff --git a/src/elastigroup-aws/index.ts b/src/elastigroup-aws/index.ts index 8814b268f..e16ca59c0 100644 --- a/src/elastigroup-aws/index.ts +++ b/src/elastigroup-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_aws // generated from terraform resource schema diff --git a/src/elastigroup-azure-v3/index.ts b/src/elastigroup-azure-v3/index.ts index 0efb8d5be..9d06edd6f 100644 --- a/src/elastigroup-azure-v3/index.ts +++ b/src/elastigroup-azure-v3/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_azure_v3 // generated from terraform resource schema diff --git a/src/elastigroup-azure/index.ts b/src/elastigroup-azure/index.ts index 27f8521b0..0dc5b77f8 100644 --- a/src/elastigroup-azure/index.ts +++ b/src/elastigroup-azure/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_azure // generated from terraform resource schema diff --git a/src/elastigroup-gcp/index.ts b/src/elastigroup-gcp/index.ts index 8a47d658c..7c83ce315 100644 --- a/src/elastigroup-gcp/index.ts +++ b/src/elastigroup-gcp/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_gcp // generated from terraform resource schema diff --git a/src/elastigroup-gke/index.ts b/src/elastigroup-gke/index.ts index f40ccf8a4..41ace66ca 100644 --- a/src/elastigroup-gke/index.ts +++ b/src/elastigroup-gke/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/elastigroup_gke // generated from terraform resource schema diff --git a/src/health-check/index.ts b/src/health-check/index.ts index d70a9fc4d..76d25eba2 100644 --- a/src/health-check/index.ts +++ b/src/health-check/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/health_check // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 24c8ab947..49cca39c1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get export * as accountAws from './account-aws'; export * as credentialsAws from './credentials-aws'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index db0e76149..c3ac3a0dc 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get Object.defineProperty(exports, 'accountAws', { get: function () { return require('./account-aws'); } }); Object.defineProperty(exports, 'credentialsAws', { get: function () { return require('./credentials-aws'); } }); diff --git a/src/managed-instance-aws/index.ts b/src/managed-instance-aws/index.ts index 0cb1e17b4..0fdc7c449 100644 --- a/src/managed-instance-aws/index.ts +++ b/src/managed-instance-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/managed_instance_aws // generated from terraform resource schema diff --git a/src/mrscaler-aws/index.ts b/src/mrscaler-aws/index.ts index ab1215d82..0b613f61c 100644 --- a/src/mrscaler-aws/index.ts +++ b/src/mrscaler-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/mrscaler_aws // generated from terraform resource schema diff --git a/src/ocean-aks-np-virtual-node-group/index.ts b/src/ocean-aks-np-virtual-node-group/index.ts index 6a17a60af..7594d6741 100644 --- a/src/ocean-aks-np-virtual-node-group/index.ts +++ b/src/ocean-aks-np-virtual-node-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aks_np_virtual_node_group // generated from terraform resource schema diff --git a/src/ocean-aks-np/index.ts b/src/ocean-aks-np/index.ts index 46606dedf..3dc60e6f6 100644 --- a/src/ocean-aks-np/index.ts +++ b/src/ocean-aks-np/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aks_np // generated from terraform resource schema diff --git a/src/ocean-aks-virtual-node-group/index.ts b/src/ocean-aks-virtual-node-group/index.ts index cf3b80326..ee20f822e 100644 --- a/src/ocean-aks-virtual-node-group/index.ts +++ b/src/ocean-aks-virtual-node-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aks_virtual_node_group // generated from terraform resource schema diff --git a/src/ocean-aks/index.ts b/src/ocean-aks/index.ts index aa3681576..a021511e7 100644 --- a/src/ocean-aks/index.ts +++ b/src/ocean-aks/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aks // generated from terraform resource schema diff --git a/src/ocean-aws-extended-resource-definition/index.ts b/src/ocean-aws-extended-resource-definition/index.ts index 41831aeef..2d638d56d 100644 --- a/src/ocean-aws-extended-resource-definition/index.ts +++ b/src/ocean-aws-extended-resource-definition/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aws_extended_resource_definition // generated from terraform resource schema diff --git a/src/ocean-aws-launch-spec/index.ts b/src/ocean-aws-launch-spec/index.ts index 0b6af4ad0..8f64de8d7 100644 --- a/src/ocean-aws-launch-spec/index.ts +++ b/src/ocean-aws-launch-spec/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aws_launch_spec // generated from terraform resource schema diff --git a/src/ocean-aws/index.ts b/src/ocean-aws/index.ts index fd8b7c6c3..7d8fe75bd 100644 --- a/src/ocean-aws/index.ts +++ b/src/ocean-aws/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_aws // generated from terraform resource schema diff --git a/src/ocean-ecs-launch-spec/index.ts b/src/ocean-ecs-launch-spec/index.ts index 2de5ffe04..d4426ed2a 100644 --- a/src/ocean-ecs-launch-spec/index.ts +++ b/src/ocean-ecs-launch-spec/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_ecs_launch_spec // generated from terraform resource schema diff --git a/src/ocean-ecs/index.ts b/src/ocean-ecs/index.ts index 9f5fa801e..71b9ddd36 100644 --- a/src/ocean-ecs/index.ts +++ b/src/ocean-ecs/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_ecs // generated from terraform resource schema diff --git a/src/ocean-gke-import/index.ts b/src/ocean-gke-import/index.ts index d9cf91b17..f1ad2ee3f 100644 --- a/src/ocean-gke-import/index.ts +++ b/src/ocean-gke-import/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_gke_import // generated from terraform resource schema diff --git a/src/ocean-gke-launch-spec-import/index.ts b/src/ocean-gke-launch-spec-import/index.ts index 78cee98e8..8291f13c8 100644 --- a/src/ocean-gke-launch-spec-import/index.ts +++ b/src/ocean-gke-launch-spec-import/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_gke_launch_spec_import // generated from terraform resource schema diff --git a/src/ocean-gke-launch-spec/index.ts b/src/ocean-gke-launch-spec/index.ts index fd0e4b002..9c8fc358d 100644 --- a/src/ocean-gke-launch-spec/index.ts +++ b/src/ocean-gke-launch-spec/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_gke_launch_spec // generated from terraform resource schema diff --git a/src/ocean-spark-virtual-node-group/index.ts b/src/ocean-spark-virtual-node-group/index.ts index 6f30b7182..a72ed2de5 100644 --- a/src/ocean-spark-virtual-node-group/index.ts +++ b/src/ocean-spark-virtual-node-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_spark_virtual_node_group // generated from terraform resource schema diff --git a/src/ocean-spark/index.ts b/src/ocean-spark/index.ts index ed2ba0dea..b7bb585ea 100644 --- a/src/ocean-spark/index.ts +++ b/src/ocean-spark/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/ocean_spark // generated from terraform resource schema diff --git a/src/organization-policy/index.ts b/src/organization-policy/index.ts index 9dbb77478..e075d3778 100644 --- a/src/organization-policy/index.ts +++ b/src/organization-policy/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/organization_policy // generated from terraform resource schema diff --git a/src/organization-programmatic-user/index.ts b/src/organization-programmatic-user/index.ts index 9caf7cb68..c3325321f 100644 --- a/src/organization-programmatic-user/index.ts +++ b/src/organization-programmatic-user/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/organization_programmatic_user // generated from terraform resource schema diff --git a/src/organization-user-group/index.ts b/src/organization-user-group/index.ts index 1530d308f..36ff73398 100644 --- a/src/organization-user-group/index.ts +++ b/src/organization-user-group/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/organization_user_group // generated from terraform resource schema diff --git a/src/organization-user/index.ts b/src/organization-user/index.ts index 0e17e8467..49a8bae3b 100644 --- a/src/organization-user/index.ts +++ b/src/organization-user/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/organization_user // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 15ce194d4..2883b9fcc 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs // generated from terraform resource schema diff --git a/src/stateful-node-azure/index.ts b/src/stateful-node-azure/index.ts index 48d312352..615c17408 100644 --- a/src/stateful-node-azure/index.ts +++ b/src/stateful-node-azure/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/stateful_node_azure // generated from terraform resource schema diff --git a/src/subscription/index.ts b/src/subscription/index.ts index 8d42056b7..69256b997 100644 --- a/src/subscription/index.ts +++ b/src/subscription/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/spotinst/spotinst/1.150.1/docs/resources/subscription // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index 770139f65..ba566b111 100644 --- a/yarn.lock +++ b/yarn.lock @@ -216,21 +216,11 @@ "@cdktf/commons" "0.19.1" fs-extra "^11.1.1" -"@colors/colors@1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" - integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== - "@fastify/busboy@^2.0.0": version "2.1.0" resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.0.tgz#0709e9f4cb252351c609c6e6d8d6779a8d25edff" integrity sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA== -"@gar/promisify@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" - integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== - "@hutson/parse-repository-url@^3.0.0": version "3.0.2" resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340" @@ -513,74 +503,6 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@npmcli/fs@^2.1.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.2.tgz#a9e2541a4a2fec2e69c29b35e6060973da79b865" - integrity sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ== - dependencies: - "@gar/promisify" "^1.1.3" - semver "^7.3.5" - -"@npmcli/fs@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e" - integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w== - dependencies: - semver "^7.3.5" - -"@npmcli/git@^4.0.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-4.1.0.tgz#ab0ad3fd82bc4d8c1351b6c62f0fa56e8fe6afa6" - integrity sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ== - dependencies: - "@npmcli/promise-spawn" "^6.0.0" - lru-cache "^7.4.4" - npm-pick-manifest "^8.0.0" - proc-log "^3.0.0" - promise-inflight "^1.0.1" - promise-retry "^2.0.1" - semver "^7.3.5" - which "^3.0.0" - -"@npmcli/installed-package-contents@^2.0.1": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz#bfd817eccd9e8df200919e73f57f9e3d9e4f9e33" - integrity sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ== - dependencies: - npm-bundled "^3.0.0" - npm-normalize-package-bin "^3.0.0" - -"@npmcli/move-file@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.1.tgz#26f6bdc379d87f75e55739bab89db525b06100e4" - integrity sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ== - dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" - -"@npmcli/node-gyp@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz#101b2d0490ef1aa20ed460e4c0813f0db560545a" - integrity sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== - -"@npmcli/promise-spawn@^6.0.0", "@npmcli/promise-spawn@^6.0.1": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz#c8bc4fa2bd0f01cb979d8798ba038f314cfa70f2" - integrity sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg== - dependencies: - which "^3.0.0" - -"@npmcli/run-script@^6.0.0": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-6.0.2.tgz#a25452d45ee7f7fb8c16dfaf9624423c0c0eb885" - integrity sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA== - dependencies: - "@npmcli/node-gyp" "^3.0.0" - "@npmcli/promise-spawn" "^6.0.0" - node-gyp "^9.0.0" - read-package-json-fast "^3.0.0" - which "^3.0.0" - "@oozcitak/dom@1.15.10": version "1.15.10" resolved "https://registry.yarnpkg.com/@oozcitak/dom/-/dom-1.15.10.tgz#dca7289f2b292cff2a901ea4fbbcc0a1ab0b05c2" @@ -615,27 +537,6 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@pnpm/config.env-replace@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c" - integrity sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w== - -"@pnpm/network.ca-file@^1.0.1": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz#2ab05e09c1af0cdf2fcf5035bea1484e222f7983" - integrity sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA== - dependencies: - graceful-fs "4.2.10" - -"@pnpm/npm-conf@^2.1.0": - version "2.2.2" - resolved "https://registry.yarnpkg.com/@pnpm/npm-conf/-/npm-conf-2.2.2.tgz#0058baf1c26cbb63a828f0193795401684ac86f0" - integrity sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA== - dependencies: - "@pnpm/config.env-replace" "^1.1.0" - "@pnpm/network.ca-file" "^1.0.1" - config-chain "^1.1.11" - "@sentry-internal/tracing@7.80.1": version "7.80.1" resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.80.1.tgz#b0e993265aa75743787d84e6c0655ed17e4bac0f" @@ -676,65 +577,6 @@ dependencies: "@sentry/types" "7.80.1" -"@sigstore/bundle@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-1.1.0.tgz#17f8d813b09348b16eeed66a8cf1c3d6bd3d04f1" - integrity sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog== - dependencies: - "@sigstore/protobuf-specs" "^0.2.0" - -"@sigstore/protobuf-specs@^0.2.0": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz#be9ef4f3c38052c43bd399d3f792c97ff9e2277b" - integrity sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A== - -"@sigstore/sign@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@sigstore/sign/-/sign-1.0.0.tgz#6b08ebc2f6c92aa5acb07a49784cb6738796f7b4" - integrity sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA== - dependencies: - "@sigstore/bundle" "^1.1.0" - "@sigstore/protobuf-specs" "^0.2.0" - make-fetch-happen "^11.0.1" - -"@sigstore/tuf@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-1.0.3.tgz#2a65986772ede996485728f027b0514c0b70b160" - integrity sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg== - dependencies: - "@sigstore/protobuf-specs" "^0.2.0" - tuf-js "^1.1.7" - -"@sindresorhus/is@^5.2.0": - version "5.6.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668" - integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g== - -"@szmarczak/http-timer@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a" - integrity sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw== - dependencies: - defer-to-connect "^2.0.1" - -"@tootallnate/once@2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" - integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== - -"@tufjs/canonical-json@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-1.0.0.tgz#eade9fd1f537993bc1f0949f3aea276ecc4fab31" - integrity sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ== - -"@tufjs/models@1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@tufjs/models/-/models-1.0.4.tgz#5a689630f6b9dbda338d4b208019336562f176ef" - integrity sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A== - dependencies: - "@tufjs/canonical-json" "1.0.0" - minimatch "^9.0.0" - "@types/glob@^8.0.0": version "8.1.0" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc" @@ -743,11 +585,6 @@ "@types/minimatch" "^5.1.2" "@types/node" "*" -"@types/http-cache-semantics@^4.0.2": - version "4.0.4" - resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4" - integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA== - "@types/minimatch@^5.1.2": version "5.1.2" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" @@ -840,11 +677,6 @@ JSONStream@^1.0.4: jsonparse "^1.2.0" through ">=2.2.7 <3" -abbrev@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - add-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" @@ -855,28 +687,13 @@ address@^1.0.1: resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e" integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA== -agent-base@6, agent-base@^6.0.2: +agent-base@6: version "6.0.2" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== dependencies: debug "4" -agentkeepalive@^4.2.1: - version "4.5.0" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz#2673ad1389b3c418c5a20c5d7364f93ca04be923" - integrity sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew== - dependencies: - humanize-ms "^1.2.1" - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - ajv@^8.12.0: version "8.12.0" resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" @@ -887,13 +704,6 @@ ajv@^8.12.0: require-from-string "^2.0.2" uri-js "^4.2.2" -ansi-align@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" - integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== - dependencies: - string-width "^4.1.0" - ansi-escapes@^4.2.1, ansi-escapes@^4.3.2: version "4.3.2" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" @@ -938,11 +748,6 @@ anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -"aproba@^1.0.3 || ^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" - integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== - archiver-utils@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" @@ -988,14 +793,6 @@ archiver@5.3.2, archiver@^5.3.1: tar-stream "^2.2.0" zip-stream "^4.1.0" -are-we-there-yet@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd" - integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - argparse@^1.0.7: version "1.0.10" resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" @@ -1003,11 +800,6 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -argparse@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== - arr-rotate@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/arr-rotate/-/arr-rotate-1.0.0.tgz#c11877d06a0a42beb39ab8956a06779d9b71d248" @@ -1031,11 +823,6 @@ array-timsort@^1.0.3: resolved "https://registry.yarnpkg.com/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926" integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ== -array-union@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" - integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" @@ -1090,20 +877,6 @@ bl@^4.0.3: inherits "^2.0.4" readable-stream "^3.4.0" -boxen@^7.0.0: - version "7.1.1" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-7.1.1.tgz#f9ba525413c2fec9cdb88987d835c4f7cad9c8f4" - integrity sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog== - dependencies: - ansi-align "^3.0.1" - camelcase "^7.0.1" - chalk "^5.2.0" - cli-boxes "^3.0.0" - string-width "^5.1.2" - type-fest "^2.13.0" - widest-line "^4.0.1" - wrap-ansi "^8.1.0" - brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -1144,73 +917,6 @@ buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" -builtins@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9" - integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ== - dependencies: - semver "^7.0.0" - -cacache@^16.1.0: - version "16.1.3" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.3.tgz#a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e" - integrity sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ== - dependencies: - "@npmcli/fs" "^2.1.0" - "@npmcli/move-file" "^2.0.0" - chownr "^2.0.0" - fs-minipass "^2.1.0" - glob "^8.0.1" - infer-owner "^1.0.4" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - mkdirp "^1.0.4" - p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^9.0.0" - tar "^6.1.11" - unique-filename "^2.0.0" - -cacache@^17.0.0: - version "17.1.4" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.1.4.tgz#b3ff381580b47e85c6e64f801101508e26604b35" - integrity sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A== - dependencies: - "@npmcli/fs" "^3.1.0" - fs-minipass "^3.0.0" - glob "^10.2.2" - lru-cache "^7.7.1" - minipass "^7.0.3" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - p-map "^4.0.0" - ssri "^10.0.0" - tar "^6.1.11" - unique-filename "^3.0.0" - -cacheable-lookup@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz#3476a8215d046e5a3202a9209dd13fec1f933a27" - integrity sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w== - -cacheable-request@^10.2.8: - version "10.2.14" - resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-10.2.14.tgz#eb915b665fda41b79652782df3f553449c406b9d" - integrity sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ== - dependencies: - "@types/http-cache-semantics" "^4.0.2" - get-stream "^6.0.1" - http-cache-semantics "^4.1.1" - keyv "^4.5.3" - mimic-response "^4.0.0" - normalize-url "^8.0.0" - responselike "^3.0.0" - call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4, call-bind@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513" @@ -1247,11 +953,6 @@ camelcase@^6.3.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -camelcase@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.1.tgz#f02e50af9fd7782bc8b88a3558c32fd3a388f048" - integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw== - capital-case@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669" @@ -1323,11 +1024,6 @@ chalk@^4, chalk@^4.1.0, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.0.1, chalk@^5.2.0, chalk@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" - integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== - change-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12" @@ -1371,36 +1067,21 @@ chownr@^1.1.1: resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== -chownr@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" - integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== - ci-info@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -ci-info@^3.2.0, ci-info@^3.8.0, ci-info@^3.9.0: +ci-info@^3.8.0, ci-info@^3.9.0: version "3.9.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4" integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - cli-boxes@^2.2.0: version "2.2.1" resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== -cli-boxes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145" - integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g== - cli-cursor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" @@ -1418,15 +1099,6 @@ cli-spinners@^2.3.0, cli-spinners@^2.8.0, cli-spinners@^2.9.1: resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.1.tgz#9c0b9dad69a6d47cbb4333c14319b060ed395a35" integrity sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ== -cli-table3@^0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" - integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg== - dependencies: - string-width "^4.2.0" - optionalDependencies: - "@colors/colors" "1.5.0" - cli-truncate@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" @@ -1512,16 +1184,6 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-support@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" - integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - -commander@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" - integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== - comment-json@4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/comment-json/-/comment-json-4.2.2.tgz#5fae70a94e0c8f84a077bd31df5aa5269252f293" @@ -1576,30 +1238,6 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -config-chain@^1.1.11: - version "1.1.13" - resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4" - integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== - dependencies: - ini "^1.3.4" - proto-list "~1.2.1" - -configstore@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-6.0.0.tgz#49eca2ebc80983f77e09394a1a56e0aca8235566" - integrity sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA== - dependencies: - dot-prop "^6.0.1" - graceful-fs "^4.2.6" - unique-string "^3.0.0" - write-file-atomic "^3.0.3" - xdg-basedir "^5.0.1" - -console-control-strings@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== - constant-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-3.0.4.tgz#3b84a9aeaf4cf31ec45e6bf5de91bdfb0589faf1" @@ -1816,13 +1454,6 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crypto-random-string@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2" - integrity sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA== - dependencies: - type-fest "^1.0.1" - dargs@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc" @@ -1838,7 +1469,7 @@ dateformat@^3.0.0: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== -debug@4, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4: +debug@4, debug@^4.1.1, debug@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -1904,11 +1535,6 @@ deepmerge@^4.3.1: resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== -defer-to-connect@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587" - integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== - define-data-property@^1.0.1, define-data-property@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3" @@ -1927,11 +1553,6 @@ define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0: has-property-descriptors "^1.0.0" object-keys "^1.1.1" -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== - detect-indent@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" @@ -1965,13 +1586,6 @@ detect-port@^1.5.1: address "^1.0.1" debug "4" -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - dot-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" @@ -1987,13 +1601,6 @@ dot-prop@^5.1.0, dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dot-prop@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083" - integrity sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA== - dependencies: - is-obj "^2.0.0" - dotgitignore@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/dotgitignore/-/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b" @@ -2026,13 +1633,6 @@ emoji-regex@^9.2.2: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== -encoding@^0.1.13: - version "0.1.13" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" - integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - dependencies: - iconv-lite "^0.6.2" - end-of-stream@^1.1.0, end-of-stream@^1.4.1: version "1.4.4" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" @@ -2045,16 +1645,6 @@ entities@~2.0: resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== -env-paths@^2.2.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== - -err-code@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" - integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== - error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" @@ -2082,11 +1672,6 @@ escalade@^3.1.1: resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== -escape-goat@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-4.0.0.tgz#9424820331b510b0666b98f7873fe11ac4aa8081" - integrity sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg== - escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" @@ -2132,11 +1717,6 @@ expand-template@^2.0.3: resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== -exponential-backoff@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6" - integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== - external-editor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" @@ -2162,7 +1742,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.9, fast-glob@^3.3.1, fast-glob@^3.3.2: +fast-glob@^3.3.1, fast-glob@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== @@ -2178,11 +1758,6 @@ fast-json-patch@^3.1.1: resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-3.1.1.tgz#85064ea1b1ebf97a3f7ad01e23f9337e72c66947" integrity sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ== -fast-memoize@^2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/fast-memoize/-/fast-memoize-2.5.2.tgz#79e3bb6a4ec867ea40ba0e7146816f6cdce9b57e" - integrity sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw== - fastq@^1.6.0: version "1.15.0" resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" @@ -2211,14 +1786,6 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" -find-up@5.0.0, find-up@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== - dependencies: - locate-path "^6.0.0" - path-exists "^4.0.0" - find-up@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" @@ -2241,6 +1808,14 @@ find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + flatted@^3.2.7: version "3.2.9" resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" @@ -2266,16 +1841,6 @@ foreground-child@^3.1.0: cross-spawn "^7.0.0" signal-exit "^4.0.1" -form-data-encoder@^2.1.2: - version "2.1.4" - resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5" - integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw== - -fp-and-or@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/fp-and-or/-/fp-and-or-0.1.4.tgz#0268c800c359ede259cdcbc352654e698b7ea299" - integrity sha512-+yRYRhpnFPWXSly/6V4Lw9IfOV26uu30kynGJ03PW+MnjOEQe45RZ141QcS0aJehYBYA50GfCDnsRbFJdhssRw== - fs-constants@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" @@ -2318,20 +1883,6 @@ fs-extra@^9.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-minipass@^2.0.0, fs-minipass@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" - integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - dependencies: - minipass "^3.0.0" - -fs-minipass@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz#79a85981c4dc120065e96f62086bf6f9dc26cc54" - integrity sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw== - dependencies: - minipass "^7.0.3" - fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" @@ -2352,20 +1903,6 @@ functions-have-names@^1.2.3: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -gauge@^4.0.3: - version "4.0.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce" - integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" @@ -2391,11 +1928,6 @@ get-pkg-repo@^4.0.0: through2 "^2.0.0" yargs "^16.2.0" -get-stdin@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" - integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== - get-stream@^5.1.0: version "5.2.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" @@ -2403,7 +1935,7 @@ get-stream@^5.1.0: dependencies: pump "^3.0.0" -get-stream@^6.0.0, get-stream@^6.0.1: +get-stream@^6.0.0: version "6.0.1" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== @@ -2461,7 +1993,7 @@ glob-promise@^6.0.3: dependencies: "@types/glob" "^8.0.0" -glob@^10.2.2, glob@^10.3.3, glob@^10.3.7: +glob@^10.3.3: version "10.3.10" resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== @@ -2472,7 +2004,7 @@ glob@^10.2.2, glob@^10.3.3, glob@^10.3.7: minipass "^5.0.0 || ^6.0.2 || ^7.0.0" path-scurry "^1.10.1" -glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.2.3: +glob@^7.0.0, glob@^7.1.4, glob@^7.2.3: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== @@ -2484,7 +2016,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.2.3: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^8, glob@^8.0.1, glob@^8.1.0: +glob@^8, glob@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== @@ -2495,25 +2027,6 @@ glob@^8, glob@^8.0.1, glob@^8.1.0: minimatch "^5.0.1" once "^1.3.0" -global-dirs@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485" - integrity sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA== - dependencies: - ini "2.0.0" - -globby@^11.0.4: - version "11.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" - integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.2.9" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^3.0.0" - gopd@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" @@ -2521,29 +2034,7 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@^12.1.0: - version "12.6.1" - resolved "https://registry.yarnpkg.com/got/-/got-12.6.1.tgz#8869560d1383353204b5a9435f782df9c091f549" - integrity sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ== - dependencies: - "@sindresorhus/is" "^5.2.0" - "@szmarczak/http-timer" "^5.0.1" - cacheable-lookup "^7.0.0" - cacheable-request "^10.2.8" - decompress-response "^6.0.0" - form-data-encoder "^2.1.2" - get-stream "^6.0.1" - http2-wrapper "^2.1.10" - lowercase-keys "^3.0.0" - p-cancelable "^3.0.0" - responselike "^3.0.0" - -graceful-fs@4.2.10: - version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" - integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== - -graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6: +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: version "4.2.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== @@ -2622,16 +2113,6 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" -has-unicode@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== - -has-yarn@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-3.0.0.tgz#c3c21e559730d1d3b57e28af1f30d06fac38147d" - integrity sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA== - hasown@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" @@ -2659,42 +2140,6 @@ hosted-git-info@^4.0.0, hosted-git-info@^4.0.1: dependencies: lru-cache "^6.0.0" -hosted-git-info@^5.1.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-5.2.1.tgz#0ba1c97178ef91f3ab30842ae63d6a272341156f" - integrity sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw== - dependencies: - lru-cache "^7.5.1" - -hosted-git-info@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-6.1.1.tgz#629442c7889a69c05de604d52996b74fe6f26d58" - integrity sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w== - dependencies: - lru-cache "^7.5.1" - -http-cache-semantics@^4.1.0, http-cache-semantics@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" - integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== - -http-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" - integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== - dependencies: - "@tootallnate/once" "2" - agent-base "6" - debug "4" - -http2-wrapper@^2.1.10: - version "2.2.1" - resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-2.2.1.tgz#310968153dcdedb160d8b72114363ef5fce1f64a" - integrity sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ== - dependencies: - quick-lru "^5.1.1" - resolve-alpn "^1.2.0" - https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" @@ -2708,13 +2153,6 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== - dependencies: - ms "^2.0.0" - iconv-lite@^0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" @@ -2722,50 +2160,16 @@ iconv-lite@^0.4.24: dependencies: safer-buffer ">= 2.1.2 < 3" -iconv-lite@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - ieee754@^1.1.13: version "1.2.1" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== -ignore-walk@^6.0.0: - version "6.0.3" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-6.0.3.tgz#0fcdb6decaccda35e308a7b0948645dd9523b7bb" - integrity sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA== - dependencies: - minimatch "^9.0.0" - -ignore@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78" - integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== - -import-lazy@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" - integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw== - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== - indent-string@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== -infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" @@ -2779,20 +2183,15 @@ inherits@2, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -ini@2.0.0, ini@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" - integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== - -ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: +ini@^1.3.2, ini@~1.3.0: version "1.3.8" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== -ini@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.1.tgz#d95b3d843b1e906e56d6747d5447904ff50ce7a1" - integrity sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g== +ini@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" + integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== ink-select-input@^4.2.1: version "4.2.2" @@ -2870,11 +2269,6 @@ interpret@^1.0.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== -ip@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da" - integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== - is-arguments@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" @@ -2931,14 +2325,7 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-ci@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" - integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== - dependencies: - ci-info "^3.2.0" - -is-core-module@^2.13.0, is-core-module@^2.5.0, is-core-module@^2.8.1: +is-core-module@^2.13.0, is-core-module@^2.5.0: version "2.13.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384" integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== @@ -2974,29 +2361,11 @@ is-glob@^4.0.1, is-glob@~4.0.1: dependencies: is-extglob "^2.1.1" -is-installed-globally@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520" - integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ== - dependencies: - global-dirs "^3.0.0" - is-path-inside "^3.0.2" - -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" - integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== - is-map@^2.0.1, is-map@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127" integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg== -is-npm@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-6.0.0.tgz#b59e75e8915543ca5d881ecff864077cba095261" - integrity sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ== - is-number-object@^1.0.4: version "1.0.7" resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" @@ -3014,11 +2383,6 @@ is-obj@^2.0.0: resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== -is-path-inside@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== - is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" @@ -3077,11 +2441,6 @@ is-typed-array@^1.1.10: dependencies: which-typed-array "^1.1.11" -is-typedarray@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== - is-valid-domain@^0.1.6: version "0.1.6" resolved "https://registry.yarnpkg.com/is-valid-domain/-/is-valid-domain-0.1.6.tgz#3c85469d2938f170c8f82ce6e52df8ad9fca8105" @@ -3109,11 +2468,6 @@ is-wsl@^2.1.1: dependencies: is-docker "^2.0.0" -is-yarn-global@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.4.1.tgz#b312d902b313f81e4eaf98b6361ba2b45cd694bb" - integrity sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ== - isarray@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" @@ -3138,11 +2492,6 @@ jackspeak@^2.3.5: optionalDependencies: "@pkgjs/parseargs" "^0.11.0" -jju@^1.1.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a" - integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA== - "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -3156,13 +2505,6 @@ js-yaml@3.14.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== - dependencies: - argparse "^2.0.1" - jsesc@^2.5.1: version "2.5.2" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" @@ -3361,11 +2703,6 @@ jsii@~5.1.5: typescript "~5.1.6" yargs "^17.7.2" -json-buffer@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" - integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== - json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -3376,18 +2713,6 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-parse-even-better-errors@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz#2cb2ee33069a78870a0c7e3da560026b89669cf7" - integrity sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA== - -json-parse-helpfulerror@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz#13f14ce02eed4e981297b64eb9e3b932e2dd13dc" - integrity sha512-XgP0FGR77+QhUxjXkwOMkC94k3WtqEBfcnjWqhRd82qTat4SWKRE+9kUnynz/shm3I4ea2+qISvTIeGTNU7kJg== - dependencies: - jju "^1.1.0" - json-schema-traverse@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" @@ -3408,11 +2733,6 @@ json-stringify-safe@^5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== -json5@^2.2.2: - version "2.2.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" - integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== - jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" @@ -3434,40 +2754,16 @@ jsonify@^0.0.1: resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978" integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== -jsonlines@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsonlines/-/jsonlines-0.1.1.tgz#4fcd246dc5d0e38691907c44ab002f782d1d94cc" - integrity sha512-ekDrAGso79Cvf+dtm+mL8OBI2bmAOt3gssYs833De/C9NmIpWDWyUO4zPgB5x2/OhY366dkhgfPMYfwZF7yOZA== - -jsonparse@^1.2.0, jsonparse@^1.3.1: +jsonparse@^1.2.0: version "1.3.1" resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -keyv@^4.5.3: - version "4.5.4" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" - integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== - dependencies: - json-buffer "3.0.1" - kind-of@^6.0.3: version "6.0.3" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== -kleur@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780" - integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ== - -latest-version@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-7.0.0.tgz#843201591ea81a4d404932eeb61240fe04e9e5da" - integrity sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg== - dependencies: - package-json "^8.1.0" - lazystream@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638" @@ -3555,7 +2851,7 @@ lodash.union@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== -lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21: +lodash@^4.17.15, lodash@^4.17.20: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -3585,11 +2881,6 @@ lower-case@^2.0.2: dependencies: tslib "^2.0.3" -lowercase-keys@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2" - integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ== - lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" @@ -3597,59 +2888,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: - version "7.18.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" - integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== - "lru-cache@^9.1.1 || ^10.0.0": version "10.0.3" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.3.tgz#b40014d7d2d16d94130b87297a04a1f24874ae7c" integrity sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg== -make-fetch-happen@^10.0.3: - version "10.2.1" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz#f5e3835c5e9817b617f2770870d9492d28678164" - integrity sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w== - dependencies: - agentkeepalive "^4.2.1" - cacache "^16.1.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-fetch "^2.0.3" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.3" - promise-retry "^2.0.1" - socks-proxy-agent "^7.0.0" - ssri "^9.0.0" - -make-fetch-happen@^11.0.0, make-fetch-happen@^11.0.1, make-fetch-happen@^11.1.1: - version "11.1.1" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz#85ceb98079584a9523d4bf71d32996e7e208549f" - integrity sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w== - dependencies: - agentkeepalive "^4.2.1" - cacache "^17.0.0" - http-cache-semantics "^4.1.1" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^7.7.1" - minipass "^5.0.0" - minipass-fetch "^3.0.0" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.3" - promise-retry "^2.0.1" - socks-proxy-agent "^7.0.0" - ssri "^10.0.0" - map-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" @@ -3687,7 +2930,7 @@ merge-stream@^2.0.0: resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== -merge2@^1.3.0, merge2@^1.4.1: +merge2@^1.3.0: version "1.4.1" resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== @@ -3710,11 +2953,6 @@ mimic-response@^3.1.0: resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== -mimic-response@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-4.0.0.tgz#35468b19e7c75d10f5165ea25e75a5ceea7cf70f" - integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg== - min-indent@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" @@ -3734,7 +2972,7 @@ minimatch@^5.0.1, minimatch@^5.1.0: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3: +minimatch@^9.0.1: version "9.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== @@ -3755,99 +2993,16 @@ minimist@>=1.2.2, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - dependencies: - minipass "^3.0.0" - -minipass-fetch@^2.0.3: - version "2.1.2" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.1.2.tgz#95560b50c472d81a3bc76f20ede80eaed76d8add" - integrity sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA== - dependencies: - minipass "^3.1.6" - minipass-sized "^1.0.3" - minizlib "^2.1.2" - optionalDependencies: - encoding "^0.1.13" - -minipass-fetch@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.4.tgz#4d4d9b9f34053af6c6e597a64be8e66e42bf45b7" - integrity sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg== - dependencies: - minipass "^7.0.3" - minipass-sized "^1.0.3" - minizlib "^2.1.2" - optionalDependencies: - encoding "^0.1.13" - -minipass-flush@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" - integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - dependencies: - minipass "^3.0.0" - -minipass-json-stream@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz#7edbb92588fbfc2ff1db2fc10397acb7b6b44aa7" - integrity sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg== - dependencies: - jsonparse "^1.3.1" - minipass "^3.0.0" - -minipass-pipeline@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" - integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - dependencies: - minipass "^3.0.0" - -minipass-sized@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" - integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== - dependencies: - minipass "^3.0.0" - -minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: - version "3.3.6" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" - integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== - dependencies: - yallist "^4.0.0" - -minipass@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" - integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== - -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.3: +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": version "7.0.4" resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== -minizlib@^2.1.1, minizlib@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" - integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== - dependencies: - minipass "^3.0.0" - yallist "^4.0.0" - mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3: version "0.5.3" resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== -mkdirp@^1.0.3, mkdirp@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" - integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - modify-values@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" @@ -3858,11 +3013,6 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@^2.0.0: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - mute-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e" @@ -3883,11 +3033,6 @@ ncp@^2.0.0: resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3" integrity sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA== -negotiator@^0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - neo-async@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" @@ -3922,30 +3067,6 @@ node-fetch@cjs: dependencies: whatwg-url "^5.0.0" -node-gyp@^9.0.0: - version "9.4.1" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.4.1.tgz#8a1023e0d6766ecb52764cc3a734b36ff275e185" - integrity sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ== - dependencies: - env-paths "^2.2.0" - exponential-backoff "^3.1.1" - glob "^7.1.4" - graceful-fs "^4.2.6" - make-fetch-happen "^10.0.3" - nopt "^6.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.2" - which "^2.0.2" - -nopt@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-6.0.0.tgz#245801d8ebf409c6df22ab9d95b65e1309cdb16d" - integrity sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g== - dependencies: - abbrev "^1.0.0" - normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" @@ -3966,123 +3087,11 @@ normalize-package-data@^3.0.0: semver "^7.3.4" validate-npm-package-license "^3.0.1" -normalize-package-data@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-5.0.0.tgz#abcb8d7e724c40d88462b84982f7cbf6859b4588" - integrity sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q== - dependencies: - hosted-git-info "^6.0.0" - is-core-module "^2.8.1" - semver "^7.3.5" - validate-npm-package-license "^3.0.4" - normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -normalize-url@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a" - integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw== - -npm-bundled@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-3.0.0.tgz#7e8e2f8bb26b794265028491be60321a25a39db7" - integrity sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ== - dependencies: - npm-normalize-package-bin "^3.0.0" - -npm-check-updates@^16: - version "16.14.11" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.14.11.tgz#aef5248d04cc5abdf6ee2e1edc4a3f7fd20e6f29" - integrity sha512-0MMWGbGci22Pu77bR9jRsy5qgxdQSJVqNtSyyFeubDPtbcU36z4gjEDITu26PMabFWPNkAoVfKF31M3uKUvzFg== - dependencies: - chalk "^5.3.0" - cli-table3 "^0.6.3" - commander "^10.0.1" - fast-memoize "^2.5.2" - find-up "5.0.0" - fp-and-or "^0.1.4" - get-stdin "^8.0.0" - globby "^11.0.4" - hosted-git-info "^5.1.0" - ini "^4.1.1" - js-yaml "^4.1.0" - json-parse-helpfulerror "^1.0.3" - jsonlines "^0.1.1" - lodash "^4.17.21" - make-fetch-happen "^11.1.1" - minimatch "^9.0.3" - p-map "^4.0.0" - pacote "15.2.0" - parse-github-url "^1.0.2" - progress "^2.0.3" - prompts-ncu "^3.0.0" - rc-config-loader "^4.1.3" - remote-git-tags "^3.0.0" - rimraf "^5.0.5" - semver "^7.5.4" - semver-utils "^1.1.4" - source-map-support "^0.5.21" - spawn-please "^2.0.2" - strip-ansi "^7.1.0" - strip-json-comments "^5.0.1" - untildify "^4.0.0" - update-notifier "^6.0.2" - -npm-install-checks@^6.0.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.3.0.tgz#046552d8920e801fa9f919cad569545d60e826fe" - integrity sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw== - dependencies: - semver "^7.1.1" - -npm-normalize-package-bin@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832" - integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== - -npm-package-arg@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-10.1.0.tgz#827d1260a683806685d17193073cc152d3c7e9b1" - integrity sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA== - dependencies: - hosted-git-info "^6.0.0" - proc-log "^3.0.0" - semver "^7.3.5" - validate-npm-package-name "^5.0.0" - -npm-packlist@^7.0.0: - version "7.0.4" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-7.0.4.tgz#033bf74110eb74daf2910dc75144411999c5ff32" - integrity sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q== - dependencies: - ignore-walk "^6.0.0" - -npm-pick-manifest@^8.0.0: - version "8.0.2" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz#2159778d9c7360420c925c1a2287b5a884c713aa" - integrity sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg== - dependencies: - npm-install-checks "^6.0.0" - npm-normalize-package-bin "^3.0.0" - npm-package-arg "^10.0.0" - semver "^7.3.5" - -npm-registry-fetch@^14.0.0: - version "14.0.5" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz#fe7169957ba4986a4853a650278ee02e568d115d" - integrity sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA== - dependencies: - make-fetch-happen "^11.0.0" - minipass "^5.0.0" - minipass-fetch "^3.0.0" - minipass-json-stream "^1.0.1" - minizlib "^2.1.2" - npm-package-arg "^10.0.0" - proc-log "^3.0.0" - npm-run-path@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" @@ -4090,16 +3099,6 @@ npm-run-path@^4.0.1: dependencies: path-key "^3.0.0" -npmlog@^6.0.0: - version "6.0.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830" - integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg== - dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.3" - set-blocking "^2.0.0" - object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" @@ -4180,11 +3179,6 @@ os-tmpdir@~1.0.2: resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== -p-cancelable@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050" - integrity sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw== - p-limit@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" @@ -4234,13 +3228,6 @@ p-locate@^5.0.0: dependencies: p-limit "^3.0.2" -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" @@ -4251,40 +3238,6 @@ p-try@^2.0.0: resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== -package-json@^8.1.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-8.1.1.tgz#3e9948e43df40d1e8e78a85485f1070bf8f03dc8" - integrity sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA== - dependencies: - got "^12.1.0" - registry-auth-token "^5.0.1" - registry-url "^6.0.0" - semver "^7.3.7" - -pacote@15.2.0: - version "15.2.0" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.2.0.tgz#0f0dfcc3e60c7b39121b2ac612bf8596e95344d3" - integrity sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA== - dependencies: - "@npmcli/git" "^4.0.0" - "@npmcli/installed-package-contents" "^2.0.1" - "@npmcli/promise-spawn" "^6.0.1" - "@npmcli/run-script" "^6.0.0" - cacache "^17.0.0" - fs-minipass "^3.0.0" - minipass "^5.0.0" - npm-package-arg "^10.0.0" - npm-packlist "^7.0.0" - npm-pick-manifest "^8.0.0" - npm-registry-fetch "^14.0.0" - proc-log "^3.0.0" - promise-retry "^2.0.1" - read-package-json "^6.0.0" - read-package-json-fast "^3.0.0" - sigstore "^1.3.0" - ssri "^10.0.0" - tar "^6.1.11" - param-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" @@ -4293,11 +3246,6 @@ param-case@^3.0.4: dot-case "^3.0.4" tslib "^2.0.3" -parse-github-url@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395" - integrity sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw== - parse-gitignore@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/parse-gitignore/-/parse-gitignore-1.0.1.tgz#8b9dc57f17b810d495c5dfa62eb07caffe7758c7" @@ -4382,11 +3330,6 @@ path-type@^3.0.0: dependencies: pify "^3.0.0" -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - pend@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" @@ -4449,25 +3392,15 @@ prettier@^2.8.6: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -proc-log@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-3.0.0.tgz#fb05ef83ccd64fd7b20bbe9c8c1070fc08338dd8" - integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== - process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -progress@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -projen@^0.76.27: - version "0.76.29" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.76.29.tgz#13810ceb6d63f26b6ded63d4a49c4a21c523f727" - integrity sha512-m0bKElBV/aRtXqRD0KMVjTRXnFabNXfEDUeAefrXQWtlmHcdPCzVEJKGgpH334B2eceT9rzJlV+iI/PXUxmTWg== +projen@^0.77.2: + version "0.77.2" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.77.2.tgz#7ee35a07c40d56231b64e0db5f8d0b87ee4b4a39" + integrity sha512-e6jN0wKGXvukTZ1Tv+FZpNLSB+jjAVrFXHxzFH9Kgoc7OQFVrPdI9Rm6Lnlv+kyRnFGQw5vYs1byE8iW5ZjKKg== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -4484,32 +3417,6 @@ projen@^0.76.27: yaml "^2.2.2" yargs "^17.7.2" -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== - -promise-retry@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" - integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - -prompts-ncu@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/prompts-ncu/-/prompts-ncu-3.0.0.tgz#716feb4874fca3dbe00af0f3de17a15d43d2228d" - integrity sha512-qyz9UxZ5MlPKWVhWrCmSZ1ahm2GVYdjLb8og2sg0IPth1KRuhcggHGuijz0e41dkx35p1t1q3GRISGH7QGALFA== - dependencies: - kleur "^4.0.1" - sisteransi "^1.0.5" - -proto-list@~1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" - integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== - pump@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" @@ -4523,13 +3430,6 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== -pupa@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/pupa/-/pupa-3.1.0.tgz#f15610274376bbcc70c9a3aa8b505ea23f41c579" - integrity sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug== - dependencies: - escape-goat "^4.0.0" - q@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" @@ -4545,22 +3445,7 @@ quick-lru@^4.0.1: resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== -quick-lru@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" - integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== - -rc-config-loader@^4.1.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-4.1.3.tgz#1352986b8a2d8d96d6fd054a5bb19a60c576876a" - integrity sha512-kD7FqML7l800i6pS6pvLyIE2ncbk9Du8Q0gp/4hMPhJU6ZxApkoLcGD8ZeqgiAlfwZ6BlETq6qqe+12DUL207w== - dependencies: - debug "^4.3.4" - js-yaml "^4.1.0" - json5 "^2.2.2" - require-from-string "^2.0.2" - -rc@1.2.8, rc@^1.2.7: +rc@^1.2.7: version "1.2.8" resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== @@ -4587,24 +3472,6 @@ react-reconciler@^0.26.2: object-assign "^4.1.1" scheduler "^0.20.2" -read-package-json-fast@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049" - integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw== - dependencies: - json-parse-even-better-errors "^3.0.0" - npm-normalize-package-bin "^3.0.0" - -read-package-json@^6.0.0: - version "6.0.4" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-6.0.4.tgz#90318824ec456c287437ea79595f4c2854708836" - integrity sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw== - dependencies: - glob "^10.2.2" - json-parse-even-better-errors "^3.0.0" - normalize-package-data "^5.0.0" - npm-normalize-package-bin "^3.0.0" - read-pkg-up@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" @@ -4701,25 +3568,6 @@ regexp.prototype.flags@^1.5.1: define-properties "^1.2.0" set-function-name "^2.0.0" -registry-auth-token@^5.0.1: - version "5.0.2" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-5.0.2.tgz#8b026cc507c8552ebbe06724136267e63302f756" - integrity sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ== - dependencies: - "@pnpm/npm-conf" "^2.1.0" - -registry-url@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-6.0.1.tgz#056d9343680f2f64400032b1e199faa692286c58" - integrity sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q== - dependencies: - rc "1.2.8" - -remote-git-tags@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/remote-git-tags/-/remote-git-tags-3.0.0.tgz#424f8ec2cdea00bb5af1784a49190f25e16983c3" - integrity sha512-C9hAO4eoEsX+OXA4rla66pXZQ+TLQ8T9dttgQj18yuKlPMTVkIkdYXvlMC55IuUsIkV6DpmQYi10JKFLaU+l7w== - repeat-string@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" @@ -4745,11 +3593,6 @@ reserved-words@^0.1.2: resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1" integrity sha512-0S5SrIUJ9LfpbVl4Yzij6VipUdafHrOTzvmfazSw/jeZrZtQK303OPZW+obtkaw7jQlTQppy0UvZWm9872PbRw== -resolve-alpn@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz#b7adbdac3546aaaec20b45e7d8265927072726f9" - integrity sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g== - resolve@^1.1.6, resolve@^1.10.0: version "1.22.8" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" @@ -4759,13 +3602,6 @@ resolve@^1.1.6, resolve@^1.10.0: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -responselike@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/responselike/-/responselike-3.0.0.tgz#20decb6c298aff0dbee1c355ca95461d42823626" - integrity sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg== - dependencies: - lowercase-keys "^3.0.0" - restore-cursor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" @@ -4774,11 +3610,6 @@ restore-cursor@^3.1.0: onetime "^5.1.0" signal-exit "^3.0.2" -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== - reusify@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" @@ -4789,20 +3620,6 @@ rfdc@^1.3.0: resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== -rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rimraf@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf" - integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A== - dependencies: - glob "^10.3.7" - run-async@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad" @@ -4825,7 +3642,7 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": +"safer-buffer@>= 2.1.2 < 3": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== @@ -4843,13 +3660,6 @@ scheduler@^0.20.2: loose-envify "^1.1.0" object-assign "^4.1.1" -semver-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-4.0.0.tgz#3afcf5ed6d62259f5c72d0d5d50dffbdc9680df5" - integrity sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA== - dependencies: - semver "^7.3.5" - semver-intersect@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/semver-intersect/-/semver-intersect-1.4.0.tgz#bdd9c06bedcdd2fedb8cd352c3c43ee8c61321f3" @@ -4857,11 +3667,6 @@ semver-intersect@^1.4.0: dependencies: semver "^5.0.0" -semver-utils@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/semver-utils/-/semver-utils-1.1.4.tgz#cf0405e669a57488913909fc1c3f29bf2a4871e2" - integrity sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA== - "semver@2 || 3 || 4 || 5", semver@^5.0.0: version "5.7.2" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" @@ -4872,7 +3677,7 @@ semver@^6.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4: +semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4: version "7.5.4" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== @@ -4955,7 +3760,7 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" -signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: +signal-exit@^3.0.2, signal-exit@^3.0.3: version "3.0.7" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== @@ -4965,17 +3770,6 @@ signal-exit@^4.0.1, signal-exit@^4.1.0: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -sigstore@^1.3.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.9.0.tgz#1e7ad8933aa99b75c6898ddd0eeebc3eb0d59875" - integrity sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A== - dependencies: - "@sigstore/bundle" "^1.1.0" - "@sigstore/protobuf-specs" "^0.2.0" - "@sigstore/sign" "^1.0.0" - "@sigstore/tuf" "^1.0.3" - make-fetch-happen "^11.0.1" - simple-concat@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" @@ -4990,16 +3784,6 @@ simple-get@^4.0.0: once "^1.3.1" simple-concat "^1.0.0" -sisteransi@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" - integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - slice-ansi@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" @@ -5009,11 +3793,6 @@ slice-ansi@^3.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" -smart-buffer@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" - integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== - snake-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c" @@ -5022,23 +3801,6 @@ snake-case@^3.0.4: dot-case "^3.0.4" tslib "^2.0.3" -socks-proxy-agent@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz#dc069ecf34436621acb41e3efa66ca1b5fed15b6" - integrity sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww== - dependencies: - agent-base "^6.0.2" - debug "^4.3.3" - socks "^2.6.2" - -socks@^2.6.2: - version "2.7.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55" - integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ== - dependencies: - ip "^2.0.0" - smart-buffer "^4.2.0" - sort-json@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/sort-json/-/sort-json-2.0.1.tgz#7338783bef807185dc37d5b02e3afd905d537cfb" @@ -5048,26 +3810,11 @@ sort-json@^2.0.1: detect-newline "^2.1.0" minimist "^1.2.0" -source-map-support@^0.5.21: - version "0.5.21" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" - integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map@^0.6.0, source-map@^0.6.1: +source-map@^0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== -spawn-please@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/spawn-please/-/spawn-please-2.0.2.tgz#41912d82fe9504dd5a5424d2b4834e9a6cea56e0" - integrity sha512-KM8coezO6ISQ89c1BzyWNtcn2V2kAVtwIXd3cN/V5a0xPYc1F/vydrRc01wsKFEQ/p+V1a4sw4z2yMITIXrgGw== - dependencies: - cross-spawn "^7.0.3" - spdx-correct@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" @@ -5123,20 +3870,6 @@ sscaff@^1.2.274: resolved "https://registry.yarnpkg.com/sscaff/-/sscaff-1.2.274.tgz#3ae52042fbeb244b01b89542a56ce5b247284be9" integrity sha512-sztRa50SL1LVxZnF1au6QT1SC2z0S1oEOyi2Kpnlg6urDns93aL32YxiJcNkLcY+VHFtVqm/SRv4cb+6LeoBQA== -ssri@^10.0.0: - version "10.0.5" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.5.tgz#e49efcd6e36385196cb515d3a2ad6c3f0265ef8c" - integrity sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A== - dependencies: - minipass "^7.0.3" - -ssri@^9.0.0: - version "9.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" - integrity sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q== - dependencies: - minipass "^3.1.1" - stack-utils@^2.0.2: version "2.0.6" resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f" @@ -5197,7 +3930,7 @@ streamroller@^3.1.5: debug "^4.3.4" fs-extra "^8.1.0" -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -5246,7 +3979,7 @@ stringify-package@^1.0.1: dependencies: ansi-regex "^5.0.1" -strip-ansi@^7.0.1, strip-ansi@^7.1.0: +strip-ansi@^7.0.1: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== @@ -5270,11 +4003,6 @@ strip-indent@^3.0.0: dependencies: min-indent "^1.0.0" -strip-json-comments@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.1.tgz#0d8b7d01b23848ed7dbdf4baaaa31a8250d8cfa0" - integrity sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw== - strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" @@ -5320,18 +4048,6 @@ tar-stream@^2.1.4, tar-stream@^2.2.0: inherits "^2.0.3" readable-stream "^3.1.1" -tar@^6.1.11, tar@^6.1.2: - version "6.2.0" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.0.tgz#b14ce49a79cb1cd23bc9b016302dea5474493f73" - integrity sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ== - dependencies: - chownr "^2.0.0" - fs-minipass "^2.0.0" - minipass "^5.0.0" - minizlib "^2.1.1" - mkdirp "^1.0.3" - yallist "^4.0.0" - text-extensions@^1.0.0: version "1.9.0" resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" @@ -5391,15 +4107,6 @@ tslib@^2.0.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tuf-js@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.7.tgz#21b7ae92a9373015be77dfe0cb282a80ec3bbe43" - integrity sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg== - dependencies: - "@tufjs/models" "1.0.4" - debug "^4.3.4" - make-fetch-happen "^11.1.1" - tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" @@ -5437,23 +4144,6 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -type-fest@^1.0.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1" - integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== - -type-fest@^2.13.0: - version "2.19.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" - integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" @@ -5501,41 +4191,6 @@ undici@^5.25.4: dependencies: "@fastify/busboy" "^2.0.0" -unique-filename@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2" - integrity sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A== - dependencies: - unique-slug "^3.0.0" - -unique-filename@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" - integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== - dependencies: - unique-slug "^4.0.0" - -unique-slug@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-3.0.0.tgz#6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9" - integrity sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w== - dependencies: - imurmurhash "^0.1.4" - -unique-slug@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3" - integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== - dependencies: - imurmurhash "^0.1.4" - -unique-string@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a" - integrity sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ== - dependencies: - crypto-random-string "^4.0.0" - universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" @@ -5546,31 +4201,6 @@ universalify@^2.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== -untildify@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" - integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== - -update-notifier@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-6.0.2.tgz#a6990253dfe6d5a02bd04fbb6a61543f55026b60" - integrity sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og== - dependencies: - boxen "^7.0.0" - chalk "^5.0.1" - configstore "^6.0.0" - has-yarn "^3.0.0" - import-lazy "^4.0.0" - is-ci "^3.0.1" - is-installed-globally "^0.4.0" - is-npm "^6.0.0" - is-yarn-global "^0.4.0" - latest-version "^7.0.0" - pupa "^3.1.0" - semver "^7.3.7" - semver-diff "^4.0.0" - xdg-basedir "^5.1.0" - upper-case-first@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324" @@ -5607,7 +4237,7 @@ uuid@^9.0.1: resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== -validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: +validate-npm-package-license@^3.0.1: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== @@ -5615,13 +4245,6 @@ validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -validate-npm-package-name@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz#f16afd48318e6f90a1ec101377fa0384cfc8c713" - integrity sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ== - dependencies: - builtins "^5.0.0" - webidl-conversions@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" @@ -5672,27 +4295,13 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13: gopd "^1.0.1" has-tostringtag "^1.0.0" -which@^2.0.1, which@^2.0.2: +which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" -which@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1" - integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== - dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - widest-line@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" @@ -5700,13 +4309,6 @@ widest-line@^3.1.0: dependencies: string-width "^4.0.0" -widest-line@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2" - integrity sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig== - dependencies: - string-width "^5.0.1" - wordwrap@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" @@ -5754,26 +4356,11 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -write-file-atomic@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" - integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - ws@^7, ws@^7.5.5: version "7.5.9" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== -xdg-basedir@^5.0.1, xdg-basedir@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9" - integrity sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ== - xml-js@^1.6.11: version "1.6.11" resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9"